/// Booking form.
/// Methods created or modified:
/// - Page_Load
/// - bind
/// - dgBind
/// - update
/// - remove
/// - delete
/// - OnCalSelect
/// - OnBook
/// - OnCancel
/// - dgBookings_cmds
/// Copyright (c) 2002 Alexis Grandemange
/// Mail: alexis.grandemange@pagebox.net
/// This program is free software; you can redistribute it and/or
/// modify it under the terms of the GNU Lesser General Public
/// License as published by the Free Software Foundation; version
/// 2.1 of the License.
/// This library is distributed in the hope that it will be useful,
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
/// GNU Lesser General Public License for more details.
/// A copy of the GNU Lesser General Public License lesser.txt should be
/// included in the distribution.
///
public class Book : System.Web.UI.Page
{
protected System.Web.UI.WebControls.CheckBox H800;
protected System.Web.UI.WebControls.CheckBox H900;
protected System.Web.UI.WebControls.CheckBox H1000;
protected System.Web.UI.WebControls.CheckBox H1100;
protected System.Web.UI.WebControls.CheckBox H1200;
protected System.Web.UI.WebControls.CheckBox H1300;
protected System.Web.UI.WebControls.CheckBox H1400;
protected System.Web.UI.WebControls.CheckBox H1500;
protected System.Web.UI.WebControls.CheckBox H1600;
protected System.Web.UI.WebControls.CheckBox H1700;
protected System.Web.UI.WebControls.CheckBox H1800;
protected System.Web.UI.WebControls.CheckBox H830;
protected System.Web.UI.WebControls.CheckBox H930;
protected System.Web.UI.WebControls.CheckBox H1030;
protected System.Web.UI.WebControls.CheckBox H1130;
protected System.Web.UI.WebControls.CheckBox H1230;
protected System.Web.UI.WebControls.CheckBox H1330;
protected System.Web.UI.WebControls.CheckBox H1430;
protected System.Web.UI.WebControls.CheckBox H1530;
protected System.Web.UI.WebControls.CheckBox H1630;
protected System.Web.UI.WebControls.CheckBox H1730;
protected System.Web.UI.WebControls.CheckBox H1830;
protected System.Web.UI.WebControls.Button btnBook;
protected System.Web.UI.WebControls.Calendar CalBook;
protected System.Web.UI.WebControls.Button btnUnbook;
protected System.Web.UI.WebControls.Label lblStatus;
protected System.Web.UI.WebControls.DataGrid dgBookings;
///