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


<!--
XML template for APNSoft DataGrid.
Version: CustomButtons 1.7
Created: 03/30/2008
Updated: 05/03/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" />
    <Button Action="PageNext" Title="Next Page" />
    <Button Action="PageLast" Title="Last Page" />
    <Spacer Width="5" />
    
    <Separator />

    <Spacer Width="2" />
    <Button Action="Custom" Title="Refresh" ClientCode="dg.Refresh('myDataGrid');" Icon="ButtonRefresh.gif" IconOver="ButtonRefreshActive.gif" />
    <Button Action="Custom" Title="Scroll to Top" ClientCode="dg.ScrollToTop('myDataGrid');" Icon="ButtonToTop.gif" IconOver="ButtonToTopActive.gif" />
    <Spacer Width="1" />
    
    <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>