<?xml version="1.0" encoding="utf-8" ?>


<!--
XML template for APNSoft DataGrid.
Version: Export 1.8
Created: 02/04/2007
Updated: 06/23/2011
Copyright (C) APNSoft. All rights reserved.
http://www.apnsoft.com

Free for commercial and non-commercial use.
You can distribute and modify it freely.
-->


<BottomBar>
    
    <Spacer Width="5" />
    
    <Button Action="PageFirst" Title="First Page" />
    <Button Action="PagePrev" Title="Previous Page" />
    <Info Data="Pages" Title="Pages"><font color="Green"><b>$PageNumber$</b> / <b>$PagesInTotal$</b></font></Info>
    <Button Action="PageNext" Title="Next Page" />
    <Button Action="PageLast" Title="Last Page" />
    
    <Spacer Width="5" />
    
    
    <Separator />
    <Spacer Width="2" />
    
    <Button Action="ExportToExcel" Title="Export to Excel" />
    <Button Action="ExportToHTML" Title="Export to HTML" />

    <Spacer Width="2" />
    <Separator />
    <Spacer Width="2" />

    <Button Action="ExportCustom" Title="Export to PDF" Parameter="PDF" Icon="ButtonGetPDF.gif" IconOver="ButtonGetPDFActive.gif" />
    <Button Action="ExportCustom" Title="Export to Image" Parameter="Image" Icon="ButtonGetImage.gif" IconOver="ButtonGetImageActive.gif" />
    
    <Spacer Width="2" />
    <Separator />
    
    <Info Data="Rows" Title="Rows"><font color="Blue">Rows <b>$ItemFirst$</b> to <b>$ItemLast$</b> of <b>$ItemsInTotal$</b>.</font></Info>
    
    <Separator />
    
    <StatusBar Title="Status Bar" />
    <Spacer Width="1" />

</BottomBar>