예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(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(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);
 }
예제 #3
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ResourceManager manager = new ResourceManager(typeof(InvoiceViewerForm));
     this.ButtonImgList = new ImageList(this.components);
     this.BtnOk = new ImageButton();
     this.groupPanel1 = 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.BtnReprint = new ImageButton();
     this.groupPanel1.SuspendLayout();
     base.SuspendLayout();
     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.BtnOk.BackColor = Color.Transparent;
     this.BtnOk.Blue = 1f;
     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 = 0;
     this.BtnOk.Location = new Point(0xd8, 0x158);
     this.BtnOk.Name = "BtnOk";
     this.BtnOk.ObjectValue = null;
     this.BtnOk.Red = 1f;
     this.BtnOk.Size = new Size(110, 60);
     this.BtnOk.TabIndex = 5;
     this.BtnOk.Text = "Ok";
     this.BtnOk.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnOk.Click += new EventHandler(this.BtnOk_Click);
     this.groupPanel1.BackColor = Color.Transparent;
     this.groupPanel1.Caption = null;
     this.groupPanel1.Controls.AddRange(new 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.groupPanel1.Font = new Font("Tahoma", 16f, FontStyle.Bold, GraphicsUnit.Pixel);
     this.groupPanel1.Location = new Point(8, 40);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.ShowHeader = false;
     this.groupPanel1.Size = new Size(320, 0x128);
     this.groupPanel1.TabIndex = 0x26;
     this.FieldChange.Location = new Point(0x9c, 0xf8);
     this.FieldChange.Name = "FieldChange";
     this.FieldChange.Size = new Size(160, 40);
     this.FieldChange.TabIndex = 0x33;
     this.FieldChange.Text = "0.00";
     this.FieldChange.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTotalReceive.Location = new Point(0x9c, 0xd0);
     this.FieldTotalReceive.Name = "FieldTotalReceive";
     this.FieldTotalReceive.Size = new Size(160, 40);
     this.FieldTotalReceive.TabIndex = 50;
     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(0x9c, 0xa8);
     this.FieldTotalDue.Name = "FieldTotalDue";
     this.FieldTotalDue.Size = new Size(160, 40);
     this.FieldTotalDue.TabIndex = 0x31;
     this.FieldTotalDue.Text = "0.00";
     this.FieldTotalDue.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTotalDiscount.Location = new Point(0x9c, 0x30);
     this.FieldTotalDiscount.Name = "FieldTotalDiscount";
     this.FieldTotalDiscount.Size = new Size(160, 40);
     this.FieldTotalDiscount.TabIndex = 0x30;
     this.FieldTotalDiscount.Text = "0.00";
     this.FieldTotalDiscount.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTax2.Location = new Point(0x9c, 0x80);
     this.FieldTax2.Name = "FieldTax2";
     this.FieldTax2.Size = new Size(160, 40);
     this.FieldTax2.TabIndex = 0x2f;
     this.FieldTax2.Text = "0.00";
     this.FieldTax2.TextAlign = ContentAlignment.MiddleRight;
     this.FieldTax1.Location = new Point(0x9c, 0x58);
     this.FieldTax1.Name = "FieldTax1";
     this.FieldTax1.Size = new Size(160, 40);
     this.FieldTax1.TabIndex = 0x2e;
     this.FieldTax1.Text = "0.00";
     this.FieldTax1.TextAlign = ContentAlignment.MiddleRight;
     this.FieldAmountDue.Location = new Point(0x9c, 8);
     this.FieldAmountDue.Name = "FieldAmountDue";
     this.FieldAmountDue.Size = new Size(160, 40);
     this.FieldAmountDue.TabIndex = 0x2d;
     this.FieldAmountDue.Text = "0.00";
     this.FieldAmountDue.TextAlign = ContentAlignment.MiddleRight;
     this.LblTotalChange.Location = new Point(4, 0xf8);
     this.LblTotalChange.Name = "LblTotalChange";
     this.LblTotalChange.Size = new Size(0x90, 40);
     this.LblTotalChange.TabIndex = 0x2c;
     this.LblTotalChange.Text = "Change";
     this.LblTotalChange.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTotalReceive.Location = new Point(4, 0xd0);
     this.LblTotalReceive.Name = "LblTotalReceive";
     this.LblTotalReceive.Size = new Size(0x90, 40);
     this.LblTotalReceive.TabIndex = 0x2b;
     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(4, 0xa8);
     this.LblTotalDue.Name = "LblTotalDue";
     this.LblTotalDue.Size = new Size(0x90, 40);
     this.LblTotalDue.TabIndex = 0x2a;
     this.LblTotalDue.Text = "Total Due";
     this.LblTotalDue.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTotalDiscount.Location = new Point(4, 0x30);
     this.LblTotalDiscount.Name = "LblTotalDiscount";
     this.LblTotalDiscount.Size = new Size(0x90, 40);
     this.LblTotalDiscount.TabIndex = 0x29;
     this.LblTotalDiscount.Text = "Total Discount";
     this.LblTotalDiscount.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTax2.Location = new Point(4, 0x80);
     this.LblTax2.Name = "LblTax2";
     this.LblTax2.Size = new Size(0x90, 40);
     this.LblTax2.TabIndex = 40;
     this.LblTax2.Text = "Tax2";
     this.LblTax2.TextAlign = ContentAlignment.MiddleLeft;
     this.LblTax1.Location = new Point(4, 0x58);
     this.LblTax1.Name = "LblTax1";
     this.LblTax1.Size = new Size(0x90, 40);
     this.LblTax1.TabIndex = 0x27;
     this.LblTax1.Text = "Tax1";
     this.LblTax1.TextAlign = ContentAlignment.MiddleLeft;
     this.LblAmountDue.Location = new Point(4, 8);
     this.LblAmountDue.Name = "LblAmountDue";
     this.LblAmountDue.Size = new Size(0x90, 40);
     this.LblAmountDue.TabIndex = 0x26;
     this.LblAmountDue.Text = "Amount Due";
     this.LblAmountDue.TextAlign = ContentAlignment.MiddleLeft;
     this.BtnReprint.BackColor = Color.Transparent;
     this.BtnReprint.Blue = 2f;
     this.BtnReprint.Cursor = Cursors.Hand;
     this.BtnReprint.Font = new Font("Tahoma", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0xde);
     this.BtnReprint.Green = 1f;
     this.BtnReprint.Image = (Bitmap) manager.GetObject("BtnReprint.Image");
     this.BtnReprint.ImageClick = (Bitmap) manager.GetObject("BtnReprint.ImageClick");
     this.BtnReprint.ImageClickIndex = 0;
     this.BtnReprint.Location = new Point(8, 0x158);
     this.BtnReprint.Name = "BtnReprint";
     this.BtnReprint.ObjectValue = null;
     this.BtnReprint.Red = 2f;
     this.BtnReprint.Size = new Size(110, 60);
     this.BtnReprint.TabIndex = 0x27;
     this.BtnReprint.Text = "Reprint";
     this.BtnReprint.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnReprint.Click += new EventHandler(this.BtnReprint_Click);
     this.AutoScaleBaseSize = new Size(9, 20);
     this.BackColor = Color.White;
     base.ClientSize = new Size(0x150, 0x198);
     base.Controls.AddRange(new Control[] { this.BtnReprint, this.groupPanel1, this.BtnOk });
     this.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "InvoiceViewerForm";
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = "Invoice Viewer";
     this.groupPanel1.ResumeLayout(false);
     base.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);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainMenuForm));
     this.BtnExit = new smartRestaurant.Controls.ImageButton();
     this.ButtonImgList = new System.Windows.Forms.ImageList(this.components);
     this.TablePanel = new smartRestaurant.Controls.GroupPanel();
     this.TablePad = new smartRestaurant.Controls.ButtonListPad();
     this.NumberImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnTakeOut = new smartRestaurant.Controls.ImageButton();
     this.BtnReserve = new smartRestaurant.Controls.ImageButton();
     this.BtnTakeOutList = new smartRestaurant.Controls.ImageButton();
     this.BtnManager = new smartRestaurant.Controls.ImageButton();
     this.LblPageID = new System.Windows.Forms.Label();
     this.LblCopyRight = new System.Windows.Forms.Label();
     this.WaitingListPanel = new smartRestaurant.Controls.GroupPanel();
     this.BtnDown = new smartRestaurant.Controls.ImageButton();
     this.BtnUp = new smartRestaurant.Controls.ImageButton();
     this.BtnRight = new smartRestaurant.Controls.ImageButton();
     this.ButtonLiteImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnLeft = new smartRestaurant.Controls.ImageButton();
     this.BillItemPad = new smartRestaurant.Controls.ButtonListPad();
     this.TimerClock = new System.Timers.Timer();
     this.LblClock = new System.Windows.Forms.Label();
     this.TablePanel.SuspendLayout();
     this.WaitingListPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimerClock)).BeginInit();
     this.SuspendLayout();
     //
     // BtnExit
     //
     this.BtnExit.BackColor = System.Drawing.Color.Transparent;
     this.BtnExit.Blue = 2F;
     this.BtnExit.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnExit.Green = 2F;
     this.BtnExit.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnExit.ImageClick")));
     this.BtnExit.ImageClickIndex = 1;
     this.BtnExit.ImageIndex = 0;
     this.BtnExit.ImageList = this.ButtonImgList;
     this.BtnExit.Location = new System.Drawing.Point(880, 692);
     this.BtnExit.Name = "BtnExit";
     this.BtnExit.ObjectValue = null;
     this.BtnExit.Red = 1F;
     this.BtnExit.Size = new System.Drawing.Size(110, 60);
     this.BtnExit.TabIndex = 0;
     this.BtnExit.Text = "Logout";
     this.BtnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
     //
     // ButtonImgList
     //
     this.ButtonImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ButtonImgList.ImageSize = new System.Drawing.Size(110, 60);
     this.ButtonImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ButtonImgList.ImageStream")));
     this.ButtonImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // TablePanel
     //
     this.TablePanel.BackColor = System.Drawing.Color.Transparent;
     this.TablePanel.Caption = "Select Table";
     this.TablePanel.Controls.Add(this.TablePad);
     this.TablePanel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.TablePanel.Location = new System.Drawing.Point(24, 144);
     this.TablePanel.Name = "TablePanel";
     this.TablePanel.ShowHeader = true;
     this.TablePanel.Size = new System.Drawing.Size(976, 264);
     this.TablePanel.TabIndex = 1;
     //
     // TablePad
     //
     this.TablePad.AutoRefresh = true;
     this.TablePad.BackColor = System.Drawing.Color.White;
     this.TablePad.Blue = 1F;
     this.TablePad.Column = 8;
     this.TablePad.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.TablePad.Green = 1F;
     this.TablePad.Image = ((System.Drawing.Image)(resources.GetObject("TablePad.Image")));
     this.TablePad.ImageClick = ((System.Drawing.Image)(resources.GetObject("TablePad.ImageClick")));
     this.TablePad.ImageClickIndex = 1;
     this.TablePad.ImageIndex = 0;
     this.TablePad.ImageList = this.ButtonImgList;
     this.TablePad.ItemStart = 0;
     this.TablePad.Location = new System.Drawing.Point(13, 48);
     this.TablePad.Name = "TablePad";
     this.TablePad.Padding = 10;
     this.TablePad.Red = 1F;
     this.TablePad.Row = 3;
     this.TablePad.Size = new System.Drawing.Size(950, 200);
     this.TablePad.TabIndex = 7;
     this.TablePad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.TablePad_PadClick);
     this.TablePad.PageChange += new smartRestaurant.Controls.ButtonListPadEventHandler(this.TablePad_PageChange);
     //
     // NumberImgList
     //
     this.NumberImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.NumberImgList.ImageSize = new System.Drawing.Size(72, 60);
     this.NumberImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("NumberImgList.ImageStream")));
     this.NumberImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BtnTakeOut
     //
     this.BtnTakeOut.BackColor = System.Drawing.Color.Transparent;
     this.BtnTakeOut.Blue = 2F;
     this.BtnTakeOut.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnTakeOut.Green = 1F;
     this.BtnTakeOut.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnTakeOut.ImageClick")));
     this.BtnTakeOut.ImageClickIndex = 1;
     this.BtnTakeOut.ImageIndex = 0;
     this.BtnTakeOut.ImageList = this.ButtonImgList;
     this.BtnTakeOut.Location = new System.Drawing.Point(608, 72);
     this.BtnTakeOut.Name = "BtnTakeOut";
     this.BtnTakeOut.ObjectValue = null;
     this.BtnTakeOut.Red = 1F;
     this.BtnTakeOut.Size = new System.Drawing.Size(110, 60);
     this.BtnTakeOut.TabIndex = 3;
     this.BtnTakeOut.Text = "Take Out";
     this.BtnTakeOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnTakeOut.Click += new System.EventHandler(this.BtnTakeOut_Click);
     //
     // BtnReserve
     //
     this.BtnReserve.BackColor = System.Drawing.Color.Transparent;
     this.BtnReserve.Blue = 1F;
     this.BtnReserve.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnReserve.Green = 1F;
     this.BtnReserve.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnReserve.ImageClick")));
     this.BtnReserve.ImageClickIndex = 1;
     this.BtnReserve.ImageIndex = 0;
     this.BtnReserve.ImageList = this.ButtonImgList;
     this.BtnReserve.Location = new System.Drawing.Point(880, 72);
     this.BtnReserve.Name = "BtnReserve";
     this.BtnReserve.ObjectValue = null;
     this.BtnReserve.Red = 2F;
     this.BtnReserve.Size = new System.Drawing.Size(110, 60);
     this.BtnReserve.TabIndex = 4;
     this.BtnReserve.Text = "Reserve";
     this.BtnReserve.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnReserve.Click += new System.EventHandler(this.BtnReserve_Click);
     //
     // BtnTakeOutList
     //
     this.BtnTakeOutList.BackColor = System.Drawing.Color.Transparent;
     this.BtnTakeOutList.Blue = 2F;
     this.BtnTakeOutList.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnTakeOutList.Green = 1F;
     this.BtnTakeOutList.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnTakeOutList.ImageClick")));
     this.BtnTakeOutList.ImageClickIndex = 1;
     this.BtnTakeOutList.ImageIndex = 0;
     this.BtnTakeOutList.ImageList = this.ButtonImgList;
     this.BtnTakeOutList.Location = new System.Drawing.Point(744, 72);
     this.BtnTakeOutList.Name = "BtnTakeOutList";
     this.BtnTakeOutList.ObjectValue = null;
     this.BtnTakeOutList.Red = 2F;
     this.BtnTakeOutList.Size = new System.Drawing.Size(110, 60);
     this.BtnTakeOutList.TabIndex = 5;
     this.BtnTakeOutList.Text = "Take Out List";
     this.BtnTakeOutList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnTakeOutList.Click += new System.EventHandler(this.BtnTakeOutList_Click);
     //
     // BtnManager
     //
     this.BtnManager.BackColor = System.Drawing.Color.Transparent;
     this.BtnManager.Blue = 1F;
     this.BtnManager.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnManager.Green = 2F;
     this.BtnManager.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnManager.ImageClick")));
     this.BtnManager.ImageClickIndex = 1;
     this.BtnManager.ImageIndex = 0;
     this.BtnManager.ImageList = this.ButtonImgList;
     this.BtnManager.Location = new System.Drawing.Point(32, 692);
     this.BtnManager.Name = "BtnManager";
     this.BtnManager.ObjectValue = null;
     this.BtnManager.Red = 1F;
     this.BtnManager.Size = new System.Drawing.Size(110, 60);
     this.BtnManager.TabIndex = 6;
     this.BtnManager.Text = "Manager";
     this.BtnManager.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnManager.Click += new System.EventHandler(this.BtnManager_Click);
     //
     // LblPageID
     //
     this.LblPageID.BackColor = System.Drawing.Color.Transparent;
     this.LblPageID.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblPageID.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.LblPageID.Location = new System.Drawing.Point(784, 752);
     this.LblPageID.Name = "LblPageID";
     this.LblPageID.Size = new System.Drawing.Size(224, 23);
     this.LblPageID.TabIndex = 33;
     this.LblPageID.Text = "STST010";
     this.LblPageID.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // LblCopyRight
     //
     this.LblCopyRight.BackColor = System.Drawing.Color.Transparent;
     this.LblCopyRight.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblCopyRight.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(103)), ((System.Byte)(138)), ((System.Byte)(198)));
     this.LblCopyRight.Location = new System.Drawing.Point(8, 752);
     this.LblCopyRight.Name = "LblCopyRight";
     this.LblCopyRight.Size = new System.Drawing.Size(280, 16);
     this.LblCopyRight.TabIndex = 36;
     this.LblCopyRight.Text = "Copyright (c) 2004. All rights reserved.";
     //
     // WaitingListPanel
     //
     this.WaitingListPanel.BackColor = System.Drawing.Color.Transparent;
     this.WaitingListPanel.Caption = null;
     this.WaitingListPanel.Controls.Add(this.BtnDown);
     this.WaitingListPanel.Controls.Add(this.BtnUp);
     this.WaitingListPanel.Controls.Add(this.BtnRight);
     this.WaitingListPanel.Controls.Add(this.BtnLeft);
     this.WaitingListPanel.Controls.Add(this.BillItemPad);
     this.WaitingListPanel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.WaitingListPanel.Location = new System.Drawing.Point(24, 408);
     this.WaitingListPanel.Name = "WaitingListPanel";
     this.WaitingListPanel.ShowHeader = false;
     this.WaitingListPanel.Size = new System.Drawing.Size(976, 280);
     this.WaitingListPanel.TabIndex = 37;
     //
     // BtnDown
     //
     this.BtnDown.BackColor = System.Drawing.Color.Transparent;
     this.BtnDown.Blue = 1F;
     this.BtnDown.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnDown.Green = 2F;
     this.BtnDown.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnDown.ImageClick")));
     this.BtnDown.ImageClickIndex = 1;
     this.BtnDown.ImageIndex = 0;
     this.BtnDown.ImageList = this.NumberImgList;
     this.BtnDown.Location = new System.Drawing.Point(896, 176);
     this.BtnDown.Name = "BtnDown";
     this.BtnDown.ObjectValue = null;
     this.BtnDown.Red = 2F;
     this.BtnDown.Size = new System.Drawing.Size(72, 60);
     this.BtnDown.TabIndex = 11;
     this.BtnDown.Text = "Down";
     this.BtnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnDown.Click += new System.EventHandler(this.BtnDown_Click);
     this.BtnDown.DoubleClick += new System.EventHandler(this.BtnDown_Click);
     //
     // BtnUp
     //
     this.BtnUp.BackColor = System.Drawing.Color.Transparent;
     this.BtnUp.Blue = 1F;
     this.BtnUp.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnUp.Green = 2F;
     this.BtnUp.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnUp.ImageClick")));
     this.BtnUp.ImageClickIndex = 1;
     this.BtnUp.ImageIndex = 0;
     this.BtnUp.ImageList = this.NumberImgList;
     this.BtnUp.Location = new System.Drawing.Point(896, 8);
     this.BtnUp.Name = "BtnUp";
     this.BtnUp.ObjectValue = null;
     this.BtnUp.Red = 2F;
     this.BtnUp.Size = new System.Drawing.Size(72, 60);
     this.BtnUp.TabIndex = 10;
     this.BtnUp.Text = "Up";
     this.BtnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click);
     this.BtnUp.DoubleClick += new System.EventHandler(this.BtnUp_Click);
     //
     // BtnRight
     //
     this.BtnRight.BackColor = System.Drawing.Color.Transparent;
     this.BtnRight.Blue = 1F;
     this.BtnRight.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnRight.Green = 2F;
     this.BtnRight.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnRight.ImageClick")));
     this.BtnRight.ImageClickIndex = 1;
     this.BtnRight.ImageIndex = 0;
     this.BtnRight.ImageList = this.ButtonLiteImgList;
     this.BtnRight.Location = new System.Drawing.Point(778, 240);
     this.BtnRight.Name = "BtnRight";
     this.BtnRight.ObjectValue = null;
     this.BtnRight.Red = 2F;
     this.BtnRight.Size = new System.Drawing.Size(110, 40);
     this.BtnRight.TabIndex = 9;
     this.BtnRight.Text = ">>";
     this.BtnRight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnRight.Click += new System.EventHandler(this.BtnRight_Click);
     this.BtnRight.DoubleClick += new System.EventHandler(this.BtnRight_Click);
     //
     // ButtonLiteImgList
     //
     this.ButtonLiteImgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ButtonLiteImgList.ImageSize = new System.Drawing.Size(110, 40);
     this.ButtonLiteImgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ButtonLiteImgList.ImageStream")));
     this.ButtonLiteImgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BtnLeft
     //
     this.BtnLeft.BackColor = System.Drawing.Color.Transparent;
     this.BtnLeft.Blue = 1F;
     this.BtnLeft.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnLeft.Green = 2F;
     this.BtnLeft.ImageClick = ((System.Drawing.Image)(resources.GetObject("BtnLeft.ImageClick")));
     this.BtnLeft.ImageClickIndex = 1;
     this.BtnLeft.ImageIndex = 0;
     this.BtnLeft.ImageList = this.ButtonLiteImgList;
     this.BtnLeft.Location = new System.Drawing.Point(8, 240);
     this.BtnLeft.Name = "BtnLeft";
     this.BtnLeft.ObjectValue = null;
     this.BtnLeft.Red = 2F;
     this.BtnLeft.Size = new System.Drawing.Size(110, 40);
     this.BtnLeft.TabIndex = 8;
     this.BtnLeft.Text = "<<";
     this.BtnLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnLeft.Click += new System.EventHandler(this.BtnLeft_Click);
     this.BtnLeft.DoubleClick += new System.EventHandler(this.BtnLeft_Click);
     //
     // BillItemPad
     //
     this.BillItemPad.AutoRefresh = true;
     this.BillItemPad.BackColor = System.Drawing.Color.White;
     this.BillItemPad.Blue = 1F;
     this.BillItemPad.Column = 8;
     this.BillItemPad.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.BillItemPad.Green = 1F;
     this.BillItemPad.Image = ((System.Drawing.Image)(resources.GetObject("BillItemPad.Image")));
     this.BillItemPad.ImageClick = ((System.Drawing.Image)(resources.GetObject("BillItemPad.ImageClick")));
     this.BillItemPad.ImageClickIndex = 1;
     this.BillItemPad.ImageIndex = 0;
     this.BillItemPad.ImageList = this.ButtonLiteImgList;
     this.BillItemPad.ItemStart = 0;
     this.BillItemPad.Location = new System.Drawing.Point(8, 1);
     this.BillItemPad.Name = "BillItemPad";
     this.BillItemPad.Padding = 0;
     this.BillItemPad.Red = 1F;
     this.BillItemPad.Row = 6;
     this.BillItemPad.Size = new System.Drawing.Size(880, 240);
     this.BillItemPad.TabIndex = 7;
     this.BillItemPad.Text = "BillItemPad";
     this.BillItemPad.PadClick += new smartRestaurant.Controls.ButtonListPadEventHandler(this.BillItemPad_PadClick);
     //
     // TimerClock
     //
     this.TimerClock.Enabled = true;
     this.TimerClock.Interval = 1000;
     this.TimerClock.SynchronizingObject = this;
     this.TimerClock.Elapsed += new System.Timers.ElapsedEventHandler(this.TimerClock_Elapsed);
     //
     // LblClock
     //
     this.LblClock.BackColor = System.Drawing.Color.Transparent;
     this.LblClock.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblClock.Location = new System.Drawing.Point(872, 8);
     this.LblClock.Name = "LblClock";
     this.LblClock.Size = new System.Drawing.Size(144, 40);
     this.LblClock.TabIndex = 38;
     this.LblClock.Text = "99:99:99";
     this.LblClock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // MainMenuForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(1020, 764);
     this.Controls.Add(this.LblClock);
     this.Controls.Add(this.WaitingListPanel);
     this.Controls.Add(this.LblCopyRight);
     this.Controls.Add(this.LblPageID);
     this.Controls.Add(this.BtnManager);
     this.Controls.Add(this.BtnTakeOutList);
     this.Controls.Add(this.BtnReserve);
     this.Controls.Add(this.BtnTakeOut);
     this.Controls.Add(this.TablePanel);
     this.Controls.Add(this.BtnExit);
     this.Name = "MainMenuForm";
     this.Text = "Select Table";
     this.TablePanel.ResumeLayout(false);
     this.WaitingListPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TimerClock)).EndInit();
     this.ResumeLayout(false);
 }
