public ItemsList() { items = new ArrayList(); border = 0; itemStart = 0; itemWidth = 320; itemHeight = 20; pageEnable = false; autoRefresh = true; bindList1 = bindList2 = null; alignment = ContentAlignment.MiddleLeft; BuildItemList(); }
/// <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(TakeOutForm)); this.BtnPay = new smartRestaurant.Controls.ImageButton(); this.ButtonImgList = new System.Windows.Forms.ImageList(this.components); this.BtnTakeOrder = new smartRestaurant.Controls.ImageButton(); this.BtnCancel = new smartRestaurant.Controls.ImageButton(); this.BtnMain = new smartRestaurant.Controls.ImageButton(); this.NumberImgList = new System.Windows.Forms.ImageList(this.components); this.BtnDown = new smartRestaurant.Controls.ImageButton(); this.BtnUp = new smartRestaurant.Controls.ImageButton(); this.ListOrderQueue = new smartRestaurant.Controls.ItemsList(); this.PanCustField = new smartRestaurant.Controls.GroupPanel(); this.BtnDelete = new smartRestaurant.Controls.ImageButton(); this.ButtonLiteImgList = new System.Windows.Forms.ImageList(this.components); this.BtnSave = new smartRestaurant.Controls.ImageButton(); this.BtnClear = new smartRestaurant.Controls.ImageButton(); this.FieldMemo = new System.Windows.Forms.Label(); this.FieldAddress = new System.Windows.Forms.Label(); this.FieldLName = new System.Windows.Forms.Label(); this.FieldMName = new System.Windows.Forms.Label(); this.FieldFName = new System.Windows.Forms.Label(); this.FieldPhone = new System.Windows.Forms.Label(); this.LblAddress = new System.Windows.Forms.Label(); this.LblMemo = new System.Windows.Forms.Label(); this.LblLName = new System.Windows.Forms.Label(); this.LblMName = new System.Windows.Forms.Label(); this.LblFName = new System.Windows.Forms.Label(); this.LblPhone = new System.Windows.Forms.Label(); this.NumberKeyPad = new smartRestaurant.Controls.NumberPad(); this.ListCustPhone = new smartRestaurant.Controls.ItemsList(); this.ListCustName = new smartRestaurant.Controls.ItemsList(); this.BtnCustDown = new smartRestaurant.Controls.ImageButton(); this.BtnCustUp = new smartRestaurant.Controls.ImageButton(); this.BtnCustList = new smartRestaurant.Controls.ImageButton(); this.BtnCustSearch = new smartRestaurant.Controls.ImageButton(); this.LblHeaderName = new System.Windows.Forms.Label(); this.LblHeaderPhone = new System.Windows.Forms.Label(); this.LblHeaderOrder = new System.Windows.Forms.Label(); this.MessagePad = new smartRestaurant.Controls.KeyboardPad(); this.BtnEditOrder = new smartRestaurant.Controls.ImageButton(); this.LblPageID = new System.Windows.Forms.Label(); this.LblCopyright = new System.Windows.Forms.Label(); this.PanCustField.SuspendLayout(); this.SuspendLayout(); // // 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 = ((System.Drawing.Bitmap)(resources.GetObject("BtnPay.ImageClick"))); this.BtnPay.ImageClickIndex = 1; this.BtnPay.ImageIndex = 0; this.BtnPay.ImageList = this.ButtonImgList; this.BtnPay.Location = new System.Drawing.Point(232, 64); this.BtnPay.Name = "BtnPay"; this.BtnPay.ObjectValue = null; this.BtnPay.Red = 2F; this.BtnPay.Size = new System.Drawing.Size(110, 60); this.BtnPay.TabIndex = 28; this.BtnPay.Text = "Pay"; this.BtnPay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnPay.Click += new System.EventHandler(this.BtnPay_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; // // BtnTakeOrder // this.BtnTakeOrder.BackColor = System.Drawing.Color.Transparent; this.BtnTakeOrder.Blue = 1.75F; this.BtnTakeOrder.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnTakeOrder.Green = 1F; this.BtnTakeOrder.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnTakeOrder.Image"))); this.BtnTakeOrder.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnTakeOrder.ImageClick"))); this.BtnTakeOrder.ImageClickIndex = 1; this.BtnTakeOrder.ImageIndex = 0; this.BtnTakeOrder.ImageList = this.ButtonImgList; this.BtnTakeOrder.Location = new System.Drawing.Point(904, 64); this.BtnTakeOrder.Name = "BtnTakeOrder"; this.BtnTakeOrder.ObjectValue = null; this.BtnTakeOrder.Red = 1.75F; this.BtnTakeOrder.Size = new System.Drawing.Size(112, 60); this.BtnTakeOrder.TabIndex = 27; this.BtnTakeOrder.Text = "Take Order"; this.BtnTakeOrder.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnTakeOrder.Click += new System.EventHandler(this.BtnTakeOrder_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 = ((System.Drawing.Bitmap)(resources.GetObject("BtnCancel.ImageClick"))); this.BtnCancel.ImageClickIndex = 1; 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 = 22; this.BtnCancel.Text = "Cancel"; this.BtnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // 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 = ((System.Drawing.Bitmap)(resources.GetObject("BtnMain.ImageClick"))); this.BtnMain.ImageClickIndex = 1; this.BtnMain.ImageIndex = 0; this.BtnMain.ImageList = this.ButtonImgList; this.BtnMain.Location = new System.Drawing.Point(424, 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 = 21; this.BtnMain.Text = "Main"; this.BtnMain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnMain.Click += new System.EventHandler(this.BtnMain_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; // // 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 = 31; this.BtnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnDown.Click += 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 = 30; this.BtnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click); // // ListOrderQueue // this.ListOrderQueue.Alignment = System.Drawing.ContentAlignment.MiddleLeft; this.ListOrderQueue.AutoRefresh = true; this.ListOrderQueue.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255))); this.ListOrderQueue.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128))); this.ListOrderQueue.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0))); this.ListOrderQueue.BackNormalColor = System.Drawing.Color.White; this.ListOrderQueue.BackSelectedColor = System.Drawing.Color.Blue; this.ListOrderQueue.BindList1 = null; this.ListOrderQueue.BindList2 = null; this.ListOrderQueue.Border = 0; this.ListOrderQueue.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.ListOrderQueue.ForeAlterColor = System.Drawing.Color.Black; this.ListOrderQueue.ForeHeaderColor = System.Drawing.Color.Black; this.ListOrderQueue.ForeHeaderSelectedColor = System.Drawing.Color.White; this.ListOrderQueue.ForeNormalColor = System.Drawing.Color.Black; this.ListOrderQueue.ForeSelectedColor = System.Drawing.Color.White; this.ListOrderQueue.ItemHeight = 40; this.ListOrderQueue.ItemWidth = 320; this.ListOrderQueue.Location = new System.Drawing.Point(8, 168); this.ListOrderQueue.Name = "ListOrderQueue"; this.ListOrderQueue.Row = 13; this.ListOrderQueue.SelectedIndex = 0; this.ListOrderQueue.Size = new System.Drawing.Size(320, 520); this.ListOrderQueue.TabIndex = 29; this.ListOrderQueue.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListOrderQueue_ItemClick); // // PanCustField // this.PanCustField.BackColor = System.Drawing.Color.Transparent; this.PanCustField.Caption = null; this.PanCustField.Controls.AddRange(new System.Windows.Forms.Control[] { this.BtnDelete, this.BtnSave, this.BtnClear, this.FieldMemo, this.FieldAddress, this.FieldLName, this.FieldMName, this.FieldFName, this.FieldPhone, this.LblAddress, this.LblMemo, this.LblLName, this.LblMName, this.LblFName, this.LblPhone, this.NumberKeyPad}); this.PanCustField.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.PanCustField.Location = new System.Drawing.Point(328, 128); this.PanCustField.Name = "PanCustField"; this.PanCustField.ShowHeader = false; this.PanCustField.Size = new System.Drawing.Size(344, 624); this.PanCustField.TabIndex = 32; // // BtnDelete // this.BtnDelete.BackColor = System.Drawing.Color.Transparent; this.BtnDelete.Blue = 2F; this.BtnDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnDelete.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.BtnDelete.Green = 2F; this.BtnDelete.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnDelete.Image"))); this.BtnDelete.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnDelete.ImageClick"))); this.BtnDelete.ImageClickIndex = 1; this.BtnDelete.ImageIndex = 0; this.BtnDelete.ImageList = this.ButtonLiteImgList; this.BtnDelete.Location = new System.Drawing.Point(229, 312); this.BtnDelete.Name = "BtnDelete"; this.BtnDelete.ObjectValue = null; this.BtnDelete.Red = 1F; this.BtnDelete.Size = new System.Drawing.Size(110, 40); this.BtnDelete.TabIndex = 37; this.BtnDelete.Text = "Delete"; this.BtnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnDelete.Visible = false; this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_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; // // BtnSave // this.BtnSave.BackColor = System.Drawing.Color.Transparent; this.BtnSave.Blue = 2F; this.BtnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnSave.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.BtnSave.Green = 1F; this.BtnSave.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnSave.Image"))); this.BtnSave.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnSave.ImageClick"))); this.BtnSave.ImageClickIndex = 1; this.BtnSave.ImageIndex = 0; this.BtnSave.ImageList = this.ButtonLiteImgList; this.BtnSave.Location = new System.Drawing.Point(229, 312); this.BtnSave.Name = "BtnSave"; this.BtnSave.ObjectValue = null; this.BtnSave.Red = 2F; this.BtnSave.Size = new System.Drawing.Size(112, 40); this.BtnSave.TabIndex = 36; this.BtnSave.Text = "Save"; this.BtnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // BtnClear // this.BtnClear.BackColor = System.Drawing.Color.Transparent; this.BtnClear.Blue = 2F; this.BtnClear.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnClear.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.BtnClear.Green = 1F; this.BtnClear.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnClear.Image"))); this.BtnClear.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnClear.ImageClick"))); this.BtnClear.ImageClickIndex = 1; this.BtnClear.ImageIndex = 0; this.BtnClear.ImageList = this.ButtonLiteImgList; this.BtnClear.Location = new System.Drawing.Point(5, 312); this.BtnClear.Name = "BtnClear"; this.BtnClear.ObjectValue = null; this.BtnClear.Red = 1F; this.BtnClear.Size = new System.Drawing.Size(110, 40); this.BtnClear.TabIndex = 35; this.BtnClear.Text = "Clear"; this.BtnClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click); // // FieldMemo // this.FieldMemo.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.FieldMemo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.FieldMemo.Cursor = System.Windows.Forms.Cursors.Hand; this.FieldMemo.Location = new System.Drawing.Point(96, 240); this.FieldMemo.Name = "FieldMemo"; this.FieldMemo.Size = new System.Drawing.Size(232, 64); this.FieldMemo.TabIndex = 34; this.FieldMemo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.FieldMemo.Click += new System.EventHandler(this.FieldMemo_Click); // // FieldAddress // this.FieldAddress.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.FieldAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.FieldAddress.Cursor = System.Windows.Forms.Cursors.Hand; this.FieldAddress.Location = new System.Drawing.Point(96, 176); this.FieldAddress.Name = "FieldAddress"; this.FieldAddress.Size = new System.Drawing.Size(232, 64); this.FieldAddress.TabIndex = 33; this.FieldAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.FieldAddress.Click += new System.EventHandler(this.FieldAddress_Click); // // FieldLName // this.FieldLName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.FieldLName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.FieldLName.Cursor = System.Windows.Forms.Cursors.Hand; this.FieldLName.Location = new System.Drawing.Point(96, 136); this.FieldLName.Name = "FieldLName"; this.FieldLName.Size = new System.Drawing.Size(232, 40); this.FieldLName.TabIndex = 32; this.FieldLName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.FieldLName.Click += new System.EventHandler(this.FieldLName_Click); // // FieldMName // this.FieldMName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.FieldMName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.FieldMName.Cursor = System.Windows.Forms.Cursors.Hand; this.FieldMName.Location = new System.Drawing.Point(96, 96); this.FieldMName.Name = "FieldMName"; this.FieldMName.Size = new System.Drawing.Size(232, 40); this.FieldMName.TabIndex = 31; this.FieldMName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.FieldMName.Click += new System.EventHandler(this.FieldMName_Click); // // FieldFName // this.FieldFName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.FieldFName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.FieldFName.Cursor = System.Windows.Forms.Cursors.Hand; this.FieldFName.Location = new System.Drawing.Point(96, 56); this.FieldFName.Name = "FieldFName"; this.FieldFName.Size = new System.Drawing.Size(232, 40); this.FieldFName.TabIndex = 30; this.FieldFName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.FieldFName.Click += new System.EventHandler(this.FieldFName_Click); // // FieldPhone // this.FieldPhone.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.FieldPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.FieldPhone.Cursor = System.Windows.Forms.Cursors.Hand; this.FieldPhone.Location = new System.Drawing.Point(96, 16); this.FieldPhone.Name = "FieldPhone"; this.FieldPhone.Size = new System.Drawing.Size(232, 40); this.FieldPhone.TabIndex = 29; this.FieldPhone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LblAddress // this.LblAddress.Location = new System.Drawing.Point(16, 176); this.LblAddress.Name = "LblAddress"; this.LblAddress.Size = new System.Drawing.Size(80, 40); this.LblAddress.TabIndex = 24; this.LblAddress.Text = "Address"; this.LblAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LblMemo // this.LblMemo.Location = new System.Drawing.Point(16, 240); this.LblMemo.Name = "LblMemo"; this.LblMemo.Size = new System.Drawing.Size(80, 40); this.LblMemo.TabIndex = 22; this.LblMemo.Text = "Memo"; this.LblMemo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LblLName // this.LblLName.Location = new System.Drawing.Point(16, 136); this.LblLName.Name = "LblLName"; this.LblLName.Size = new System.Drawing.Size(80, 40); this.LblLName.TabIndex = 20; this.LblLName.Text = "L.Name"; this.LblLName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LblMName // this.LblMName.Location = new System.Drawing.Point(16, 96); this.LblMName.Name = "LblMName"; this.LblMName.Size = new System.Drawing.Size(80, 40); this.LblMName.TabIndex = 19; this.LblMName.Text = "M.Name"; this.LblMName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LblFName // this.LblFName.Location = new System.Drawing.Point(16, 56); this.LblFName.Name = "LblFName"; this.LblFName.Size = new System.Drawing.Size(80, 40); this.LblFName.TabIndex = 18; this.LblFName.Text = "F.Name"; this.LblFName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LblPhone // this.LblPhone.Location = new System.Drawing.Point(16, 16); this.LblPhone.Name = "LblPhone"; this.LblPhone.Size = new System.Drawing.Size(80, 40); this.LblPhone.TabIndex = 17; this.LblPhone.Text = "Phone#"; this.LblPhone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(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); // // ListCustPhone // this.ListCustPhone.Alignment = System.Drawing.ContentAlignment.MiddleLeft; this.ListCustPhone.AutoRefresh = true; this.ListCustPhone.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255))); this.ListCustPhone.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128))); this.ListCustPhone.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0))); this.ListCustPhone.BackNormalColor = System.Drawing.Color.White; this.ListCustPhone.BackSelectedColor = System.Drawing.Color.Blue; this.ListCustPhone.BindList1 = this.ListCustName; this.ListCustPhone.BindList2 = null; this.ListCustPhone.Border = 0; this.ListCustPhone.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.ListCustPhone.ForeAlterColor = System.Drawing.Color.Black; this.ListCustPhone.ForeHeaderColor = System.Drawing.Color.Black; this.ListCustPhone.ForeHeaderSelectedColor = System.Drawing.Color.White; this.ListCustPhone.ForeNormalColor = System.Drawing.Color.Black; this.ListCustPhone.ForeSelectedColor = System.Drawing.Color.White; this.ListCustPhone.ItemHeight = 40; this.ListCustPhone.ItemWidth = 144; this.ListCustPhone.Location = new System.Drawing.Point(672, 168); this.ListCustPhone.Name = "ListCustPhone"; this.ListCustPhone.Row = 13; this.ListCustPhone.SelectedIndex = 0; this.ListCustPhone.Size = new System.Drawing.Size(144, 520); this.ListCustPhone.TabIndex = 33; this.ListCustPhone.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListCustPhone_ItemClick); // // ListCustName // this.ListCustName.Alignment = System.Drawing.ContentAlignment.MiddleLeft; this.ListCustName.AutoRefresh = true; this.ListCustName.BackAlterColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(255))); this.ListCustName.BackHeaderColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128))); this.ListCustName.BackHeaderSelectedColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0))); this.ListCustName.BackNormalColor = System.Drawing.Color.White; this.ListCustName.BackSelectedColor = System.Drawing.Color.Blue; this.ListCustName.BindList1 = this.ListCustPhone; this.ListCustName.BindList2 = null; this.ListCustName.Border = 0; this.ListCustName.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.ListCustName.ForeAlterColor = System.Drawing.Color.Black; this.ListCustName.ForeHeaderColor = System.Drawing.Color.Black; this.ListCustName.ForeHeaderSelectedColor = System.Drawing.Color.White; this.ListCustName.ForeNormalColor = System.Drawing.Color.Black; this.ListCustName.ForeSelectedColor = System.Drawing.Color.White; this.ListCustName.ItemHeight = 40; this.ListCustName.ItemWidth = 196; this.ListCustName.Location = new System.Drawing.Point(816, 168); this.ListCustName.Name = "ListCustName"; this.ListCustName.Row = 13; this.ListCustName.SelectedIndex = 0; this.ListCustName.Size = new System.Drawing.Size(196, 520); this.ListCustName.TabIndex = 40; this.ListCustName.ItemClick += new smartRestaurant.Controls.ItemsListEventHandler(this.ListCustPhone_ItemClick); // // BtnCustDown // this.BtnCustDown.BackColor = System.Drawing.Color.Transparent; this.BtnCustDown.Blue = 1F; this.BtnCustDown.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnCustDown.Green = 1F; this.BtnCustDown.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustDown.Image"))); this.BtnCustDown.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustDown.ImageClick"))); this.BtnCustDown.ImageClickIndex = 5; this.BtnCustDown.ImageIndex = 4; this.BtnCustDown.ImageList = this.ButtonImgList; this.BtnCustDown.Location = new System.Drawing.Point(904, 692); this.BtnCustDown.Name = "BtnCustDown"; this.BtnCustDown.ObjectValue = null; this.BtnCustDown.Red = 2F; this.BtnCustDown.Size = new System.Drawing.Size(110, 60); this.BtnCustDown.TabIndex = 35; this.BtnCustDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnCustDown.Click += new System.EventHandler(this.BtnCustDown_Click); // // BtnCustUp // this.BtnCustUp.BackColor = System.Drawing.Color.Transparent; this.BtnCustUp.Blue = 1F; this.BtnCustUp.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnCustUp.Green = 1F; this.BtnCustUp.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustUp.Image"))); this.BtnCustUp.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustUp.ImageClick"))); this.BtnCustUp.ImageClickIndex = 3; this.BtnCustUp.ImageIndex = 2; this.BtnCustUp.ImageList = this.ButtonImgList; this.BtnCustUp.Location = new System.Drawing.Point(680, 692); this.BtnCustUp.Name = "BtnCustUp"; this.BtnCustUp.ObjectValue = null; this.BtnCustUp.Red = 2F; this.BtnCustUp.Size = new System.Drawing.Size(110, 60); this.BtnCustUp.TabIndex = 34; this.BtnCustUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnCustUp.Click += new System.EventHandler(this.BtnCustUp_Click); // // BtnCustList // this.BtnCustList.BackColor = System.Drawing.Color.Transparent; this.BtnCustList.Blue = 1F; this.BtnCustList.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnCustList.Green = 1F; this.BtnCustList.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustList.Image"))); this.BtnCustList.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustList.ImageClick"))); this.BtnCustList.ImageClickIndex = 1; this.BtnCustList.ImageIndex = 0; this.BtnCustList.ImageList = this.ButtonImgList; this.BtnCustList.Location = new System.Drawing.Point(792, 64); this.BtnCustList.Name = "BtnCustList"; this.BtnCustList.ObjectValue = null; this.BtnCustList.Red = 2F; this.BtnCustList.Size = new System.Drawing.Size(110, 60); this.BtnCustList.TabIndex = 37; this.BtnCustList.Text = "List All"; this.BtnCustList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnCustList.Click += new System.EventHandler(this.BtnCustList_Click); // // BtnCustSearch // this.BtnCustSearch.BackColor = System.Drawing.Color.Transparent; this.BtnCustSearch.Blue = 1F; this.BtnCustSearch.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnCustSearch.Green = 1F; this.BtnCustSearch.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustSearch.Image"))); this.BtnCustSearch.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnCustSearch.ImageClick"))); this.BtnCustSearch.ImageClickIndex = 1; this.BtnCustSearch.ImageIndex = 0; this.BtnCustSearch.ImageList = this.ButtonImgList; this.BtnCustSearch.Location = new System.Drawing.Point(680, 64); this.BtnCustSearch.Name = "BtnCustSearch"; this.BtnCustSearch.ObjectValue = null; this.BtnCustSearch.Red = 2F; this.BtnCustSearch.Size = new System.Drawing.Size(110, 60); this.BtnCustSearch.TabIndex = 36; this.BtnCustSearch.Text = "Search"; this.BtnCustSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnCustSearch.Click += new System.EventHandler(this.BtnCustSearch_Click); // // LblHeaderName // this.LblHeaderName.BackColor = System.Drawing.Color.Black; this.LblHeaderName.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.LblHeaderName.ForeColor = System.Drawing.Color.White; this.LblHeaderName.Location = new System.Drawing.Point(816, 128); this.LblHeaderName.Name = "LblHeaderName"; this.LblHeaderName.Size = new System.Drawing.Size(196, 40); this.LblHeaderName.TabIndex = 39; this.LblHeaderName.Text = "Name"; this.LblHeaderName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // LblHeaderPhone // this.LblHeaderPhone.BackColor = System.Drawing.Color.Black; this.LblHeaderPhone.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.LblHeaderPhone.ForeColor = System.Drawing.Color.White; this.LblHeaderPhone.Location = new System.Drawing.Point(672, 128); this.LblHeaderPhone.Name = "LblHeaderPhone"; this.LblHeaderPhone.Size = new System.Drawing.Size(144, 40); this.LblHeaderPhone.TabIndex = 38; this.LblHeaderPhone.Text = "Phone#"; this.LblHeaderPhone.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // LblHeaderOrder // this.LblHeaderOrder.BackColor = System.Drawing.Color.Black; this.LblHeaderOrder.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.LblHeaderOrder.ForeColor = System.Drawing.Color.White; this.LblHeaderOrder.Location = new System.Drawing.Point(8, 128); this.LblHeaderOrder.Name = "LblHeaderOrder"; this.LblHeaderOrder.Size = new System.Drawing.Size(320, 40); this.LblHeaderOrder.TabIndex = 41; this.LblHeaderOrder.Text = "Order Customer"; this.LblHeaderOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MessagePad // this.MessagePad.Font = new System.Drawing.Font("Tahoma", 12F); this.MessagePad.Image = ((System.Drawing.Bitmap)(resources.GetObject("MessagePad.Image"))); this.MessagePad.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("MessagePad.ImageClick"))); this.MessagePad.ImageClickIndex = 1; this.MessagePad.ImageIndex = 0; this.MessagePad.ImageList = this.NumberImgList; this.MessagePad.Location = new System.Drawing.Point(40, 384); this.MessagePad.Name = "MessagePad"; this.MessagePad.Size = new System.Drawing.Size(936, 340); this.MessagePad.TabIndex = 42; this.MessagePad.Title = null; this.MessagePad.Visible = false; this.MessagePad.PadClick += new smartRestaurant.Controls.KeyboardPadEventHandler(this.MessagePad_PadClick); // // BtnEditOrder // this.BtnEditOrder.BackColor = System.Drawing.Color.Transparent; this.BtnEditOrder.Blue = 1.75F; this.BtnEditOrder.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnEditOrder.Green = 1F; this.BtnEditOrder.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnEditOrder.Image"))); this.BtnEditOrder.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnEditOrder.ImageClick"))); this.BtnEditOrder.ImageClickIndex = 1; this.BtnEditOrder.ImageIndex = 0; this.BtnEditOrder.ImageList = this.ButtonImgList; this.BtnEditOrder.Location = new System.Drawing.Point(120, 64); this.BtnEditOrder.Name = "BtnEditOrder"; this.BtnEditOrder.ObjectValue = null; this.BtnEditOrder.Red = 1.75F; this.BtnEditOrder.Size = new System.Drawing.Size(110, 60); this.BtnEditOrder.TabIndex = 43; this.BtnEditOrder.Text = "Edit Order"; this.BtnEditOrder.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnEditOrder.Click += new System.EventHandler(this.BtnEditOrder_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 = 44; this.LblPageID.Text = "STTO020"; 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 = 45; this.LblCopyright.Text = "Copyright (c) 2004. All rights reserved."; // // TakeOutForm // 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.LblCopyright, this.LblPageID, this.BtnEditOrder, this.MessagePad, this.LblHeaderOrder, this.ListCustName, this.LblHeaderName, this.LblHeaderPhone, this.BtnCustList, this.BtnCustSearch, this.BtnCustDown, this.BtnCustUp, this.ListCustPhone, this.PanCustField, this.BtnDown, this.BtnUp, this.ListOrderQueue, this.BtnPay, this.BtnTakeOrder, this.BtnCancel, this.BtnMain}); this.Name = "TakeOutForm"; this.Text = "Take Out List"; this.PanCustField.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); }
private void InitializeComponent() { this.components = new Container(); ResourceManager manager = new ResourceManager(typeof(SearchCustomerForm)); this.NumberImgList = new ImageList(this.components); this.ButtonImgList = new ImageList(this.components); this.ButtonLiteImgList = new ImageList(this.components); this.ListCustName = new ItemsList(); this.ListCustPhone = new ItemsList(); this.LblHeaderName = new Label(); this.LblHeaderPhone = new Label(); this.BtnCustList = new ImageButton(); this.BtnCustSearch = new ImageButton(); this.BtnCustDown = new ImageButton(); this.BtnCustUp = new ImageButton(); this.PanCustField = new GroupPanel(); this.FieldMemo = new Label(); this.FieldAddress = new Label(); this.FieldLName = new Label(); this.FieldMName = new Label(); this.FieldFName = new Label(); this.FieldPhone = new Label(); this.LblAddress = new Label(); this.LblMemo = new Label(); this.LblLName = new Label(); this.LblMName = new Label(); this.LblFName = new Label(); this.LblPhone = new Label(); this.NumberKeyPad = new NumberPad(); this.BtnSave = new ImageButton(); this.BtnClear = new ImageButton(); this.BtnDelete = new ImageButton(); this.BtnOk = new ImageButton(); this.BtnCancel = new ImageButton(); this.PanCustField.SuspendLayout(); base.SuspendLayout(); 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.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.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.ListCustName.Alignment = ContentAlignment.MiddleLeft; this.ListCustName.AutoRefresh = true; this.ListCustName.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff); this.ListCustName.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80); this.ListCustName.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0); this.ListCustName.BackNormalColor = Color.White; this.ListCustName.BackSelectedColor = Color.Blue; this.ListCustName.BindList1 = this.ListCustPhone; this.ListCustName.BindList2 = null; this.ListCustName.Border = 0; this.ListCustName.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0); this.ListCustName.ForeAlterColor = Color.Black; this.ListCustName.ForeHeaderColor = Color.Black; this.ListCustName.ForeHeaderSelectedColor = Color.White; this.ListCustName.ForeNormalColor = Color.Black; this.ListCustName.ForeSelectedColor = Color.White; this.ListCustName.ItemHeight = 40; this.ListCustName.ItemWidth = 0xc4; this.ListCustName.Location = new Point(0x1f0, 0x70); this.ListCustName.Name = "ListCustName"; this.ListCustName.Row = 9; this.ListCustName.SelectedIndex = 0; this.ListCustName.Size = new Size(0xc4, 360); this.ListCustName.TabIndex = 0x33; this.ListCustName.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListCustPhone_ItemClick); this.ListCustPhone.Alignment = ContentAlignment.MiddleLeft; this.ListCustPhone.AutoRefresh = true; this.ListCustPhone.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff); this.ListCustPhone.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80); this.ListCustPhone.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0); this.ListCustPhone.BackNormalColor = Color.White; this.ListCustPhone.BackSelectedColor = Color.Blue; this.ListCustPhone.BindList1 = this.ListCustName; this.ListCustPhone.BindList2 = null; this.ListCustPhone.Border = 0; this.ListCustPhone.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0); this.ListCustPhone.ForeAlterColor = Color.Black; this.ListCustPhone.ForeHeaderColor = Color.Black; this.ListCustPhone.ForeHeaderSelectedColor = Color.White; this.ListCustPhone.ForeNormalColor = Color.Black; this.ListCustPhone.ForeSelectedColor = Color.White; this.ListCustPhone.ItemHeight = 40; this.ListCustPhone.ItemWidth = 0x90; this.ListCustPhone.Location = new Point(0x160, 0x70); this.ListCustPhone.Name = "ListCustPhone"; this.ListCustPhone.Row = 9; this.ListCustPhone.SelectedIndex = 0; this.ListCustPhone.Size = new Size(0x90, 360); this.ListCustPhone.TabIndex = 0x2c; this.ListCustPhone.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListCustPhone_ItemClick); this.LblHeaderName.BackColor = Color.Black; this.LblHeaderName.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.LblHeaderName.ForeColor = Color.White; this.LblHeaderName.Location = new Point(0x1f0, 0x48); this.LblHeaderName.Name = "LblHeaderName"; this.LblHeaderName.Size = new Size(0xc4, 40); this.LblHeaderName.TabIndex = 50; this.LblHeaderName.Text = "Name"; this.LblHeaderName.TextAlign = ContentAlignment.MiddleCenter; this.LblHeaderPhone.BackColor = Color.Black; this.LblHeaderPhone.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.LblHeaderPhone.ForeColor = Color.White; this.LblHeaderPhone.Location = new Point(0x160, 0x48); this.LblHeaderPhone.Name = "LblHeaderPhone"; this.LblHeaderPhone.Size = new Size(0x90, 40); this.LblHeaderPhone.TabIndex = 0x31; this.LblHeaderPhone.Text = "Phone#"; this.LblHeaderPhone.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustList.BackColor = Color.Transparent; this.BtnCustList.Blue = 1f; this.BtnCustList.Cursor = Cursors.Hand; this.BtnCustList.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0xde); this.BtnCustList.Green = 1f; this.BtnCustList.Image = (Bitmap) manager.GetObject("BtnCustList.Image"); this.BtnCustList.ImageClick = (Bitmap) manager.GetObject("BtnCustList.ImageClick"); this.BtnCustList.ImageClickIndex = 1; this.BtnCustList.ImageIndex = 0; this.BtnCustList.ImageList = this.ButtonLiteImgList; this.BtnCustList.Location = new Point(0x1d2, 0x20); this.BtnCustList.Name = "BtnCustList"; this.BtnCustList.ObjectValue = null; this.BtnCustList.Red = 2f; this.BtnCustList.Size = new Size(110, 40); this.BtnCustList.TabIndex = 0x30; this.BtnCustList.Text = "List All"; this.BtnCustList.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustList.Click += new EventHandler(this.BtnCustList_Click); this.BtnCustSearch.BackColor = Color.Transparent; this.BtnCustSearch.Blue = 1f; this.BtnCustSearch.Cursor = Cursors.Hand; this.BtnCustSearch.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0xde); this.BtnCustSearch.Green = 1f; this.BtnCustSearch.Image = (Bitmap) manager.GetObject("BtnCustSearch.Image"); this.BtnCustSearch.ImageClick = (Bitmap) manager.GetObject("BtnCustSearch.ImageClick"); this.BtnCustSearch.ImageClickIndex = 1; this.BtnCustSearch.ImageIndex = 0; this.BtnCustSearch.ImageList = this.ButtonLiteImgList; this.BtnCustSearch.Location = new Point(0x162, 0x20); this.BtnCustSearch.Name = "BtnCustSearch"; this.BtnCustSearch.ObjectValue = null; this.BtnCustSearch.Red = 2f; this.BtnCustSearch.Size = new Size(110, 40); this.BtnCustSearch.TabIndex = 0x2f; this.BtnCustSearch.Text = "Search"; this.BtnCustSearch.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustSearch.Click += new EventHandler(this.BtnCustSearch_Click); this.BtnCustDown.BackColor = Color.Transparent; this.BtnCustDown.Blue = 1f; this.BtnCustDown.Cursor = Cursors.Hand; this.BtnCustDown.Green = 1f; this.BtnCustDown.Image = (Bitmap) manager.GetObject("BtnCustDown.Image"); this.BtnCustDown.ImageClick = (Bitmap) manager.GetObject("BtnCustDown.ImageClick"); this.BtnCustDown.ImageClickIndex = 5; this.BtnCustDown.ImageIndex = 4; this.BtnCustDown.ImageList = this.ButtonImgList; this.BtnCustDown.Location = new Point(0x240, 480); this.BtnCustDown.Name = "BtnCustDown"; this.BtnCustDown.ObjectValue = null; this.BtnCustDown.Red = 2f; this.BtnCustDown.Size = new Size(110, 60); this.BtnCustDown.TabIndex = 0x2e; this.BtnCustDown.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustDown.Click += new EventHandler(this.BtnCustDown_Click); this.BtnCustUp.BackColor = Color.Transparent; this.BtnCustUp.Blue = 1f; this.BtnCustUp.Cursor = Cursors.Hand; this.BtnCustUp.Green = 1f; this.BtnCustUp.Image = (Bitmap) manager.GetObject("BtnCustUp.Image"); this.BtnCustUp.ImageClick = (Bitmap) manager.GetObject("BtnCustUp.ImageClick"); this.BtnCustUp.ImageClickIndex = 3; this.BtnCustUp.ImageIndex = 2; this.BtnCustUp.ImageList = this.ButtonImgList; this.BtnCustUp.Location = new Point(360, 480); this.BtnCustUp.Name = "BtnCustUp"; this.BtnCustUp.ObjectValue = null; this.BtnCustUp.Red = 2f; this.BtnCustUp.Size = new Size(110, 60); this.BtnCustUp.TabIndex = 0x2d; this.BtnCustUp.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustUp.Click += new EventHandler(this.BtnCustUp_Click); this.PanCustField.BackColor = Color.Transparent; this.PanCustField.Caption = null; this.PanCustField.Controls.AddRange(new Control[] { this.FieldMemo, this.FieldAddress, this.FieldLName, this.FieldMName, this.FieldFName, this.FieldPhone, this.LblAddress, this.LblMemo, this.LblLName, this.LblMName, this.LblFName, this.LblPhone, this.NumberKeyPad, this.BtnSave, this.BtnClear }); this.PanCustField.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.PanCustField.Location = new Point(8, 0x20); this.PanCustField.Name = "PanCustField"; this.PanCustField.ShowHeader = false; this.PanCustField.Size = new Size(0x158, 0x240); this.PanCustField.TabIndex = 0x2b; this.FieldMemo.BackColor = Color.FromArgb(0xff, 0xff, 0xc0); this.FieldMemo.BorderStyle = BorderStyle.FixedSingle; this.FieldMemo.Cursor = Cursors.Hand; this.FieldMemo.Location = new Point(0x60, 0xd8); this.FieldMemo.Name = "FieldMemo"; this.FieldMemo.Size = new Size(0xe8, 40); this.FieldMemo.TabIndex = 0x22; this.FieldMemo.TextAlign = ContentAlignment.MiddleLeft; this.FieldMemo.Click += new EventHandler(this.FieldMemo_Click); this.FieldAddress.BackColor = Color.FromArgb(0xff, 0xff, 0xc0); this.FieldAddress.BorderStyle = BorderStyle.FixedSingle; this.FieldAddress.Cursor = Cursors.Hand; this.FieldAddress.Location = new Point(0x60, 0xa8); this.FieldAddress.Name = "FieldAddress"; this.FieldAddress.Size = new Size(0xe8, 0x30); this.FieldAddress.TabIndex = 0x21; this.FieldAddress.TextAlign = ContentAlignment.MiddleLeft; this.FieldAddress.Click += new EventHandler(this.FieldAddress_Click); this.FieldLName.BackColor = Color.FromArgb(0xff, 0xff, 0xc0); this.FieldLName.BorderStyle = BorderStyle.FixedSingle; this.FieldLName.Cursor = Cursors.Hand; this.FieldLName.Location = new Point(0x60, 0x80); this.FieldLName.Name = "FieldLName"; this.FieldLName.Size = new Size(0xe8, 40); this.FieldLName.TabIndex = 0x20; this.FieldLName.TextAlign = ContentAlignment.MiddleLeft; this.FieldLName.Click += new EventHandler(this.FieldLName_Click); this.FieldMName.BackColor = Color.FromArgb(0xff, 0xff, 0xc0); this.FieldMName.BorderStyle = BorderStyle.FixedSingle; this.FieldMName.Cursor = Cursors.Hand; this.FieldMName.Location = new Point(0x60, 0x58); this.FieldMName.Name = "FieldMName"; this.FieldMName.Size = new Size(0xe8, 40); this.FieldMName.TabIndex = 0x1f; this.FieldMName.TextAlign = ContentAlignment.MiddleLeft; this.FieldMName.Click += new EventHandler(this.FieldMName_Click); this.FieldFName.BackColor = Color.FromArgb(0xff, 0xff, 0xc0); this.FieldFName.BorderStyle = BorderStyle.FixedSingle; this.FieldFName.Cursor = Cursors.Hand; this.FieldFName.Location = new Point(0x60, 0x30); this.FieldFName.Name = "FieldFName"; this.FieldFName.Size = new Size(0xe8, 40); this.FieldFName.TabIndex = 30; this.FieldFName.TextAlign = ContentAlignment.MiddleLeft; this.FieldFName.Click += new EventHandler(this.FieldFName_Click); this.FieldPhone.BackColor = Color.FromArgb(0xff, 0xff, 0xc0); this.FieldPhone.BorderStyle = BorderStyle.FixedSingle; this.FieldPhone.Cursor = Cursors.Hand; this.FieldPhone.Location = new Point(0x60, 8); this.FieldPhone.Name = "FieldPhone"; this.FieldPhone.Size = new Size(0xe8, 40); this.FieldPhone.TabIndex = 0x1d; this.FieldPhone.TextAlign = ContentAlignment.MiddleLeft; this.LblAddress.Location = new Point(0x10, 0xa8); this.LblAddress.Name = "LblAddress"; this.LblAddress.Size = new Size(80, 40); this.LblAddress.TabIndex = 0x18; this.LblAddress.Text = "Address"; this.LblAddress.TextAlign = ContentAlignment.MiddleLeft; this.LblMemo.Location = new Point(0x10, 0xd8); this.LblMemo.Name = "LblMemo"; this.LblMemo.Size = new Size(80, 40); this.LblMemo.TabIndex = 0x16; this.LblMemo.Text = "Memo"; this.LblMemo.TextAlign = ContentAlignment.MiddleLeft; this.LblLName.Location = new Point(0x10, 0x80); this.LblLName.Name = "LblLName"; this.LblLName.Size = new Size(80, 40); this.LblLName.TabIndex = 20; this.LblLName.Text = "L.Name"; this.LblLName.TextAlign = ContentAlignment.MiddleLeft; this.LblMName.Location = new Point(0x10, 0x58); this.LblMName.Name = "LblMName"; this.LblMName.Size = new Size(80, 40); this.LblMName.TabIndex = 0x13; this.LblMName.Text = "M.Name"; this.LblMName.TextAlign = ContentAlignment.MiddleLeft; this.LblFName.Location = new Point(0x10, 0x30); this.LblFName.Name = "LblFName"; this.LblFName.Size = new Size(80, 40); this.LblFName.TabIndex = 0x12; this.LblFName.Text = "F.Name"; this.LblFName.TextAlign = ContentAlignment.MiddleLeft; this.LblPhone.Location = new Point(0x10, 8); this.LblPhone.Name = "LblPhone"; this.LblPhone.Size = new Size(80, 40); this.LblPhone.TabIndex = 0x11; this.LblPhone.Text = "Phone#"; this.LblPhone.TextAlign = ContentAlignment.MiddleLeft; 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, 0x138); 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.BtnSave.BackColor = Color.Transparent; this.BtnSave.Blue = 2f; this.BtnSave.Cursor = Cursors.Hand; this.BtnSave.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnSave.Green = 1f; this.BtnSave.Image = (Bitmap) manager.GetObject("BtnSave.Image"); this.BtnSave.ImageClick = (Bitmap) manager.GetObject("BtnSave.ImageClick"); this.BtnSave.ImageClickIndex = 1; this.BtnSave.ImageIndex = 0; this.BtnSave.ImageList = this.ButtonLiteImgList; this.BtnSave.Location = new Point(0xd8, 0x108); this.BtnSave.Name = "BtnSave"; this.BtnSave.ObjectValue = null; this.BtnSave.Red = 2f; this.BtnSave.Size = new Size(0x70, 40); this.BtnSave.TabIndex = 0x24; this.BtnSave.Text = "Save"; this.BtnSave.TextAlign = ContentAlignment.MiddleCenter; this.BtnSave.Click += new EventHandler(this.BtnSave_Click); this.BtnClear.BackColor = Color.Transparent; this.BtnClear.Blue = 2f; this.BtnClear.Cursor = Cursors.Hand; this.BtnClear.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnClear.Green = 1f; this.BtnClear.Image = (Bitmap) manager.GetObject("BtnClear.Image"); this.BtnClear.ImageClick = (Bitmap) manager.GetObject("BtnClear.ImageClick"); this.BtnClear.ImageClickIndex = 1; this.BtnClear.ImageIndex = 0; this.BtnClear.ImageList = this.ButtonLiteImgList; this.BtnClear.Location = new Point(0x10, 0x108); this.BtnClear.Name = "BtnClear"; this.BtnClear.ObjectValue = null; this.BtnClear.Red = 1f; this.BtnClear.Size = new Size(110, 40); this.BtnClear.TabIndex = 0x23; this.BtnClear.Text = "Clear"; this.BtnClear.TextAlign = ContentAlignment.MiddleCenter; this.BtnClear.Click += new EventHandler(this.BtnClear_Click); this.BtnDelete.BackColor = Color.Transparent; this.BtnDelete.Blue = 2f; this.BtnDelete.Cursor = Cursors.Hand; this.BtnDelete.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnDelete.Green = 2f; this.BtnDelete.Image = (Bitmap) manager.GetObject("BtnDelete.Image"); this.BtnDelete.ImageClick = (Bitmap) manager.GetObject("BtnDelete.ImageClick"); this.BtnDelete.ImageClickIndex = 1; this.BtnDelete.ImageIndex = 0; this.BtnDelete.ImageList = this.ButtonLiteImgList; this.BtnDelete.Location = new Point(0x242, 0x20); this.BtnDelete.Name = "BtnDelete"; this.BtnDelete.ObjectValue = null; this.BtnDelete.Red = 1f; this.BtnDelete.Size = new Size(110, 40); this.BtnDelete.TabIndex = 0x25; this.BtnDelete.Text = "Delete"; this.BtnDelete.TextAlign = ContentAlignment.MiddleCenter; this.BtnDelete.Visible = false; this.BtnDelete.Click += new EventHandler(this.BtnDelete_Click); this.BtnOk.BackColor = Color.Transparent; this.BtnOk.Blue = 1.75f; this.BtnOk.Cursor = Cursors.Hand; this.BtnOk.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0xde); this.BtnOk.Green = 1f; this.BtnOk.Image = (Bitmap) manager.GetObject("BtnOk.Image"); this.BtnOk.ImageClick = (Bitmap) manager.GetObject("BtnOk.ImageClick"); this.BtnOk.ImageClickIndex = 1; this.BtnOk.ImageIndex = 0; this.BtnOk.ImageList = this.ButtonImgList; this.BtnOk.Location = new Point(0x1d0, 0x220); this.BtnOk.Name = "BtnOk"; this.BtnOk.ObjectValue = null; this.BtnOk.Red = 1.75f; this.BtnOk.Size = new Size(0x70, 60); this.BtnOk.TabIndex = 0x2a; this.BtnOk.Text = "OK"; this.BtnOk.TextAlign = ContentAlignment.MiddleCenter; this.BtnOk.Click += new EventHandler(this.BtnOk_Click); this.BtnCancel.BackColor = Color.Transparent; this.BtnCancel.Blue = 2f; this.BtnCancel.Cursor = Cursors.Hand; this.BtnCancel.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0xde); this.BtnCancel.Green = 2f; 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(0x240, 0x220); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.ObjectValue = null; this.BtnCancel.Red = 1f; this.BtnCancel.Size = new Size(110, 60); this.BtnCancel.TabIndex = 0x29; this.BtnCancel.Text = "Cancel"; this.BtnCancel.TextAlign = ContentAlignment.MiddleCenter; this.BtnCancel.Click += new EventHandler(this.BtnCancel_Click); this.AutoScaleBaseSize = new Size(9, 0x17); this.BackColor = Color.White; base.ClientSize = new Size(0x2c0, 0x268); base.Controls.AddRange(new Control[] { this.ListCustName, this.ListCustPhone, this.LblHeaderName, this.LblHeaderPhone, this.BtnCustList, this.BtnCustSearch, this.BtnCustDown, this.BtnCustUp, this.PanCustField, this.BtnOk, this.BtnCancel, this.BtnDelete }); this.Font = new Font("Tahoma", 14.25f, FontStyle.Regular, GraphicsUnit.Point, 0xde); base.FormBorderStyle = FormBorderStyle.None; base.Name = "SearchCustomerForm"; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.CenterParent; this.Text = "Search Customer"; this.PanCustField.ResumeLayout(false); base.ResumeLayout(false); }
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); }
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); }
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); }
private void InitializeComponent() { this.components = new Container(); ResourceManager manager = new ResourceManager(typeof(TakeOutForm)); this.BtnPay = new ImageButton(); this.ButtonImgList = new ImageList(this.components); this.BtnTakeOrder = new ImageButton(); this.BtnCancel = new ImageButton(); this.BtnMain = new ImageButton(); this.NumberImgList = new ImageList(this.components); this.BtnDown = new ImageButton(); this.BtnUp = new ImageButton(); this.ListOrderQueue = new ItemsList(); this.ListOrderTime = new ItemsList(); this.PanCustField = new GroupPanel(); this.FieldAddress = new TextBox(); this.LblOtherRoad = new Label(); this.BtnKBAddress = new ImageButton(); this.KeyboardImgList = new ImageList(this.components); this.LblAddress = new Label(); this.LstRoad = new ListBox(); this.BtnMemo = new ImageButton(); this.FieldRoad = new TextBox(); this.FieldArea = new Label(); this.LblArea = new Label(); this.BtnKBLName = new ImageButton(); this.FieldLName = new TextBox(); this.BtnKBMName = new ImageButton(); this.FieldMName = new TextBox(); this.BtnKBFName = new ImageButton(); this.FieldFName = new TextBox(); this.FieldPhone = new TextBox(); this.BtnSave = new ImageButton(); this.ButtonLiteImgList = new ImageList(this.components); this.BtnClear = new ImageButton(); this.LblRoad = new Label(); this.LblLName = new Label(); this.LblMName = new Label(); this.LblFName = new Label(); this.LblPhone = new Label(); this.NumberKeyPad = new NumberPad(); this.BtnDelete = new ImageButton(); this.FieldOtherRoad = new TextBox(); this.ListCustPhone = new ItemsList(); this.ListCustName = new ItemsList(); this.BtnCustDown = new ImageButton(); this.BtnCustUp = new ImageButton(); this.BtnCustList = new ImageButton(); this.BtnCustSearch = new ImageButton(); this.LblHeaderName = new Label(); this.LblHeaderPhone = new Label(); this.LblHeaderOrder = new Label(); this.BtnEditOrder = new ImageButton(); this.LblPageID = new Label(); this.LblCopyright = new Label(); this.LblHeaderTime = new Label(); this.BtnManager = new ImageButton(); this.BtnExit = new ImageButton(); this.PanCustField.SuspendLayout(); base.SuspendLayout(); 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.IsMark = false; this.BtnPay.Location = new Point(0xe8, 0x40); this.BtnPay.Name = "BtnPay"; this.BtnPay.ObjectValue = null; this.BtnPay.Red = 2f; this.BtnPay.Size = new Size(110, 60); this.BtnPay.TabIndex = 0x1c; this.BtnPay.Text = "Pay"; this.BtnPay.TextAlign = ContentAlignment.MiddleCenter; this.BtnPay.Click += new EventHandler(this.BtnPay_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.BtnTakeOrder.BackColor = Color.Transparent; this.BtnTakeOrder.Blue = 1.75f; this.BtnTakeOrder.Cursor = Cursors.Hand; this.BtnTakeOrder.Green = 1f; this.BtnTakeOrder.ImageClick = (Image) manager.GetObject("BtnTakeOrder.ImageClick"); this.BtnTakeOrder.ImageClickIndex = 1; this.BtnTakeOrder.ImageIndex = 0; this.BtnTakeOrder.ImageList = this.ButtonImgList; this.BtnTakeOrder.IsLock = false; this.BtnTakeOrder.IsMark = false; this.BtnTakeOrder.Location = new Point(0x388, 0x40); this.BtnTakeOrder.Name = "BtnTakeOrder"; this.BtnTakeOrder.ObjectValue = null; this.BtnTakeOrder.Red = 1.75f; this.BtnTakeOrder.Size = new Size(0x70, 60); this.BtnTakeOrder.TabIndex = 0x1b; this.BtnTakeOrder.Text = "Take Order"; this.BtnTakeOrder.TextAlign = ContentAlignment.MiddleCenter; this.BtnTakeOrder.Click += new EventHandler(this.BtnTakeOrder_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.IsMark = 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 = 0x16; this.BtnCancel.Text = "Cancel"; this.BtnCancel.TextAlign = ContentAlignment.MiddleCenter; this.BtnCancel.Click += new EventHandler(this.BtnCancel_Click); 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.IsMark = false; this.BtnMain.Location = new Point(0x1a8, 0x40); this.BtnMain.Name = "BtnMain"; this.BtnMain.ObjectValue = null; this.BtnMain.Red = 1f; this.BtnMain.Size = new Size(110, 60); this.BtnMain.TabIndex = 0x15; this.BtnMain.Text = "Main"; this.BtnMain.TextAlign = ContentAlignment.MiddleCenter; this.BtnMain.Click += new EventHandler(this.BtnMain_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.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.IsMark = 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 = 0x1f; this.BtnDown.TextAlign = ContentAlignment.MiddleCenter; this.BtnDown.Click += 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.IsMark = 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 = 30; this.BtnUp.TextAlign = ContentAlignment.MiddleCenter; this.BtnUp.Click += new EventHandler(this.BtnUp_Click); this.ListOrderQueue.Alignment = ContentAlignment.MiddleLeft; this.ListOrderQueue.AutoRefresh = true; this.ListOrderQueue.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff); this.ListOrderQueue.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80); this.ListOrderQueue.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0); this.ListOrderQueue.BackNormalColor = Color.White; this.ListOrderQueue.BackSelectedColor = Color.Blue; this.ListOrderQueue.BindList1 = this.ListOrderTime; this.ListOrderQueue.BindList2 = null; this.ListOrderQueue.Border = 0; this.ListOrderQueue.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0); this.ListOrderQueue.ForeAlterColor = Color.Black; this.ListOrderQueue.ForeHeaderColor = Color.Black; this.ListOrderQueue.ForeHeaderSelectedColor = Color.White; this.ListOrderQueue.ForeNormalColor = Color.Black; this.ListOrderQueue.ForeSelectedColor = Color.White; this.ListOrderQueue.ItemHeight = 40; this.ListOrderQueue.ItemWidth = 0xc4; this.ListOrderQueue.Location = new Point(8, 0xa8); this.ListOrderQueue.Name = "ListOrderQueue"; this.ListOrderQueue.Row = 13; this.ListOrderQueue.SelectedIndex = 0; this.ListOrderQueue.Size = new Size(0xc4, 520); this.ListOrderQueue.TabIndex = 0x1d; this.ListOrderQueue.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderQueue_ItemClick); this.ListOrderTime.Alignment = ContentAlignment.MiddleCenter; this.ListOrderTime.AutoRefresh = true; this.ListOrderTime.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff); this.ListOrderTime.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80); this.ListOrderTime.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0); this.ListOrderTime.BackNormalColor = Color.White; this.ListOrderTime.BackSelectedColor = Color.Blue; this.ListOrderTime.BindList1 = this.ListOrderQueue; this.ListOrderTime.BindList2 = null; this.ListOrderTime.Border = 0; this.ListOrderTime.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0); this.ListOrderTime.ForeAlterColor = Color.Black; this.ListOrderTime.ForeHeaderColor = Color.Black; this.ListOrderTime.ForeHeaderSelectedColor = Color.White; this.ListOrderTime.ForeNormalColor = Color.Black; this.ListOrderTime.ForeSelectedColor = Color.White; this.ListOrderTime.ItemHeight = 40; this.ListOrderTime.ItemWidth = 0x7c; this.ListOrderTime.Location = new Point(0xcc, 0xa8); this.ListOrderTime.Name = "ListOrderTime"; this.ListOrderTime.Row = 13; this.ListOrderTime.SelectedIndex = 0; this.ListOrderTime.Size = new Size(0x7c, 520); this.ListOrderTime.TabIndex = 0x2e; this.ListOrderTime.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListOrderQueue_ItemClick); this.PanCustField.BackColor = Color.Transparent; this.PanCustField.Caption = null; this.PanCustField.Controls.Add(this.FieldAddress); this.PanCustField.Controls.Add(this.LblOtherRoad); this.PanCustField.Controls.Add(this.BtnKBAddress); this.PanCustField.Controls.Add(this.LblAddress); this.PanCustField.Controls.Add(this.LstRoad); this.PanCustField.Controls.Add(this.BtnMemo); this.PanCustField.Controls.Add(this.FieldRoad); this.PanCustField.Controls.Add(this.FieldArea); this.PanCustField.Controls.Add(this.LblArea); this.PanCustField.Controls.Add(this.BtnKBLName); this.PanCustField.Controls.Add(this.FieldLName); this.PanCustField.Controls.Add(this.BtnKBMName); this.PanCustField.Controls.Add(this.FieldMName); this.PanCustField.Controls.Add(this.BtnKBFName); this.PanCustField.Controls.Add(this.FieldFName); this.PanCustField.Controls.Add(this.FieldPhone); this.PanCustField.Controls.Add(this.BtnSave); this.PanCustField.Controls.Add(this.BtnClear); this.PanCustField.Controls.Add(this.LblRoad); this.PanCustField.Controls.Add(this.LblLName); this.PanCustField.Controls.Add(this.LblMName); this.PanCustField.Controls.Add(this.LblFName); this.PanCustField.Controls.Add(this.LblPhone); this.PanCustField.Controls.Add(this.NumberKeyPad); this.PanCustField.Controls.Add(this.BtnDelete); this.PanCustField.Controls.Add(this.FieldOtherRoad); this.PanCustField.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.PanCustField.Location = new Point(0x148, 0x80); this.PanCustField.Name = "PanCustField"; this.PanCustField.ShowHeader = false; this.PanCustField.Size = new Size(0x158, 0x270); this.PanCustField.TabIndex = 0x20; this.FieldAddress.Anchor = AnchorStyles.Left; this.FieldAddress.BackColor = Color.White; this.FieldAddress.BorderStyle = BorderStyle.FixedSingle; this.FieldAddress.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.FieldAddress.Location = new Point(0x60, 0x58); this.FieldAddress.Multiline = true; this.FieldAddress.Name = "FieldAddress"; this.FieldAddress.Size = new Size(0xc0, 0x60); this.FieldAddress.TabIndex = 0x2d; this.FieldAddress.Text = ""; this.FieldAddress.Leave += new EventHandler(this.FieldInput_Leave); this.FieldAddress.Enter += new EventHandler(this.FieldInput_Enter); this.LblOtherRoad.Location = new Point(0x10, 0xe0); this.LblOtherRoad.Name = "LblOtherRoad"; this.LblOtherRoad.Size = new Size(80, 40); this.LblOtherRoad.TabIndex = 0x36; this.LblOtherRoad.Text = "Other Rd"; this.LblOtherRoad.TextAlign = ContentAlignment.MiddleLeft; this.BtnKBAddress.BackColor = Color.Transparent; this.BtnKBAddress.Blue = 1f; this.BtnKBAddress.Cursor = Cursors.Hand; this.BtnKBAddress.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnKBAddress.Green = 1f; this.BtnKBAddress.ImageClick = (Image) manager.GetObject("BtnKBAddress.ImageClick"); this.BtnKBAddress.ImageClickIndex = 1; this.BtnKBAddress.ImageIndex = 0; this.BtnKBAddress.ImageList = this.KeyboardImgList; this.BtnKBAddress.IsLock = false; this.BtnKBAddress.IsMark = false; this.BtnKBAddress.Location = new Point(0x120, 0x58); this.BtnKBAddress.Name = "BtnKBAddress"; this.BtnKBAddress.ObjectValue = null; this.BtnKBAddress.Red = 1f; this.BtnKBAddress.Size = new Size(40, 40); this.BtnKBAddress.TabIndex = 0x2e; this.BtnKBAddress.TextAlign = ContentAlignment.MiddleCenter; this.BtnKBAddress.Click += new EventHandler(this.BtnKBAddress_Click); this.KeyboardImgList.ColorDepth = ColorDepth.Depth32Bit; this.KeyboardImgList.ImageSize = new Size(40, 40); this.KeyboardImgList.ImageStream = (ImageListStreamer) manager.GetObject("KeyboardImgList.ImageStream"); this.KeyboardImgList.TransparentColor = Color.Transparent; this.LblAddress.Location = new Point(0x10, 0x58); this.LblAddress.Name = "LblAddress"; this.LblAddress.Size = new Size(80, 40); this.LblAddress.TabIndex = 0x18; this.LblAddress.Text = "Address"; this.LblAddress.TextAlign = ContentAlignment.MiddleLeft; this.LstRoad.ItemHeight = 0x13; this.LstRoad.Location = new Point(0x60, 0xe0); this.LstRoad.Name = "LstRoad"; this.LstRoad.Size = new Size(0xc0, 0x17); this.LstRoad.TabIndex = 0x33; this.LstRoad.Visible = false; this.LstRoad.KeyDown += new KeyEventHandler(this.LstRoad_KeyDown); this.LstRoad.SelectedIndexChanged += new EventHandler(this.LstRoad_SelectedIndexChanged); this.BtnMemo.BackColor = Color.Transparent; this.BtnMemo.Blue = 1f; this.BtnMemo.Cursor = Cursors.Hand; this.BtnMemo.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnMemo.Green = 1f; this.BtnMemo.ImageClick = (Image) manager.GetObject("BtnMemo.ImageClick"); this.BtnMemo.ImageClickIndex = 3; this.BtnMemo.ImageIndex = 2; this.BtnMemo.ImageList = this.KeyboardImgList; this.BtnMemo.IsLock = false; this.BtnMemo.IsMark = false; this.BtnMemo.Location = new Point(0x120, 0x108); this.BtnMemo.Name = "BtnMemo"; this.BtnMemo.ObjectValue = null; this.BtnMemo.Red = 1f; this.BtnMemo.Size = new Size(40, 40); this.BtnMemo.TabIndex = 0x35; this.BtnMemo.TextAlign = ContentAlignment.MiddleCenter; this.BtnMemo.Click += new EventHandler(this.BtnMemo_Click); this.FieldRoad.Anchor = AnchorStyles.Left; this.FieldRoad.BackColor = Color.White; this.FieldRoad.BorderStyle = BorderStyle.FixedSingle; this.FieldRoad.Font = new Font("Tahoma", 27f, FontStyle.Bold, GraphicsUnit.Pixel); this.FieldRoad.Location = new Point(0x60, 0xb8); this.FieldRoad.Name = "FieldRoad"; this.FieldRoad.Size = new Size(0xe8, 40); this.FieldRoad.TabIndex = 0x34; this.FieldRoad.Text = ""; this.FieldRoad.KeyDown += new KeyEventHandler(this.FieldRoad_KeyDown); this.FieldRoad.TextChanged += new EventHandler(this.FieldRoad_TextChanged); this.FieldRoad.Leave += new EventHandler(this.FieldInput_Leave); this.FieldRoad.Enter += new EventHandler(this.FieldInput_Enter); this.FieldArea.Location = new Point(0x60, 0x108); this.FieldArea.Name = "FieldArea"; this.FieldArea.Size = new Size(0xc0, 40); this.FieldArea.TabIndex = 50; this.FieldArea.TextAlign = ContentAlignment.MiddleLeft; this.LblArea.Location = new Point(0x10, 0x108); this.LblArea.Name = "LblArea"; this.LblArea.Size = new Size(80, 40); this.LblArea.TabIndex = 0x31; this.LblArea.Text = "Area"; this.LblArea.TextAlign = ContentAlignment.MiddleLeft; this.BtnKBLName.BackColor = Color.Transparent; this.BtnKBLName.Blue = 1f; this.BtnKBLName.Cursor = Cursors.Hand; this.BtnKBLName.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnKBLName.Green = 1f; this.BtnKBLName.ImageClick = (Image) manager.GetObject("BtnKBLName.ImageClick"); this.BtnKBLName.ImageClickIndex = 1; this.BtnKBLName.ImageIndex = 0; this.BtnKBLName.ImageList = this.KeyboardImgList; this.BtnKBLName.IsLock = false; this.BtnKBLName.IsMark = false; this.BtnKBLName.Location = new Point(0x120, 0x80); this.BtnKBLName.Name = "BtnKBLName"; this.BtnKBLName.ObjectValue = null; this.BtnKBLName.Red = 1f; this.BtnKBLName.Size = new Size(40, 40); this.BtnKBLName.TabIndex = 0x2c; this.BtnKBLName.TextAlign = ContentAlignment.MiddleCenter; this.BtnKBLName.Visible = false; this.BtnKBLName.Click += new EventHandler(this.BtnKBLName_Click); this.FieldLName.Anchor = AnchorStyles.Left; this.FieldLName.BackColor = Color.White; this.FieldLName.BorderStyle = BorderStyle.FixedSingle; this.FieldLName.Enabled = false; this.FieldLName.Font = new Font("Tahoma", 27f, FontStyle.Bold, GraphicsUnit.Pixel); this.FieldLName.Location = new Point(0x60, 0x80); this.FieldLName.Name = "FieldLName"; this.FieldLName.Size = new Size(0xc0, 40); this.FieldLName.TabIndex = 0x2b; this.FieldLName.Text = ""; this.FieldLName.Visible = false; this.FieldLName.TextChanged += new EventHandler(this.FieldInput_TextChanged); this.FieldLName.Leave += new EventHandler(this.FieldInput_Leave); this.FieldLName.Enter += new EventHandler(this.FieldInput_Enter); this.BtnKBMName.BackColor = Color.Transparent; this.BtnKBMName.Blue = 1f; this.BtnKBMName.Cursor = Cursors.Hand; this.BtnKBMName.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnKBMName.Green = 1f; this.BtnKBMName.ImageClick = (Image) manager.GetObject("BtnKBMName.ImageClick"); this.BtnKBMName.ImageClickIndex = 1; this.BtnKBMName.ImageIndex = 0; this.BtnKBMName.ImageList = this.KeyboardImgList; this.BtnKBMName.IsLock = false; this.BtnKBMName.IsMark = false; this.BtnKBMName.Location = new Point(0x120, 0x58); this.BtnKBMName.Name = "BtnKBMName"; this.BtnKBMName.ObjectValue = null; this.BtnKBMName.Red = 1f; this.BtnKBMName.Size = new Size(40, 40); this.BtnKBMName.TabIndex = 0x2a; this.BtnKBMName.TextAlign = ContentAlignment.MiddleCenter; this.BtnKBMName.Visible = false; this.BtnKBMName.Click += new EventHandler(this.BtnKBMName_Click); this.FieldMName.Anchor = AnchorStyles.Left; this.FieldMName.BackColor = Color.White; this.FieldMName.BorderStyle = BorderStyle.FixedSingle; this.FieldMName.Enabled = false; this.FieldMName.Font = new Font("Tahoma", 27f, FontStyle.Bold, GraphicsUnit.Pixel); this.FieldMName.Location = new Point(0x60, 0x58); this.FieldMName.Name = "FieldMName"; this.FieldMName.Size = new Size(0xc0, 40); this.FieldMName.TabIndex = 0x29; this.FieldMName.Text = ""; this.FieldMName.Visible = false; this.FieldMName.TextChanged += new EventHandler(this.FieldInput_TextChanged); this.FieldMName.Leave += new EventHandler(this.FieldInput_Leave); this.FieldMName.Enter += new EventHandler(this.FieldInput_Enter); this.BtnKBFName.BackColor = Color.Transparent; this.BtnKBFName.Blue = 1f; this.BtnKBFName.Cursor = Cursors.Hand; this.BtnKBFName.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnKBFName.Green = 1f; this.BtnKBFName.ImageClick = (Image) manager.GetObject("BtnKBFName.ImageClick"); this.BtnKBFName.ImageClickIndex = 1; this.BtnKBFName.ImageIndex = 0; this.BtnKBFName.ImageList = this.KeyboardImgList; this.BtnKBFName.IsLock = false; this.BtnKBFName.IsMark = false; this.BtnKBFName.Location = new Point(0x120, 0x30); this.BtnKBFName.Name = "BtnKBFName"; this.BtnKBFName.ObjectValue = null; this.BtnKBFName.Red = 1f; this.BtnKBFName.Size = new Size(40, 40); this.BtnKBFName.TabIndex = 40; this.BtnKBFName.TextAlign = ContentAlignment.MiddleCenter; this.BtnKBFName.Click += new EventHandler(this.BtnKBFName_Click); this.FieldFName.Anchor = AnchorStyles.Left; this.FieldFName.BackColor = Color.White; this.FieldFName.BorderStyle = BorderStyle.FixedSingle; this.FieldFName.Font = new Font("Tahoma", 27f, FontStyle.Bold, GraphicsUnit.Pixel); this.FieldFName.Location = new Point(0x60, 0x30); this.FieldFName.Name = "FieldFName"; this.FieldFName.Size = new Size(0xc0, 40); this.FieldFName.TabIndex = 0x27; this.FieldFName.Text = ""; this.FieldFName.TextChanged += new EventHandler(this.FieldInput_TextChanged); this.FieldFName.Leave += new EventHandler(this.FieldInput_Leave); this.FieldFName.Enter += new EventHandler(this.FieldInput_Enter); this.FieldPhone.Anchor = AnchorStyles.Left; this.FieldPhone.BackColor = Color.White; this.FieldPhone.BorderStyle = BorderStyle.FixedSingle; this.FieldPhone.Font = new Font("Tahoma", 27f, FontStyle.Bold, GraphicsUnit.Pixel); this.FieldPhone.Location = new Point(0x60, 8); this.FieldPhone.Name = "FieldPhone"; this.FieldPhone.Size = new Size(0xe8, 40); this.FieldPhone.TabIndex = 0x26; this.FieldPhone.Text = ""; this.FieldPhone.TextChanged += new EventHandler(this.FieldInput_TextChanged); this.FieldPhone.Leave += new EventHandler(this.FieldInput_Leave); this.FieldPhone.Enter += new EventHandler(this.FieldInput_Enter); this.BtnSave.BackColor = Color.Transparent; this.BtnSave.Blue = 2f; this.BtnSave.Cursor = Cursors.Hand; this.BtnSave.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnSave.Green = 1f; this.BtnSave.ImageClick = (Image) manager.GetObject("BtnSave.ImageClick"); this.BtnSave.ImageClickIndex = 1; this.BtnSave.ImageIndex = 0; this.BtnSave.ImageList = this.ButtonLiteImgList; this.BtnSave.IsLock = false; this.BtnSave.IsMark = false; this.BtnSave.Location = new Point(0xe5, 0x138); this.BtnSave.Name = "BtnSave"; this.BtnSave.ObjectValue = null; this.BtnSave.Red = 2f; this.BtnSave.Size = new Size(110, 40); this.BtnSave.TabIndex = 0x24; this.BtnSave.Text = "Save"; this.BtnSave.TextAlign = ContentAlignment.MiddleCenter; this.BtnSave.Click += new EventHandler(this.BtnSave_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.BtnClear.BackColor = Color.Transparent; this.BtnClear.Blue = 2f; this.BtnClear.Cursor = Cursors.Hand; this.BtnClear.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnClear.Green = 1f; this.BtnClear.ImageClick = (Image) manager.GetObject("BtnClear.ImageClick"); this.BtnClear.ImageClickIndex = 1; this.BtnClear.ImageIndex = 0; this.BtnClear.ImageList = this.ButtonLiteImgList; this.BtnClear.IsLock = false; this.BtnClear.IsMark = false; this.BtnClear.Location = new Point(8, 0x138); this.BtnClear.Name = "BtnClear"; this.BtnClear.ObjectValue = null; this.BtnClear.Red = 1f; this.BtnClear.Size = new Size(110, 40); this.BtnClear.TabIndex = 0x23; this.BtnClear.Text = "Clear"; this.BtnClear.TextAlign = ContentAlignment.MiddleCenter; this.BtnClear.Click += new EventHandler(this.BtnClear_Click); this.LblRoad.Location = new Point(0x10, 0xb8); this.LblRoad.Name = "LblRoad"; this.LblRoad.Size = new Size(80, 40); this.LblRoad.TabIndex = 0x16; this.LblRoad.Text = "Road"; this.LblRoad.TextAlign = ContentAlignment.MiddleLeft; this.LblLName.Location = new Point(0x10, 0x80); this.LblLName.Name = "LblLName"; this.LblLName.Size = new Size(80, 40); this.LblLName.TabIndex = 20; this.LblLName.Text = "L.Name"; this.LblLName.TextAlign = ContentAlignment.MiddleLeft; this.LblLName.Visible = false; this.LblMName.Location = new Point(0x10, 0x58); this.LblMName.Name = "LblMName"; this.LblMName.Size = new Size(80, 40); this.LblMName.TabIndex = 0x13; this.LblMName.Text = "M.Name"; this.LblMName.TextAlign = ContentAlignment.MiddleLeft; this.LblMName.Visible = false; this.LblFName.Location = new Point(0x10, 0x30); this.LblFName.Name = "LblFName"; this.LblFName.Size = new Size(80, 40); this.LblFName.TabIndex = 0x12; this.LblFName.Text = "Name"; this.LblFName.TextAlign = ContentAlignment.MiddleLeft; this.LblPhone.Location = new Point(0x10, 8); this.LblPhone.Name = "LblPhone"; this.LblPhone.Size = new Size(80, 40); this.LblPhone.TabIndex = 0x11; this.LblPhone.Text = "Phone#"; this.LblPhone.TextAlign = ContentAlignment.MiddleLeft; 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(0x40, 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.BtnDelete.BackColor = Color.Transparent; this.BtnDelete.Blue = 2f; this.BtnDelete.Cursor = Cursors.Hand; this.BtnDelete.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.BtnDelete.Green = 2f; this.BtnDelete.ImageClick = (Image) manager.GetObject("BtnDelete.ImageClick"); this.BtnDelete.ImageClickIndex = 1; this.BtnDelete.ImageIndex = 0; this.BtnDelete.ImageList = this.ButtonLiteImgList; this.BtnDelete.IsLock = false; this.BtnDelete.IsMark = false; this.BtnDelete.Location = new Point(0xe5, 0x138); this.BtnDelete.Name = "BtnDelete"; this.BtnDelete.ObjectValue = null; this.BtnDelete.Red = 1f; this.BtnDelete.Size = new Size(110, 40); this.BtnDelete.TabIndex = 0x25; this.BtnDelete.Text = "Delete"; this.BtnDelete.TextAlign = ContentAlignment.MiddleCenter; this.BtnDelete.Visible = false; this.BtnDelete.Click += new EventHandler(this.BtnDelete_Click); this.FieldOtherRoad.Anchor = AnchorStyles.Left; this.FieldOtherRoad.BackColor = Color.White; this.FieldOtherRoad.BorderStyle = BorderStyle.FixedSingle; this.FieldOtherRoad.Font = new Font("Tahoma", 27f, FontStyle.Bold, GraphicsUnit.Pixel); this.FieldOtherRoad.Location = new Point(0x60, 0xe0); this.FieldOtherRoad.Name = "FieldOtherRoad"; this.FieldOtherRoad.Size = new Size(0xe8, 40); this.FieldOtherRoad.TabIndex = 0x37; this.FieldOtherRoad.Text = ""; this.FieldOtherRoad.KeyDown += new KeyEventHandler(this.FieldOtherRoad_KeyDown); this.FieldOtherRoad.TextChanged += new EventHandler(this.FieldOtherRoad_TextChanged); this.FieldOtherRoad.Leave += new EventHandler(this.FieldInput_Leave); this.FieldOtherRoad.Enter += new EventHandler(this.FieldInput_Enter); this.ListCustPhone.Alignment = ContentAlignment.MiddleLeft; this.ListCustPhone.AutoRefresh = true; this.ListCustPhone.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff); this.ListCustPhone.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80); this.ListCustPhone.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0); this.ListCustPhone.BackNormalColor = Color.White; this.ListCustPhone.BackSelectedColor = Color.Blue; this.ListCustPhone.BindList1 = this.ListCustName; this.ListCustPhone.BindList2 = null; this.ListCustPhone.Border = 0; this.ListCustPhone.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0); this.ListCustPhone.ForeAlterColor = Color.Black; this.ListCustPhone.ForeHeaderColor = Color.Black; this.ListCustPhone.ForeHeaderSelectedColor = Color.White; this.ListCustPhone.ForeNormalColor = Color.Black; this.ListCustPhone.ForeSelectedColor = Color.White; this.ListCustPhone.ItemHeight = 40; this.ListCustPhone.ItemWidth = 0x90; this.ListCustPhone.Location = new Point(0x2a0, 0xa8); this.ListCustPhone.Name = "ListCustPhone"; this.ListCustPhone.Row = 13; this.ListCustPhone.SelectedIndex = 0; this.ListCustPhone.Size = new Size(0x90, 520); this.ListCustPhone.TabIndex = 0x21; this.ListCustPhone.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListCustPhone_ItemClick); this.ListCustName.Alignment = ContentAlignment.MiddleLeft; this.ListCustName.AutoRefresh = true; this.ListCustName.BackAlterColor = Color.FromArgb(0xc0, 0xff, 0xff); this.ListCustName.BackHeaderColor = Color.FromArgb(0xff, 0xc0, 0x80); this.ListCustName.BackHeaderSelectedColor = Color.FromArgb(0xc0, 0, 0); this.ListCustName.BackNormalColor = Color.White; this.ListCustName.BackSelectedColor = Color.Blue; this.ListCustName.BindList1 = this.ListCustPhone; this.ListCustName.BindList2 = null; this.ListCustName.Border = 0; this.ListCustName.Font = new Font("Tahoma", 12f, FontStyle.Regular, GraphicsUnit.Point, 0); this.ListCustName.ForeAlterColor = Color.Black; this.ListCustName.ForeHeaderColor = Color.Black; this.ListCustName.ForeHeaderSelectedColor = Color.White; this.ListCustName.ForeNormalColor = Color.Black; this.ListCustName.ForeSelectedColor = Color.White; this.ListCustName.ItemHeight = 40; this.ListCustName.ItemWidth = 0xc4; this.ListCustName.Location = new Point(0x330, 0xa8); this.ListCustName.Name = "ListCustName"; this.ListCustName.Row = 13; this.ListCustName.SelectedIndex = 0; this.ListCustName.Size = new Size(0xc4, 520); this.ListCustName.TabIndex = 40; this.ListCustName.ItemClick += new smartRestaurant.Controls.ItemsList.ItemsListEventHandler(this.ListCustPhone_ItemClick); this.BtnCustDown.BackColor = Color.Transparent; this.BtnCustDown.Blue = 1f; this.BtnCustDown.Cursor = Cursors.Hand; this.BtnCustDown.Green = 1f; this.BtnCustDown.ImageClick = (Image) manager.GetObject("BtnCustDown.ImageClick"); this.BtnCustDown.ImageClickIndex = 5; this.BtnCustDown.ImageIndex = 4; this.BtnCustDown.ImageList = this.ButtonImgList; this.BtnCustDown.IsLock = false; this.BtnCustDown.IsMark = false; this.BtnCustDown.Location = new Point(0x388, 0x2b4); this.BtnCustDown.Name = "BtnCustDown"; this.BtnCustDown.ObjectValue = null; this.BtnCustDown.Red = 2f; this.BtnCustDown.Size = new Size(110, 60); this.BtnCustDown.TabIndex = 0x23; this.BtnCustDown.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustDown.Click += new EventHandler(this.BtnCustDown_Click); this.BtnCustUp.BackColor = Color.Transparent; this.BtnCustUp.Blue = 1f; this.BtnCustUp.Cursor = Cursors.Hand; this.BtnCustUp.Green = 1f; this.BtnCustUp.ImageClick = (Image) manager.GetObject("BtnCustUp.ImageClick"); this.BtnCustUp.ImageClickIndex = 3; this.BtnCustUp.ImageIndex = 2; this.BtnCustUp.ImageList = this.ButtonImgList; this.BtnCustUp.IsLock = false; this.BtnCustUp.IsMark = false; this.BtnCustUp.Location = new Point(680, 0x2b4); this.BtnCustUp.Name = "BtnCustUp"; this.BtnCustUp.ObjectValue = null; this.BtnCustUp.Red = 2f; this.BtnCustUp.Size = new Size(110, 60); this.BtnCustUp.TabIndex = 0x22; this.BtnCustUp.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustUp.Click += new EventHandler(this.BtnCustUp_Click); this.BtnCustList.BackColor = Color.Transparent; this.BtnCustList.Blue = 1f; this.BtnCustList.Cursor = Cursors.Hand; this.BtnCustList.Green = 1f; this.BtnCustList.ImageClick = (Image) manager.GetObject("BtnCustList.ImageClick"); this.BtnCustList.ImageClickIndex = 1; this.BtnCustList.ImageIndex = 0; this.BtnCustList.ImageList = this.ButtonImgList; this.BtnCustList.IsLock = false; this.BtnCustList.IsMark = false; this.BtnCustList.Location = new Point(0x318, 0x40); this.BtnCustList.Name = "BtnCustList"; this.BtnCustList.ObjectValue = null; this.BtnCustList.Red = 2f; this.BtnCustList.Size = new Size(110, 60); this.BtnCustList.TabIndex = 0x25; this.BtnCustList.Text = "List All"; this.BtnCustList.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustList.Click += new EventHandler(this.BtnCustList_Click); this.BtnCustSearch.BackColor = Color.Transparent; this.BtnCustSearch.Blue = 1f; this.BtnCustSearch.Cursor = Cursors.Hand; this.BtnCustSearch.Green = 1f; this.BtnCustSearch.ImageClick = (Image) manager.GetObject("BtnCustSearch.ImageClick"); this.BtnCustSearch.ImageClickIndex = 1; this.BtnCustSearch.ImageIndex = 0; this.BtnCustSearch.ImageList = this.ButtonImgList; this.BtnCustSearch.IsLock = false; this.BtnCustSearch.IsMark = false; this.BtnCustSearch.Location = new Point(680, 0x40); this.BtnCustSearch.Name = "BtnCustSearch"; this.BtnCustSearch.ObjectValue = null; this.BtnCustSearch.Red = 2f; this.BtnCustSearch.Size = new Size(110, 60); this.BtnCustSearch.TabIndex = 0x24; this.BtnCustSearch.Text = "Search"; this.BtnCustSearch.TextAlign = ContentAlignment.MiddleCenter; this.BtnCustSearch.Click += new EventHandler(this.BtnCustSearch_Click); this.LblHeaderName.BackColor = Color.Black; this.LblHeaderName.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.LblHeaderName.ForeColor = Color.White; this.LblHeaderName.Location = new Point(0x330, 0x80); this.LblHeaderName.Name = "LblHeaderName"; this.LblHeaderName.Size = new Size(0xc4, 40); this.LblHeaderName.TabIndex = 0x27; this.LblHeaderName.Text = "Name"; this.LblHeaderName.TextAlign = ContentAlignment.MiddleCenter; this.LblHeaderPhone.BackColor = Color.Black; this.LblHeaderPhone.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.LblHeaderPhone.ForeColor = Color.White; this.LblHeaderPhone.Location = new Point(0x2a0, 0x80); this.LblHeaderPhone.Name = "LblHeaderPhone"; this.LblHeaderPhone.Size = new Size(0x90, 40); this.LblHeaderPhone.TabIndex = 0x26; this.LblHeaderPhone.Text = "Phone#"; this.LblHeaderPhone.TextAlign = ContentAlignment.MiddleCenter; this.LblHeaderOrder.BackColor = Color.Black; this.LblHeaderOrder.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.LblHeaderOrder.ForeColor = Color.White; this.LblHeaderOrder.Location = new Point(8, 0x80); this.LblHeaderOrder.Name = "LblHeaderOrder"; this.LblHeaderOrder.Size = new Size(0xc4, 40); this.LblHeaderOrder.TabIndex = 0x29; this.LblHeaderOrder.Text = "Order Customer"; this.LblHeaderOrder.TextAlign = ContentAlignment.MiddleLeft; this.BtnEditOrder.BackColor = Color.Transparent; this.BtnEditOrder.Blue = 1.75f; this.BtnEditOrder.Cursor = Cursors.Hand; this.BtnEditOrder.Green = 1f; this.BtnEditOrder.ImageClick = (Image) manager.GetObject("BtnEditOrder.ImageClick"); this.BtnEditOrder.ImageClickIndex = 1; this.BtnEditOrder.ImageIndex = 0; this.BtnEditOrder.ImageList = this.ButtonImgList; this.BtnEditOrder.IsLock = false; this.BtnEditOrder.IsMark = false; this.BtnEditOrder.Location = new Point(120, 0x40); this.BtnEditOrder.Name = "BtnEditOrder"; this.BtnEditOrder.ObjectValue = null; this.BtnEditOrder.Red = 1.75f; this.BtnEditOrder.Size = new Size(110, 60); this.BtnEditOrder.TabIndex = 0x2b; this.BtnEditOrder.Text = "Edit Order"; this.BtnEditOrder.TextAlign = ContentAlignment.MiddleCenter; this.BtnEditOrder.Click += new EventHandler(this.BtnEditOrder_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(0x310, 0x2f0); this.LblPageID.Name = "LblPageID"; this.LblPageID.Size = new Size(0xe0, 0x17); this.LblPageID.TabIndex = 0x2c; this.LblPageID.Text = "STTO020"; 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 = 0x2d; this.LblCopyright.Text = "Copyright (c) 2004. All rights reserved."; this.LblHeaderTime.BackColor = Color.Black; this.LblHeaderTime.Cursor = Cursors.Hand; this.LblHeaderTime.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel); this.LblHeaderTime.ForeColor = Color.White; this.LblHeaderTime.Location = new Point(0xcc, 0x80); this.LblHeaderTime.Name = "LblHeaderTime"; this.LblHeaderTime.Size = new Size(0x7c, 40); this.LblHeaderTime.TabIndex = 0x2f; this.LblHeaderTime.Text = "Time"; this.LblHeaderTime.TextAlign = ContentAlignment.MiddleCenter; this.LblHeaderTime.Click += new EventHandler(this.LblHeaderTime_Click); this.LblHeaderTime.DoubleClick += new EventHandler(this.LblHeaderTime_Click); this.BtnManager.BackColor = Color.Transparent; this.BtnManager.Blue = 1f; this.BtnManager.Cursor = Cursors.Hand; this.BtnManager.Green = 2f; this.BtnManager.ImageClick = (Image) manager.GetObject("BtnManager.ImageClick"); this.BtnManager.ImageClickIndex = 1; this.BtnManager.ImageIndex = 0; this.BtnManager.ImageList = this.ButtonImgList; this.BtnManager.IsLock = false; this.BtnManager.IsMark = false; this.BtnManager.Location = new Point(0x1a8, 0x40); this.BtnManager.Name = "BtnManager"; this.BtnManager.ObjectValue = null; this.BtnManager.Red = 1f; this.BtnManager.Size = new Size(110, 60); this.BtnManager.TabIndex = 0x30; this.BtnManager.Text = "Manager"; this.BtnManager.TextAlign = ContentAlignment.MiddleCenter; this.BtnManager.Click += new EventHandler(this.BtnManager_Click); this.BtnExit.BackColor = Color.Transparent; this.BtnExit.Blue = 2f; this.BtnExit.Cursor = Cursors.Hand; this.BtnExit.Green = 2f; this.BtnExit.ImageClick = (Image) manager.GetObject("BtnExit.ImageClick"); this.BtnExit.ImageClickIndex = 1; this.BtnExit.ImageIndex = 0; this.BtnExit.ImageList = this.ButtonImgList; this.BtnExit.IsLock = false; this.BtnExit.IsMark = false; this.BtnExit.Location = new Point(0x218, 0x40); this.BtnExit.Name = "BtnExit"; this.BtnExit.ObjectValue = null; this.BtnExit.Red = 1f; this.BtnExit.Size = new Size(110, 60); this.BtnExit.TabIndex = 0x31; this.BtnExit.Text = "Logout"; this.BtnExit.TextAlign = ContentAlignment.MiddleCenter; this.BtnExit.Click += new EventHandler(this.BtnExit_Click); this.AutoScaleBaseSize = new Size(6, 15); base.ClientSize = new Size(0x3fc, 0x2fc); base.Controls.Add(this.BtnExit); base.Controls.Add(this.LblHeaderTime); base.Controls.Add(this.ListOrderTime); base.Controls.Add(this.LblCopyright); base.Controls.Add(this.LblPageID); base.Controls.Add(this.BtnEditOrder); base.Controls.Add(this.LblHeaderOrder); base.Controls.Add(this.ListCustName); base.Controls.Add(this.LblHeaderName); base.Controls.Add(this.LblHeaderPhone); base.Controls.Add(this.BtnCustList); base.Controls.Add(this.BtnCustSearch); base.Controls.Add(this.BtnCustDown); base.Controls.Add(this.BtnCustUp); base.Controls.Add(this.ListCustPhone); base.Controls.Add(this.PanCustField); base.Controls.Add(this.BtnDown); base.Controls.Add(this.BtnUp); base.Controls.Add(this.ListOrderQueue); base.Controls.Add(this.BtnPay); base.Controls.Add(this.BtnTakeOrder); base.Controls.Add(this.BtnCancel); base.Controls.Add(this.BtnMain); base.Controls.Add(this.BtnManager); base.Name = "TakeOutForm"; this.Text = "Take Out List"; this.PanCustField.ResumeLayout(false); base.ResumeLayout(false); }
// Methods public ItemsList() { this.bindList1 = (ItemsList) (this.bindList2 = null); this.alignment = ContentAlignment.MiddleLeft; this.BuildItemList(); }