/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TakeOrderForm));
     this.OrderPanel = new smartRestaurant.Controls.GroupPanel();
     this.FieldBill = new System.Windows.Forms.Label();
     this.LblBill = new System.Windows.Forms.Label();
     this.FieldGuest = new System.Windows.Forms.Label();
     this.LblGuest = new System.Windows.Forms.Label();
     this.FieldTable = new System.Windows.Forms.Label();
     this.LblTable = new System.Windows.Forms.Label();
     this.BtnMain = new smartRestaurant.Controls.ImageButton();
     this.ButtonImgList = new System.Windows.Forms.ImageList(this.components);
     this.NumberImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnCancel = new smartRestaurant.Controls.ImageButton();
     this.BtnUndo = new smartRestaurant.Controls.ImageButton();
     this.BtnMessage = new smartRestaurant.Controls.ImageButton();
     this.BtnPrintKitchen = new smartRestaurant.Controls.ImageButton();
     this.BtnPrintReceiptAll = new smartRestaurant.Controls.ImageButton();
     this.BtnPrintReceipt = new smartRestaurant.Controls.ImageButton();
     this.groupPanel2 = new smartRestaurant.Controls.GroupPanel();
     this.BtnAmount = new smartRestaurant.Controls.ImageButton();
     this.FieldCurrentInput = new System.Windows.Forms.Label();
     this.FieldInputType = new System.Windows.Forms.Label();
     this.NumberKeyPad = new smartRestaurant.Controls.NumberPad();
     this.CategoryPad = new smartRestaurant.Controls.ButtonListPad();
     this.groupPanel3 = new smartRestaurant.Controls.GroupPanel();
     this.OptionPad = new smartRestaurant.Controls.ButtonListPad();
     this.ListOrderItem = new smartRestaurant.Controls.ItemsList();
     this.ListOrderCount = new smartRestaurant.Controls.ItemsList();
     this.ListOrderItemBy = new smartRestaurant.Controls.ItemsList();
     this.BtnDown = new smartRestaurant.Controls.ImageButton();
     this.BtnUp = new smartRestaurant.Controls.ImageButton();
     this.BtnMoveItem = new smartRestaurant.Controls.ImageButton();
     this.PanCustName = new smartRestaurant.Controls.GroupPanel();
     this.FieldCustName = new System.Windows.Forms.Label();
     this.BtnSearch = new smartRestaurant.Controls.ImageButton();
     this.BtnServeItem = new smartRestaurant.Controls.ImageButton();
     this.LblPageID = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.OrderPanel.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.PanCustName.SuspendLayout();
     this.SuspendLayout();
     //
     // OrderPanel
     //
     this.OrderPanel.BackColor = System.Drawing.Color.Transparent;
     this.OrderPanel.Caption = null;
     this.OrderPanel.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                              this.FieldBill,
                                                                              this.LblBill,
                                                                              this.FieldGuest,
                                                                              this.LblGuest,
                                                                              this.FieldTable,
                                                                              this.LblTable});
     this.OrderPanel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.OrderPanel.Location = new System.Drawing.Point(560, 0);
     this.OrderPanel.Name = "OrderPanel";
     this.OrderPanel.ShowHeader = true;
     this.OrderPanel.Size = new System.Drawing.Size(449, 58);
     this.OrderPanel.TabIndex = 1;
     //
     // FieldBill
     //
     this.FieldBill.BackColor = System.Drawing.Color.White;
     this.FieldBill.Cursor = System.Windows.Forms.Cursors.Hand;
     this.FieldBill.Location = new System.Drawing.Point(384, 1);
     this.FieldBill.Name = "FieldBill";
     this.FieldBill.Size = new System.Drawing.Size(64, 56);
     this.FieldBill.TabIndex = 11;
     this.FieldBill.Text = "1";
     this.FieldBill.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.FieldBill.Click += new System.EventHandler(this.FieldBill_Click);
     //
     // LblBill
     //
     this.LblBill.BackColor = System.Drawing.Color.Orange;
     this.LblBill.Location = new System.Drawing.Point(312, 1);
     this.LblBill.Name = "LblBill";
     this.LblBill.Size = new System.Drawing.Size(72, 56);
     this.LblBill.TabIndex = 10;
     this.LblBill.Text = "Bill:";
     this.LblBill.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // FieldGuest
     //
     this.FieldGuest.BackColor = System.Drawing.Color.White;
     this.FieldGuest.Cursor = System.Windows.Forms.Cursors.Hand;
     this.FieldGuest.Location = new System.Drawing.Point(248, 1);
     this.FieldGuest.Name = "FieldGuest";
     this.FieldGuest.Size = new System.Drawing.Size(64, 56);
     this.FieldGuest.TabIndex = 9;
     this.FieldGuest.Text = "1";
     this.FieldGuest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.FieldGuest.Click += new System.EventHandler(this.FieldGuest_Click);
     //
     // LblGuest
     //
     this.LblGuest.BackColor = System.Drawing.Color.Orange;
     this.LblGuest.Location = new System.Drawing.Point(176, 1);
     this.LblGuest.Name = "LblGuest";
     this.LblGuest.Size = new System.Drawing.Size(72, 56);
     this.LblGuest.TabIndex = 8;
     this.LblGuest.Text = "Seat:";
     this.LblGuest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // FieldTable
     //
     this.FieldTable.BackColor = System.Drawing.Color.White;
     this.FieldTable.Cursor = System.Windows.Forms.Cursors.Hand;
     this.FieldTable.Location = new System.Drawing.Point(73, 1);
     this.FieldTable.Name = "FieldTable";
     this.FieldTable.Size = new System.Drawing.Size(103, 56);
     this.FieldTable.TabIndex = 7;
     this.FieldTable.Text = "1";
     this.FieldTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.FieldTable.Click += new System.EventHandler(this.FieldTable_Click);
     //
     // LblTable
     //
     this.LblTable.BackColor = System.Drawing.Color.Orange;
     this.LblTable.Location = new System.Drawing.Point(1, 1);
     this.LblTable.Name = "LblTable";
     this.LblTable.Size = new System.Drawing.Size(72, 56);
     this.LblTable.TabIndex = 6;
     this.LblTable.Text = "Table:";
     this.LblTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // BtnMain
     //
     this.BtnMain.BackColor = System.Drawing.Color.Transparent;
     this.BtnMain.Blue = 2F;
     this.BtnMain.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnMain.Green = 2F;
     this.BtnMain.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnMain.Image")));
     this.BtnMain.ImageClick = null;
     this.BtnMain.ImageClickIndex = 0;
     this.BtnMain.ImageIndex = 0;
     this.BtnMain.ImageList = this.ButtonImgList;
     this.BtnMain.Location = new System.Drawing.Point(456, 64);
     this.BtnMain.Name = "BtnMain";
     this.BtnMain.ObjectValue = null;
     this.BtnMain.Red = 1F;
     this.BtnMain.Size = new System.Drawing.Size(110, 60);
     this.BtnMain.TabIndex = 2;
     this.BtnMain.Text = "Main";
     this.BtnMain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnMain.Click += new System.EventHandler(this.BtnMain_Click);
     //
     // ButtonImgList
     //
     this.ButtonImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ButtonImgList.ImageSize = new System.Drawing.Size(110, 60);
     this.ButtonImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ButtonImgList.ImageStream")));
     this.ButtonImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // NumberImgList
     //
     this.NumberImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.NumberImgList.ImageSize = new System.Drawing.Size(72, 60);
     this.NumberImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("NumberImgList.ImageStream")));
     this.NumberImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BtnCancel
     //
     this.BtnCancel.BackColor = System.Drawing.Color.Transparent;
     this.BtnCancel.Blue = 2F;
     this.BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnCancel.Green = 1F;
     this.BtnCancel.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnCancel.Image")));
     this.BtnCancel.ImageClick = null;
     this.BtnCancel.ImageClickIndex = 0;
     this.BtnCancel.ImageIndex = 0;
     this.BtnCancel.ImageList = this.ButtonImgList;
     this.BtnCancel.Location = new System.Drawing.Point(8, 64);
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.ObjectValue = null;
     this.BtnCancel.Red = 2F;
     this.BtnCancel.Size = new System.Drawing.Size(110, 60);
     this.BtnCancel.TabIndex = 8;
     this.BtnCancel.Text = "Cancel";
     this.BtnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
     //
     // BtnUndo
     //
     this.BtnUndo.BackColor = System.Drawing.Color.Transparent;
     this.BtnUndo.Blue = 2F;
     this.BtnUndo.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnUndo.Green = 1F;
     this.BtnUndo.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnUndo.Image")));
     this.BtnUndo.ImageClick = null;
     this.BtnUndo.ImageClickIndex = 0;
     this.BtnUndo.ImageIndex = 0;
     this.BtnUndo.ImageList = this.ButtonImgList;
     this.BtnUndo.Location = new System.Drawing.Point(120, 64);
     this.BtnUndo.Name = "BtnUndo";
     this.BtnUndo.ObjectValue = null;
     this.BtnUndo.Red = 2F;
     this.BtnUndo.Size = new System.Drawing.Size(110, 60);
     this.BtnUndo.TabIndex = 9;
     this.BtnUndo.Text = "Undo";
     this.BtnUndo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnUndo.Click += new System.EventHandler(this.BtnUndo_Click);
     //
     // BtnMessage
     //
     this.BtnMessage.BackColor = System.Drawing.Color.Transparent;
     this.BtnMessage.Blue = 1F;
     this.BtnMessage.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnMessage.Green = 1.75F;
     this.BtnMessage.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnMessage.Image")));
     this.BtnMessage.ImageClick = null;
     this.BtnMessage.ImageClickIndex = 0;
     this.BtnMessage.ImageIndex = 0;
     this.BtnMessage.ImageList = this.ButtonImgList;
     this.BtnMessage.Location = new System.Drawing.Point(568, 64);
     this.BtnMessage.Name = "BtnMessage";
     this.BtnMessage.ObjectValue = null;
     this.BtnMessage.Red = 1.75F;
     this.BtnMessage.Size = new System.Drawing.Size(110, 60);
     this.BtnMessage.TabIndex = 10;
     this.BtnMessage.Text = "Message";
     this.BtnMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnMessage.Click += new System.EventHandler(this.BtnMessage_Click);
     //
     // BtnPrintKitchen
     //
     this.BtnPrintKitchen.BackColor = System.Drawing.Color.Transparent;
     this.BtnPrintKitchen.Blue = 0.75F;
     this.BtnPrintKitchen.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnPrintKitchen.Green = 1F;
     this.BtnPrintKitchen.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnPrintKitchen.Image")));
     this.BtnPrintKitchen.ImageClick = null;
     this.BtnPrintKitchen.ImageClickIndex = 0;
     this.BtnPrintKitchen.ImageIndex = 0;
     this.BtnPrintKitchen.ImageList = this.ButtonImgList;
     this.BtnPrintKitchen.Location = new System.Drawing.Point(680, 64);
     this.BtnPrintKitchen.Name = "BtnPrintKitchen";
     this.BtnPrintKitchen.ObjectValue = null;
     this.BtnPrintKitchen.Red = 1F;
     this.BtnPrintKitchen.Size = new System.Drawing.Size(110, 60);
     this.BtnPrintKitchen.TabIndex = 11;
     this.BtnPrintKitchen.Text = "Print-Kitchen / Save";
     this.BtnPrintKitchen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPrintKitchen.Click += new System.EventHandler(this.BtnPrintKitchen_Click);
     //
     // BtnPrintReceiptAll
     //
     this.BtnPrintReceiptAll.BackColor = System.Drawing.Color.Transparent;
     this.BtnPrintReceiptAll.Blue = 1.75F;
     this.BtnPrintReceiptAll.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnPrintReceiptAll.Green = 1F;
     this.BtnPrintReceiptAll.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnPrintReceiptAll.Image")));
     this.BtnPrintReceiptAll.ImageClick = null;
     this.BtnPrintReceiptAll.ImageClickIndex = 0;
     this.BtnPrintReceiptAll.ImageIndex = 0;
     this.BtnPrintReceiptAll.ImageList = this.ButtonImgList;
     this.BtnPrintReceiptAll.Location = new System.Drawing.Point(792, 64);
     this.BtnPrintReceiptAll.Name = "BtnPrintReceiptAll";
     this.BtnPrintReceiptAll.ObjectValue = null;
     this.BtnPrintReceiptAll.Red = 1.75F;
     this.BtnPrintReceiptAll.Size = new System.Drawing.Size(110, 60);
     this.BtnPrintReceiptAll.TabIndex = 12;
     this.BtnPrintReceiptAll.Text = "Print-Receipt All";
     this.BtnPrintReceiptAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPrintReceiptAll.Click += new System.EventHandler(this.BtnPrintReceiptAll_Click);
     //
     // BtnPrintReceipt
     //
     this.BtnPrintReceipt.BackColor = System.Drawing.Color.Transparent;
     this.BtnPrintReceipt.Blue = 1F;
     this.BtnPrintReceipt.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnPrintReceipt.Green = 1F;
     this.BtnPrintReceipt.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnPrintReceipt.Image")));
     this.BtnPrintReceipt.ImageClick = null;
     this.BtnPrintReceipt.ImageClickIndex = 0;
     this.BtnPrintReceipt.ImageIndex = 0;
     this.BtnPrintReceipt.ImageList = this.ButtonImgList;
     this.BtnPrintReceipt.Location = new System.Drawing.Point(904, 64);
     this.BtnPrintReceipt.Name = "BtnPrintReceipt";
     this.BtnPrintReceipt.ObjectValue = null;
     this.BtnPrintReceipt.Red = 0.75F;
     this.BtnPrintReceipt.Size = new System.Drawing.Size(110, 60);
     this.BtnPrintReceipt.TabIndex = 13;
     this.BtnPrintReceipt.Text = "Pay";
     this.BtnPrintReceipt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPrintReceipt.Click += new System.EventHandler(this.BtnPrintReceipt_Click);
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Caption = null;
     this.groupPanel2.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                               this.BtnAmount,
                                                                               this.FieldCurrentInput,
                                                                               this.FieldInputType,
                                                                               this.NumberKeyPad,
                                                                               this.CategoryPad});
     this.groupPanel2.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.groupPanel2.Location = new System.Drawing.Point(328, 128);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.ShowHeader = false;
     this.groupPanel2.Size = new System.Drawing.Size(344, 624);
     this.groupPanel2.TabIndex = 15;
     //
     // BtnAmount
     //
     this.BtnAmount.BackColor = System.Drawing.Color.Transparent;
     this.BtnAmount.Blue = 1F;
     this.BtnAmount.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnAmount.Green = 1F;
     this.BtnAmount.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnAmount.Image")));
     this.BtnAmount.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnAmount.ImageClick")));
     this.BtnAmount.ImageClickIndex = 1;
     this.BtnAmount.ImageIndex = 0;
     this.BtnAmount.ImageList = this.NumberImgList;
     this.BtnAmount.Location = new System.Drawing.Point(256, 555);
     this.BtnAmount.Name = "BtnAmount";
     this.BtnAmount.ObjectValue = null;
     this.BtnAmount.Red = 2F;
     this.BtnAmount.Size = new System.Drawing.Size(72, 60);
     this.BtnAmount.TabIndex = 20;
     this.BtnAmount.Text = "Amount";
     this.BtnAmount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnAmount.Click += new System.EventHandler(this.BtnAmount_Click);
     this.BtnAmount.DoubleClick += new System.EventHandler(this.BtnAmount_Click);
     //
     // FieldCurrentInput
     //
     this.FieldCurrentInput.BackColor = System.Drawing.Color.Black;
     this.FieldCurrentInput.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FieldCurrentInput.ForeColor = System.Drawing.Color.Cyan;
     this.FieldCurrentInput.Location = new System.Drawing.Point(136, 312);
     this.FieldCurrentInput.Name = "FieldCurrentInput";
     this.FieldCurrentInput.Size = new System.Drawing.Size(200, 40);
     this.FieldCurrentInput.TabIndex = 9;
     this.FieldCurrentInput.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // FieldInputType
     //
     this.FieldInputType.BackColor = System.Drawing.Color.Black;
     this.FieldInputType.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FieldInputType.ForeColor = System.Drawing.Color.Cyan;
     this.FieldInputType.Location = new System.Drawing.Point(8, 312);
     this.FieldInputType.Name = "FieldInputType";
     this.FieldInputType.Size = new System.Drawing.Size(128, 40);
     this.FieldInputType.TabIndex = 8;
     this.FieldInputType.Text = "Menu";
     this.FieldInputType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // NumberKeyPad
     //
     this.NumberKeyPad.BackColor = System.Drawing.Color.White;
     this.NumberKeyPad.Image = ((System.Drawing.Bitmap)(resources.GetObject("NumberKeyPad.Image")));
     this.NumberKeyPad.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("NumberKeyPad.ImageClick")));
     this.NumberKeyPad.ImageClickIndex = 1;
     this.NumberKeyPad.ImageIndex = 0;
     this.NumberKeyPad.ImageList = this.NumberImgList;
     this.NumberKeyPad.Location = new System.Drawing.Point(24, 360);
     this.NumberKeyPad.Name = "NumberKeyPad";
     this.NumberKeyPad.Size = new System.Drawing.Size(226, 255);
     this.NumberKeyPad.TabIndex = 7;
     this.NumberKeyPad.Text = "numberPad1";
     this.NumberKeyPad.PadClick += new smartRestaurant.Controls.NumberPadEventHandler(this.NumberKeyPad_PadClick);
     //
     // CategoryPad
     //
     this.CategoryPad.AutoRefresh = true;
     this.CategoryPad.BackColor = System.Drawing.Color.White;
     this.CategoryPad.Blue = 1F;
     this.CategoryPad.Column = 3;
     this.CategoryPad.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.CategoryPad.Green = 1F;
     this.CategoryPad.Image = ((System.Drawing.Bitmap)(resources.GetObject("CategoryPad.Image")));
     this.CategoryPad.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("CategoryPad.ImageClick")));
     this.CategoryPad.ImageClickIndex = 1;
     this.CategoryPad.ImageIndex = 0;
     this.CategoryPad.ImageList = this.ButtonImgList;
     this.CategoryPad.Location = new System.Drawing.Point(5, 5);
     this.CategoryPad.Name = "CategoryPad";
     this.CategoryPad.Padding = 1;
     this.CategoryPad.Red = 1F;
     this.CategoryPad.Row = 5;
     this.CategoryPad.Size = new System.Drawing.Size(332, 304);
     this.CategoryPad.TabIndex = 6;
     this.CategoryPad.Text = "buttonListPad2";
     this.CategoryPad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.CategoryPad_PadClick);
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel3.Caption = null;
     this.groupPanel3.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                               this.OptionPad});
     this.groupPanel3.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.groupPanel3.Location = new System.Drawing.Point(672, 128);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.ShowHeader = false;
     this.groupPanel3.Size = new System.Drawing.Size(344, 624);
     this.groupPanel3.TabIndex = 16;
     //
     // OptionPad
     //
     this.OptionPad.AutoRefresh = true;
     this.OptionPad.BackColor = System.Drawing.Color.White;
     this.OptionPad.Blue = 1F;
     this.OptionPad.Column = 3;
     this.OptionPad.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.OptionPad.Green = 1F;
     this.OptionPad.Image = ((System.Drawing.Bitmap)(resources.GetObject("OptionPad.Image")));
     this.OptionPad.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("OptionPad.ImageClick")));
     this.OptionPad.ImageClickIndex = 1;
     this.OptionPad.ImageIndex = 0;
     this.OptionPad.ImageList = this.ButtonImgList;
     this.OptionPad.Location = new System.Drawing.Point(5, 5);
     this.OptionPad.Name = "OptionPad";
     this.OptionPad.Padding = 1;
     this.OptionPad.Red = 1F;
     this.OptionPad.Row = 10;
     this.OptionPad.Size = new System.Drawing.Size(332, 609);
     this.OptionPad.TabIndex = 5;
     this.OptionPad.Text = "buttonListPad1";
     this.OptionPad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.OptionPad_PadClick);
     //
     // ListOrderItem
     //
     this.ListOrderItem.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.ListOrderItem.AutoRefresh = true;
     this.ListOrderItem.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.ListOrderItem.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.ListOrderItem.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.ListOrderItem.BackNormalColor = System.Drawing.Color.White;
     this.ListOrderItem.BackSelectedColor = System.Drawing.Color.Blue;
     this.ListOrderItem.BindList1 = this.ListOrderCount;
     this.ListOrderItem.BindList2 = null;
     this.ListOrderItem.Border = 0;
     this.ListOrderItem.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ListOrderItem.ForeAlterColor = System.Drawing.Color.Black;
     this.ListOrderItem.ForeHeaderColor = System.Drawing.Color.Black;
     this.ListOrderItem.ForeHeaderSelectedColor = System.Drawing.Color.White;
     this.ListOrderItem.ForeNormalColor = System.Drawing.Color.Black;
     this.ListOrderItem.ForeSelectedColor = System.Drawing.Color.White;
     this.ListOrderItem.ItemHeight = 40;
     this.ListOrderItem.ItemWidth = 240;
     this.ListOrderItem.Location = new System.Drawing.Point(8, 128);
     this.ListOrderItem.Name = "ListOrderItem";
     this.ListOrderItem.Row = 14;
     this.ListOrderItem.SelectedIndex = 0;
     this.ListOrderItem.Size = new System.Drawing.Size(240, 560);
     this.ListOrderItem.TabIndex = 17;
     this.ListOrderItem.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     //
     // ListOrderCount
     //
     this.ListOrderCount.Alignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.ListOrderCount.AutoRefresh = true;
     this.ListOrderCount.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.ListOrderCount.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.ListOrderCount.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.ListOrderCount.BackNormalColor = System.Drawing.Color.White;
     this.ListOrderCount.BackSelectedColor = System.Drawing.Color.Blue;
     this.ListOrderCount.BindList1 = this.ListOrderItem;
     this.ListOrderCount.BindList2 = this.ListOrderItemBy;
     this.ListOrderCount.Border = 0;
     this.ListOrderCount.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ListOrderCount.ForeAlterColor = System.Drawing.Color.Black;
     this.ListOrderCount.ForeHeaderColor = System.Drawing.Color.Black;
     this.ListOrderCount.ForeHeaderSelectedColor = System.Drawing.Color.White;
     this.ListOrderCount.ForeNormalColor = System.Drawing.Color.Black;
     this.ListOrderCount.ForeSelectedColor = System.Drawing.Color.White;
     this.ListOrderCount.ItemHeight = 40;
     this.ListOrderCount.ItemWidth = 40;
     this.ListOrderCount.Location = new System.Drawing.Point(248, 128);
     this.ListOrderCount.Name = "ListOrderCount";
     this.ListOrderCount.Row = 14;
     this.ListOrderCount.SelectedIndex = 0;
     this.ListOrderCount.Size = new System.Drawing.Size(40, 560);
     this.ListOrderCount.TabIndex = 36;
     this.ListOrderCount.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     //
     // ListOrderItemBy
     //
     this.ListOrderItemBy.Alignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.ListOrderItemBy.AutoRefresh = true;
     this.ListOrderItemBy.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.ListOrderItemBy.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.ListOrderItemBy.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.ListOrderItemBy.BackNormalColor = System.Drawing.Color.White;
     this.ListOrderItemBy.BackSelectedColor = System.Drawing.Color.Blue;
     this.ListOrderItemBy.BindList1 = this.ListOrderCount;
     this.ListOrderItemBy.BindList2 = null;
     this.ListOrderItemBy.Border = 0;
     this.ListOrderItemBy.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ListOrderItemBy.ForeAlterColor = System.Drawing.Color.Black;
     this.ListOrderItemBy.ForeHeaderColor = System.Drawing.Color.Black;
     this.ListOrderItemBy.ForeHeaderSelectedColor = System.Drawing.Color.White;
     this.ListOrderItemBy.ForeNormalColor = System.Drawing.Color.Black;
     this.ListOrderItemBy.ForeSelectedColor = System.Drawing.Color.White;
     this.ListOrderItemBy.ItemHeight = 40;
     this.ListOrderItemBy.ItemWidth = 40;
     this.ListOrderItemBy.Location = new System.Drawing.Point(288, 128);
     this.ListOrderItemBy.Name = "ListOrderItemBy";
     this.ListOrderItemBy.Row = 14;
     this.ListOrderItemBy.SelectedIndex = 0;
     this.ListOrderItemBy.Size = new System.Drawing.Size(40, 560);
     this.ListOrderItemBy.TabIndex = 34;
     this.ListOrderItemBy.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     //
     // BtnDown
     //
     this.BtnDown.BackColor = System.Drawing.Color.Transparent;
     this.BtnDown.Blue = 2F;
     this.BtnDown.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnDown.Green = 1F;
     this.BtnDown.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnDown.Image")));
     this.BtnDown.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnDown.ImageClick")));
     this.BtnDown.ImageClickIndex = 5;
     this.BtnDown.ImageIndex = 4;
     this.BtnDown.ImageList = this.ButtonImgList;
     this.BtnDown.Location = new System.Drawing.Point(208, 692);
     this.BtnDown.Name = "BtnDown";
     this.BtnDown.ObjectValue = null;
     this.BtnDown.Red = 2F;
     this.BtnDown.Size = new System.Drawing.Size(110, 60);
     this.BtnDown.TabIndex = 19;
     this.BtnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnDown.Click += new System.EventHandler(this.BtnDown_Click);
     this.BtnDown.DoubleClick += new System.EventHandler(this.BtnDown_Click);
     //
     // BtnUp
     //
     this.BtnUp.BackColor = System.Drawing.Color.Transparent;
     this.BtnUp.Blue = 2F;
     this.BtnUp.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnUp.Green = 1F;
     this.BtnUp.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnUp.Image")));
     this.BtnUp.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnUp.ImageClick")));
     this.BtnUp.ImageClickIndex = 3;
     this.BtnUp.ImageIndex = 2;
     this.BtnUp.ImageList = this.ButtonImgList;
     this.BtnUp.Location = new System.Drawing.Point(16, 692);
     this.BtnUp.Name = "BtnUp";
     this.BtnUp.ObjectValue = null;
     this.BtnUp.Red = 2F;
     this.BtnUp.Size = new System.Drawing.Size(110, 60);
     this.BtnUp.TabIndex = 18;
     this.BtnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click);
     this.BtnUp.DoubleClick += new System.EventHandler(this.BtnUp_Click);
     //
     // BtnMoveItem
     //
     this.BtnMoveItem.BackColor = System.Drawing.Color.Transparent;
     this.BtnMoveItem.Blue = 2F;
     this.BtnMoveItem.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnMoveItem.Green = 1F;
     this.BtnMoveItem.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnMoveItem.Image")));
     this.BtnMoveItem.ImageClick = null;
     this.BtnMoveItem.ImageClickIndex = 0;
     this.BtnMoveItem.ImageIndex = 0;
     this.BtnMoveItem.ImageList = this.ButtonImgList;
     this.BtnMoveItem.Location = new System.Drawing.Point(232, 64);
     this.BtnMoveItem.Name = "BtnMoveItem";
     this.BtnMoveItem.ObjectValue = null;
     this.BtnMoveItem.Red = 2F;
     this.BtnMoveItem.Size = new System.Drawing.Size(110, 60);
     this.BtnMoveItem.TabIndex = 20;
     this.BtnMoveItem.Text = "Move Item";
     this.BtnMoveItem.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnMoveItem.Click += new System.EventHandler(this.BtnMoveItem_Click);
     //
     // PanCustName
     //
     this.PanCustName.BackColor = System.Drawing.Color.Transparent;
     this.PanCustName.Caption = null;
     this.PanCustName.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                               this.FieldCustName});
     this.PanCustName.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.PanCustName.Location = new System.Drawing.Point(248, 0);
     this.PanCustName.Name = "PanCustName";
     this.PanCustName.ShowHeader = false;
     this.PanCustName.Size = new System.Drawing.Size(200, 58);
     this.PanCustName.TabIndex = 22;
     //
     // FieldCustName
     //
     this.FieldCustName.Cursor = System.Windows.Forms.Cursors.Hand;
     this.FieldCustName.Location = new System.Drawing.Point(1, 1);
     this.FieldCustName.Name = "FieldCustName";
     this.FieldCustName.Size = new System.Drawing.Size(199, 56);
     this.FieldCustName.TabIndex = 0;
     this.FieldCustName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.FieldCustName.Click += new System.EventHandler(this.FieldCustName_Click);
     //
     // BtnSearch
     //
     this.BtnSearch.BackColor = System.Drawing.Color.Transparent;
     this.BtnSearch.Blue = 0.5F;
     this.BtnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnSearch.Green = 1F;
     this.BtnSearch.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnSearch.Image")));
     this.BtnSearch.ImageClick = null;
     this.BtnSearch.ImageClickIndex = 0;
     this.BtnSearch.ImageIndex = 0;
     this.BtnSearch.ImageList = this.ButtonImgList;
     this.BtnSearch.Location = new System.Drawing.Point(449, 0);
     this.BtnSearch.Name = "BtnSearch";
     this.BtnSearch.ObjectValue = null;
     this.BtnSearch.Red = 1F;
     this.BtnSearch.Size = new System.Drawing.Size(110, 60);
     this.BtnSearch.TabIndex = 23;
     this.BtnSearch.Text = "Search";
     this.BtnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnSearch.Click += new System.EventHandler(this.BtnSearch_Click);
     //
     // BtnServeItem
     //
     this.BtnServeItem.BackColor = System.Drawing.Color.Transparent;
     this.BtnServeItem.Blue = 2F;
     this.BtnServeItem.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnServeItem.Green = 1F;
     this.BtnServeItem.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnServeItem.Image")));
     this.BtnServeItem.ImageClick = null;
     this.BtnServeItem.ImageClickIndex = 0;
     this.BtnServeItem.ImageIndex = 0;
     this.BtnServeItem.ImageList = this.ButtonImgList;
     this.BtnServeItem.Location = new System.Drawing.Point(344, 64);
     this.BtnServeItem.Name = "BtnServeItem";
     this.BtnServeItem.ObjectValue = null;
     this.BtnServeItem.Red = 2F;
     this.BtnServeItem.Size = new System.Drawing.Size(110, 60);
     this.BtnServeItem.TabIndex = 24;
     this.BtnServeItem.Text = "Serve Item";
     this.BtnServeItem.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnServeItem.Click += new System.EventHandler(this.BtnServeItem_Click);
     //
     // LblPageID
     //
     this.LblPageID.BackColor = System.Drawing.Color.Transparent;
     this.LblPageID.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblPageID.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.LblPageID.Location = new System.Drawing.Point(816, 752);
     this.LblPageID.Name = "LblPageID";
     this.LblPageID.Size = new System.Drawing.Size(192, 23);
     this.LblPageID.TabIndex = 33;
     this.LblPageID.Text = "| STTO011";
     this.LblPageID.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.label1.Location = new System.Drawing.Point(8, 752);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(280, 16);
     this.label1.TabIndex = 35;
     this.label1.Text = "Copyright (c) 2004. All rights reserved.";
     //
     // TakeOrderForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(1020, 764);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.ListOrderCount,
                                                                   this.label1,
                                                                   this.LblPageID,
                                                                   this.BtnServeItem,
                                                                   this.BtnSearch,
                                                                   this.PanCustName,
                                                                   this.BtnMoveItem,
                                                                   this.BtnDown,
                                                                   this.BtnUp,
                                                                   this.ListOrderItem,
                                                                   this.groupPanel3,
                                                                   this.groupPanel2,
                                                                   this.BtnPrintReceipt,
                                                                   this.BtnPrintReceiptAll,
                                                                   this.BtnPrintKitchen,
                                                                   this.BtnMessage,
                                                                   this.BtnUndo,
                                                                   this.BtnCancel,
                                                                   this.BtnMain,
                                                                   this.OrderPanel,
                                                                   this.ListOrderItemBy});
     this.Name = "TakeOrderForm";
     this.Text = "Take Order";
     this.OrderPanel.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.PanCustName.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PrintReceiptForm));
     this.OrderPanel = new smartRestaurant.Controls.GroupPanel();
     this.FieldBill = new System.Windows.Forms.Label();
     this.LblBill = new System.Windows.Forms.Label();
     this.FieldGuest = new System.Windows.Forms.Label();
     this.LblGuest = new System.Windows.Forms.Label();
     this.FieldTable = new System.Windows.Forms.Label();
     this.LblTable = new System.Windows.Forms.Label();
     this.BtnDown = new smartRestaurant.Controls.ImageButton();
     this.ButtonImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnUp = new smartRestaurant.Controls.ImageButton();
     this.BtnUndo = new smartRestaurant.Controls.ImageButton();
     this.BtnCancel = new smartRestaurant.Controls.ImageButton();
     this.NumberImgList = new System.Windows.Forms.ImageList(this.components);
     this.FieldCurrentInput = new System.Windows.Forms.Label();
     this.FieldInputType = new System.Windows.Forms.Label();
     this.NumberKeyPad = new smartRestaurant.Controls.NumberPad();
     this.groupPanel2 = new smartRestaurant.Controls.GroupPanel();
     this.FieldChange = new System.Windows.Forms.Label();
     this.FieldTotalReceive = new System.Windows.Forms.Label();
     this.FieldTotalDue = new System.Windows.Forms.Label();
     this.FieldTotalDiscount = new System.Windows.Forms.Label();
     this.FieldTax2 = new System.Windows.Forms.Label();
     this.FieldTax1 = new System.Windows.Forms.Label();
     this.FieldAmountDue = new System.Windows.Forms.Label();
     this.LblTotalChange = new System.Windows.Forms.Label();
     this.LblTotalReceive = new System.Windows.Forms.Label();
     this.LblTotalDue = new System.Windows.Forms.Label();
     this.LblTotalDiscount = new System.Windows.Forms.Label();
     this.LblTax2 = new System.Windows.Forms.Label();
     this.LblTax1 = new System.Windows.Forms.Label();
     this.LblAmountDue = new System.Windows.Forms.Label();
     this.BtnPay = new smartRestaurant.Controls.ImageButton();
     this.BtnPrintReceipt = new smartRestaurant.Controls.ImageButton();
     this.groupPanel3 = new smartRestaurant.Controls.GroupPanel();
     this.BtnPayClearAll = new smartRestaurant.Controls.ImageButton();
     this.ButtonLiteImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnPayClear = new smartRestaurant.Controls.ImageButton();
     this.BtnFillPay = new smartRestaurant.Controls.ImageButton();
     this.PaymentTypePad = new smartRestaurant.Controls.ButtonListPad();
     this.FieldPayValue = new System.Windows.Forms.Label();
     this.LblPay = new System.Windows.Forms.Label();
     this.LblPayment = new System.Windows.Forms.Label();
     this.LblDiscount = new System.Windows.Forms.Label();
     this.DiscountPad = new smartRestaurant.Controls.ButtonListPad();
     this.BtnBack = new smartRestaurant.Controls.ImageButton();
     this.ListOrderItem = new smartRestaurant.Controls.ItemsList();
     this.ListOrderCount = new smartRestaurant.Controls.ItemsList();
     this.ListOrderItemPrice = new smartRestaurant.Controls.ItemsList();
     this.LblPageID = new System.Windows.Forms.Label();
     this.LblCopyright = new System.Windows.Forms.Label();
     this.OrderPanel.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // OrderPanel
     //
     this.OrderPanel.BackColor = System.Drawing.Color.Transparent;
     this.OrderPanel.Caption = null;
     this.OrderPanel.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                              this.FieldBill,
                                                                              this.LblBill,
                                                                              this.FieldGuest,
                                                                              this.LblGuest,
                                                                              this.FieldTable,
                                                                              this.LblTable});
     this.OrderPanel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.OrderPanel.Location = new System.Drawing.Point(560, 0);
     this.OrderPanel.Name = "OrderPanel";
     this.OrderPanel.ShowHeader = false;
     this.OrderPanel.Size = new System.Drawing.Size(449, 58);
     this.OrderPanel.TabIndex = 2;
     //
     // FieldBill
     //
     this.FieldBill.BackColor = System.Drawing.Color.White;
     this.FieldBill.Location = new System.Drawing.Point(384, 1);
     this.FieldBill.Name = "FieldBill";
     this.FieldBill.Size = new System.Drawing.Size(64, 56);
     this.FieldBill.TabIndex = 11;
     this.FieldBill.Text = "1";
     this.FieldBill.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LblBill
     //
     this.LblBill.BackColor = System.Drawing.Color.Orange;
     this.LblBill.Location = new System.Drawing.Point(312, 1);
     this.LblBill.Name = "LblBill";
     this.LblBill.Size = new System.Drawing.Size(72, 56);
     this.LblBill.TabIndex = 10;
     this.LblBill.Text = "Bill:";
     this.LblBill.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // FieldGuest
     //
     this.FieldGuest.BackColor = System.Drawing.Color.White;
     this.FieldGuest.Location = new System.Drawing.Point(248, 1);
     this.FieldGuest.Name = "FieldGuest";
     this.FieldGuest.Size = new System.Drawing.Size(64, 56);
     this.FieldGuest.TabIndex = 9;
     this.FieldGuest.Text = "1";
     this.FieldGuest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LblGuest
     //
     this.LblGuest.BackColor = System.Drawing.Color.Orange;
     this.LblGuest.Location = new System.Drawing.Point(176, 1);
     this.LblGuest.Name = "LblGuest";
     this.LblGuest.Size = new System.Drawing.Size(72, 56);
     this.LblGuest.TabIndex = 8;
     this.LblGuest.Text = "Seat:";
     this.LblGuest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // FieldTable
     //
     this.FieldTable.BackColor = System.Drawing.Color.White;
     this.FieldTable.Cursor = System.Windows.Forms.Cursors.Default;
     this.FieldTable.Location = new System.Drawing.Point(73, 1);
     this.FieldTable.Name = "FieldTable";
     this.FieldTable.Size = new System.Drawing.Size(103, 56);
     this.FieldTable.TabIndex = 7;
     this.FieldTable.Text = "1";
     this.FieldTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LblTable
     //
     this.LblTable.BackColor = System.Drawing.Color.Orange;
     this.LblTable.Location = new System.Drawing.Point(1, 1);
     this.LblTable.Name = "LblTable";
     this.LblTable.Size = new System.Drawing.Size(72, 56);
     this.LblTable.TabIndex = 6;
     this.LblTable.Text = "Table:";
     this.LblTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // BtnDown
     //
     this.BtnDown.BackColor = System.Drawing.Color.Transparent;
     this.BtnDown.Blue = 2F;
     this.BtnDown.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnDown.Green = 1F;
     this.BtnDown.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnDown.Image")));
     this.BtnDown.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnDown.ImageClick")));
     this.BtnDown.ImageClickIndex = 5;
     this.BtnDown.ImageIndex = 4;
     this.BtnDown.ImageList = this.ButtonImgList;
     this.BtnDown.Location = new System.Drawing.Point(208, 692);
     this.BtnDown.Name = "BtnDown";
     this.BtnDown.ObjectValue = null;
     this.BtnDown.Red = 2F;
     this.BtnDown.Size = new System.Drawing.Size(110, 60);
     this.BtnDown.TabIndex = 24;
     this.BtnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnDown.Click += new System.EventHandler(this.BtnDown_Click);
     //
     // ButtonImgList
     //
     this.ButtonImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ButtonImgList.ImageSize = new System.Drawing.Size(110, 60);
     this.ButtonImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ButtonImgList.ImageStream")));
     this.ButtonImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BtnUp
     //
     this.BtnUp.BackColor = System.Drawing.Color.Transparent;
     this.BtnUp.Blue = 2F;
     this.BtnUp.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnUp.Green = 1F;
     this.BtnUp.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnUp.Image")));
     this.BtnUp.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnUp.ImageClick")));
     this.BtnUp.ImageClickIndex = 3;
     this.BtnUp.ImageIndex = 2;
     this.BtnUp.ImageList = this.ButtonImgList;
     this.BtnUp.Location = new System.Drawing.Point(16, 692);
     this.BtnUp.Name = "BtnUp";
     this.BtnUp.ObjectValue = null;
     this.BtnUp.Red = 2F;
     this.BtnUp.Size = new System.Drawing.Size(110, 60);
     this.BtnUp.TabIndex = 23;
     this.BtnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click);
     //
     // BtnUndo
     //
     this.BtnUndo.BackColor = System.Drawing.Color.Transparent;
     this.BtnUndo.Blue = 2F;
     this.BtnUndo.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnUndo.Green = 1F;
     this.BtnUndo.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnUndo.Image")));
     this.BtnUndo.ImageClick = null;
     this.BtnUndo.ImageClickIndex = 0;
     this.BtnUndo.ImageIndex = 0;
     this.BtnUndo.ImageList = this.ButtonImgList;
     this.BtnUndo.Location = new System.Drawing.Point(120, 64);
     this.BtnUndo.Name = "BtnUndo";
     this.BtnUndo.ObjectValue = null;
     this.BtnUndo.Red = 2F;
     this.BtnUndo.Size = new System.Drawing.Size(110, 60);
     this.BtnUndo.TabIndex = 21;
     this.BtnUndo.Text = "Undo";
     this.BtnUndo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnUndo.Click += new System.EventHandler(this.BtnUndo_Click);
     //
     // BtnCancel
     //
     this.BtnCancel.BackColor = System.Drawing.Color.Transparent;
     this.BtnCancel.Blue = 2F;
     this.BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnCancel.Green = 1F;
     this.BtnCancel.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnCancel.Image")));
     this.BtnCancel.ImageClick = null;
     this.BtnCancel.ImageClickIndex = 0;
     this.BtnCancel.ImageIndex = 0;
     this.BtnCancel.ImageList = this.ButtonImgList;
     this.BtnCancel.Location = new System.Drawing.Point(8, 64);
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.ObjectValue = null;
     this.BtnCancel.Red = 2F;
     this.BtnCancel.Size = new System.Drawing.Size(110, 60);
     this.BtnCancel.TabIndex = 20;
     this.BtnCancel.Text = "Cancel";
     this.BtnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
     //
     // NumberImgList
     //
     this.NumberImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.NumberImgList.ImageSize = new System.Drawing.Size(72, 60);
     this.NumberImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("NumberImgList.ImageStream")));
     this.NumberImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // FieldCurrentInput
     //
     this.FieldCurrentInput.BackColor = System.Drawing.Color.Black;
     this.FieldCurrentInput.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FieldCurrentInput.ForeColor = System.Drawing.Color.Cyan;
     this.FieldCurrentInput.Location = new System.Drawing.Point(136, 312);
     this.FieldCurrentInput.Name = "FieldCurrentInput";
     this.FieldCurrentInput.Size = new System.Drawing.Size(200, 40);
     this.FieldCurrentInput.TabIndex = 9;
     this.FieldCurrentInput.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // FieldInputType
     //
     this.FieldInputType.BackColor = System.Drawing.Color.Black;
     this.FieldInputType.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FieldInputType.ForeColor = System.Drawing.Color.Cyan;
     this.FieldInputType.Location = new System.Drawing.Point(8, 312);
     this.FieldInputType.Name = "FieldInputType";
     this.FieldInputType.Size = new System.Drawing.Size(128, 40);
     this.FieldInputType.TabIndex = 8;
     this.FieldInputType.Text = "none";
     this.FieldInputType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // NumberKeyPad
     //
     this.NumberKeyPad.BackColor = System.Drawing.Color.White;
     this.NumberKeyPad.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.NumberKeyPad.Image = ((System.Drawing.Bitmap)(resources.GetObject("NumberKeyPad.Image")));
     this.NumberKeyPad.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("NumberKeyPad.ImageClick")));
     this.NumberKeyPad.ImageClickIndex = 1;
     this.NumberKeyPad.ImageIndex = 0;
     this.NumberKeyPad.ImageList = this.NumberImgList;
     this.NumberKeyPad.Location = new System.Drawing.Point(64, 360);
     this.NumberKeyPad.Name = "NumberKeyPad";
     this.NumberKeyPad.Size = new System.Drawing.Size(226, 255);
     this.NumberKeyPad.TabIndex = 7;
     this.NumberKeyPad.Text = "numberPad1";
     this.NumberKeyPad.PadClick += new smartRestaurant.Controls.NumberPadEventHandler(this.NumberKeyPad_PadClick);
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor = System.Drawing.Color.White;
     this.groupPanel2.Caption = null;
     this.groupPanel2.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                               this.FieldChange,
                                                                               this.FieldTotalReceive,
                                                                               this.FieldTotalDue,
                                                                               this.FieldTotalDiscount,
                                                                               this.FieldTax2,
                                                                               this.FieldTax1,
                                                                               this.FieldAmountDue,
                                                                               this.LblTotalChange,
                                                                               this.LblTotalReceive,
                                                                               this.LblTotalDue,
                                                                               this.LblTotalDiscount,
                                                                               this.LblTax2,
                                                                               this.LblTax1,
                                                                               this.LblAmountDue,
                                                                               this.FieldCurrentInput,
                                                                               this.FieldInputType,
                                                                               this.NumberKeyPad});
     this.groupPanel2.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.groupPanel2.Location = new System.Drawing.Point(328, 128);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.ShowHeader = false;
     this.groupPanel2.Size = new System.Drawing.Size(344, 624);
     this.groupPanel2.TabIndex = 25;
     //
     // FieldChange
     //
     this.FieldChange.Location = new System.Drawing.Point(168, 256);
     this.FieldChange.Name = "FieldChange";
     this.FieldChange.Size = new System.Drawing.Size(160, 40);
     this.FieldChange.TabIndex = 23;
     this.FieldChange.Text = "0.00";
     this.FieldChange.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FieldTotalReceive
     //
     this.FieldTotalReceive.Location = new System.Drawing.Point(168, 216);
     this.FieldTotalReceive.Name = "FieldTotalReceive";
     this.FieldTotalReceive.Size = new System.Drawing.Size(160, 40);
     this.FieldTotalReceive.TabIndex = 22;
     this.FieldTotalReceive.Text = "0.00";
     this.FieldTotalReceive.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FieldTotalDue
     //
     this.FieldTotalDue.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FieldTotalDue.ForeColor = System.Drawing.Color.Green;
     this.FieldTotalDue.Location = new System.Drawing.Point(168, 176);
     this.FieldTotalDue.Name = "FieldTotalDue";
     this.FieldTotalDue.Size = new System.Drawing.Size(160, 40);
     this.FieldTotalDue.TabIndex = 21;
     this.FieldTotalDue.Text = "0.00";
     this.FieldTotalDue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FieldTotalDiscount
     //
     this.FieldTotalDiscount.Location = new System.Drawing.Point(168, 56);
     this.FieldTotalDiscount.Name = "FieldTotalDiscount";
     this.FieldTotalDiscount.Size = new System.Drawing.Size(160, 40);
     this.FieldTotalDiscount.TabIndex = 20;
     this.FieldTotalDiscount.Text = "0.00";
     this.FieldTotalDiscount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FieldTax2
     //
     this.FieldTax2.Location = new System.Drawing.Point(168, 136);
     this.FieldTax2.Name = "FieldTax2";
     this.FieldTax2.Size = new System.Drawing.Size(160, 40);
     this.FieldTax2.TabIndex = 19;
     this.FieldTax2.Text = "0.00";
     this.FieldTax2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FieldTax1
     //
     this.FieldTax1.Location = new System.Drawing.Point(168, 96);
     this.FieldTax1.Name = "FieldTax1";
     this.FieldTax1.Size = new System.Drawing.Size(160, 40);
     this.FieldTax1.TabIndex = 18;
     this.FieldTax1.Text = "0.00";
     this.FieldTax1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FieldAmountDue
     //
     this.FieldAmountDue.Location = new System.Drawing.Point(168, 16);
     this.FieldAmountDue.Name = "FieldAmountDue";
     this.FieldAmountDue.Size = new System.Drawing.Size(160, 40);
     this.FieldAmountDue.TabIndex = 17;
     this.FieldAmountDue.Text = "0.00";
     this.FieldAmountDue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // LblTotalChange
     //
     this.LblTotalChange.Location = new System.Drawing.Point(16, 256);
     this.LblTotalChange.Name = "LblTotalChange";
     this.LblTotalChange.Size = new System.Drawing.Size(144, 40);
     this.LblTotalChange.TabIndex = 16;
     this.LblTotalChange.Text = "Change";
     this.LblTotalChange.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LblTotalReceive
     //
     this.LblTotalReceive.Location = new System.Drawing.Point(16, 216);
     this.LblTotalReceive.Name = "LblTotalReceive";
     this.LblTotalReceive.Size = new System.Drawing.Size(144, 40);
     this.LblTotalReceive.TabIndex = 15;
     this.LblTotalReceive.Text = "Total Receive";
     this.LblTotalReceive.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LblTotalDue
     //
     this.LblTotalDue.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblTotalDue.ForeColor = System.Drawing.Color.Green;
     this.LblTotalDue.Location = new System.Drawing.Point(16, 176);
     this.LblTotalDue.Name = "LblTotalDue";
     this.LblTotalDue.Size = new System.Drawing.Size(144, 40);
     this.LblTotalDue.TabIndex = 14;
     this.LblTotalDue.Text = "Total Due";
     this.LblTotalDue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LblTotalDiscount
     //
     this.LblTotalDiscount.Location = new System.Drawing.Point(16, 56);
     this.LblTotalDiscount.Name = "LblTotalDiscount";
     this.LblTotalDiscount.Size = new System.Drawing.Size(144, 40);
     this.LblTotalDiscount.TabIndex = 13;
     this.LblTotalDiscount.Text = "Total Discount";
     this.LblTotalDiscount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LblTax2
     //
     this.LblTax2.Location = new System.Drawing.Point(16, 136);
     this.LblTax2.Name = "LblTax2";
     this.LblTax2.Size = new System.Drawing.Size(144, 40);
     this.LblTax2.TabIndex = 12;
     this.LblTax2.Text = "Tax2";
     this.LblTax2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LblTax1
     //
     this.LblTax1.Location = new System.Drawing.Point(16, 96);
     this.LblTax1.Name = "LblTax1";
     this.LblTax1.Size = new System.Drawing.Size(144, 40);
     this.LblTax1.TabIndex = 11;
     this.LblTax1.Text = "Tax1";
     this.LblTax1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LblAmountDue
     //
     this.LblAmountDue.Location = new System.Drawing.Point(16, 16);
     this.LblAmountDue.Name = "LblAmountDue";
     this.LblAmountDue.Size = new System.Drawing.Size(144, 40);
     this.LblAmountDue.TabIndex = 10;
     this.LblAmountDue.Text = "Amount Due";
     this.LblAmountDue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BtnPay
     //
     this.BtnPay.BackColor = System.Drawing.Color.Transparent;
     this.BtnPay.Blue = 1F;
     this.BtnPay.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnPay.Green = 1F;
     this.BtnPay.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnPay.Image")));
     this.BtnPay.ImageClick = null;
     this.BtnPay.ImageClickIndex = 0;
     this.BtnPay.ImageIndex = 0;
     this.BtnPay.ImageList = this.ButtonImgList;
     this.BtnPay.Location = new System.Drawing.Point(904, 64);
     this.BtnPay.Name = "BtnPay";
     this.BtnPay.ObjectValue = null;
     this.BtnPay.Red = 1.75F;
     this.BtnPay.Size = new System.Drawing.Size(110, 60);
     this.BtnPay.TabIndex = 28;
     this.BtnPay.Text = "Close-Bill";
     this.BtnPay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPay.Click += new System.EventHandler(this.BtnPay_Click);
     //
     // BtnPrintReceipt
     //
     this.BtnPrintReceipt.BackColor = System.Drawing.Color.Transparent;
     this.BtnPrintReceipt.Blue = 1.75F;
     this.BtnPrintReceipt.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnPrintReceipt.Green = 1F;
     this.BtnPrintReceipt.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnPrintReceipt.Image")));
     this.BtnPrintReceipt.ImageClick = null;
     this.BtnPrintReceipt.ImageClickIndex = 0;
     this.BtnPrintReceipt.ImageIndex = 0;
     this.BtnPrintReceipt.ImageList = this.ButtonImgList;
     this.BtnPrintReceipt.Location = new System.Drawing.Point(792, 64);
     this.BtnPrintReceipt.Name = "BtnPrintReceipt";
     this.BtnPrintReceipt.ObjectValue = null;
     this.BtnPrintReceipt.Red = 1.75F;
     this.BtnPrintReceipt.Size = new System.Drawing.Size(110, 60);
     this.BtnPrintReceipt.TabIndex = 27;
     this.BtnPrintReceipt.Text = "Print-Receipt";
     this.BtnPrintReceipt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPrintReceipt.Click += new System.EventHandler(this.BtnPrintReceipt_Click);
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel3.Caption = null;
     this.groupPanel3.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                               this.BtnPayClearAll,
                                                                               this.BtnPayClear,
                                                                               this.BtnFillPay,
                                                                               this.PaymentTypePad,
                                                                               this.FieldPayValue,
                                                                               this.LblPay,
                                                                               this.LblPayment,
                                                                               this.LblDiscount,
                                                                               this.DiscountPad});
     this.groupPanel3.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.groupPanel3.Location = new System.Drawing.Point(672, 128);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.ShowHeader = false;
     this.groupPanel3.Size = new System.Drawing.Size(344, 624);
     this.groupPanel3.TabIndex = 29;
     //
     // BtnPayClearAll
     //
     this.BtnPayClearAll.BackColor = System.Drawing.Color.Transparent;
     this.BtnPayClearAll.Blue = 2F;
     this.BtnPayClearAll.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnPayClearAll.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.BtnPayClearAll.Green = 1F;
     this.BtnPayClearAll.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnPayClearAll.Image")));
     this.BtnPayClearAll.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnPayClearAll.ImageClick")));
     this.BtnPayClearAll.ImageClickIndex = 1;
     this.BtnPayClearAll.ImageIndex = 0;
     this.BtnPayClearAll.ImageList = this.ButtonLiteImgList;
     this.BtnPayClearAll.Location = new System.Drawing.Point(8, 532);
     this.BtnPayClearAll.Name = "BtnPayClearAll";
     this.BtnPayClearAll.ObjectValue = null;
     this.BtnPayClearAll.Red = 1F;
     this.BtnPayClearAll.Size = new System.Drawing.Size(110, 40);
     this.BtnPayClearAll.TabIndex = 44;
     this.BtnPayClearAll.Text = "Clear All";
     this.BtnPayClearAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPayClearAll.Click += new System.EventHandler(this.BtnPayClearAll_Click);
     //
     // ButtonLiteImgList
     //
     this.ButtonLiteImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ButtonLiteImgList.ImageSize = new System.Drawing.Size(110, 40);
     this.ButtonLiteImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ButtonLiteImgList.ImageStream")));
     this.ButtonLiteImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BtnPayClear
     //
     this.BtnPayClear.BackColor = System.Drawing.Color.Transparent;
     this.BtnPayClear.Blue = 2F;
     this.BtnPayClear.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnPayClear.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.BtnPayClear.Green = 1F;
     this.BtnPayClear.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnPayClear.Image")));
     this.BtnPayClear.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnPayClear.ImageClick")));
     this.BtnPayClear.ImageClickIndex = 1;
     this.BtnPayClear.ImageIndex = 0;
     this.BtnPayClear.ImageList = this.ButtonLiteImgList;
     this.BtnPayClear.Location = new System.Drawing.Point(230, 532);
     this.BtnPayClear.Name = "BtnPayClear";
     this.BtnPayClear.ObjectValue = null;
     this.BtnPayClear.Red = 1F;
     this.BtnPayClear.Size = new System.Drawing.Size(110, 40);
     this.BtnPayClear.TabIndex = 43;
     this.BtnPayClear.Text = "Clear";
     this.BtnPayClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPayClear.Click += new System.EventHandler(this.BtnPayClear_Click);
     //
     // BtnFillPay
     //
     this.BtnFillPay.BackColor = System.Drawing.Color.Transparent;
     this.BtnFillPay.Blue = 2F;
     this.BtnFillPay.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnFillPay.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.BtnFillPay.Green = 1F;
     this.BtnFillPay.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnFillPay.Image")));
     this.BtnFillPay.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnFillPay.ImageClick")));
     this.BtnFillPay.ImageClickIndex = 1;
     this.BtnFillPay.ImageIndex = 0;
     this.BtnFillPay.ImageList = this.ButtonLiteImgList;
     this.BtnFillPay.Location = new System.Drawing.Point(230, 576);
     this.BtnFillPay.Name = "BtnFillPay";
     this.BtnFillPay.ObjectValue = null;
     this.BtnFillPay.Red = 1F;
     this.BtnFillPay.Size = new System.Drawing.Size(110, 40);
     this.BtnFillPay.TabIndex = 42;
     this.BtnFillPay.Text = "Fill Pay";
     this.BtnFillPay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnFillPay.Click += new System.EventHandler(this.BtnFillPay_Click);
     //
     // PaymentTypePad
     //
     this.PaymentTypePad.AutoRefresh = true;
     this.PaymentTypePad.BackColor = System.Drawing.Color.White;
     this.PaymentTypePad.Blue = 1F;
     this.PaymentTypePad.Column = 3;
     this.PaymentTypePad.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.PaymentTypePad.Green = 1F;
     this.PaymentTypePad.Image = ((System.Drawing.Bitmap)(resources.GetObject("PaymentTypePad.Image")));
     this.PaymentTypePad.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("PaymentTypePad.ImageClick")));
     this.PaymentTypePad.ImageClickIndex = 1;
     this.PaymentTypePad.ImageIndex = 0;
     this.PaymentTypePad.ImageList = this.ButtonImgList;
     this.PaymentTypePad.ItemStart = 0;
     this.PaymentTypePad.Location = new System.Drawing.Point(8, 344);
     this.PaymentTypePad.Name = "PaymentTypePad";
     this.PaymentTypePad.Padding = 1;
     this.PaymentTypePad.Red = 1F;
     this.PaymentTypePad.Row = 3;
     this.PaymentTypePad.Size = new System.Drawing.Size(332, 182);
     this.PaymentTypePad.TabIndex = 41;
     this.PaymentTypePad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.PaymentTypePad_PadClick);
     this.PaymentTypePad.PageChange += new smartRestaurant.Controls.ButtonListPadEventHandler(this.PaymentTypePad_PageChange);
     //
     // FieldPayValue
     //
     this.FieldPayValue.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.FieldPayValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FieldPayValue.Cursor = System.Windows.Forms.Cursors.Hand;
     this.FieldPayValue.Location = new System.Drawing.Point(88, 576);
     this.FieldPayValue.Name = "FieldPayValue";
     this.FieldPayValue.Size = new System.Drawing.Size(128, 40);
     this.FieldPayValue.TabIndex = 28;
     this.FieldPayValue.Text = "0.00";
     this.FieldPayValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.FieldPayValue.Visible = false;
     this.FieldPayValue.Click += new System.EventHandler(this.FieldPayValue_Click);
     //
     // LblPay
     //
     this.LblPay.Location = new System.Drawing.Point(16, 576);
     this.LblPay.Name = "LblPay";
     this.LblPay.Size = new System.Drawing.Size(72, 40);
     this.LblPay.TabIndex = 24;
     this.LblPay.Text = "Pay";
     this.LblPay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.LblPay.Visible = false;
     //
     // LblPayment
     //
     this.LblPayment.BackColor = System.Drawing.Color.Black;
     this.LblPayment.ForeColor = System.Drawing.Color.White;
     this.LblPayment.Location = new System.Drawing.Point(0, 296);
     this.LblPayment.Name = "LblPayment";
     this.LblPayment.Size = new System.Drawing.Size(344, 40);
     this.LblPayment.TabIndex = 1;
     this.LblPayment.Text = "Payment Receive";
     this.LblPayment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LblDiscount
     //
     this.LblDiscount.BackColor = System.Drawing.Color.Black;
     this.LblDiscount.ForeColor = System.Drawing.Color.White;
     this.LblDiscount.Name = "LblDiscount";
     this.LblDiscount.Size = new System.Drawing.Size(344, 40);
     this.LblDiscount.TabIndex = 0;
     this.LblDiscount.Text = "Discount";
     this.LblDiscount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DiscountPad
     //
     this.DiscountPad.AutoRefresh = true;
     this.DiscountPad.BackColor = System.Drawing.Color.White;
     this.DiscountPad.Blue = 1F;
     this.DiscountPad.Column = 3;
     this.DiscountPad.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.DiscountPad.Green = 1F;
     this.DiscountPad.Image = ((System.Drawing.Bitmap)(resources.GetObject("DiscountPad.Image")));
     this.DiscountPad.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("DiscountPad.ImageClick")));
     this.DiscountPad.ImageClickIndex = 1;
     this.DiscountPad.ImageIndex = 0;
     this.DiscountPad.ImageList = this.ButtonImgList;
     this.DiscountPad.ItemStart = 0;
     this.DiscountPad.Location = new System.Drawing.Point(6, 48);
     this.DiscountPad.Name = "DiscountPad";
     this.DiscountPad.Padding = 1;
     this.DiscountPad.Red = 1F;
     this.DiscountPad.Row = 4;
     this.DiscountPad.Size = new System.Drawing.Size(332, 243);
     this.DiscountPad.TabIndex = 40;
     this.DiscountPad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.DiscountPad_PadClick);
     this.DiscountPad.PageChange += new smartRestaurant.Controls.ButtonListPadEventHandler(this.DiscountPad_PageChange);
     //
     // BtnBack
     //
     this.BtnBack.BackColor = System.Drawing.Color.Transparent;
     this.BtnBack.Blue = 2F;
     this.BtnBack.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnBack.Green = 2F;
     this.BtnBack.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnBack.Image")));
     this.BtnBack.ImageClick = null;
     this.BtnBack.ImageClickIndex = 0;
     this.BtnBack.ImageIndex = 0;
     this.BtnBack.ImageList = this.ButtonImgList;
     this.BtnBack.Location = new System.Drawing.Point(424, 64);
     this.BtnBack.Name = "BtnBack";
     this.BtnBack.ObjectValue = null;
     this.BtnBack.Red = 1F;
     this.BtnBack.Size = new System.Drawing.Size(110, 60);
     this.BtnBack.TabIndex = 30;
     this.BtnBack.Text = "Back";
     this.BtnBack.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnBack.Click += new System.EventHandler(this.BtnBack_Click);
     //
     // ListOrderItem
     //
     this.ListOrderItem.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.ListOrderItem.AutoRefresh = true;
     this.ListOrderItem.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.ListOrderItem.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.ListOrderItem.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.ListOrderItem.BackNormalColor = System.Drawing.Color.White;
     this.ListOrderItem.BackSelectedColor = System.Drawing.Color.Blue;
     this.ListOrderItem.BindList1 = this.ListOrderCount;
     this.ListOrderItem.BindList2 = null;
     this.ListOrderItem.Border = 0;
     this.ListOrderItem.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ListOrderItem.ForeAlterColor = System.Drawing.Color.Black;
     this.ListOrderItem.ForeHeaderColor = System.Drawing.Color.Black;
     this.ListOrderItem.ForeHeaderSelectedColor = System.Drawing.Color.White;
     this.ListOrderItem.ForeNormalColor = System.Drawing.Color.Black;
     this.ListOrderItem.ForeSelectedColor = System.Drawing.Color.White;
     this.ListOrderItem.ItemHeight = 40;
     this.ListOrderItem.ItemWidth = 200;
     this.ListOrderItem.Location = new System.Drawing.Point(8, 128);
     this.ListOrderItem.Name = "ListOrderItem";
     this.ListOrderItem.Row = 14;
     this.ListOrderItem.SelectedIndex = 0;
     this.ListOrderItem.Size = new System.Drawing.Size(200, 560);
     this.ListOrderItem.TabIndex = 31;
     this.ListOrderItem.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     //
     // ListOrderCount
     //
     this.ListOrderCount.Alignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.ListOrderCount.AutoRefresh = true;
     this.ListOrderCount.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.ListOrderCount.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.ListOrderCount.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.ListOrderCount.BackNormalColor = System.Drawing.Color.White;
     this.ListOrderCount.BackSelectedColor = System.Drawing.Color.Blue;
     this.ListOrderCount.BindList1 = this.ListOrderItem;
     this.ListOrderCount.BindList2 = this.ListOrderItemPrice;
     this.ListOrderCount.Border = 0;
     this.ListOrderCount.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ListOrderCount.ForeAlterColor = System.Drawing.Color.Black;
     this.ListOrderCount.ForeHeaderColor = System.Drawing.Color.Black;
     this.ListOrderCount.ForeHeaderSelectedColor = System.Drawing.Color.White;
     this.ListOrderCount.ForeNormalColor = System.Drawing.Color.Black;
     this.ListOrderCount.ForeSelectedColor = System.Drawing.Color.White;
     this.ListOrderCount.ItemHeight = 40;
     this.ListOrderCount.ItemWidth = 40;
     this.ListOrderCount.Location = new System.Drawing.Point(208, 128);
     this.ListOrderCount.Name = "ListOrderCount";
     this.ListOrderCount.Row = 14;
     this.ListOrderCount.SelectedIndex = 0;
     this.ListOrderCount.Size = new System.Drawing.Size(40, 560);
     this.ListOrderCount.TabIndex = 37;
     this.ListOrderCount.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     //
     // ListOrderItemPrice
     //
     this.ListOrderItemPrice.Alignment = System.Drawing.ContentAlignment.MiddleRight;
     this.ListOrderItemPrice.AutoRefresh = true;
     this.ListOrderItemPrice.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.ListOrderItemPrice.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.ListOrderItemPrice.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.ListOrderItemPrice.BackNormalColor = System.Drawing.Color.White;
     this.ListOrderItemPrice.BackSelectedColor = System.Drawing.Color.Blue;
     this.ListOrderItemPrice.BindList1 = this.ListOrderCount;
     this.ListOrderItemPrice.BindList2 = null;
     this.ListOrderItemPrice.Border = 0;
     this.ListOrderItemPrice.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ListOrderItemPrice.ForeAlterColor = System.Drawing.Color.Black;
     this.ListOrderItemPrice.ForeHeaderColor = System.Drawing.Color.Black;
     this.ListOrderItemPrice.ForeHeaderSelectedColor = System.Drawing.Color.White;
     this.ListOrderItemPrice.ForeNormalColor = System.Drawing.Color.Black;
     this.ListOrderItemPrice.ForeSelectedColor = System.Drawing.Color.White;
     this.ListOrderItemPrice.ItemHeight = 40;
     this.ListOrderItemPrice.ItemWidth = 80;
     this.ListOrderItemPrice.Location = new System.Drawing.Point(248, 128);
     this.ListOrderItemPrice.Name = "ListOrderItemPrice";
     this.ListOrderItemPrice.Row = 14;
     this.ListOrderItemPrice.SelectedIndex = 0;
     this.ListOrderItemPrice.Size = new System.Drawing.Size(80, 560);
     this.ListOrderItemPrice.TabIndex = 33;
     this.ListOrderItemPrice.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     //
     // LblPageID
     //
     this.LblPageID.BackColor = System.Drawing.Color.Transparent;
     this.LblPageID.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblPageID.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.LblPageID.Location = new System.Drawing.Point(792, 752);
     this.LblPageID.Name = "LblPageID";
     this.LblPageID.Size = new System.Drawing.Size(216, 23);
     this.LblPageID.TabIndex = 32;
     this.LblPageID.Text = "STCB011";
     this.LblPageID.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // LblCopyright
     //
     this.LblCopyright.BackColor = System.Drawing.Color.Transparent;
     this.LblCopyright.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblCopyright.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.LblCopyright.Location = new System.Drawing.Point(8, 752);
     this.LblCopyright.Name = "LblCopyright";
     this.LblCopyright.Size = new System.Drawing.Size(280, 16);
     this.LblCopyright.TabIndex = 36;
     this.LblCopyright.Text = "Copyright (c) 2004. All rights reserved.";
     //
     // PrintReceiptForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(1020, 764);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.ListOrderCount,
                                                                   this.LblCopyright,
                                                                   this.ListOrderItemPrice,
                                                                   this.LblPageID,
                                                                   this.ListOrderItem,
                                                                   this.BtnBack,
                                                                   this.groupPanel3,
                                                                   this.BtnPay,
                                                                   this.BtnPrintReceipt,
                                                                   this.groupPanel2,
                                                                   this.BtnDown,
                                                                   this.BtnUp,
                                                                   this.BtnUndo,
                                                                   this.BtnCancel,
                                                                   this.OrderPanel});
     this.Name = "PrintReceiptForm";
     this.Text = "Check Bill";
     this.OrderPanel.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ResourceManager manager = new ResourceManager(typeof(ReserveForm));
     this.BtnSearch = new ImageButton();
     this.ButtonImgList = new ImageList(this.components);
     this.PanCustName = new GroupPanel();
     this.FieldCustName = new Label();
     this.NumberImgList = new ImageList(this.components);
     this.LblCopyright = new Label();
     this.LblHeaderCustomer = new Label();
     this.BtnDown = new ImageButton();
     this.BtnUp = new ImageButton();
     this.ListReserveQueue = new ItemsList();
     this.ListReserveTime = new ItemsList();
     this.ListReserveID = new ItemsList();
     this.ListReserveSeat = new ItemsList();
     this.BtnDinIn = new ImageButton();
     this.BtnMain = new ImageButton();
     this.BtnReserve = new ImageButton();
     this.BtnCancel = new ImageButton();
     this.LblHeaderSeat = new Label();
     this.LblHeaderTime = new Label();
     this.LblPageID = new Label();
     this.PanSelectTime = new GroupPanel();
     this.LblMinute = new Label();
     this.LblHeaderHour = new Label();
     this.MinutePad = new ButtonListPad();
     this.HourPad = new ButtonListPad();
     this.groupPanel2 = new GroupPanel();
     this.BtnGotoToday = new ImageButton();
     this.ButtonLiteImgList = new ImageList(this.components);
     this.LblSelectedDate = new Label();
     this.LblCustName = new Label();
     this.FieldSeat = new Label();
     this.FieldInputType = new Label();
     this.NumberKeyPad = new NumberPad();
     this.LblReserveInfo = new Label();
     this.DatePad = new ButtonListPad();
     this.BtnDayDown = new ImageButton();
     this.BtnDayUp = new ImageButton();
     this.GroupDate = new GroupPanel();
     this.LblHeaderNumber = new Label();
     this.PanCustName.SuspendLayout();
     this.PanSelectTime.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.GroupDate.SuspendLayout();
     base.SuspendLayout();
     this.BtnSearch.BackColor = Color.Transparent;
     this.BtnSearch.Blue = 0.5f;
     this.BtnSearch.Cursor = Cursors.Hand;
     this.BtnSearch.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.BtnSearch.Green = 1f;
     this.BtnSearch.Image = (Bitmap) manager.GetObject("BtnSearch.Image");
     this.BtnSearch.ImageClick = (Bitmap) manager.GetObject("BtnSearch.ImageClick");
     this.BtnSearch.ImageClickIndex = 1;
     this.BtnSearch.ImageIndex = 0;
     this.BtnSearch.ImageList = this.ButtonImgList;
     this.BtnSearch.Location = new Point(0xd8, 0xb0);
     this.BtnSearch.Name = "BtnSearch";
     this.BtnSearch.ObjectValue = null;
     this.BtnSearch.Red = 1f;
     this.BtnSearch.Size = new Size(110, 60);
     this.BtnSearch.TabIndex = 0x1a;
     this.BtnSearch.Text = "Search";
     this.BtnSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnSearch.Click += new EventHandler(this.BtnSearch_Click);
     this.ButtonImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.ButtonImgList.ImageSize = new Size(110, 60);
     this.ButtonImgList.ImageStream = (ImageListStreamer) manager.GetObject("ButtonImgList.ImageStream");
     this.ButtonImgList.TransparentColor = Color.Transparent;
     this.PanCustName.BackColor = Color.Transparent;
     this.PanCustName.Caption = null;
     this.PanCustName.Controls.AddRange(new Control[] { this.FieldCustName });
     this.PanCustName.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.PanCustName.Location = new Point(0x10, 0x70);
     this.PanCustName.Name = "PanCustName";
     this.PanCustName.ShowHeader = false;
     this.PanCustName.Size = new Size(0x138, 0x3a);
     this.PanCustName.TabIndex = 0x19;
     this.FieldCustName.Cursor = Cursors.Hand;
     this.FieldCustName.Location = new Point(1, 1);
     this.FieldCustName.Name = "FieldCustName";
     this.FieldCustName.Size = new Size(0x137, 0x38);
     this.FieldCustName.TabIndex = 0;
     this.FieldCustName.TextAlign = ContentAlignment.MiddleLeft;
     this.FieldCustName.Click += new EventHandler(this.FieldCustName_Click);
     this.NumberImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.NumberImgList.ImageSize = new Size(0x48, 60);
     this.NumberImgList.ImageStream = (ImageListStreamer) manager.GetObject("NumberImgList.ImageStream");
     this.NumberImgList.TransparentColor = Color.Transparent;
     this.LblCopyright.BackColor = Color.Transparent;
     this.LblCopyright.Font = new Font("Tahoma", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblCopyright.ForeColor = Color.FromArgb(0x67, 0x8a, 0xc6);
     this.LblCopyright.Location = new Point(8, 0x2f0);
     this.LblCopyright.Name = "LblCopyright";
     this.LblCopyright.Size = new Size(280, 0x10);
     this.LblCopyright.TabIndex = 0x33;
     this.LblCopyright.Text = "Copyright (c) 2004. All rights reserved.";
     this.LblHeaderCustomer.BackColor = Color.Black;
     this.LblHeaderCustomer.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblHeaderCustomer.ForeColor = Color.White;
     this.LblHeaderCustomer.Location = new Point(0x40, 0xc0);
     this.LblHeaderCustomer.Name = "LblHeaderCustomer";
     this.LblHeaderCustomer.Size = new Size(0xa8, 40);
     this.LblHeaderCustomer.TabIndex = 50;
     this.LblHeaderCustomer.Text = "Customer";
     this.LblHeaderCustomer.TextAlign = ContentAlignment.MiddleLeft;
     this.BtnDown.BackColor = Color.Transparent;
     this.BtnDown.Blue = 2f;
     this.BtnDown.Cursor = Cursors.Hand;
     this.BtnDown.Green = 1f;
     this.BtnDown.Image = (Bitmap) manager.GetObject("BtnDown.Image");
     this.BtnDown.ImageClick = (Bitmap) manager.GetObject("BtnDown.ImageClick");
     this.BtnDown.ImageClickIndex = 5;
     this.BtnDown.ImageIndex = 4;
     this.BtnDown.ImageList = this.ButtonImgList;
     this.BtnDown.Location = new Point(0xd0, 0x2b4);
     this.BtnDown.Name = "BtnDown";
     this.BtnDown.ObjectValue = null;
     this.BtnDown.Red = 2f;
     this.BtnDown.Size = new Size(110, 60);
     this.BtnDown.TabIndex = 0x31;
     this.BtnDown.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnUp.BackColor = Color.Transparent;
     this.BtnUp.Blue = 2f;
     this.BtnUp.Cursor = Cursors.Hand;
     this.BtnUp.Green = 1f;
     this.BtnUp.Image = (Bitmap) manager.GetObject("BtnUp.Image");
     this.BtnUp.ImageClick = (Bitmap) manager.GetObject("BtnUp.ImageClick");
     this.BtnUp.ImageClickIndex = 3;
     this.BtnUp.ImageIndex = 2;
     this.BtnUp.ImageList = this.ButtonImgList;
     this.BtnUp.Location = new Point(0x10, 0x2b4);
     this.BtnUp.Name = "BtnUp";
     this.BtnUp.ObjectValue = null;
     this.BtnUp.Red = 2f;
     this.BtnUp.Size = new Size(110, 60);
     this.BtnUp.TabIndex = 0x30;
     this.BtnUp.TextAlign = ContentAlignment.MiddleCenter;
     this.ListReserveQueue.Alignment = ContentAlignment.MiddleLeft;
     this.ListReserveQueue.AutoRefresh = true;
     this.ListReserveQueue.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListReserveQueue.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListReserveQueue.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListReserveQueue.BackNormalColor = Color.White;
     this.ListReserveQueue.BackSelectedColor = Color.Blue;
     this.ListReserveQueue.BindList1 = this.ListReserveTime;
     this.ListReserveQueue.BindList2 = this.ListReserveID;
     this.ListReserveQueue.Border = 0;
     this.ListReserveQueue.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListReserveQueue.ForeAlterColor = Color.Black;
     this.ListReserveQueue.ForeHeaderColor = Color.Black;
     this.ListReserveQueue.ForeHeaderSelectedColor = Color.White;
     this.ListReserveQueue.ForeNormalColor = Color.Black;
     this.ListReserveQueue.ForeSelectedColor = Color.White;
     this.ListReserveQueue.ItemHeight = 40;
     this.ListReserveQueue.ItemWidth = 0xa8;
     this.ListReserveQueue.Location = new Point(0x40, 0xe8);
     this.ListReserveQueue.Name = "ListReserveQueue";
     this.ListReserveQueue.Row = 11;
     this.ListReserveQueue.SelectedIndex = 0;
     this.ListReserveQueue.Size = new Size(0xa8, 440);
     this.ListReserveQueue.TabIndex = 0x2f;
     this.ListReserveQueue.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListReserveTime_ItemClick);
     this.ListReserveTime.Alignment = ContentAlignment.MiddleCenter;
     this.ListReserveTime.AutoRefresh = true;
     this.ListReserveTime.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListReserveTime.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListReserveTime.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListReserveTime.BackNormalColor = Color.White;
     this.ListReserveTime.BackSelectedColor = Color.Blue;
     this.ListReserveTime.BindList1 = null;
     this.ListReserveTime.BindList2 = this.ListReserveQueue;
     this.ListReserveTime.Border = 0;
     this.ListReserveTime.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListReserveTime.ForeAlterColor = Color.Black;
     this.ListReserveTime.ForeHeaderColor = Color.Black;
     this.ListReserveTime.ForeHeaderSelectedColor = Color.White;
     this.ListReserveTime.ForeNormalColor = Color.Black;
     this.ListReserveTime.ForeSelectedColor = Color.White;
     this.ListReserveTime.ItemHeight = 40;
     this.ListReserveTime.ItemWidth = 0x38;
     this.ListReserveTime.Location = new Point(8, 0xe8);
     this.ListReserveTime.Name = "ListReserveTime";
     this.ListReserveTime.Row = 11;
     this.ListReserveTime.SelectedIndex = 0;
     this.ListReserveTime.Size = new Size(0x38, 440);
     this.ListReserveTime.TabIndex = 0x39;
     this.ListReserveTime.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListReserveTime_ItemClick);
     this.ListReserveID.Alignment = ContentAlignment.MiddleCenter;
     this.ListReserveID.AutoRefresh = true;
     this.ListReserveID.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListReserveID.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListReserveID.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListReserveID.BackNormalColor = Color.White;
     this.ListReserveID.BackSelectedColor = Color.Blue;
     this.ListReserveID.BindList1 = this.ListReserveQueue;
     this.ListReserveID.BindList2 = this.ListReserveSeat;
     this.ListReserveID.Border = 0;
     this.ListReserveID.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListReserveID.ForeAlterColor = Color.Black;
     this.ListReserveID.ForeHeaderColor = Color.Black;
     this.ListReserveID.ForeHeaderSelectedColor = Color.White;
     this.ListReserveID.ForeNormalColor = Color.Black;
     this.ListReserveID.ForeSelectedColor = Color.White;
     this.ListReserveID.ItemHeight = 40;
     this.ListReserveID.ItemWidth = 0x30;
     this.ListReserveID.Location = new Point(0xe8, 0xe8);
     this.ListReserveID.Name = "ListReserveID";
     this.ListReserveID.Row = 11;
     this.ListReserveID.SelectedIndex = 0;
     this.ListReserveID.Size = new Size(0x30, 440);
     this.ListReserveID.TabIndex = 0x3f;
     this.ListReserveID.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListReserveTime_ItemClick);
     this.ListReserveSeat.Alignment = ContentAlignment.MiddleCenter;
     this.ListReserveSeat.AutoRefresh = true;
     this.ListReserveSeat.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListReserveSeat.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListReserveSeat.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListReserveSeat.BackNormalColor = Color.White;
     this.ListReserveSeat.BackSelectedColor = Color.Blue;
     this.ListReserveSeat.BindList1 = this.ListReserveID;
     this.ListReserveSeat.BindList2 = null;
     this.ListReserveSeat.Border = 0;
     this.ListReserveSeat.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListReserveSeat.ForeAlterColor = Color.Black;
     this.ListReserveSeat.ForeHeaderColor = Color.Black;
     this.ListReserveSeat.ForeHeaderSelectedColor = Color.White;
     this.ListReserveSeat.ForeNormalColor = Color.Black;
     this.ListReserveSeat.ForeSelectedColor = Color.White;
     this.ListReserveSeat.ItemHeight = 40;
     this.ListReserveSeat.ItemWidth = 0x30;
     this.ListReserveSeat.Location = new Point(280, 0xe8);
     this.ListReserveSeat.Name = "ListReserveSeat";
     this.ListReserveSeat.Row = 11;
     this.ListReserveSeat.SelectedIndex = 0;
     this.ListReserveSeat.Size = new Size(0x30, 440);
     this.ListReserveSeat.TabIndex = 0x37;
     this.ListReserveSeat.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListReserveTime_ItemClick);
     this.BtnDinIn.BackColor = Color.Transparent;
     this.BtnDinIn.Blue = 2f;
     this.BtnDinIn.Cursor = Cursors.Hand;
     this.BtnDinIn.Green = 1f;
     this.BtnDinIn.Image = (Bitmap) manager.GetObject("BtnDinIn.Image");
     this.BtnDinIn.ImageClick = (Bitmap) manager.GetObject("BtnDinIn.ImageClick");
     this.BtnDinIn.ImageClickIndex = 1;
     this.BtnDinIn.ImageIndex = 0;
     this.BtnDinIn.ImageList = this.ButtonImgList;
     this.BtnDinIn.Location = new Point(8, 0x40);
     this.BtnDinIn.Name = "BtnDinIn";
     this.BtnDinIn.ObjectValue = null;
     this.BtnDinIn.Red = 2f;
     this.BtnDinIn.Size = new Size(110, 60);
     this.BtnDinIn.TabIndex = 0x2e;
     this.BtnDinIn.Text = "Din-in";
     this.BtnDinIn.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDinIn.Click += new EventHandler(this.BtnDinIn_Click);
     this.BtnMain.BackColor = Color.Transparent;
     this.BtnMain.Blue = 2f;
     this.BtnMain.Cursor = Cursors.Hand;
     this.BtnMain.Green = 2f;
     this.BtnMain.Image = (Bitmap) manager.GetObject("BtnMain.Image");
     this.BtnMain.ImageClick = null;
     this.BtnMain.ImageClickIndex = 0;
     this.BtnMain.ImageIndex = 0;
     this.BtnMain.ImageList = this.ButtonImgList;
     this.BtnMain.Location = new Point(0x1c8, 0x40);
     this.BtnMain.Name = "BtnMain";
     this.BtnMain.ObjectValue = null;
     this.BtnMain.Red = 1f;
     this.BtnMain.Size = new Size(110, 60);
     this.BtnMain.TabIndex = 0x34;
     this.BtnMain.Text = "Main";
     this.BtnMain.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnMain.Click += new EventHandler(this.BtnMain_Click);
     this.BtnReserve.BackColor = Color.Transparent;
     this.BtnReserve.Blue = 1f;
     this.BtnReserve.Cursor = Cursors.Hand;
     this.BtnReserve.Green = 1f;
     this.BtnReserve.Image = (Bitmap) manager.GetObject("BtnReserve.Image");
     this.BtnReserve.ImageClick = null;
     this.BtnReserve.ImageClickIndex = 0;
     this.BtnReserve.ImageIndex = 0;
     this.BtnReserve.ImageList = this.ButtonImgList;
     this.BtnReserve.Location = new Point(0x388, 0x40);
     this.BtnReserve.Name = "BtnReserve";
     this.BtnReserve.ObjectValue = null;
     this.BtnReserve.Red = 0.75f;
     this.BtnReserve.Size = new Size(110, 60);
     this.BtnReserve.TabIndex = 0x35;
     this.BtnReserve.Text = "Reserve";
     this.BtnReserve.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnReserve.Click += new EventHandler(this.BtnReserve_Click);
     this.BtnCancel.BackColor = Color.Transparent;
     this.BtnCancel.Blue = 2f;
     this.BtnCancel.Cursor = Cursors.Hand;
     this.BtnCancel.Green = 1f;
     this.BtnCancel.Image = (Bitmap) manager.GetObject("BtnCancel.Image");
     this.BtnCancel.ImageClick = (Bitmap) manager.GetObject("BtnCancel.ImageClick");
     this.BtnCancel.ImageClickIndex = 1;
     this.BtnCancel.ImageIndex = 0;
     this.BtnCancel.ImageList = this.ButtonImgList;
     this.BtnCancel.Location = new Point(120, 0x40);
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.ObjectValue = null;
     this.BtnCancel.Red = 2f;
     this.BtnCancel.Size = new Size(110, 60);
     this.BtnCancel.TabIndex = 0x36;
     this.BtnCancel.Text = "Cancel";
     this.BtnCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnCancel.Click += new EventHandler(this.BtnCancel_Click);
     this.LblHeaderSeat.BackColor = Color.Black;
     this.LblHeaderSeat.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblHeaderSeat.ForeColor = Color.White;
     this.LblHeaderSeat.Location = new Point(280, 0xc0);
     this.LblHeaderSeat.Name = "LblHeaderSeat";
     this.LblHeaderSeat.Size = new Size(0x30, 40);
     this.LblHeaderSeat.TabIndex = 0x38;
     this.LblHeaderSeat.Text = "Seat";
     this.LblHeaderSeat.TextAlign = ContentAlignment.MiddleCenter;
     this.LblHeaderTime.BackColor = Color.Black;
     this.LblHeaderTime.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblHeaderTime.ForeColor = Color.White;
     this.LblHeaderTime.Location = new Point(8, 0xc0);
     this.LblHeaderTime.Name = "LblHeaderTime";
     this.LblHeaderTime.Size = new Size(0x38, 40);
     this.LblHeaderTime.TabIndex = 0x3a;
     this.LblHeaderTime.Text = "Time";
     this.LblHeaderTime.TextAlign = ContentAlignment.MiddleCenter;
     this.LblPageID.BackColor = Color.Transparent;
     this.LblPageID.Font = new Font("Tahoma", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblPageID.ForeColor = Color.FromArgb(0x67, 0x8a, 0xc6);
     this.LblPageID.Location = new Point(760, 0x2f0);
     this.LblPageID.Name = "LblPageID";
     this.LblPageID.Size = new Size(0xf8, 0x17);
     this.LblPageID.TabIndex = 0x3d;
     this.LblPageID.Text = "STRT010";
     this.LblPageID.TextAlign = ContentAlignment.TopRight;
     this.PanSelectTime.BackColor = Color.Transparent;
     this.PanSelectTime.Caption = null;
     this.PanSelectTime.Controls.AddRange(new Control[] { this.LblMinute, this.LblHeaderHour, this.MinutePad, this.HourPad });
     this.PanSelectTime.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.PanSelectTime.Location = new Point(0x2a0, 0xc0);
     this.PanSelectTime.Name = "PanSelectTime";
     this.PanSelectTime.ShowHeader = false;
     this.PanSelectTime.Size = new Size(0x158, 560);
     this.PanSelectTime.TabIndex = 60;
     this.LblMinute.BackColor = Color.Black;
     this.LblMinute.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblMinute.ForeColor = Color.White;
     this.LblMinute.Location = new Point(0, 0x1a8);
     this.LblMinute.Name = "LblMinute";
     this.LblMinute.Size = new Size(0x158, 40);
     this.LblMinute.TabIndex = 0x34;
     this.LblMinute.Text = "Minute";
     this.LblMinute.TextAlign = ContentAlignment.MiddleCenter;
     this.LblHeaderHour.BackColor = Color.Black;
     this.LblHeaderHour.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblHeaderHour.ForeColor = Color.White;
     this.LblHeaderHour.Name = "LblHeaderHour";
     this.LblHeaderHour.Size = new Size(0x158, 40);
     this.LblHeaderHour.TabIndex = 0x33;
     this.LblHeaderHour.Text = "Hour";
     this.LblHeaderHour.TextAlign = ContentAlignment.MiddleCenter;
     this.MinutePad.AutoRefresh = true;
     this.MinutePad.BackColor = Color.White;
     this.MinutePad.Blue = 1f;
     this.MinutePad.Column = 4;
     this.MinutePad.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.MinutePad.Green = 1f;
     this.MinutePad.Image = (Bitmap) manager.GetObject("MinutePad.Image");
     this.MinutePad.ImageClick = (Bitmap) manager.GetObject("MinutePad.ImageClick");
     this.MinutePad.ImageClickIndex = 1;
     this.MinutePad.ImageIndex = 0;
     this.MinutePad.ImageList = this.NumberImgList;
     this.MinutePad.Location = new Point(0x1c, 0x1d8);
     this.MinutePad.Name = "MinutePad";
     this.MinutePad.Padding = 1;
     this.MinutePad.Red = 1f;
     this.MinutePad.Row = 1;
     this.MinutePad.Size = new Size(0x123, 60);
     this.MinutePad.TabIndex = 6;
     this.MinutePad.PadClick += new ButtonListPadEventHandler(this.MinutePad_PadClick);
     this.HourPad.AutoRefresh = true;
     this.HourPad.BackColor = Color.White;
     this.HourPad.Blue = 1f;
     this.HourPad.Column = 4;
     this.HourPad.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.HourPad.Green = 1f;
     this.HourPad.Image = (Bitmap) manager.GetObject("HourPad.Image");
     this.HourPad.ImageClick = (Bitmap) manager.GetObject("HourPad.ImageClick");
     this.HourPad.ImageClickIndex = 1;
     this.HourPad.ImageIndex = 0;
     this.HourPad.ImageList = this.NumberImgList;
     this.HourPad.Location = new Point(0x1c, 0x30);
     this.HourPad.Name = "HourPad";
     this.HourPad.Padding = 1;
     this.HourPad.Red = 1f;
     this.HourPad.Row = 6;
     this.HourPad.Size = new Size(0x123, 0x16d);
     this.HourPad.TabIndex = 5;
     this.HourPad.PadClick += new ButtonListPadEventHandler(this.HourPad_PadClick);
     this.groupPanel2.BackColor = Color.Transparent;
     this.groupPanel2.Caption = null;
     this.groupPanel2.Controls.AddRange(new Control[] { this.BtnGotoToday, this.LblSelectedDate, this.LblCustName, this.FieldSeat, this.FieldInputType, this.NumberKeyPad, this.BtnSearch, this.PanCustName, this.LblReserveInfo });
     this.groupPanel2.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.groupPanel2.Location = new Point(0x148, 0xc0);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.ShowHeader = false;
     this.groupPanel2.Size = new Size(0x158, 560);
     this.groupPanel2.TabIndex = 0x3b;
     this.BtnGotoToday.BackColor = Color.Transparent;
     this.BtnGotoToday.Blue = 2f;
     this.BtnGotoToday.Cursor = Cursors.Hand;
     this.BtnGotoToday.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Pixel);
     this.BtnGotoToday.Green = 1f;
     this.BtnGotoToday.Image = (Bitmap) manager.GetObject("BtnGotoToday.Image");
     this.BtnGotoToday.ImageClick = (Bitmap) manager.GetObject("BtnGotoToday.ImageClick");
     this.BtnGotoToday.ImageClickIndex = 1;
     this.BtnGotoToday.ImageIndex = 0;
     this.BtnGotoToday.ImageList = this.ButtonLiteImgList;
     this.BtnGotoToday.Location = new Point(0xe0, 0x30);
     this.BtnGotoToday.Name = "BtnGotoToday";
     this.BtnGotoToday.ObjectValue = null;
     this.BtnGotoToday.Red = 1f;
     this.BtnGotoToday.Size = new Size(110, 40);
     this.BtnGotoToday.TabIndex = 0x36;
     this.BtnGotoToday.Text = "Today";
     this.BtnGotoToday.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnGotoToday.Click += new EventHandler(this.BtnGotoToday_Click);
     this.ButtonLiteImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.ButtonLiteImgList.ImageSize = new Size(110, 40);
     this.ButtonLiteImgList.ImageStream = (ImageListStreamer) manager.GetObject("ButtonLiteImgList.ImageStream");
     this.ButtonLiteImgList.TransparentColor = Color.Transparent;
     this.LblSelectedDate.BackColor = Color.Transparent;
     this.LblSelectedDate.BorderStyle = BorderStyle.FixedSingle;
     this.LblSelectedDate.Cursor = Cursors.Hand;
     this.LblSelectedDate.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblSelectedDate.ForeColor = Color.Black;
     this.LblSelectedDate.Location = new Point(8, 0x30);
     this.LblSelectedDate.Name = "LblSelectedDate";
     this.LblSelectedDate.Size = new Size(0xd0, 40);
     this.LblSelectedDate.TabIndex = 0x35;
     this.LblSelectedDate.Text = "dd MMMM yyyy HH:mm";
     this.LblSelectedDate.TextAlign = ContentAlignment.MiddleCenter;
     this.LblSelectedDate.Click += new EventHandler(this.LblSelectedDate_Click);
     this.LblCustName.BackColor = Color.Transparent;
     this.LblCustName.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblCustName.ForeColor = Color.Black;
     this.LblCustName.Location = new Point(0x10, 0x58);
     this.LblCustName.Name = "LblCustName";
     this.LblCustName.Size = new Size(0x90, 0x18);
     this.LblCustName.TabIndex = 0x33;
     this.LblCustName.Text = "Customer Name";
     this.LblCustName.TextAlign = ContentAlignment.MiddleLeft;
     this.FieldSeat.BackColor = Color.Black;
     this.FieldSeat.Font = new Font("Tahoma", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.FieldSeat.ForeColor = Color.Cyan;
     this.FieldSeat.Location = new Point(0x88, 0xf8);
     this.FieldSeat.Name = "FieldSeat";
     this.FieldSeat.Size = new Size(200, 40);
     this.FieldSeat.TabIndex = 9;
     this.FieldSeat.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldInputType.BackColor = Color.Black;
     this.FieldInputType.Font = new Font("Tahoma", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.FieldInputType.ForeColor = Color.Cyan;
     this.FieldInputType.Location = new Point(8, 0xf8);
     this.FieldInputType.Name = "FieldInputType";
     this.FieldInputType.Size = new Size(0x80, 40);
     this.FieldInputType.TabIndex = 8;
     this.FieldInputType.Text = "Seat";
     this.FieldInputType.TextAlign = ContentAlignment.MiddleCenter;
     this.NumberKeyPad.BackColor = Color.White;
     this.NumberKeyPad.Image = (Bitmap) manager.GetObject("NumberKeyPad.Image");
     this.NumberKeyPad.ImageClick = (Bitmap) manager.GetObject("NumberKeyPad.ImageClick");
     this.NumberKeyPad.ImageClickIndex = 1;
     this.NumberKeyPad.ImageIndex = 0;
     this.NumberKeyPad.ImageList = this.NumberImgList;
     this.NumberKeyPad.Location = new Point(0x40, 0x128);
     this.NumberKeyPad.Name = "NumberKeyPad";
     this.NumberKeyPad.Size = new Size(0xe2, 0xff);
     this.NumberKeyPad.TabIndex = 7;
     this.NumberKeyPad.Text = "numberPad1";
     this.NumberKeyPad.PadClick += new smartRestaurant.Controls.NumberPad.NumberPadEventHandler(this.NumberKeyPad_PadClick);
     this.LblReserveInfo.BackColor = Color.Black;
     this.LblReserveInfo.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblReserveInfo.ForeColor = Color.White;
     this.LblReserveInfo.Name = "LblReserveInfo";
     this.LblReserveInfo.Size = new Size(0x158, 40);
     this.LblReserveInfo.TabIndex = 0x34;
     this.LblReserveInfo.Text = "Reserve Information";
     this.LblReserveInfo.TextAlign = ContentAlignment.MiddleCenter;
     this.DatePad.AutoRefresh = true;
     this.DatePad.BackColor = Color.White;
     this.DatePad.Blue = 1f;
     this.DatePad.Column = 7;
     this.DatePad.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.DatePad.Green = 1f;
     this.DatePad.Image = (Bitmap) manager.GetObject("DatePad.Image");
     this.DatePad.ImageClick = (Bitmap) manager.GetObject("DatePad.ImageClick");
     this.DatePad.ImageClickIndex = 1;
     this.DatePad.ImageIndex = 0;
     this.DatePad.ImageList = this.ButtonImgList;
     this.DatePad.Location = new Point(0x74, 2);
     this.DatePad.Name = "DatePad";
     this.DatePad.Padding = 1;
     this.DatePad.Red = 1f;
     this.DatePad.Row = 1;
     this.DatePad.Size = new Size(0x308, 60);
     this.DatePad.TabIndex = 6;
     this.DatePad.PadClick += new ButtonListPadEventHandler(this.DatePad_PadClick);
     this.BtnDayDown.BackColor = Color.Transparent;
     this.BtnDayDown.Blue = 2f;
     this.BtnDayDown.Cursor = Cursors.Hand;
     this.BtnDayDown.Green = 1f;
     this.BtnDayDown.Image = (Bitmap) manager.GetObject("BtnDayDown.Image");
     this.BtnDayDown.ImageClick = (Bitmap) manager.GetObject("BtnDayDown.ImageClick");
     this.BtnDayDown.ImageClickIndex = 5;
     this.BtnDayDown.ImageIndex = 4;
     this.BtnDayDown.ImageList = this.ButtonImgList;
     this.BtnDayDown.Location = new Point(0x37d, 2);
     this.BtnDayDown.Name = "BtnDayDown";
     this.BtnDayDown.ObjectValue = null;
     this.BtnDayDown.Red = 1f;
     this.BtnDayDown.Size = new Size(110, 60);
     this.BtnDayDown.TabIndex = 0x33;
     this.BtnDayDown.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDayDown.Click += new EventHandler(this.BtnDayDown_Click);
     this.BtnDayUp.BackColor = Color.Transparent;
     this.BtnDayUp.Blue = 2f;
     this.BtnDayUp.Cursor = Cursors.Hand;
     this.BtnDayUp.Green = 1f;
     this.BtnDayUp.Image = (Bitmap) manager.GetObject("BtnDayUp.Image");
     this.BtnDayUp.ImageClick = (Bitmap) manager.GetObject("BtnDayUp.ImageClick");
     this.BtnDayUp.ImageClickIndex = 3;
     this.BtnDayUp.ImageIndex = 2;
     this.BtnDayUp.ImageList = this.ButtonImgList;
     this.BtnDayUp.Location = new Point(5, 2);
     this.BtnDayUp.Name = "BtnDayUp";
     this.BtnDayUp.ObjectValue = null;
     this.BtnDayUp.Red = 1f;
     this.BtnDayUp.Size = new Size(110, 60);
     this.BtnDayUp.TabIndex = 50;
     this.BtnDayUp.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDayUp.Click += new EventHandler(this.BtnDayUp_Click);
     this.GroupDate.BackColor = Color.Transparent;
     this.GroupDate.Caption = null;
     this.GroupDate.Controls.AddRange(new Control[] { this.BtnDayUp, this.DatePad, this.BtnDayDown });
     this.GroupDate.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.GroupDate.Location = new Point(8, 0x80);
     this.GroupDate.Name = "GroupDate";
     this.GroupDate.ShowHeader = false;
     this.GroupDate.Size = new Size(0x3f0, 0x40);
     this.GroupDate.TabIndex = 0x3e;
     this.LblHeaderNumber.BackColor = Color.Black;
     this.LblHeaderNumber.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.LblHeaderNumber.ForeColor = Color.White;
     this.LblHeaderNumber.Location = new Point(0xe8, 0xc0);
     this.LblHeaderNumber.Name = "LblHeaderNumber";
     this.LblHeaderNumber.Size = new Size(0x30, 40);
     this.LblHeaderNumber.TabIndex = 0x40;
     this.LblHeaderNumber.Text = "#";
     this.LblHeaderNumber.TextAlign = ContentAlignment.MiddleCenter;
     this.AutoScaleBaseSize = new Size(6, 15);
     base.ClientSize = new Size(0x3fc, 0x2fc);
     base.Controls.AddRange(new Control[] {
                                              this.LblHeaderNumber, this.ListReserveID, this.GroupDate, this.LblPageID, this.PanSelectTime, this.groupPanel2, this.LblHeaderTime, this.ListReserveTime, this.LblHeaderSeat, this.ListReserveSeat, this.BtnCancel, this.BtnReserve, this.BtnMain, this.LblCopyright, this.LblHeaderCustomer, this.BtnDown,
                                              this.BtnUp, this.ListReserveQueue, this.BtnDinIn
                                          });
     base.Name = "ReserveForm";
     this.Text = "Reserve Table";
     this.PanCustName.ResumeLayout(false);
     this.PanSelectTime.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.GroupDate.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ResourceManager manager = new ResourceManager(typeof(TakeOrderForm));
     this.OrderPanel = new GroupPanel();
     this.FieldBill = new Label();
     this.LblBill = new Label();
     this.FieldGuest = new Label();
     this.LblGuest = new Label();
     this.FieldTable = new Label();
     this.LblTable = new Label();
     this.BtnMain = new ImageButton();
     this.ButtonImgList = new ImageList(this.components);
     this.NumberImgList = new ImageList(this.components);
     this.BtnCancel = new ImageButton();
     this.BtnUndo = new ImageButton();
     this.BtnMessage = new ImageButton();
     this.BtnPrintKitchen = new ImageButton();
     this.BtnPrintReceiptAll = new ImageButton();
     this.BtnPrintReceipt = new ImageButton();
     this.groupPanel2 = new GroupPanel();
     this.BtnAmount = new ImageButton();
     this.FieldCurrentInput = new Label();
     this.FieldInputType = new Label();
     this.NumberKeyPad = new NumberPad();
     this.CategoryPad = new ButtonListPad();
     this.groupPanel3 = new GroupPanel();
     this.OptionPad = new ButtonListPad();
     this.ListOrderItem = new ItemsList();
     this.ListOrderCount = new ItemsList();
     this.ListOrderItemBy = new ItemsList();
     this.BtnDown = new ImageButton();
     this.BtnUp = new ImageButton();
     this.BtnMoveItem = new ImageButton();
     this.PanCustName = new GroupPanel();
     this.FieldCustName = new Label();
     this.BtnSearch = new ImageButton();
     this.BtnServeItem = new ImageButton();
     this.LblPageID = new Label();
     this.LblCopyright = new Label();
     this.LblTotalText = new Label();
     this.LblTotalValue = new Label();
     this.OrderPanel.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.PanCustName.SuspendLayout();
     base.SuspendLayout();
     this.OrderPanel.BackColor = Color.Transparent;
     this.OrderPanel.Caption = null;
     this.OrderPanel.Controls.Add(this.FieldBill);
     this.OrderPanel.Controls.Add(this.LblBill);
     this.OrderPanel.Controls.Add(this.FieldGuest);
     this.OrderPanel.Controls.Add(this.LblGuest);
     this.OrderPanel.Controls.Add(this.FieldTable);
     this.OrderPanel.Controls.Add(this.LblTable);
     this.OrderPanel.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.OrderPanel.Location = new Point(560, 0);
     this.OrderPanel.Name = "OrderPanel";
     this.OrderPanel.ShowHeader = true;
     this.OrderPanel.Size = new Size(0x1c1, 0x3a);
     this.OrderPanel.TabIndex = 1;
     this.FieldBill.BackColor = Color.White;
     this.FieldBill.Cursor = Cursors.Hand;
     this.FieldBill.Location = new Point(0x180, 1);
     this.FieldBill.Name = "FieldBill";
     this.FieldBill.Size = new Size(0x40, 0x38);
     this.FieldBill.TabIndex = 11;
     this.FieldBill.Text = "1";
     this.FieldBill.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldBill.Click += new EventHandler(this.FieldBill_Click);
     this.LblBill.BackColor = Color.Orange;
     this.LblBill.Location = new Point(0x138, 1);
     this.LblBill.Name = "LblBill";
     this.LblBill.Size = new Size(0x48, 0x38);
     this.LblBill.TabIndex = 10;
     this.LblBill.Text = "Bill:";
     this.LblBill.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldGuest.BackColor = Color.White;
     this.FieldGuest.Cursor = Cursors.Hand;
     this.FieldGuest.Location = new Point(0xf8, 1);
     this.FieldGuest.Name = "FieldGuest";
     this.FieldGuest.Size = new Size(0x40, 0x38);
     this.FieldGuest.TabIndex = 9;
     this.FieldGuest.Text = "1";
     this.FieldGuest.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldGuest.Click += new EventHandler(this.FieldGuest_Click);
     this.LblGuest.BackColor = Color.Orange;
     this.LblGuest.Location = new Point(0xb0, 1);
     this.LblGuest.Name = "LblGuest";
     this.LblGuest.Size = new Size(0x48, 0x38);
     this.LblGuest.TabIndex = 8;
     this.LblGuest.Text = "Seat:";
     this.LblGuest.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldTable.BackColor = Color.White;
     this.FieldTable.Cursor = Cursors.Hand;
     this.FieldTable.Location = new Point(0x49, 1);
     this.FieldTable.Name = "FieldTable";
     this.FieldTable.Size = new Size(0x67, 0x38);
     this.FieldTable.TabIndex = 7;
     this.FieldTable.Text = "1";
     this.FieldTable.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldTable.Click += new EventHandler(this.FieldTable_Click);
     this.LblTable.BackColor = Color.Orange;
     this.LblTable.Location = new Point(1, 1);
     this.LblTable.Name = "LblTable";
     this.LblTable.Size = new Size(0x48, 0x38);
     this.LblTable.TabIndex = 6;
     this.LblTable.Text = "Table:";
     this.LblTable.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnMain.BackColor = Color.Transparent;
     this.BtnMain.Blue = 2f;
     this.BtnMain.Cursor = Cursors.Hand;
     this.BtnMain.Green = 2f;
     this.BtnMain.ImageClick = (Image) manager.GetObject("BtnMain.ImageClick");
     this.BtnMain.ImageClickIndex = 1;
     this.BtnMain.ImageIndex = 0;
     this.BtnMain.ImageList = this.ButtonImgList;
     this.BtnMain.IsLock = false;
     this.BtnMain.Location = new Point(0x1c8, 0x40);
     this.BtnMain.Name = "BtnMain";
     this.BtnMain.ObjectValue = null;
     this.BtnMain.Red = 1f;
     this.BtnMain.Size = new Size(110, 60);
     this.BtnMain.TabIndex = 2;
     this.BtnMain.Text = "Main";
     this.BtnMain.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnMain.Click += new EventHandler(this.BtnMain_Click);
     this.ButtonImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.ButtonImgList.ImageSize = new Size(110, 60);
     this.ButtonImgList.ImageStream = (ImageListStreamer) manager.GetObject("ButtonImgList.ImageStream");
     this.ButtonImgList.TransparentColor = Color.Transparent;
     this.NumberImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.NumberImgList.ImageSize = new Size(0x48, 60);
     this.NumberImgList.ImageStream = (ImageListStreamer) manager.GetObject("NumberImgList.ImageStream");
     this.NumberImgList.TransparentColor = Color.Transparent;
     this.BtnCancel.BackColor = Color.Transparent;
     this.BtnCancel.Blue = 2f;
     this.BtnCancel.Cursor = Cursors.Hand;
     this.BtnCancel.Green = 1f;
     this.BtnCancel.ImageClick = (Image) manager.GetObject("BtnCancel.ImageClick");
     this.BtnCancel.ImageClickIndex = 1;
     this.BtnCancel.ImageIndex = 0;
     this.BtnCancel.ImageList = this.ButtonImgList;
     this.BtnCancel.IsLock = false;
     this.BtnCancel.Location = new Point(8, 0x40);
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.ObjectValue = null;
     this.BtnCancel.Red = 2f;
     this.BtnCancel.Size = new Size(110, 60);
     this.BtnCancel.TabIndex = 8;
     this.BtnCancel.Text = "Cancel";
     this.BtnCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnCancel.Click += new EventHandler(this.BtnCancel_Click);
     this.BtnUndo.BackColor = Color.Transparent;
     this.BtnUndo.Blue = 2f;
     this.BtnUndo.Cursor = Cursors.Hand;
     this.BtnUndo.Green = 1f;
     this.BtnUndo.ImageClick = (Image) manager.GetObject("BtnUndo.ImageClick");
     this.BtnUndo.ImageClickIndex = 1;
     this.BtnUndo.ImageIndex = 0;
     this.BtnUndo.ImageList = this.ButtonImgList;
     this.BtnUndo.IsLock = false;
     this.BtnUndo.Location = new Point(120, 0x40);
     this.BtnUndo.Name = "BtnUndo";
     this.BtnUndo.ObjectValue = null;
     this.BtnUndo.Red = 2f;
     this.BtnUndo.Size = new Size(110, 60);
     this.BtnUndo.TabIndex = 9;
     this.BtnUndo.Text = "Undo";
     this.BtnUndo.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnUndo.Click += new EventHandler(this.BtnUndo_Click);
     this.BtnMessage.BackColor = Color.Transparent;
     this.BtnMessage.Blue = 1f;
     this.BtnMessage.Cursor = Cursors.Hand;
     this.BtnMessage.Green = 1.75f;
     this.BtnMessage.ImageClick = (Image) manager.GetObject("BtnMessage.ImageClick");
     this.BtnMessage.ImageClickIndex = 1;
     this.BtnMessage.ImageIndex = 0;
     this.BtnMessage.ImageList = this.ButtonImgList;
     this.BtnMessage.IsLock = false;
     this.BtnMessage.Location = new Point(0x238, 0x40);
     this.BtnMessage.Name = "BtnMessage";
     this.BtnMessage.ObjectValue = null;
     this.BtnMessage.Red = 1.75f;
     this.BtnMessage.Size = new Size(110, 60);
     this.BtnMessage.TabIndex = 10;
     this.BtnMessage.Text = "Message";
     this.BtnMessage.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnMessage.Click += new EventHandler(this.BtnMessage_Click);
     this.BtnPrintKitchen.BackColor = Color.Transparent;
     this.BtnPrintKitchen.Blue = 0.75f;
     this.BtnPrintKitchen.Cursor = Cursors.Hand;
     this.BtnPrintKitchen.Green = 1f;
     this.BtnPrintKitchen.ImageClick = (Image) manager.GetObject("BtnPrintKitchen.ImageClick");
     this.BtnPrintKitchen.ImageClickIndex = 1;
     this.BtnPrintKitchen.ImageIndex = 0;
     this.BtnPrintKitchen.ImageList = this.ButtonImgList;
     this.BtnPrintKitchen.IsLock = false;
     this.BtnPrintKitchen.Location = new Point(680, 0x40);
     this.BtnPrintKitchen.Name = "BtnPrintKitchen";
     this.BtnPrintKitchen.ObjectValue = null;
     this.BtnPrintKitchen.Red = 1f;
     this.BtnPrintKitchen.Size = new Size(110, 60);
     this.BtnPrintKitchen.TabIndex = 11;
     this.BtnPrintKitchen.Text = "Print-Kitchen / Save";
     this.BtnPrintKitchen.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPrintKitchen.Click += new EventHandler(this.BtnPrintKitchen_Click);
     this.BtnPrintReceiptAll.BackColor = Color.Transparent;
     this.BtnPrintReceiptAll.Blue = 1.75f;
     this.BtnPrintReceiptAll.Cursor = Cursors.Hand;
     this.BtnPrintReceiptAll.Green = 1f;
     this.BtnPrintReceiptAll.ImageClick = (Image) manager.GetObject("BtnPrintReceiptAll.ImageClick");
     this.BtnPrintReceiptAll.ImageClickIndex = 1;
     this.BtnPrintReceiptAll.ImageIndex = 0;
     this.BtnPrintReceiptAll.ImageList = this.ButtonImgList;
     this.BtnPrintReceiptAll.IsLock = false;
     this.BtnPrintReceiptAll.Location = new Point(0x318, 0x40);
     this.BtnPrintReceiptAll.Name = "BtnPrintReceiptAll";
     this.BtnPrintReceiptAll.ObjectValue = null;
     this.BtnPrintReceiptAll.Red = 1.75f;
     this.BtnPrintReceiptAll.Size = new Size(110, 60);
     this.BtnPrintReceiptAll.TabIndex = 12;
     this.BtnPrintReceiptAll.Text = "Print-Receipt All";
     this.BtnPrintReceiptAll.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPrintReceiptAll.Click += new EventHandler(this.BtnPrintReceiptAll_Click);
     this.BtnPrintReceipt.BackColor = Color.Transparent;
     this.BtnPrintReceipt.Blue = 1f;
     this.BtnPrintReceipt.Cursor = Cursors.Hand;
     this.BtnPrintReceipt.Green = 1f;
     this.BtnPrintReceipt.ImageClick = (Image) manager.GetObject("BtnPrintReceipt.ImageClick");
     this.BtnPrintReceipt.ImageClickIndex = 1;
     this.BtnPrintReceipt.ImageIndex = 0;
     this.BtnPrintReceipt.ImageList = this.ButtonImgList;
     this.BtnPrintReceipt.IsLock = false;
     this.BtnPrintReceipt.Location = new Point(0x388, 0x40);
     this.BtnPrintReceipt.Name = "BtnPrintReceipt";
     this.BtnPrintReceipt.ObjectValue = null;
     this.BtnPrintReceipt.Red = 0.75f;
     this.BtnPrintReceipt.Size = new Size(110, 60);
     this.BtnPrintReceipt.TabIndex = 13;
     this.BtnPrintReceipt.Text = "Pay";
     this.BtnPrintReceipt.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPrintReceipt.Click += new EventHandler(this.BtnPrintReceipt_Click);
     this.groupPanel2.BackColor = Color.Transparent;
     this.groupPanel2.Caption = null;
     this.groupPanel2.Controls.Add(this.BtnAmount);
     this.groupPanel2.Controls.Add(this.FieldCurrentInput);
     this.groupPanel2.Controls.Add(this.FieldInputType);
     this.groupPanel2.Controls.Add(this.NumberKeyPad);
     this.groupPanel2.Controls.Add(this.CategoryPad);
     this.groupPanel2.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.groupPanel2.Location = new Point(0x148, 0x80);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.ShowHeader = false;
     this.groupPanel2.Size = new Size(0x158, 0x270);
     this.groupPanel2.TabIndex = 15;
     this.BtnAmount.BackColor = Color.Transparent;
     this.BtnAmount.Blue = 1f;
     this.BtnAmount.Cursor = Cursors.Hand;
     this.BtnAmount.Green = 1f;
     this.BtnAmount.ImageClick = (Image) manager.GetObject("BtnAmount.ImageClick");
     this.BtnAmount.ImageClickIndex = 1;
     this.BtnAmount.ImageIndex = 0;
     this.BtnAmount.ImageList = this.NumberImgList;
     this.BtnAmount.IsLock = false;
     this.BtnAmount.Location = new Point(0x100, 0x22b);
     this.BtnAmount.Name = "BtnAmount";
     this.BtnAmount.ObjectValue = null;
     this.BtnAmount.Red = 2f;
     this.BtnAmount.Size = new Size(0x48, 60);
     this.BtnAmount.TabIndex = 20;
     this.BtnAmount.Text = "Amount";
     this.BtnAmount.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnAmount.Click += new EventHandler(this.BtnAmount_Click);
     this.BtnAmount.DoubleClick += new EventHandler(this.BtnAmount_Click);
     this.FieldCurrentInput.BackColor = Color.Black;
     this.FieldCurrentInput.Font = new Font("Tahoma", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.FieldCurrentInput.ForeColor = Color.Cyan;
     this.FieldCurrentInput.Location = new Point(0x88, 0x138);
     this.FieldCurrentInput.Name = "FieldCurrentInput";
     this.FieldCurrentInput.Size = new Size(200, 40);
     this.FieldCurrentInput.TabIndex = 9;
     this.FieldCurrentInput.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldInputType.BackColor = Color.Black;
     this.FieldInputType.Font = new Font("Tahoma", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.FieldInputType.ForeColor = Color.Cyan;
     this.FieldInputType.Location = new Point(8, 0x138);
     this.FieldInputType.Name = "FieldInputType";
     this.FieldInputType.Size = new Size(0x80, 40);
     this.FieldInputType.TabIndex = 8;
     this.FieldInputType.Text = "Menu";
     this.FieldInputType.TextAlign = ContentAlignment.MiddleCenter;
     this.NumberKeyPad.BackColor = Color.White;
     this.NumberKeyPad.Image = (Image) manager.GetObject("NumberKeyPad.Image");
     this.NumberKeyPad.ImageClick = (Image) manager.GetObject("NumberKeyPad.ImageClick");
     this.NumberKeyPad.ImageClickIndex = 1;
     this.NumberKeyPad.ImageIndex = 0;
     this.NumberKeyPad.ImageList = this.NumberImgList;
     this.NumberKeyPad.Location = new Point(0x18, 360);
     this.NumberKeyPad.Name = "NumberKeyPad";
     this.NumberKeyPad.Size = new Size(0xe2, 0xff);
     this.NumberKeyPad.TabIndex = 7;
     this.NumberKeyPad.Text = "numberPad1";
     this.NumberKeyPad.PadClick += new smartRestaurant.Controls.NumberPad.NumberPadEventHandler(this.NumberKeyPad_PadClick);
     this.CategoryPad.AutoRefresh = true;
     this.CategoryPad.BackColor = Color.White;
     this.CategoryPad.Blue = 1f;
     this.CategoryPad.Column = 3;
     this.CategoryPad.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.CategoryPad.Green = 1f;
     this.CategoryPad.Image = (Image) manager.GetObject("CategoryPad.Image");
     this.CategoryPad.ImageClick = (Image) manager.GetObject("CategoryPad.ImageClick");
     this.CategoryPad.ImageClickIndex = 1;
     this.CategoryPad.ImageIndex = 0;
     this.CategoryPad.ImageList = this.ButtonImgList;
     this.CategoryPad.ItemStart = 0;
     this.CategoryPad.Location = new Point(5, 5);
     this.CategoryPad.Name = "CategoryPad";
     this.CategoryPad.Padding = 1;
     this.CategoryPad.Red = 1f;
     this.CategoryPad.Row = 5;
     this.CategoryPad.Size = new Size(0x14c, 0x130);
     this.CategoryPad.TabIndex = 6;
     this.CategoryPad.Text = "buttonListPad2";
     this.CategoryPad.PadClick += new ButtonListPadEventHandler(this.CategoryPad_PadClick);
     this.groupPanel3.BackColor = Color.Transparent;
     this.groupPanel3.Caption = null;
     this.groupPanel3.Controls.Add(this.OptionPad);
     this.groupPanel3.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.groupPanel3.Location = new Point(0x2a0, 0x80);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.ShowHeader = false;
     this.groupPanel3.Size = new Size(0x158, 0x270);
     this.groupPanel3.TabIndex = 0x10;
     this.OptionPad.AutoRefresh = true;
     this.OptionPad.BackColor = Color.White;
     this.OptionPad.Blue = 1f;
     this.OptionPad.Column = 3;
     this.OptionPad.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.OptionPad.Green = 1f;
     this.OptionPad.Image = (Image) manager.GetObject("OptionPad.Image");
     this.OptionPad.ImageClick = (Image) manager.GetObject("OptionPad.ImageClick");
     this.OptionPad.ImageClickIndex = 1;
     this.OptionPad.ImageIndex = 0;
     this.OptionPad.ImageList = this.ButtonImgList;
     this.OptionPad.ItemStart = 0;
     this.OptionPad.Location = new Point(5, 5);
     this.OptionPad.Name = "OptionPad";
     this.OptionPad.Padding = 1;
     this.OptionPad.Red = 1f;
     this.OptionPad.Row = 10;
     this.OptionPad.Size = new Size(0x14c, 0x261);
     this.OptionPad.TabIndex = 5;
     this.OptionPad.Text = "buttonListPad1";
     this.OptionPad.PadClick += new ButtonListPadEventHandler(this.OptionPad_PadClick);
     this.ListOrderItem.Alignment = ContentAlignment.MiddleLeft;
     this.ListOrderItem.AutoRefresh = true;
     this.ListOrderItem.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListOrderItem.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListOrderItem.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListOrderItem.BackNormalColor = Color.White;
     this.ListOrderItem.BackSelectedColor = Color.Blue;
     this.ListOrderItem.BindList1 = this.ListOrderCount;
     this.ListOrderItem.BindList2 = null;
     this.ListOrderItem.Border = 0;
     this.ListOrderItem.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListOrderItem.ForeAlterColor = Color.Black;
     this.ListOrderItem.ForeHeaderColor = Color.Black;
     this.ListOrderItem.ForeHeaderSelectedColor = Color.White;
     this.ListOrderItem.ForeNormalColor = Color.Black;
     this.ListOrderItem.ForeSelectedColor = Color.White;
     this.ListOrderItem.ItemHeight = 40;
     this.ListOrderItem.ItemWidth = 240;
     this.ListOrderItem.Location = new Point(8, 0x80);
     this.ListOrderItem.Name = "ListOrderItem";
     this.ListOrderItem.Row = 13;
     this.ListOrderItem.SelectedIndex = 0;
     this.ListOrderItem.Size = new Size(240, 520);
     this.ListOrderItem.TabIndex = 0x11;
     this.ListOrderItem.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     this.ListOrderCount.Alignment = ContentAlignment.MiddleCenter;
     this.ListOrderCount.AutoRefresh = true;
     this.ListOrderCount.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListOrderCount.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListOrderCount.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListOrderCount.BackNormalColor = Color.White;
     this.ListOrderCount.BackSelectedColor = Color.Blue;
     this.ListOrderCount.BindList1 = this.ListOrderItem;
     this.ListOrderCount.BindList2 = this.ListOrderItemBy;
     this.ListOrderCount.Border = 0;
     this.ListOrderCount.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListOrderCount.ForeAlterColor = Color.Black;
     this.ListOrderCount.ForeHeaderColor = Color.Black;
     this.ListOrderCount.ForeHeaderSelectedColor = Color.White;
     this.ListOrderCount.ForeNormalColor = Color.Black;
     this.ListOrderCount.ForeSelectedColor = Color.White;
     this.ListOrderCount.ItemHeight = 40;
     this.ListOrderCount.ItemWidth = 40;
     this.ListOrderCount.Location = new Point(0xf8, 0x80);
     this.ListOrderCount.Name = "ListOrderCount";
     this.ListOrderCount.Row = 13;
     this.ListOrderCount.SelectedIndex = 0;
     this.ListOrderCount.Size = new Size(40, 520);
     this.ListOrderCount.TabIndex = 0x24;
     this.ListOrderCount.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     this.ListOrderItemBy.Alignment = ContentAlignment.MiddleCenter;
     this.ListOrderItemBy.AutoRefresh = true;
     this.ListOrderItemBy.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListOrderItemBy.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListOrderItemBy.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListOrderItemBy.BackNormalColor = Color.White;
     this.ListOrderItemBy.BackSelectedColor = Color.Blue;
     this.ListOrderItemBy.BindList1 = this.ListOrderCount;
     this.ListOrderItemBy.BindList2 = null;
     this.ListOrderItemBy.Border = 0;
     this.ListOrderItemBy.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListOrderItemBy.ForeAlterColor = Color.Black;
     this.ListOrderItemBy.ForeHeaderColor = Color.Black;
     this.ListOrderItemBy.ForeHeaderSelectedColor = Color.White;
     this.ListOrderItemBy.ForeNormalColor = Color.Black;
     this.ListOrderItemBy.ForeSelectedColor = Color.White;
     this.ListOrderItemBy.ItemHeight = 40;
     this.ListOrderItemBy.ItemWidth = 40;
     this.ListOrderItemBy.Location = new Point(0x120, 0x80);
     this.ListOrderItemBy.Name = "ListOrderItemBy";
     this.ListOrderItemBy.Row = 13;
     this.ListOrderItemBy.SelectedIndex = 0;
     this.ListOrderItemBy.Size = new Size(40, 520);
     this.ListOrderItemBy.TabIndex = 0x22;
     this.ListOrderItemBy.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     this.BtnDown.BackColor = Color.Transparent;
     this.BtnDown.Blue = 2f;
     this.BtnDown.Cursor = Cursors.Hand;
     this.BtnDown.Green = 1f;
     this.BtnDown.ImageClick = (Image) manager.GetObject("BtnDown.ImageClick");
     this.BtnDown.ImageClickIndex = 5;
     this.BtnDown.ImageIndex = 4;
     this.BtnDown.ImageList = this.ButtonImgList;
     this.BtnDown.IsLock = false;
     this.BtnDown.Location = new Point(0xd0, 0x2b4);
     this.BtnDown.Name = "BtnDown";
     this.BtnDown.ObjectValue = null;
     this.BtnDown.Red = 2f;
     this.BtnDown.Size = new Size(110, 60);
     this.BtnDown.TabIndex = 0x13;
     this.BtnDown.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDown.Click += new EventHandler(this.BtnDown_Click);
     this.BtnDown.DoubleClick += new EventHandler(this.BtnDown_Click);
     this.BtnUp.BackColor = Color.Transparent;
     this.BtnUp.Blue = 2f;
     this.BtnUp.Cursor = Cursors.Hand;
     this.BtnUp.Green = 1f;
     this.BtnUp.ImageClick = (Image) manager.GetObject("BtnUp.ImageClick");
     this.BtnUp.ImageClickIndex = 3;
     this.BtnUp.ImageIndex = 2;
     this.BtnUp.ImageList = this.ButtonImgList;
     this.BtnUp.IsLock = false;
     this.BtnUp.Location = new Point(0x10, 0x2b4);
     this.BtnUp.Name = "BtnUp";
     this.BtnUp.ObjectValue = null;
     this.BtnUp.Red = 2f;
     this.BtnUp.Size = new Size(110, 60);
     this.BtnUp.TabIndex = 0x12;
     this.BtnUp.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnUp.Click += new EventHandler(this.BtnUp_Click);
     this.BtnUp.DoubleClick += new EventHandler(this.BtnUp_Click);
     this.BtnMoveItem.BackColor = Color.Transparent;
     this.BtnMoveItem.Blue = 2f;
     this.BtnMoveItem.Cursor = Cursors.Hand;
     this.BtnMoveItem.Green = 1f;
     this.BtnMoveItem.ImageClick = (Image) manager.GetObject("BtnMoveItem.ImageClick");
     this.BtnMoveItem.ImageClickIndex = 1;
     this.BtnMoveItem.ImageIndex = 0;
     this.BtnMoveItem.ImageList = this.ButtonImgList;
     this.BtnMoveItem.IsLock = false;
     this.BtnMoveItem.Location = new Point(0xe8, 0x40);
     this.BtnMoveItem.Name = "BtnMoveItem";
     this.BtnMoveItem.ObjectValue = null;
     this.BtnMoveItem.Red = 2f;
     this.BtnMoveItem.Size = new Size(110, 60);
     this.BtnMoveItem.TabIndex = 20;
     this.BtnMoveItem.Text = "Move Item";
     this.BtnMoveItem.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnMoveItem.Click += new EventHandler(this.BtnMoveItem_Click);
     this.PanCustName.BackColor = Color.Transparent;
     this.PanCustName.Caption = null;
     this.PanCustName.Controls.Add(this.FieldCustName);
     this.PanCustName.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.PanCustName.Location = new Point(0xf8, 0);
     this.PanCustName.Name = "PanCustName";
     this.PanCustName.ShowHeader = false;
     this.PanCustName.Size = new Size(200, 0x3a);
     this.PanCustName.TabIndex = 0x16;
     this.FieldCustName.Cursor = Cursors.Hand;
     this.FieldCustName.Location = new Point(1, 1);
     this.FieldCustName.Name = "FieldCustName";
     this.FieldCustName.Size = new Size(0xc7, 0x38);
     this.FieldCustName.TabIndex = 0;
     this.FieldCustName.TextAlign = ContentAlignment.MiddleLeft;
     this.FieldCustName.Click += new EventHandler(this.FieldCustName_Click);
     this.BtnSearch.BackColor = Color.Transparent;
     this.BtnSearch.Blue = 0.5f;
     this.BtnSearch.Cursor = Cursors.Hand;
     this.BtnSearch.Green = 1f;
     this.BtnSearch.ImageClick = null;
     this.BtnSearch.ImageClickIndex = 0;
     this.BtnSearch.ImageIndex = 0;
     this.BtnSearch.ImageList = this.ButtonImgList;
     this.BtnSearch.IsLock = false;
     this.BtnSearch.Location = new Point(0x1c1, 0);
     this.BtnSearch.Name = "BtnSearch";
     this.BtnSearch.ObjectValue = null;
     this.BtnSearch.Red = 1f;
     this.BtnSearch.Size = new Size(110, 60);
     this.BtnSearch.TabIndex = 0x17;
     this.BtnSearch.Text = "Search";
     this.BtnSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnSearch.Click += new EventHandler(this.BtnSearch_Click);
     this.BtnServeItem.BackColor = Color.Transparent;
     this.BtnServeItem.Blue = 2f;
     this.BtnServeItem.Cursor = Cursors.Hand;
     this.BtnServeItem.Green = 1f;
     this.BtnServeItem.ImageClick = (Image) manager.GetObject("BtnServeItem.ImageClick");
     this.BtnServeItem.ImageClickIndex = 1;
     this.BtnServeItem.ImageIndex = 0;
     this.BtnServeItem.ImageList = this.ButtonImgList;
     this.BtnServeItem.IsLock = false;
     this.BtnServeItem.Location = new Point(0x158, 0x40);
     this.BtnServeItem.Name = "BtnServeItem";
     this.BtnServeItem.ObjectValue = null;
     this.BtnServeItem.Red = 2f;
     this.BtnServeItem.Size = new Size(110, 60);
     this.BtnServeItem.TabIndex = 0x18;
     this.BtnServeItem.Text = "Serve Item";
     this.BtnServeItem.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnServeItem.Click += new EventHandler(this.BtnServeItem_Click);
     this.LblPageID.BackColor = Color.Transparent;
     this.LblPageID.Font = new Font("Tahoma", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblPageID.ForeColor = Color.FromArgb(0x67, 0x8a, 0xc6);
     this.LblPageID.Location = new Point(0x330, 0x2f0);
     this.LblPageID.Name = "LblPageID";
     this.LblPageID.Size = new Size(0xc0, 0x17);
     this.LblPageID.TabIndex = 0x21;
     this.LblPageID.Text = "| STTO011";
     this.LblPageID.TextAlign = ContentAlignment.TopRight;
     this.LblCopyright.BackColor = Color.Transparent;
     this.LblCopyright.Font = new Font("Tahoma", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblCopyright.ForeColor = Color.FromArgb(0x67, 0x8a, 0xc6);
     this.LblCopyright.Location = new Point(8, 0x2f0);
     this.LblCopyright.Name = "LblCopyright";
     this.LblCopyright.Size = new Size(280, 0x10);
     this.LblCopyright.TabIndex = 0x23;
     this.LblCopyright.Text = "Copyright (c) 2004. All rights reserved.";
     this.LblTotalText.BackColor = Color.FromArgb(0xff, 0xff, 0x80);
     this.LblTotalText.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblTotalText.Location = new Point(8, 0x288);
     this.LblTotalText.Name = "LblTotalText";
     this.LblTotalText.Size = new Size(0xd0, 40);
     this.LblTotalText.TabIndex = 0x25;
     this.LblTotalText.Text = "Total (Before Tax)";
     this.LblTotalText.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTotalValue.BackColor = Color.FromArgb(0xff, 0xff, 0x80);
     this.LblTotalValue.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblTotalValue.ForeColor = Color.FromArgb(0, 0, 0xc0);
     this.LblTotalValue.Location = new Point(0xd8, 0x288);
     this.LblTotalValue.Name = "LblTotalValue";
     this.LblTotalValue.Size = new Size(0x70, 40);
     this.LblTotalValue.TabIndex = 0x26;
     this.LblTotalValue.Text = "0.00";
     this.LblTotalValue.TextAlign = ContentAlignment.MiddleRight;
     this.AutoScaleBaseSize = new Size(6, 15);
     base.ClientSize = new Size(0x3fc, 0x2fc);
     base.Controls.Add(this.LblTotalValue);
     base.Controls.Add(this.LblTotalText);
     base.Controls.Add(this.ListOrderCount);
     base.Controls.Add(this.LblCopyright);
     base.Controls.Add(this.LblPageID);
     base.Controls.Add(this.BtnServeItem);
     base.Controls.Add(this.BtnSearch);
     base.Controls.Add(this.PanCustName);
     base.Controls.Add(this.BtnMoveItem);
     base.Controls.Add(this.BtnDown);
     base.Controls.Add(this.BtnUp);
     base.Controls.Add(this.ListOrderItem);
     base.Controls.Add(this.groupPanel3);
     base.Controls.Add(this.groupPanel2);
     base.Controls.Add(this.BtnPrintReceipt);
     base.Controls.Add(this.BtnPrintReceiptAll);
     base.Controls.Add(this.BtnPrintKitchen);
     base.Controls.Add(this.BtnMessage);
     base.Controls.Add(this.BtnUndo);
     base.Controls.Add(this.BtnCancel);
     base.Controls.Add(this.BtnMain);
     base.Controls.Add(this.OrderPanel);
     base.Controls.Add(this.ListOrderItemBy);
     base.Name = "TakeOrderForm";
     this.Text = "Take Order";
     this.OrderPanel.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.PanCustName.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Ejemplo n.º 5
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ResourceManager manager = new ResourceManager(typeof(PrintReceiptForm));
     this.OrderPanel = new GroupPanel();
     this.FieldBill = new Label();
     this.LblBill = new Label();
     this.FieldGuest = new Label();
     this.LblGuest = new Label();
     this.FieldTable = new Label();
     this.LblTable = new Label();
     this.BtnDown = new ImageButton();
     this.ButtonImgList = new ImageList(this.components);
     this.BtnUp = new ImageButton();
     this.BtnUndo = new ImageButton();
     this.BtnCancel = new ImageButton();
     this.NumberImgList = new ImageList(this.components);
     this.FieldCurrentInput = new Label();
     this.FieldInputType = new Label();
     this.NumberKeyPad = new NumberPad();
     this.groupPanel2 = new GroupPanel();
     this.FieldChange = new Label();
     this.FieldTotalReceive = new Label();
     this.FieldTotalDue = new Label();
     this.FieldTotalDiscount = new Label();
     this.FieldTax2 = new Label();
     this.FieldTax1 = new Label();
     this.FieldAmountDue = new Label();
     this.LblTotalChange = new Label();
     this.LblTotalReceive = new Label();
     this.LblTotalDue = new Label();
     this.LblTotalDiscount = new Label();
     this.LblTax2 = new Label();
     this.LblTax1 = new Label();
     this.LblAmountDue = new Label();
     this.BtnCalculator = new ImageButton();
     this.CalculatorImgList = new ImageList(this.components);
     this.BtnPay = new ImageButton();
     this.BtnPrintReceipt = new ImageButton();
     this.groupPanel3 = new GroupPanel();
     this.BtnPayClearAll = new ImageButton();
     this.ButtonLiteImgList = new ImageList(this.components);
     this.BtnPayClear = new ImageButton();
     this.BtnFillPay = new ImageButton();
     this.PaymentTypePad = new ButtonListPad();
     this.LblPayment = new Label();
     this.LblDiscount = new Label();
     this.DiscountPad = new ButtonListPad();
     this.BtnBack = new ImageButton();
     this.ListOrderItem = new ItemsList();
     this.ListOrderCount = new ItemsList();
     this.ListOrderItemPrice = new ItemsList();
     this.LblPageID = new Label();
     this.LblCopyright = new Label();
     this.BtnKBInvoiceNote = new ImageButton();
     this.FieldInvoiceNote = new TextBox();
     this.OrderPanel.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     base.SuspendLayout();
     this.OrderPanel.BackColor = Color.Transparent;
     this.OrderPanel.Caption = null;
     this.OrderPanel.Controls.Add(this.FieldBill);
     this.OrderPanel.Controls.Add(this.LblBill);
     this.OrderPanel.Controls.Add(this.FieldGuest);
     this.OrderPanel.Controls.Add(this.LblGuest);
     this.OrderPanel.Controls.Add(this.FieldTable);
     this.OrderPanel.Controls.Add(this.LblTable);
     this.OrderPanel.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.OrderPanel.Location = new Point(560, 0);
     this.OrderPanel.Name = "OrderPanel";
     this.OrderPanel.ShowHeader = false;
     this.OrderPanel.Size = new Size(0x1c1, 0x3a);
     this.OrderPanel.TabIndex = 2;
     this.FieldBill.BackColor = Color.White;
     this.FieldBill.Location = new Point(0x180, 1);
     this.FieldBill.Name = "FieldBill";
     this.FieldBill.Size = new Size(0x40, 0x38);
     this.FieldBill.TabIndex = 11;
     this.FieldBill.Text = "1";
     this.FieldBill.TextAlign = ContentAlignment.MiddleCenter;
     this.LblBill.BackColor = Color.Orange;
     this.LblBill.Location = new Point(0x138, 1);
     this.LblBill.Name = "LblBill";
     this.LblBill.Size = new Size(0x48, 0x38);
     this.LblBill.TabIndex = 10;
     this.LblBill.Text = "Bill:";
     this.LblBill.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldGuest.BackColor = Color.White;
     this.FieldGuest.Location = new Point(0xf8, 1);
     this.FieldGuest.Name = "FieldGuest";
     this.FieldGuest.Size = new Size(0x40, 0x38);
     this.FieldGuest.TabIndex = 9;
     this.FieldGuest.Text = "1";
     this.FieldGuest.TextAlign = ContentAlignment.MiddleCenter;
     this.LblGuest.BackColor = Color.Orange;
     this.LblGuest.Location = new Point(0xb0, 1);
     this.LblGuest.Name = "LblGuest";
     this.LblGuest.Size = new Size(0x48, 0x38);
     this.LblGuest.TabIndex = 8;
     this.LblGuest.Text = "Seat:";
     this.LblGuest.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldTable.BackColor = Color.White;
     this.FieldTable.Cursor = Cursors.Default;
     this.FieldTable.Location = new Point(0x49, 1);
     this.FieldTable.Name = "FieldTable";
     this.FieldTable.Size = new Size(0x67, 0x38);
     this.FieldTable.TabIndex = 7;
     this.FieldTable.Text = "1";
     this.FieldTable.TextAlign = ContentAlignment.MiddleCenter;
     this.LblTable.BackColor = Color.Orange;
     this.LblTable.Location = new Point(1, 1);
     this.LblTable.Name = "LblTable";
     this.LblTable.Size = new Size(0x48, 0x38);
     this.LblTable.TabIndex = 6;
     this.LblTable.Text = "Table:";
     this.LblTable.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDown.BackColor = Color.Transparent;
     this.BtnDown.Blue = 2f;
     this.BtnDown.Cursor = Cursors.Hand;
     this.BtnDown.Green = 1f;
     this.BtnDown.ImageClick = (Image) manager.GetObject("BtnDown.ImageClick");
     this.BtnDown.ImageClickIndex = 5;
     this.BtnDown.ImageIndex = 4;
     this.BtnDown.ImageList = this.ButtonImgList;
     this.BtnDown.IsLock = false;
     this.BtnDown.Location = new Point(0xd0, 0x2b4);
     this.BtnDown.Name = "BtnDown";
     this.BtnDown.ObjectValue = null;
     this.BtnDown.Red = 2f;
     this.BtnDown.Size = new Size(110, 60);
     this.BtnDown.TabIndex = 0x18;
     this.BtnDown.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDown.Click += new EventHandler(this.BtnDown_Click);
     this.ButtonImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.ButtonImgList.ImageSize = new Size(110, 60);
     this.ButtonImgList.ImageStream = (ImageListStreamer) manager.GetObject("ButtonImgList.ImageStream");
     this.ButtonImgList.TransparentColor = Color.Transparent;
     this.BtnUp.BackColor = Color.Transparent;
     this.BtnUp.Blue = 2f;
     this.BtnUp.Cursor = Cursors.Hand;
     this.BtnUp.Green = 1f;
     this.BtnUp.ImageClick = (Image) manager.GetObject("BtnUp.ImageClick");
     this.BtnUp.ImageClickIndex = 3;
     this.BtnUp.ImageIndex = 2;
     this.BtnUp.ImageList = this.ButtonImgList;
     this.BtnUp.IsLock = false;
     this.BtnUp.Location = new Point(0x10, 0x2b4);
     this.BtnUp.Name = "BtnUp";
     this.BtnUp.ObjectValue = null;
     this.BtnUp.Red = 2f;
     this.BtnUp.Size = new Size(110, 60);
     this.BtnUp.TabIndex = 0x17;
     this.BtnUp.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnUp.Click += new EventHandler(this.BtnUp_Click);
     this.BtnUndo.BackColor = Color.Transparent;
     this.BtnUndo.Blue = 2f;
     this.BtnUndo.Cursor = Cursors.Hand;
     this.BtnUndo.Green = 1f;
     this.BtnUndo.ImageClick = (Image) manager.GetObject("BtnUndo.ImageClick");
     this.BtnUndo.ImageClickIndex = 1;
     this.BtnUndo.ImageIndex = 0;
     this.BtnUndo.ImageList = this.ButtonImgList;
     this.BtnUndo.IsLock = false;
     this.BtnUndo.Location = new Point(120, 0x40);
     this.BtnUndo.Name = "BtnUndo";
     this.BtnUndo.ObjectValue = null;
     this.BtnUndo.Red = 2f;
     this.BtnUndo.Size = new Size(110, 60);
     this.BtnUndo.TabIndex = 0x15;
     this.BtnUndo.Text = "Undo";
     this.BtnUndo.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnUndo.Click += new EventHandler(this.BtnUndo_Click);
     this.BtnCancel.BackColor = Color.Transparent;
     this.BtnCancel.Blue = 2f;
     this.BtnCancel.Cursor = Cursors.Hand;
     this.BtnCancel.Green = 1f;
     this.BtnCancel.ImageClick = (Image) manager.GetObject("BtnCancel.ImageClick");
     this.BtnCancel.ImageClickIndex = 1;
     this.BtnCancel.ImageIndex = 0;
     this.BtnCancel.ImageList = this.ButtonImgList;
     this.BtnCancel.IsLock = false;
     this.BtnCancel.Location = new Point(8, 0x40);
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.ObjectValue = null;
     this.BtnCancel.Red = 2f;
     this.BtnCancel.Size = new Size(110, 60);
     this.BtnCancel.TabIndex = 20;
     this.BtnCancel.Text = "Cancel";
     this.BtnCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnCancel.Click += new EventHandler(this.BtnCancel_Click);
     this.NumberImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.NumberImgList.ImageSize = new Size(0x48, 60);
     this.NumberImgList.ImageStream = (ImageListStreamer) manager.GetObject("NumberImgList.ImageStream");
     this.NumberImgList.TransparentColor = Color.Transparent;
     this.FieldCurrentInput.BackColor = Color.Black;
     this.FieldCurrentInput.Font = new Font("Tahoma", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.FieldCurrentInput.ForeColor = Color.Cyan;
     this.FieldCurrentInput.Location = new Point(0x88, 0x138);
     this.FieldCurrentInput.Name = "FieldCurrentInput";
     this.FieldCurrentInput.Size = new Size(200, 40);
     this.FieldCurrentInput.TabIndex = 9;
     this.FieldCurrentInput.TextAlign = ContentAlignment.MiddleCenter;
     this.FieldInputType.BackColor = Color.Black;
     this.FieldInputType.Font = new Font("Tahoma", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.FieldInputType.ForeColor = Color.Cyan;
     this.FieldInputType.Location = new Point(8, 0x138);
     this.FieldInputType.Name = "FieldInputType";
     this.FieldInputType.Size = new Size(0x80, 40);
     this.FieldInputType.TabIndex = 8;
     this.FieldInputType.Text = "none";
     this.FieldInputType.TextAlign = ContentAlignment.MiddleCenter;
     this.NumberKeyPad.BackColor = Color.White;
     this.NumberKeyPad.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.NumberKeyPad.Image = (Image) manager.GetObject("NumberKeyPad.Image");
     this.NumberKeyPad.ImageClick = (Image) manager.GetObject("NumberKeyPad.ImageClick");
     this.NumberKeyPad.ImageClickIndex = 1;
     this.NumberKeyPad.ImageIndex = 0;
     this.NumberKeyPad.ImageList = this.NumberImgList;
     this.NumberKeyPad.Location = new Point(0x38, 360);
     this.NumberKeyPad.Name = "NumberKeyPad";
     this.NumberKeyPad.Size = new Size(0xe2, 0xff);
     this.NumberKeyPad.TabIndex = 7;
     this.NumberKeyPad.Text = "numberPad1";
     this.NumberKeyPad.PadClick += new smartRestaurant.Controls.NumberPad.NumberPadEventHandler(this.NumberKeyPad_PadClick);
     this.groupPanel2.BackColor = Color.White;
     this.groupPanel2.Caption = null;
     this.groupPanel2.Controls.Add(this.FieldChange);
     this.groupPanel2.Controls.Add(this.FieldTotalReceive);
     this.groupPanel2.Controls.Add(this.FieldTotalDue);
     this.groupPanel2.Controls.Add(this.FieldTotalDiscount);
     this.groupPanel2.Controls.Add(this.FieldTax2);
     this.groupPanel2.Controls.Add(this.FieldTax1);
     this.groupPanel2.Controls.Add(this.FieldAmountDue);
     this.groupPanel2.Controls.Add(this.LblTotalChange);
     this.groupPanel2.Controls.Add(this.LblTotalReceive);
     this.groupPanel2.Controls.Add(this.LblTotalDue);
     this.groupPanel2.Controls.Add(this.LblTotalDiscount);
     this.groupPanel2.Controls.Add(this.LblTax2);
     this.groupPanel2.Controls.Add(this.LblTax1);
     this.groupPanel2.Controls.Add(this.LblAmountDue);
     this.groupPanel2.Controls.Add(this.FieldCurrentInput);
     this.groupPanel2.Controls.Add(this.FieldInputType);
     this.groupPanel2.Controls.Add(this.NumberKeyPad);
     this.groupPanel2.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.groupPanel2.Location = new Point(0x148, 0x80);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.ShowHeader = false;
     this.groupPanel2.Size = new Size(0x158, 0x270);
     this.groupPanel2.TabIndex = 0x19;
     this.FieldChange.Location = new Point(0xa8, 0x100);
     this.FieldChange.Name = "FieldChange";
     this.FieldChange.Size = new Size(160, 40);
     this.FieldChange.TabIndex = 0x17;
     this.FieldChange.Text = "0.00";
     this.FieldChange.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTotalReceive.Location = new Point(0xa8, 0xd8);
     this.FieldTotalReceive.Name = "FieldTotalReceive";
     this.FieldTotalReceive.Size = new Size(160, 40);
     this.FieldTotalReceive.TabIndex = 0x16;
     this.FieldTotalReceive.Text = "0.00";
     this.FieldTotalReceive.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTotalDue.Font = new Font("Tahoma", 15.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.FieldTotalDue.ForeColor = Color.Green;
     this.FieldTotalDue.Location = new Point(0xa8, 0xb0);
     this.FieldTotalDue.Name = "FieldTotalDue";
     this.FieldTotalDue.Size = new Size(160, 40);
     this.FieldTotalDue.TabIndex = 0x15;
     this.FieldTotalDue.Text = "0.00";
     this.FieldTotalDue.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTotalDiscount.Location = new Point(0xa8, 0x38);
     this.FieldTotalDiscount.Name = "FieldTotalDiscount";
     this.FieldTotalDiscount.Size = new Size(160, 40);
     this.FieldTotalDiscount.TabIndex = 20;
     this.FieldTotalDiscount.Text = "0.00";
     this.FieldTotalDiscount.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTax2.Location = new Point(0xa8, 0x88);
     this.FieldTax2.Name = "FieldTax2";
     this.FieldTax2.Size = new Size(160, 40);
     this.FieldTax2.TabIndex = 0x13;
     this.FieldTax2.Text = "0.00";
     this.FieldTax2.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTax1.Location = new Point(0xa8, 0x60);
     this.FieldTax1.Name = "FieldTax1";
     this.FieldTax1.Size = new Size(160, 40);
     this.FieldTax1.TabIndex = 0x12;
     this.FieldTax1.Text = "0.00";
     this.FieldTax1.TextAlign = ContentAlignment.MiddleRight;
     this.FieldAmountDue.Location = new Point(0xa8, 0x10);
     this.FieldAmountDue.Name = "FieldAmountDue";
     this.FieldAmountDue.Size = new Size(160, 40);
     this.FieldAmountDue.TabIndex = 0x11;
     this.FieldAmountDue.Text = "0.00";
     this.FieldAmountDue.TextAlign = ContentAlignment.MiddleRight;
     this.LblTotalChange.Location = new Point(0x10, 0x100);
     this.LblTotalChange.Name = "LblTotalChange";
     this.LblTotalChange.Size = new Size(0x90, 40);
     this.LblTotalChange.TabIndex = 0x10;
     this.LblTotalChange.Text = "Change";
     this.LblTotalChange.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTotalReceive.Location = new Point(0x10, 0xd8);
     this.LblTotalReceive.Name = "LblTotalReceive";
     this.LblTotalReceive.Size = new Size(0x90, 40);
     this.LblTotalReceive.TabIndex = 15;
     this.LblTotalReceive.Text = "Total Receive";
     this.LblTotalReceive.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTotalDue.Font = new Font("Tahoma", 15.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblTotalDue.ForeColor = Color.Green;
     this.LblTotalDue.Location = new Point(0x10, 0xb0);
     this.LblTotalDue.Name = "LblTotalDue";
     this.LblTotalDue.Size = new Size(0x90, 40);
     this.LblTotalDue.TabIndex = 14;
     this.LblTotalDue.Text = "Total Due";
     this.LblTotalDue.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTotalDiscount.Location = new Point(0x10, 0x38);
     this.LblTotalDiscount.Name = "LblTotalDiscount";
     this.LblTotalDiscount.Size = new Size(0x90, 40);
     this.LblTotalDiscount.TabIndex = 13;
     this.LblTotalDiscount.Text = "Total Discount";
     this.LblTotalDiscount.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTax2.Location = new Point(0x10, 0x88);
     this.LblTax2.Name = "LblTax2";
     this.LblTax2.Size = new Size(0x90, 40);
     this.LblTax2.TabIndex = 12;
     this.LblTax2.Text = "Tax2";
     this.LblTax2.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTax1.Location = new Point(0x10, 0x60);
     this.LblTax1.Name = "LblTax1";
     this.LblTax1.Size = new Size(0x90, 40);
     this.LblTax1.TabIndex = 11;
     this.LblTax1.Text = "Tax1";
     this.LblTax1.TextAlign = ContentAlignment.MiddleLeft;
     this.LblAmountDue.Location = new Point(0x10, 0x10);
     this.LblAmountDue.Name = "LblAmountDue";
     this.LblAmountDue.Size = new Size(0x90, 40);
     this.LblAmountDue.TabIndex = 10;
     this.LblAmountDue.Text = "Amount Due";
     this.LblAmountDue.TextAlign = ContentAlignment.MiddleLeft;
     this.BtnCalculator.BackColor = Color.Transparent;
     this.BtnCalculator.Blue = 1f;
     this.BtnCalculator.Cursor = Cursors.Hand;
     this.BtnCalculator.Green = 1f;
     this.BtnCalculator.ImageClick = (Image) manager.GetObject("BtnCalculator.ImageClick");
     this.BtnCalculator.ImageClickIndex = 1;
     this.BtnCalculator.ImageIndex = 0;
     this.BtnCalculator.ImageList = this.CalculatorImgList;
     this.BtnCalculator.IsLock = false;
     this.BtnCalculator.Location = new Point(0x2e8, 0x40);
     this.BtnCalculator.Name = "BtnCalculator";
     this.BtnCalculator.ObjectValue = null;
     this.BtnCalculator.Red = 1f;
     this.BtnCalculator.Size = new Size(40, 40);
     this.BtnCalculator.TabIndex = 40;
     this.BtnCalculator.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnCalculator.Click += new EventHandler(this.BtnCalculator_Click);
     this.CalculatorImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.CalculatorImgList.ImageSize = new Size(40, 40);
     this.CalculatorImgList.ImageStream = (ImageListStreamer) manager.GetObject("CalculatorImgList.ImageStream");
     this.CalculatorImgList.TransparentColor = Color.Transparent;
     this.BtnPay.BackColor = Color.Transparent;
     this.BtnPay.Blue = 1f;
     this.BtnPay.Cursor = Cursors.Hand;
     this.BtnPay.Green = 1f;
     this.BtnPay.ImageClick = (Image) manager.GetObject("BtnPay.ImageClick");
     this.BtnPay.ImageClickIndex = 1;
     this.BtnPay.ImageIndex = 0;
     this.BtnPay.ImageList = this.ButtonImgList;
     this.BtnPay.IsLock = false;
     this.BtnPay.Location = new Point(0x388, 0x40);
     this.BtnPay.Name = "BtnPay";
     this.BtnPay.ObjectValue = null;
     this.BtnPay.Red = 1.75f;
     this.BtnPay.Size = new Size(110, 60);
     this.BtnPay.TabIndex = 0x1c;
     this.BtnPay.Text = "Close-Bill";
     this.BtnPay.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPay.Click += new EventHandler(this.BtnPay_Click);
     this.BtnPrintReceipt.BackColor = Color.Transparent;
     this.BtnPrintReceipt.Blue = 1.75f;
     this.BtnPrintReceipt.Cursor = Cursors.Hand;
     this.BtnPrintReceipt.Green = 1f;
     this.BtnPrintReceipt.ImageClick = (Image) manager.GetObject("BtnPrintReceipt.ImageClick");
     this.BtnPrintReceipt.ImageClickIndex = 1;
     this.BtnPrintReceipt.ImageIndex = 0;
     this.BtnPrintReceipt.ImageList = this.ButtonImgList;
     this.BtnPrintReceipt.IsLock = false;
     this.BtnPrintReceipt.Location = new Point(0x318, 0x40);
     this.BtnPrintReceipt.Name = "BtnPrintReceipt";
     this.BtnPrintReceipt.ObjectValue = null;
     this.BtnPrintReceipt.Red = 1.75f;
     this.BtnPrintReceipt.Size = new Size(110, 60);
     this.BtnPrintReceipt.TabIndex = 0x1b;
     this.BtnPrintReceipt.Text = "Print-Receipt";
     this.BtnPrintReceipt.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPrintReceipt.Click += new EventHandler(this.BtnPrintReceipt_Click);
     this.groupPanel3.BackColor = Color.Transparent;
     this.groupPanel3.Caption = null;
     this.groupPanel3.Controls.Add(this.BtnKBInvoiceNote);
     this.groupPanel3.Controls.Add(this.FieldInvoiceNote);
     this.groupPanel3.Controls.Add(this.BtnPayClearAll);
     this.groupPanel3.Controls.Add(this.BtnPayClear);
     this.groupPanel3.Controls.Add(this.BtnFillPay);
     this.groupPanel3.Controls.Add(this.PaymentTypePad);
     this.groupPanel3.Controls.Add(this.LblPayment);
     this.groupPanel3.Controls.Add(this.LblDiscount);
     this.groupPanel3.Controls.Add(this.DiscountPad);
     this.groupPanel3.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.groupPanel3.Location = new Point(0x2a0, 0x80);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.ShowHeader = false;
     this.groupPanel3.Size = new Size(0x158, 0x270);
     this.groupPanel3.TabIndex = 0x1d;
     this.BtnPayClearAll.BackColor = Color.Transparent;
     this.BtnPayClearAll.Blue = 2f;
     this.BtnPayClearAll.Cursor = Cursors.Hand;
     this.BtnPayClearAll.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Pixel);
     this.BtnPayClearAll.Green = 1f;
     this.BtnPayClearAll.ImageClick = (Image) manager.GetObject("BtnPayClearAll.ImageClick");
     this.BtnPayClearAll.ImageClickIndex = 1;
     this.BtnPayClearAll.ImageIndex = 0;
     this.BtnPayClearAll.ImageList = this.ButtonLiteImgList;
     this.BtnPayClearAll.IsLock = false;
     this.BtnPayClearAll.Location = new Point(8, 0x240);
     this.BtnPayClearAll.Name = "BtnPayClearAll";
     this.BtnPayClearAll.ObjectValue = null;
     this.BtnPayClearAll.Red = 1f;
     this.BtnPayClearAll.Size = new Size(110, 40);
     this.BtnPayClearAll.TabIndex = 0x2c;
     this.BtnPayClearAll.Text = "Clear All";
     this.BtnPayClearAll.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPayClearAll.Click += new EventHandler(this.BtnPayClearAll_Click);
     this.ButtonLiteImgList.ColorDepth = ColorDepth.Depth32Bit;
     this.ButtonLiteImgList.ImageSize = new Size(110, 40);
     this.ButtonLiteImgList.ImageStream = (ImageListStreamer) manager.GetObject("ButtonLiteImgList.ImageStream");
     this.ButtonLiteImgList.TransparentColor = Color.Transparent;
     this.BtnPayClear.BackColor = Color.Transparent;
     this.BtnPayClear.Blue = 2f;
     this.BtnPayClear.Cursor = Cursors.Hand;
     this.BtnPayClear.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Pixel);
     this.BtnPayClear.Green = 1f;
     this.BtnPayClear.ImageClick = (Image) manager.GetObject("BtnPayClear.ImageClick");
     this.BtnPayClear.ImageClickIndex = 1;
     this.BtnPayClear.ImageIndex = 0;
     this.BtnPayClear.ImageList = this.ButtonLiteImgList;
     this.BtnPayClear.IsLock = false;
     this.BtnPayClear.Location = new Point(0x77, 0x240);
     this.BtnPayClear.Name = "BtnPayClear";
     this.BtnPayClear.ObjectValue = null;
     this.BtnPayClear.Red = 1f;
     this.BtnPayClear.Size = new Size(110, 40);
     this.BtnPayClear.TabIndex = 0x2b;
     this.BtnPayClear.Text = "Clear";
     this.BtnPayClear.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPayClear.Click += new EventHandler(this.BtnPayClear_Click);
     this.BtnFillPay.BackColor = Color.Transparent;
     this.BtnFillPay.Blue = 2f;
     this.BtnFillPay.Cursor = Cursors.Hand;
     this.BtnFillPay.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Pixel);
     this.BtnFillPay.Green = 1f;
     this.BtnFillPay.ImageClick = (Image) manager.GetObject("BtnFillPay.ImageClick");
     this.BtnFillPay.ImageClickIndex = 1;
     this.BtnFillPay.ImageIndex = 0;
     this.BtnFillPay.ImageList = this.ButtonLiteImgList;
     this.BtnFillPay.IsLock = false;
     this.BtnFillPay.Location = new Point(230, 0x240);
     this.BtnFillPay.Name = "BtnFillPay";
     this.BtnFillPay.ObjectValue = null;
     this.BtnFillPay.Red = 1f;
     this.BtnFillPay.Size = new Size(110, 40);
     this.BtnFillPay.TabIndex = 0x2a;
     this.BtnFillPay.Text = "Fill Pay";
     this.BtnFillPay.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnFillPay.Click += new EventHandler(this.BtnFillPay_Click);
     this.PaymentTypePad.AutoRefresh = true;
     this.PaymentTypePad.BackColor = Color.White;
     this.PaymentTypePad.Blue = 1f;
     this.PaymentTypePad.Column = 3;
     this.PaymentTypePad.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.PaymentTypePad.Green = 1f;
     this.PaymentTypePad.Image = (Image) manager.GetObject("PaymentTypePad.Image");
     this.PaymentTypePad.ImageClick = (Image) manager.GetObject("PaymentTypePad.ImageClick");
     this.PaymentTypePad.ImageClickIndex = 1;
     this.PaymentTypePad.ImageIndex = 0;
     this.PaymentTypePad.ImageList = this.ButtonImgList;
     this.PaymentTypePad.ItemStart = 0;
     this.PaymentTypePad.Location = new Point(8, 0x184);
     this.PaymentTypePad.Name = "PaymentTypePad";
     this.PaymentTypePad.Padding = 1;
     this.PaymentTypePad.Red = 1f;
     this.PaymentTypePad.Row = 3;
     this.PaymentTypePad.Size = new Size(0x14c, 0xb6);
     this.PaymentTypePad.TabIndex = 0x29;
     this.PaymentTypePad.PadClick += new ButtonListPadEventHandler(this.PaymentTypePad_PadClick);
     this.PaymentTypePad.PageChange += new ButtonListPadEventHandler(this.PaymentTypePad_PageChange);
     this.LblPayment.BackColor = Color.Black;
     this.LblPayment.ForeColor = Color.White;
     this.LblPayment.Location = new Point(0, 0x128);
     this.LblPayment.Name = "LblPayment";
     this.LblPayment.Size = new Size(0x158, 40);
     this.LblPayment.TabIndex = 1;
     this.LblPayment.Text = "Payment Receive";
     this.LblPayment.TextAlign = ContentAlignment.MiddleLeft;
     this.LblDiscount.BackColor = Color.Black;
     this.LblDiscount.ForeColor = Color.White;
     this.LblDiscount.Location = new Point(0, 0);
     this.LblDiscount.Name = "LblDiscount";
     this.LblDiscount.Size = new Size(0x158, 40);
     this.LblDiscount.TabIndex = 0;
     this.LblDiscount.Text = "Discount";
     this.LblDiscount.TextAlign = ContentAlignment.MiddleLeft;
     this.DiscountPad.AutoRefresh = true;
     this.DiscountPad.BackColor = Color.White;
     this.DiscountPad.Blue = 1f;
     this.DiscountPad.Column = 3;
     this.DiscountPad.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.DiscountPad.Green = 1f;
     this.DiscountPad.Image = (Image) manager.GetObject("DiscountPad.Image");
     this.DiscountPad.ImageClick = (Image) manager.GetObject("DiscountPad.ImageClick");
     this.DiscountPad.ImageClickIndex = 1;
     this.DiscountPad.ImageIndex = 0;
     this.DiscountPad.ImageList = this.ButtonImgList;
     this.DiscountPad.ItemStart = 0;
     this.DiscountPad.Location = new Point(6, 0x30);
     this.DiscountPad.Name = "DiscountPad";
     this.DiscountPad.Padding = 1;
     this.DiscountPad.Red = 1f;
     this.DiscountPad.Row = 4;
     this.DiscountPad.Size = new Size(0x14c, 0xf3);
     this.DiscountPad.TabIndex = 40;
     this.DiscountPad.PadClick += new ButtonListPadEventHandler(this.DiscountPad_PadClick);
     this.DiscountPad.PageChange += new ButtonListPadEventHandler(this.DiscountPad_PageChange);
     this.BtnBack.BackColor = Color.Transparent;
     this.BtnBack.Blue = 2f;
     this.BtnBack.Cursor = Cursors.Hand;
     this.BtnBack.Green = 2f;
     this.BtnBack.ImageClick = (Image) manager.GetObject("BtnBack.ImageClick");
     this.BtnBack.ImageClickIndex = 1;
     this.BtnBack.ImageIndex = 0;
     this.BtnBack.ImageList = this.ButtonImgList;
     this.BtnBack.IsLock = false;
     this.BtnBack.Location = new Point(0x1a8, 0x40);
     this.BtnBack.Name = "BtnBack";
     this.BtnBack.ObjectValue = null;
     this.BtnBack.Red = 1f;
     this.BtnBack.Size = new Size(110, 60);
     this.BtnBack.TabIndex = 30;
     this.BtnBack.Text = "Back";
     this.BtnBack.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnBack.Click += new EventHandler(this.BtnBack_Click);
     this.ListOrderItem.Alignment = ContentAlignment.MiddleLeft;
     this.ListOrderItem.AutoRefresh = true;
     this.ListOrderItem.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListOrderItem.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListOrderItem.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListOrderItem.BackNormalColor = Color.White;
     this.ListOrderItem.BackSelectedColor = Color.Blue;
     this.ListOrderItem.BindList1 = this.ListOrderCount;
     this.ListOrderItem.BindList2 = null;
     this.ListOrderItem.Border = 0;
     this.ListOrderItem.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListOrderItem.ForeAlterColor = Color.Black;
     this.ListOrderItem.ForeHeaderColor = Color.Black;
     this.ListOrderItem.ForeHeaderSelectedColor = Color.White;
     this.ListOrderItem.ForeNormalColor = Color.Black;
     this.ListOrderItem.ForeSelectedColor = Color.White;
     this.ListOrderItem.ItemHeight = 40;
     this.ListOrderItem.ItemWidth = 200;
     this.ListOrderItem.Location = new Point(8, 0x80);
     this.ListOrderItem.Name = "ListOrderItem";
     this.ListOrderItem.Row = 14;
     this.ListOrderItem.SelectedIndex = 0;
     this.ListOrderItem.Size = new Size(200, 560);
     this.ListOrderItem.TabIndex = 0x1f;
     this.ListOrderItem.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     this.ListOrderCount.Alignment = ContentAlignment.MiddleCenter;
     this.ListOrderCount.AutoRefresh = true;
     this.ListOrderCount.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListOrderCount.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListOrderCount.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListOrderCount.BackNormalColor = Color.White;
     this.ListOrderCount.BackSelectedColor = Color.Blue;
     this.ListOrderCount.BindList1 = this.ListOrderItem;
     this.ListOrderCount.BindList2 = this.ListOrderItemPrice;
     this.ListOrderCount.Border = 0;
     this.ListOrderCount.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListOrderCount.ForeAlterColor = Color.Black;
     this.ListOrderCount.ForeHeaderColor = Color.Black;
     this.ListOrderCount.ForeHeaderSelectedColor = Color.White;
     this.ListOrderCount.ForeNormalColor = Color.Black;
     this.ListOrderCount.ForeSelectedColor = Color.White;
     this.ListOrderCount.ItemHeight = 40;
     this.ListOrderCount.ItemWidth = 40;
     this.ListOrderCount.Location = new Point(0xd0, 0x80);
     this.ListOrderCount.Name = "ListOrderCount";
     this.ListOrderCount.Row = 14;
     this.ListOrderCount.SelectedIndex = 0;
     this.ListOrderCount.Size = new Size(40, 560);
     this.ListOrderCount.TabIndex = 0x25;
     this.ListOrderCount.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     this.ListOrderItemPrice.Alignment = ContentAlignment.MiddleRight;
     this.ListOrderItemPrice.AutoRefresh = true;
     this.ListOrderItemPrice.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff);
     this.ListOrderItemPrice.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80);
     this.ListOrderItemPrice.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0);
     this.ListOrderItemPrice.BackNormalColor = Color.White;
     this.ListOrderItemPrice.BackSelectedColor = Color.Blue;
     this.ListOrderItemPrice.BindList1 = this.ListOrderCount;
     this.ListOrderItemPrice.BindList2 = null;
     this.ListOrderItemPrice.Border = 0;
     this.ListOrderItemPrice.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.ListOrderItemPrice.ForeAlterColor = Color.Black;
     this.ListOrderItemPrice.ForeHeaderColor = Color.Black;
     this.ListOrderItemPrice.ForeHeaderSelectedColor = Color.White;
     this.ListOrderItemPrice.ForeNormalColor = Color.Black;
     this.ListOrderItemPrice.ForeSelectedColor = Color.White;
     this.ListOrderItemPrice.ItemHeight = 40;
     this.ListOrderItemPrice.ItemWidth = 80;
     this.ListOrderItemPrice.Location = new Point(0xf8, 0x80);
     this.ListOrderItemPrice.Name = "ListOrderItemPrice";
     this.ListOrderItemPrice.Row = 14;
     this.ListOrderItemPrice.SelectedIndex = 0;
     this.ListOrderItemPrice.Size = new Size(80, 560);
     this.ListOrderItemPrice.TabIndex = 0x21;
     this.ListOrderItemPrice.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderItem_ItemClick);
     this.LblPageID.BackColor = Color.Transparent;
     this.LblPageID.Font = new Font("Tahoma", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblPageID.ForeColor = Color.FromArgb(0x67, 0x8a, 0xc6);
     this.LblPageID.Location = new Point(0x318, 0x2f0);
     this.LblPageID.Name = "LblPageID";
     this.LblPageID.Size = new Size(0xd8, 0x17);
     this.LblPageID.TabIndex = 0x20;
     this.LblPageID.Text = "STCB011";
     this.LblPageID.TextAlign = ContentAlignment.TopRight;
     this.LblCopyright.BackColor = Color.Transparent;
     this.LblCopyright.Font = new Font("Tahoma", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.LblCopyright.ForeColor = Color.FromArgb(0x67, 0x8a, 0xc6);
     this.LblCopyright.Location = new Point(8, 0x2f0);
     this.LblCopyright.Name = "LblCopyright";
     this.LblCopyright.Size = new Size(280, 0x10);
     this.LblCopyright.TabIndex = 0x24;
     this.LblCopyright.Text = "Copyright (c) 2004. All rights reserved.";
     this.BtnKBInvoiceNote.BackColor = Color.Transparent;
     this.BtnKBInvoiceNote.Blue = 1f;
     this.BtnKBInvoiceNote.Cursor = Cursors.Hand;
     this.BtnKBInvoiceNote.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.BtnKBInvoiceNote.Green = 1f;
     this.BtnKBInvoiceNote.ImageClick = (Image) manager.GetObject("BtnKBInvoiceNote.ImageClick");
     this.BtnKBInvoiceNote.ImageClickIndex = 3;
     this.BtnKBInvoiceNote.ImageIndex = 2;
     this.BtnKBInvoiceNote.ImageList = this.CalculatorImgList;
     this.BtnKBInvoiceNote.IsLock = false;
     this.BtnKBInvoiceNote.Location = new Point(0x128, 0x158);
     this.BtnKBInvoiceNote.Name = "BtnKBInvoiceNote";
     this.BtnKBInvoiceNote.ObjectValue = null;
     this.BtnKBInvoiceNote.Red = 1f;
     this.BtnKBInvoiceNote.Size = new Size(40, 40);
     this.BtnKBInvoiceNote.TabIndex = 0x2e;
     this.BtnKBInvoiceNote.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnKBInvoiceNote.Click += new EventHandler(this.BtnKBInvoiceNote_Click);
     this.FieldInvoiceNote.Anchor = AnchorStyles.Left;
     this.FieldInvoiceNote.BackColor = Color.White;
     this.FieldInvoiceNote.BorderStyle = BorderStyle.FixedSingle;
     this.FieldInvoiceNote.Font = new Font("Tahoma", 27f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.FieldInvoiceNote.Location = new Point(8, 0x158);
     this.FieldInvoiceNote.Name = "FieldInvoiceNote";
     this.FieldInvoiceNote.Size = new Size(0x120, 40);
     this.FieldInvoiceNote.TabIndex = 0x2d;
     this.FieldInvoiceNote.Text = "";
     this.FieldInvoiceNote.TextChanged += new EventHandler(this.FieldInvoiceNote_TextChanged);
     this.FieldInvoiceNote.Leave += new EventHandler(this.FieldInvoiceNote_Leave);
     this.FieldInvoiceNote.Enter += new EventHandler(this.FieldInvoiceNote_Enter);
     this.AutoScaleBaseSize = new Size(6, 15);
     base.ClientSize = new Size(0x3fc, 0x2fc);
     base.Controls.Add(this.ListOrderCount);
     base.Controls.Add(this.LblCopyright);
     base.Controls.Add(this.ListOrderItemPrice);
     base.Controls.Add(this.LblPageID);
     base.Controls.Add(this.ListOrderItem);
     base.Controls.Add(this.BtnBack);
     base.Controls.Add(this.groupPanel3);
     base.Controls.Add(this.BtnPay);
     base.Controls.Add(this.BtnPrintReceipt);
     base.Controls.Add(this.groupPanel2);
     base.Controls.Add(this.BtnDown);
     base.Controls.Add(this.BtnUp);
     base.Controls.Add(this.BtnUndo);
     base.Controls.Add(this.BtnCancel);
     base.Controls.Add(this.OrderPanel);
     base.Controls.Add(this.BtnCalculator);
     base.Name = "PrintReceiptForm";
     this.Text = "Check Bill";
     this.OrderPanel.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainMenuForm));
     this.BtnExit = new smartRestaurant.Controls.ImageButton();
     this.ButtonImgList = new System.Windows.Forms.ImageList(this.components);
     this.TablePanel = new smartRestaurant.Controls.GroupPanel();
     this.TablePad = new smartRestaurant.Controls.ButtonListPad();
     this.NumberImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnTakeOut = new smartRestaurant.Controls.ImageButton();
     this.BtnReserve = new smartRestaurant.Controls.ImageButton();
     this.BtnTakeOutList = new smartRestaurant.Controls.ImageButton();
     this.BtnManager = new smartRestaurant.Controls.ImageButton();
     this.LblPageID = new System.Windows.Forms.Label();
     this.LblCopyRight = new System.Windows.Forms.Label();
     this.WaitingListPanel = new smartRestaurant.Controls.GroupPanel();
     this.BtnDown = new smartRestaurant.Controls.ImageButton();
     this.BtnUp = new smartRestaurant.Controls.ImageButton();
     this.BtnRight = new smartRestaurant.Controls.ImageButton();
     this.ButtonLiteImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnLeft = new smartRestaurant.Controls.ImageButton();
     this.BillItemPad = new smartRestaurant.Controls.ButtonListPad();
     this.TimerClock = new System.Timers.Timer();
     this.LblClock = new System.Windows.Forms.Label();
     this.TablePanel.SuspendLayout();
     this.WaitingListPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimerClock)).BeginInit();
     this.SuspendLayout();
     //
     // BtnExit
     //
     this.BtnExit.BackColor = System.Drawing.Color.Transparent;
     this.BtnExit.Blue = 2F;
     this.BtnExit.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnExit.Green = 2F;
     this.BtnExit.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnExit.ImageClick")));
     this.BtnExit.ImageClickIndex = 1;
     this.BtnExit.ImageIndex = 0;
     this.BtnExit.ImageList = this.ButtonImgList;
     this.BtnExit.Location = new System.Drawing.Point(880, 692);
     this.BtnExit.Name = "BtnExit";
     this.BtnExit.ObjectValue = null;
     this.BtnExit.Red = 1F;
     this.BtnExit.Size = new System.Drawing.Size(110, 60);
     this.BtnExit.TabIndex = 0;
     this.BtnExit.Text = "Logout";
     this.BtnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
     //
     // ButtonImgList
     //
     this.ButtonImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ButtonImgList.ImageSize = new System.Drawing.Size(110, 60);
     this.ButtonImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ButtonImgList.ImageStream")));
     this.ButtonImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // TablePanel
     //
     this.TablePanel.BackColor = System.Drawing.Color.Transparent;
     this.TablePanel.Caption = "Select Table";
     this.TablePanel.Controls.Add(this.TablePad);
     this.TablePanel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.TablePanel.Location = new System.Drawing.Point(24, 144);
     this.TablePanel.Name = "TablePanel";
     this.TablePanel.ShowHeader = true;
     this.TablePanel.Size = new System.Drawing.Size(976, 264);
     this.TablePanel.TabIndex = 1;
     //
     // TablePad
     //
     this.TablePad.AutoRefresh = true;
     this.TablePad.BackColor = System.Drawing.Color.White;
     this.TablePad.Blue = 1F;
     this.TablePad.Column = 8;
     this.TablePad.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.TablePad.Green = 1F;
     this.TablePad.Image = ((System.Drawing.Image)(resources.GetObject("TablePad.Image")));
     this.TablePad.ImageClick = ((System.Drawing.Image)(resources.GetObject("TablePad.ImageClick")));
     this.TablePad.ImageClickIndex = 1;
     this.TablePad.ImageIndex = 0;
     this.TablePad.ImageList = this.ButtonImgList;
     this.TablePad.ItemStart = 0;
     this.TablePad.Location = new System.Drawing.Point(13, 48);
     this.TablePad.Name = "TablePad";
     this.TablePad.Padding = 10;
     this.TablePad.Red = 1F;
     this.TablePad.Row = 3;
     this.TablePad.Size = new System.Drawing.Size(950, 200);
     this.TablePad.TabIndex = 7;
     this.TablePad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.TablePad_PadClick);
     this.TablePad.PageChange += new smartRestaurant.Controls.ButtonListPadEventHandler(this.TablePad_PageChange);
     //
     // NumberImgList
     //
     this.NumberImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.NumberImgList.ImageSize = new System.Drawing.Size(72, 60);
     this.NumberImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("NumberImgList.ImageStream")));
     this.NumberImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BtnTakeOut
     //
     this.BtnTakeOut.BackColor = System.Drawing.Color.Transparent;
     this.BtnTakeOut.Blue = 2F;
     this.BtnTakeOut.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnTakeOut.Green = 1F;
     this.BtnTakeOut.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnTakeOut.ImageClick")));
     this.BtnTakeOut.ImageClickIndex = 1;
     this.BtnTakeOut.ImageIndex = 0;
     this.BtnTakeOut.ImageList = this.ButtonImgList;
     this.BtnTakeOut.Location = new System.Drawing.Point(608, 72);
     this.BtnTakeOut.Name = "BtnTakeOut";
     this.BtnTakeOut.ObjectValue = null;
     this.BtnTakeOut.Red = 1F;
     this.BtnTakeOut.Size = new System.Drawing.Size(110, 60);
     this.BtnTakeOut.TabIndex = 3;
     this.BtnTakeOut.Text = "Take Out";
     this.BtnTakeOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnTakeOut.Click += new System.EventHandler(this.BtnTakeOut_Click);
     //
     // BtnReserve
     //
     this.BtnReserve.BackColor = System.Drawing.Color.Transparent;
     this.BtnReserve.Blue = 1F;
     this.BtnReserve.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnReserve.Green = 1F;
     this.BtnReserve.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnReserve.ImageClick")));
     this.BtnReserve.ImageClickIndex = 1;
     this.BtnReserve.ImageIndex = 0;
     this.BtnReserve.ImageList = this.ButtonImgList;
     this.BtnReserve.Location = new System.Drawing.Point(880, 72);
     this.BtnReserve.Name = "BtnReserve";
     this.BtnReserve.ObjectValue = null;
     this.BtnReserve.Red = 2F;
     this.BtnReserve.Size = new System.Drawing.Size(110, 60);
     this.BtnReserve.TabIndex = 4;
     this.BtnReserve.Text = "Reserve";
     this.BtnReserve.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnReserve.Click += new System.EventHandler(this.BtnReserve_Click);
     //
     // BtnTakeOutList
     //
     this.BtnTakeOutList.BackColor = System.Drawing.Color.Transparent;
     this.BtnTakeOutList.Blue = 2F;
     this.BtnTakeOutList.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnTakeOutList.Green = 1F;
     this.BtnTakeOutList.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnTakeOutList.ImageClick")));
     this.BtnTakeOutList.ImageClickIndex = 1;
     this.BtnTakeOutList.ImageIndex = 0;
     this.BtnTakeOutList.ImageList = this.ButtonImgList;
     this.BtnTakeOutList.Location = new System.Drawing.Point(744, 72);
     this.BtnTakeOutList.Name = "BtnTakeOutList";
     this.BtnTakeOutList.ObjectValue = null;
     this.BtnTakeOutList.Red = 2F;
     this.BtnTakeOutList.Size = new System.Drawing.Size(110, 60);
     this.BtnTakeOutList.TabIndex = 5;
     this.BtnTakeOutList.Text = "Take Out List";
     this.BtnTakeOutList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnTakeOutList.Click += new System.EventHandler(this.BtnTakeOutList_Click);
     //
     // BtnManager
     //
     this.BtnManager.BackColor = System.Drawing.Color.Transparent;
     this.BtnManager.Blue = 1F;
     this.BtnManager.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnManager.Green = 2F;
     this.BtnManager.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnManager.ImageClick")));
     this.BtnManager.ImageClickIndex = 1;
     this.BtnManager.ImageIndex = 0;
     this.BtnManager.ImageList = this.ButtonImgList;
     this.BtnManager.Location = new System.Drawing.Point(32, 692);
     this.BtnManager.Name = "BtnManager";
     this.BtnManager.ObjectValue = null;
     this.BtnManager.Red = 1F;
     this.BtnManager.Size = new System.Drawing.Size(110, 60);
     this.BtnManager.TabIndex = 6;
     this.BtnManager.Text = "Manager";
     this.BtnManager.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnManager.Click += new System.EventHandler(this.BtnManager_Click);
     //
     // LblPageID
     //
     this.LblPageID.BackColor = System.Drawing.Color.Transparent;
     this.LblPageID.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblPageID.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.LblPageID.Location = new System.Drawing.Point(784, 752);
     this.LblPageID.Name = "LblPageID";
     this.LblPageID.Size = new System.Drawing.Size(224, 23);
     this.LblPageID.TabIndex = 33;
     this.LblPageID.Text = "STST010";
     this.LblPageID.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // LblCopyRight
     //
     this.LblCopyRight.BackColor = System.Drawing.Color.Transparent;
     this.LblCopyRight.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblCopyRight.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.LblCopyRight.Location = new System.Drawing.Point(8, 752);
     this.LblCopyRight.Name = "LblCopyRight";
     this.LblCopyRight.Size = new System.Drawing.Size(280, 16);
     this.LblCopyRight.TabIndex = 36;
     this.LblCopyRight.Text = "Copyright (c) 2004. All rights reserved.";
     //
     // WaitingListPanel
     //
     this.WaitingListPanel.BackColor = System.Drawing.Color.Transparent;
     this.WaitingListPanel.Caption = null;
     this.WaitingListPanel.Controls.Add(this.BtnDown);
     this.WaitingListPanel.Controls.Add(this.BtnUp);
     this.WaitingListPanel.Controls.Add(this.BtnRight);
     this.WaitingListPanel.Controls.Add(this.BtnLeft);
     this.WaitingListPanel.Controls.Add(this.BillItemPad);
     this.WaitingListPanel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.WaitingListPanel.Location = new System.Drawing.Point(24, 408);
     this.WaitingListPanel.Name = "WaitingListPanel";
     this.WaitingListPanel.ShowHeader = false;
     this.WaitingListPanel.Size = new System.Drawing.Size(976, 280);
     this.WaitingListPanel.TabIndex = 37;
     //
     // BtnDown
     //
     this.BtnDown.BackColor = System.Drawing.Color.Transparent;
     this.BtnDown.Blue = 1F;
     this.BtnDown.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnDown.Green = 2F;
     this.BtnDown.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnDown.ImageClick")));
     this.BtnDown.ImageClickIndex = 1;
     this.BtnDown.ImageIndex = 0;
     this.BtnDown.ImageList = this.NumberImgList;
     this.BtnDown.Location = new System.Drawing.Point(896, 176);
     this.BtnDown.Name = "BtnDown";
     this.BtnDown.ObjectValue = null;
     this.BtnDown.Red = 2F;
     this.BtnDown.Size = new System.Drawing.Size(72, 60);
     this.BtnDown.TabIndex = 11;
     this.BtnDown.Text = "Down";
     this.BtnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnDown.Click += new System.EventHandler(this.BtnDown_Click);
     this.BtnDown.DoubleClick += new System.EventHandler(this.BtnDown_Click);
     //
     // BtnUp
     //
     this.BtnUp.BackColor = System.Drawing.Color.Transparent;
     this.BtnUp.Blue = 1F;
     this.BtnUp.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnUp.Green = 2F;
     this.BtnUp.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnUp.ImageClick")));
     this.BtnUp.ImageClickIndex = 1;
     this.BtnUp.ImageIndex = 0;
     this.BtnUp.ImageList = this.NumberImgList;
     this.BtnUp.Location = new System.Drawing.Point(896, 8);
     this.BtnUp.Name = "BtnUp";
     this.BtnUp.ObjectValue = null;
     this.BtnUp.Red = 2F;
     this.BtnUp.Size = new System.Drawing.Size(72, 60);
     this.BtnUp.TabIndex = 10;
     this.BtnUp.Text = "Up";
     this.BtnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click);
     this.BtnUp.DoubleClick += new System.EventHandler(this.BtnUp_Click);
     //
     // BtnRight
     //
     this.BtnRight.BackColor = System.Drawing.Color.Transparent;
     this.BtnRight.Blue = 1F;
     this.BtnRight.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnRight.Green = 2F;
     this.BtnRight.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnRight.ImageClick")));
     this.BtnRight.ImageClickIndex = 1;
     this.BtnRight.ImageIndex = 0;
     this.BtnRight.ImageList = this.ButtonLiteImgList;
     this.BtnRight.Location = new System.Drawing.Point(778, 240);
     this.BtnRight.Name = "BtnRight";
     this.BtnRight.ObjectValue = null;
     this.BtnRight.Red = 2F;
     this.BtnRight.Size = new System.Drawing.Size(110, 40);
     this.BtnRight.TabIndex = 9;
     this.BtnRight.Text = ">>";
     this.BtnRight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnRight.Click += new System.EventHandler(this.BtnRight_Click);
     this.BtnRight.DoubleClick += new System.EventHandler(this.BtnRight_Click);
     //
     // ButtonLiteImgList
     //
     this.ButtonLiteImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ButtonLiteImgList.ImageSize = new System.Drawing.Size(110, 40);
     this.ButtonLiteImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ButtonLiteImgList.ImageStream")));
     this.ButtonLiteImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BtnLeft
     //
     this.BtnLeft.BackColor = System.Drawing.Color.Transparent;
     this.BtnLeft.Blue = 1F;
     this.BtnLeft.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnLeft.Green = 2F;
     this.BtnLeft.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnLeft.ImageClick")));
     this.BtnLeft.ImageClickIndex = 1;
     this.BtnLeft.ImageIndex = 0;
     this.BtnLeft.ImageList = this.ButtonLiteImgList;
     this.BtnLeft.Location = new System.Drawing.Point(8, 240);
     this.BtnLeft.Name = "BtnLeft";
     this.BtnLeft.ObjectValue = null;
     this.BtnLeft.Red = 2F;
     this.BtnLeft.Size = new System.Drawing.Size(110, 40);
     this.BtnLeft.TabIndex = 8;
     this.BtnLeft.Text = "<<";
     this.BtnLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnLeft.Click += new System.EventHandler(this.BtnLeft_Click);
     this.BtnLeft.DoubleClick += new System.EventHandler(this.BtnLeft_Click);
     //
     // BillItemPad
     //
     this.BillItemPad.AutoRefresh = true;
     this.BillItemPad.BackColor = System.Drawing.Color.White;
     this.BillItemPad.Blue = 1F;
     this.BillItemPad.Column = 8;
     this.BillItemPad.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.BillItemPad.Green = 1F;
     this.BillItemPad.Image = ((System.Drawing.Image)(resources.GetObject("BillItemPad.Image")));
     this.BillItemPad.ImageClick = ((System.Drawing.Image)(resources.GetObject("BillItemPad.ImageClick")));
     this.BillItemPad.ImageClickIndex = 1;
     this.BillItemPad.ImageIndex = 0;
     this.BillItemPad.ImageList = this.ButtonLiteImgList;
     this.BillItemPad.ItemStart = 0;
     this.BillItemPad.Location = new System.Drawing.Point(8, 1);
     this.BillItemPad.Name = "BillItemPad";
     this.BillItemPad.Padding = 0;
     this.BillItemPad.Red = 1F;
     this.BillItemPad.Row = 6;
     this.BillItemPad.Size = new System.Drawing.Size(880, 240);
     this.BillItemPad.TabIndex = 7;
     this.BillItemPad.Text = "BillItemPad";
     this.BillItemPad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.BillItemPad_PadClick);
     //
     // TimerClock
     //
     this.TimerClock.Enabled = true;
     this.TimerClock.Interval = 1000;
     this.TimerClock.SynchronizingObject = this;
     this.TimerClock.Elapsed += new System.Timers.ElapsedEventHandler(this.TimerClock_Elapsed);
     //
     // LblClock
     //
     this.LblClock.BackColor = System.Drawing.Color.Transparent;
     this.LblClock.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblClock.Location = new System.Drawing.Point(872, 8);
     this.LblClock.Name = "LblClock";
     this.LblClock.Size = new System.Drawing.Size(144, 40);
     this.LblClock.TabIndex = 38;
     this.LblClock.Text = "99:99:99";
     this.LblClock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // MainMenuForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(1020, 764);
     this.Controls.Add(this.LblClock);
     this.Controls.Add(this.WaitingListPanel);
     this.Controls.Add(this.LblCopyRight);
     this.Controls.Add(this.LblPageID);
     this.Controls.Add(this.BtnManager);
     this.Controls.Add(this.BtnTakeOutList);
     this.Controls.Add(this.BtnReserve);
     this.Controls.Add(this.BtnTakeOut);
     this.Controls.Add(this.TablePanel);
     this.Controls.Add(this.BtnExit);
     this.Name = "MainMenuForm";
     this.Text = "Select Table";
     this.TablePanel.ResumeLayout(false);
     this.WaitingListPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TimerClock)).EndInit();
     this.ResumeLayout(false);
 }