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

<!--
XML template for APNSoft DataGrid
Version BottomBar-NoInsert-RowFilter 1.0
Created: 12/09/2008
Updated: 12/09/2008
Copyright 2003-2008 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" />
    <!--Button Action="RowNew" Title="New Row" /-->
    
    <Spacer Width="5" />
    <Separator />

    <Button Action="RowFilter" 
        TitleNoFilter="There is no current filter." 
        TitleFilterON="Filter is switched ON. Click to switch OFF the filter." 
        TitleFilterOFF="Filter is switched OFF. Click to switch ON the last saved filter." 
    />
    
    <Separator />
    
    <Info Data="Pages" Title="Pages">Page <b>$PageNumber$</b> of <b>$PagesInTotal$</b>.</Info>
    
    <Separator />
    
    <Info Data="Rows" Title="Rows">Rows <b>$ItemFirst$</b> to <b>$ItemLast$</b> of <b>$ItemsInTotal$</b>.</Info>
    
    <StatusBar Title="Status Bar" 
        MsgReady="Ready" 
        MsgLoading="Loading..." 
        MsgInserting="Inserting..." 
        MsgUpdating="Updating..." 
        MsgDeleting="Deleting..." 
        MsgProcessing="Processing..." 
        MsgNoRecords="No records to display." 
    />
    
    <Spacer Width="1" />

</BottomBar>