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


<!--
XML template for APNSoft DataGrid.
Version: BottomBar 1.5
Created: 02/04/2007
Updated: 04/27/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="RowNew" Title="New Row" />
    <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>