예제 #6
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ResourceManager manager = new ResourceManager(typeof(CalculatorForm));
     this.NumberImgList = new ImageList(this.components);
     this.BtnNo1 = new ImageButton();
     this.BtnNo3 = new ImageButton();
     this.BtnNo2 = new ImageButton();
     this.BtnNo5 = new ImageButton();
     this.BtnNo6 = new ImageButton();
     this.BtnNo4 = new ImageButton();
     this.BtnNo8 = new ImageButton();
     this.BtnNo9 = new ImageButton();
     this.BtnNo7 = new ImageButton();
     this.BtnNo0 = new ImageButton();
     this.BtnDot = new ImageButton();
     this.BtnEqual = new ImageButton();
     this.BtnMultiple = new ImageButton();
     this.BtnDivide = new ImageButton();
     this.BtnPlus = new ImageButton();
     this.BtnMinus = new ImageButton();
     this.BtnBackspace = new ImageButton();
     this.BtnCurrentClear = new ImageButton();
     this.BtnClear = new ImageButton();
     this.BtnSwitch = new ImageButton();
     this.FieldNumber = new Label();
     this.BtnClose = new ImageButton();
     this.ButtonLiteImgList = new ImageList(this.components);
     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.BtnNo1.BackColor = Color.Transparent;
     this.BtnNo1.Blue = 1f;
     this.BtnNo1.Cursor = Cursors.Hand;
     this.BtnNo1.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo1.Green = 1f;
     this.BtnNo1.ImageClick = (Image) manager.GetObject("BtnNo1.ImageClick");
     this.BtnNo1.ImageClickIndex = 1;
     this.BtnNo1.ImageIndex = 0;
     this.BtnNo1.ImageList = this.NumberImgList;
     this.BtnNo1.Location = new Point(80, 0xd8);
     this.BtnNo1.Name = "BtnNo1";
     this.BtnNo1.ObjectValue = null;
     this.BtnNo1.Red = 2f;
     this.BtnNo1.Size = new Size(0x48, 60);
     this.BtnNo1.TabIndex = 0;
     this.BtnNo1.Text = "1";
     this.BtnNo1.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo1.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo1.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo3.BackColor = Color.Transparent;
     this.BtnNo3.Blue = 1f;
     this.BtnNo3.Cursor = Cursors.Hand;
     this.BtnNo3.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo3.Green = 1f;
     this.BtnNo3.ImageClick = (Image) manager.GetObject("BtnNo3.ImageClick");
     this.BtnNo3.ImageClickIndex = 1;
     this.BtnNo3.ImageIndex = 0;
     this.BtnNo3.ImageList = this.NumberImgList;
     this.BtnNo3.Location = new Point(0xe0, 0xd8);
     this.BtnNo3.Name = "BtnNo3";
     this.BtnNo3.ObjectValue = null;
     this.BtnNo3.Red = 2f;
     this.BtnNo3.Size = new Size(0x48, 60);
     this.BtnNo3.TabIndex = 1;
     this.BtnNo3.Text = "3";
     this.BtnNo3.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo3.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo3.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo2.BackColor = Color.Transparent;
     this.BtnNo2.Blue = 1f;
     this.BtnNo2.Cursor = Cursors.Hand;
     this.BtnNo2.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo2.Green = 1f;
     this.BtnNo2.ImageClick = (Image) manager.GetObject("BtnNo2.ImageClick");
     this.BtnNo2.ImageClickIndex = 1;
     this.BtnNo2.ImageIndex = 0;
     this.BtnNo2.ImageList = this.NumberImgList;
     this.BtnNo2.Location = new Point(0x98, 0xd8);
     this.BtnNo2.Name = "BtnNo2";
     this.BtnNo2.ObjectValue = null;
     this.BtnNo2.Red = 2f;
     this.BtnNo2.Size = new Size(0x48, 60);
     this.BtnNo2.TabIndex = 2;
     this.BtnNo2.Text = "2";
     this.BtnNo2.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo2.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo2.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo5.BackColor = Color.Transparent;
     this.BtnNo5.Blue = 1f;
     this.BtnNo5.Cursor = Cursors.Hand;
     this.BtnNo5.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo5.Green = 1f;
     this.BtnNo5.ImageClick = (Image) manager.GetObject("BtnNo5.ImageClick");
     this.BtnNo5.ImageClickIndex = 1;
     this.BtnNo5.ImageIndex = 0;
     this.BtnNo5.ImageList = this.NumberImgList;
     this.BtnNo5.Location = new Point(0x98, 0x98);
     this.BtnNo5.Name = "BtnNo5";
     this.BtnNo5.ObjectValue = null;
     this.BtnNo5.Red = 2f;
     this.BtnNo5.Size = new Size(0x48, 60);
     this.BtnNo5.TabIndex = 5;
     this.BtnNo5.Text = "5";
     this.BtnNo5.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo5.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo5.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo6.BackColor = Color.Transparent;
     this.BtnNo6.Blue = 1f;
     this.BtnNo6.Cursor = Cursors.Hand;
     this.BtnNo6.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo6.Green = 1f;
     this.BtnNo6.ImageClick = (Image) manager.GetObject("BtnNo6.ImageClick");
     this.BtnNo6.ImageClickIndex = 1;
     this.BtnNo6.ImageIndex = 0;
     this.BtnNo6.ImageList = this.NumberImgList;
     this.BtnNo6.Location = new Point(0xe0, 0x98);
     this.BtnNo6.Name = "BtnNo6";
     this.BtnNo6.ObjectValue = null;
     this.BtnNo6.Red = 2f;
     this.BtnNo6.Size = new Size(0x48, 60);
     this.BtnNo6.TabIndex = 4;
     this.BtnNo6.Text = "6";
     this.BtnNo6.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo6.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo6.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo4.BackColor = Color.Transparent;
     this.BtnNo4.Blue = 1f;
     this.BtnNo4.Cursor = Cursors.Hand;
     this.BtnNo4.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo4.Green = 1f;
     this.BtnNo4.ImageClick = (Image) manager.GetObject("BtnNo4.ImageClick");
     this.BtnNo4.ImageClickIndex = 1;
     this.BtnNo4.ImageIndex = 0;
     this.BtnNo4.ImageList = this.NumberImgList;
     this.BtnNo4.Location = new Point(80, 0x98);
     this.BtnNo4.Name = "BtnNo4";
     this.BtnNo4.ObjectValue = null;
     this.BtnNo4.Red = 2f;
     this.BtnNo4.Size = new Size(0x48, 60);
     this.BtnNo4.TabIndex = 3;
     this.BtnNo4.Text = "4";
     this.BtnNo4.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo4.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo4.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo8.BackColor = Color.Transparent;
     this.BtnNo8.Blue = 1f;
     this.BtnNo8.Cursor = Cursors.Hand;
     this.BtnNo8.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo8.Green = 1f;
     this.BtnNo8.ImageClick = (Image) manager.GetObject("BtnNo8.ImageClick");
     this.BtnNo8.ImageClickIndex = 1;
     this.BtnNo8.ImageIndex = 0;
     this.BtnNo8.ImageList = this.NumberImgList;
     this.BtnNo8.Location = new Point(0x98, 0x58);
     this.BtnNo8.Name = "BtnNo8";
     this.BtnNo8.ObjectValue = null;
     this.BtnNo8.Red = 2f;
     this.BtnNo8.Size = new Size(0x48, 60);
     this.BtnNo8.TabIndex = 8;
     this.BtnNo8.Text = "8";
     this.BtnNo8.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo8.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo8.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo9.BackColor = Color.Transparent;
     this.BtnNo9.Blue = 1f;
     this.BtnNo9.Cursor = Cursors.Hand;
     this.BtnNo9.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo9.Green = 1f;
     this.BtnNo9.ImageClick = (Image) manager.GetObject("BtnNo9.ImageClick");
     this.BtnNo9.ImageClickIndex = 1;
     this.BtnNo9.ImageIndex = 0;
     this.BtnNo9.ImageList = this.NumberImgList;
     this.BtnNo9.Location = new Point(0xe0, 0x58);
     this.BtnNo9.Name = "BtnNo9";
     this.BtnNo9.ObjectValue = null;
     this.BtnNo9.Red = 2f;
     this.BtnNo9.Size = new Size(0x48, 60);
     this.BtnNo9.TabIndex = 7;
     this.BtnNo9.Text = "9";
     this.BtnNo9.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo9.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo9.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo7.BackColor = Color.Transparent;
     this.BtnNo7.Blue = 1f;
     this.BtnNo7.Cursor = Cursors.Hand;
     this.BtnNo7.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo7.Green = 1f;
     this.BtnNo7.ImageClick = (Image) manager.GetObject("BtnNo7.ImageClick");
     this.BtnNo7.ImageClickIndex = 1;
     this.BtnNo7.ImageIndex = 0;
     this.BtnNo7.ImageList = this.NumberImgList;
     this.BtnNo7.Location = new Point(80, 0x58);
     this.BtnNo7.Name = "BtnNo7";
     this.BtnNo7.ObjectValue = null;
     this.BtnNo7.Red = 2f;
     this.BtnNo7.Size = new Size(0x48, 60);
     this.BtnNo7.TabIndex = 6;
     this.BtnNo7.Text = "7";
     this.BtnNo7.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo7.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo7.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnNo0.BackColor = Color.Transparent;
     this.BtnNo0.Blue = 1f;
     this.BtnNo0.Cursor = Cursors.Hand;
     this.BtnNo0.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnNo0.Green = 1f;
     this.BtnNo0.ImageClick = (Image) manager.GetObject("BtnNo0.ImageClick");
     this.BtnNo0.ImageClickIndex = 1;
     this.BtnNo0.ImageIndex = 0;
     this.BtnNo0.ImageList = this.NumberImgList;
     this.BtnNo0.Location = new Point(80, 280);
     this.BtnNo0.Name = "BtnNo0";
     this.BtnNo0.ObjectValue = null;
     this.BtnNo0.Red = 2f;
     this.BtnNo0.Size = new Size(0x48, 60);
     this.BtnNo0.TabIndex = 9;
     this.BtnNo0.Text = "0";
     this.BtnNo0.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnNo0.Click += new EventHandler(this.BtnNo0_Click);
     this.BtnNo0.DoubleClick += new EventHandler(this.BtnNo0_Click);
     this.BtnDot.BackColor = Color.Transparent;
     this.BtnDot.Blue = 1f;
     this.BtnDot.Cursor = Cursors.Hand;
     this.BtnDot.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnDot.Green = 2f;
     this.BtnDot.ImageClick = (Image) manager.GetObject("BtnDot.ImageClick");
     this.BtnDot.ImageClickIndex = 1;
     this.BtnDot.ImageIndex = 0;
     this.BtnDot.ImageList = this.NumberImgList;
     this.BtnDot.Location = new Point(0x98, 280);
     this.BtnDot.Name = "BtnDot";
     this.BtnDot.ObjectValue = null;
     this.BtnDot.Red = 2f;
     this.BtnDot.Size = new Size(0x48, 60);
     this.BtnDot.TabIndex = 10;
     this.BtnDot.Text = ".";
     this.BtnDot.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDot.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnDot.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnEqual.BackColor = Color.Transparent;
     this.BtnEqual.Blue = 1f;
     this.BtnEqual.Cursor = Cursors.Hand;
     this.BtnEqual.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnEqual.Green = 2f;
     this.BtnEqual.ImageClick = (Image) manager.GetObject("BtnEqual.ImageClick");
     this.BtnEqual.ImageClickIndex = 1;
     this.BtnEqual.ImageIndex = 0;
     this.BtnEqual.ImageList = this.NumberImgList;
     this.BtnEqual.Location = new Point(0xe0, 280);
     this.BtnEqual.Name = "BtnEqual";
     this.BtnEqual.ObjectValue = null;
     this.BtnEqual.Red = 2f;
     this.BtnEqual.Size = new Size(0x48, 60);
     this.BtnEqual.TabIndex = 11;
     this.BtnEqual.Text = "=";
     this.BtnEqual.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnEqual.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnEqual.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnMultiple.BackColor = Color.Transparent;
     this.BtnMultiple.Blue = 1f;
     this.BtnMultiple.Cursor = Cursors.Hand;
     this.BtnMultiple.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnMultiple.Green = 2f;
     this.BtnMultiple.ImageClick = (Image) manager.GetObject("BtnMultiple.ImageClick");
     this.BtnMultiple.ImageClickIndex = 1;
     this.BtnMultiple.ImageIndex = 0;
     this.BtnMultiple.ImageList = this.NumberImgList;
     this.BtnMultiple.Location = new Point(0x128, 0x58);
     this.BtnMultiple.Name = "BtnMultiple";
     this.BtnMultiple.ObjectValue = null;
     this.BtnMultiple.Red = 2f;
     this.BtnMultiple.Size = new Size(0x48, 60);
     this.BtnMultiple.TabIndex = 12;
     this.BtnMultiple.Text = "x";
     this.BtnMultiple.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnMultiple.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnMultiple.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnDivide.BackColor = Color.Transparent;
     this.BtnDivide.Blue = 1f;
     this.BtnDivide.Cursor = Cursors.Hand;
     this.BtnDivide.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnDivide.Green = 2f;
     this.BtnDivide.ImageClick = (Image) manager.GetObject("BtnDivide.ImageClick");
     this.BtnDivide.ImageClickIndex = 1;
     this.BtnDivide.ImageIndex = 0;
     this.BtnDivide.ImageList = this.NumberImgList;
     this.BtnDivide.Location = new Point(0x128, 0x98);
     this.BtnDivide.Name = "BtnDivide";
     this.BtnDivide.ObjectValue = null;
     this.BtnDivide.Red = 2f;
     this.BtnDivide.Size = new Size(0x48, 60);
     this.BtnDivide.TabIndex = 13;
     this.BtnDivide.Text = "/";
     this.BtnDivide.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnDivide.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnDivide.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnPlus.BackColor = Color.Transparent;
     this.BtnPlus.Blue = 1f;
     this.BtnPlus.Cursor = Cursors.Hand;
     this.BtnPlus.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnPlus.Green = 2f;
     this.BtnPlus.ImageClick = (Image) manager.GetObject("BtnPlus.ImageClick");
     this.BtnPlus.ImageClickIndex = 1;
     this.BtnPlus.ImageIndex = 0;
     this.BtnPlus.ImageList = this.NumberImgList;
     this.BtnPlus.Location = new Point(0x128, 0xd8);
     this.BtnPlus.Name = "BtnPlus";
     this.BtnPlus.ObjectValue = null;
     this.BtnPlus.Red = 2f;
     this.BtnPlus.Size = new Size(0x48, 60);
     this.BtnPlus.TabIndex = 14;
     this.BtnPlus.Text = "+";
     this.BtnPlus.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnPlus.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnPlus.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnMinus.BackColor = Color.Transparent;
     this.BtnMinus.Blue = 1f;
     this.BtnMinus.Cursor = Cursors.Hand;
     this.BtnMinus.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnMinus.Green = 2f;
     this.BtnMinus.ImageClick = (Image) manager.GetObject("BtnMinus.ImageClick");
     this.BtnMinus.ImageClickIndex = 1;
     this.BtnMinus.ImageIndex = 0;
     this.BtnMinus.ImageList = this.NumberImgList;
     this.BtnMinus.Location = new Point(0x128, 280);
     this.BtnMinus.Name = "BtnMinus";
     this.BtnMinus.ObjectValue = null;
     this.BtnMinus.Red = 2f;
     this.BtnMinus.Size = new Size(0x48, 60);
     this.BtnMinus.TabIndex = 15;
     this.BtnMinus.Text = "-";
     this.BtnMinus.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnMinus.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnMinus.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnBackspace.BackColor = Color.Transparent;
     this.BtnBackspace.Blue = 2f;
     this.BtnBackspace.Cursor = Cursors.Hand;
     this.BtnBackspace.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnBackspace.Green = 2f;
     this.BtnBackspace.ImageClick = (Image) manager.GetObject("BtnBackspace.ImageClick");
     this.BtnBackspace.ImageClickIndex = 1;
     this.BtnBackspace.ImageIndex = 0;
     this.BtnBackspace.ImageList = this.NumberImgList;
     this.BtnBackspace.Location = new Point(8, 0xd8);
     this.BtnBackspace.Name = "BtnBackspace";
     this.BtnBackspace.ObjectValue = null;
     this.BtnBackspace.Red = 1f;
     this.BtnBackspace.Size = new Size(0x48, 60);
     this.BtnBackspace.TabIndex = 0x13;
     this.BtnBackspace.Text = "<-";
     this.BtnBackspace.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnBackspace.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnBackspace.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnCurrentClear.BackColor = Color.Transparent;
     this.BtnCurrentClear.Blue = 2f;
     this.BtnCurrentClear.Cursor = Cursors.Hand;
     this.BtnCurrentClear.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnCurrentClear.Green = 2f;
     this.BtnCurrentClear.ImageClick = (Image) manager.GetObject("BtnCurrentClear.ImageClick");
     this.BtnCurrentClear.ImageClickIndex = 1;
     this.BtnCurrentClear.ImageIndex = 0;
     this.BtnCurrentClear.ImageList = this.NumberImgList;
     this.BtnCurrentClear.Location = new Point(8, 0x58);
     this.BtnCurrentClear.Name = "BtnCurrentClear";
     this.BtnCurrentClear.ObjectValue = null;
     this.BtnCurrentClear.Red = 1f;
     this.BtnCurrentClear.Size = new Size(0x48, 60);
     this.BtnCurrentClear.TabIndex = 0x12;
     this.BtnCurrentClear.Text = "CE";
     this.BtnCurrentClear.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnCurrentClear.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnCurrentClear.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnClear.BackColor = Color.Transparent;
     this.BtnClear.Blue = 2f;
     this.BtnClear.Cursor = Cursors.Hand;
     this.BtnClear.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnClear.Green = 2f;
     this.BtnClear.ImageClick = (Image) manager.GetObject("BtnClear.ImageClick");
     this.BtnClear.ImageClickIndex = 1;
     this.BtnClear.ImageIndex = 0;
     this.BtnClear.ImageList = this.NumberImgList;
     this.BtnClear.Location = new Point(8, 0x98);
     this.BtnClear.Name = "BtnClear";
     this.BtnClear.ObjectValue = null;
     this.BtnClear.Red = 1f;
     this.BtnClear.Size = new Size(0x48, 60);
     this.BtnClear.TabIndex = 0x11;
     this.BtnClear.Text = "C";
     this.BtnClear.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnClear.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnClear.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.BtnSwitch.BackColor = Color.Transparent;
     this.BtnSwitch.Blue = 1f;
     this.BtnSwitch.Cursor = Cursors.Hand;
     this.BtnSwitch.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnSwitch.Green = 2f;
     this.BtnSwitch.ImageClick = (Image) manager.GetObject("BtnSwitch.ImageClick");
     this.BtnSwitch.ImageClickIndex = 1;
     this.BtnSwitch.ImageIndex = 0;
     this.BtnSwitch.ImageList = this.NumberImgList;
     this.BtnSwitch.Location = new Point(8, 280);
     this.BtnSwitch.Name = "BtnSwitch";
     this.BtnSwitch.ObjectValue = null;
     this.BtnSwitch.Red = 2f;
     this.BtnSwitch.Size = new Size(0x48, 60);
     this.BtnSwitch.TabIndex = 0x10;
     this.BtnSwitch.Text = "+/-";
     this.BtnSwitch.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnSwitch.Click += new EventHandler(this.BtnFunction_Click);
     this.BtnSwitch.DoubleClick += new EventHandler(this.BtnFunction_Click);
     this.FieldNumber.BackColor = Color.FromArgb(0xff, 0xff, 0xc0);
     this.FieldNumber.BorderStyle = BorderStyle.FixedSingle;
     this.FieldNumber.Cursor = Cursors.Hand;
     this.FieldNumber.Font = new Font("Tahoma", 20.25f, FontStyle.Regular, GraphicsUnit.Point, 0xde);
     this.FieldNumber.Location = new Point(8, 40);
     this.FieldNumber.Name = "FieldNumber";
     this.FieldNumber.Size = new Size(0xf8, 40);
     this.FieldNumber.TabIndex = 0x29;
     this.FieldNumber.TextAlign = ContentAlignment.MiddleRight;
     this.BtnClose.BackColor = Color.Transparent;
     this.BtnClose.Blue = 2f;
     this.BtnClose.Cursor = Cursors.Hand;
     this.BtnClose.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     this.BtnClose.Green = 2f;
     this.BtnClose.ImageClick = (Image) manager.GetObject("BtnClose.ImageClick");
     this.BtnClose.ImageClickIndex = 1;
     this.BtnClose.ImageIndex = 0;
     this.BtnClose.ImageList = this.ButtonLiteImgList;
     this.BtnClose.Location = new Point(0x101, 40);
     this.BtnClose.Name = "BtnClose";
     this.BtnClose.ObjectValue = null;
     this.BtnClose.Red = 1f;
     this.BtnClose.Size = new Size(0x70, 40);
     this.BtnClose.TabIndex = 0x2a;
     this.BtnClose.Text = "Close";
     this.BtnClose.TextAlign = ContentAlignment.MiddleCenter;
     this.BtnClose.Click += new EventHandler(this.BtnClose_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.AutoScaleBaseSize = new Size(9, 20);
     this.BackColor = Color.White;
     base.ClientSize = new Size(0x178, 0x160);
     base.Controls.Add(this.BtnClose);
     base.Controls.Add(this.FieldNumber);
     base.Controls.Add(this.BtnBackspace);
     base.Controls.Add(this.BtnCurrentClear);
     base.Controls.Add(this.BtnClear);
     base.Controls.Add(this.BtnSwitch);
     base.Controls.Add(this.BtnMinus);
     base.Controls.Add(this.BtnPlus);
     base.Controls.Add(this.BtnDivide);
     base.Controls.Add(this.BtnMultiple);
     base.Controls.Add(this.BtnEqual);
     base.Controls.Add(this.BtnDot);
     base.Controls.Add(this.BtnNo0);
     base.Controls.Add(this.BtnNo8);
     base.Controls.Add(this.BtnNo9);
     base.Controls.Add(this.BtnNo7);
     base.Controls.Add(this.BtnNo5);
     base.Controls.Add(this.BtnNo6);
     base.Controls.Add(this.BtnNo4);
     base.Controls.Add(this.BtnNo2);
     base.Controls.Add(this.BtnNo3);
     base.Controls.Add(this.BtnNo1);
     this.Font = new Font("Tahoma", 12f, FontStyle.Bold, GraphicsUnit.Point, 0xde);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "CalculatorForm";
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = "Calculator";
     base.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TableForm));
     this.TablePanel = new smartRestaurant.Controls.GroupPanel();
     this.BtnCancel = new smartRestaurant.Controls.ImageButton();
     this.ButtonImgList = new System.Windows.Forms.ImageList(this.components);
     this.BtnOk = new smartRestaurant.Controls.ImageButton();
     this.SuspendLayout();
     //
     // TablePanel
     //
     this.TablePanel.BackColor = System.Drawing.Color.Transparent;
     this.TablePanel.Caption = "Select Table";
     this.TablePanel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.TablePanel.Name = "TablePanel";
     this.TablePanel.ShowHeader = true;
     this.TablePanel.Size = new System.Drawing.Size(866, 352);
     this.TablePanel.TabIndex = 3;
     //
     // BtnCancel
     //
     this.BtnCancel.BackColor = System.Drawing.Color.Transparent;
     this.BtnCancel.Blue = 1F;
     this.BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnCancel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(222)));
     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 = 0;
     this.BtnCancel.Location = new System.Drawing.Point(736, 360);
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.ObjectValue = null;
     this.BtnCancel.Red = 1F;
     this.BtnCancel.Size = new System.Drawing.Size(110, 60);
     this.BtnCancel.TabIndex = 3;
     this.BtnCancel.Text = "Cancel";
     this.BtnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_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;
     //
     // BtnOk
     //
     this.BtnOk.BackColor = System.Drawing.Color.Transparent;
     this.BtnOk.Blue = 1F;
     this.BtnOk.Cursor = System.Windows.Forms.Cursors.Hand;
     this.BtnOk.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(222)));
     this.BtnOk.Green = 1F;
     this.BtnOk.Image = ((System.Drawing.Bitmap)(resources.GetObject("BtnOk.Image")));
     this.BtnOk.ImageClick = ((System.Drawing.Bitmap)(resources.GetObject("BtnOk.ImageClick")));
     this.BtnOk.ImageClickIndex = 0;
     this.BtnOk.Location = new System.Drawing.Point(600, 360);
     this.BtnOk.Name = "BtnOk";
     this.BtnOk.ObjectValue = null;
     this.BtnOk.Red = 1F;
     this.BtnOk.Size = new System.Drawing.Size(110, 60);
     this.BtnOk.TabIndex = 4;
     this.BtnOk.Text = "Ok";
     this.BtnOk.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click);
     //
     // TableForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(9, 23);
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(866, 424);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.BtnOk,
                                                                   this.TablePanel,
                                                                   this.BtnCancel});
     this.Font = new System.Drawing.Font("Tahoma", 14.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "TableForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "TableForm";
     this.ResumeLayout(false);
 }