Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductForm));
     this.panelUCHolder = new System.Windows.Forms.Panel();
     this.btnBack = new RMSUI.FunctionalButton();
     this.SuspendLayout();
     //
     // panelUCHolder
     //
     this.panelUCHolder.BackColor = System.Drawing.Color.Transparent;
     this.panelUCHolder.Location = new System.Drawing.Point(6, 59);
     this.panelUCHolder.Margin = new System.Windows.Forms.Padding(5, 10, 5, 5);
     this.panelUCHolder.Name = "panelUCHolder";
     this.panelUCHolder.Size = new System.Drawing.Size(1012, 628);
     this.panelUCHolder.TabIndex = 3;
     this.panelUCHolder.Paint += new System.Windows.Forms.PaintEventHandler(this.panelUCHolder_Paint);
     //
     // btnBack
     //
     this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnBack.BackColor = System.Drawing.Color.Transparent;
     this.btnBack.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBack.BackgroundImage")));
     this.btnBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnBack.BgImageOnMouseDown = null;
     this.btnBack.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnBack.BgImageOnMouseUp")));
     this.btnBack.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnBack.Font = new System.Drawing.Font("Arial", 10F);
     this.btnBack.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnBack.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnBack.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnBack.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBack.Location = new System.Drawing.Point(6, 692);
     this.btnBack.Name = "btnBack";
     this.btnBack.Size = new System.Drawing.Size(125, 43);
     this.btnBack.TabIndex = 25;
     this.btnBack.Text = "Back  To System Management";
     this.btnBack.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnBack.UseVisualStyleBackColor = true;
     this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
     //
     // ProductForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(1024, 740);
     this.Controls.Add(this.btnBack);
     this.Controls.Add(this.panelUCHolder);
     this.Name = "ProductForm";
     this.Text = "ProductForm";
     this.Controls.SetChildIndex(this.panelUCHolder, 0);
     this.Controls.SetChildIndex(this.btnBack, 0);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CCalculatorForm));
     this.InputTextBox = new System.Windows.Forms.TextBox();
     this.InputNameLabel = new System.Windows.Forms.Label();
     this.button1 = new RMSUI.FunctionalButton();
     this.numericKeyPad1 = new RMSUI.NumericKeyPad();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.SuspendLayout();
     //
     // InputTextBox
     //
     this.InputTextBox.BackColor = System.Drawing.Color.FloralWhite;
     this.InputTextBox.Enabled = false;
     this.InputTextBox.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InputTextBox.ForeColor = System.Drawing.Color.Black;
     this.InputTextBox.Location = new System.Drawing.Point(40, 55);
     this.InputTextBox.MaxLength = 30;
     this.InputTextBox.Name = "InputTextBox";
     this.InputTextBox.Size = new System.Drawing.Size(183, 33);
     this.InputTextBox.TabIndex = 33;
     //
     // InputNameLabel
     //
     this.InputNameLabel.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InputNameLabel.ForeColor = System.Drawing.Color.Black;
     this.InputNameLabel.Location = new System.Drawing.Point(-2, 9);
     this.InputNameLabel.Name = "InputNameLabel";
     this.InputNameLabel.Size = new System.Drawing.Size(262, 37);
     this.InputNameLabel.TabIndex = 32;
     this.InputNameLabel.Text = "InputNameLabel";
     this.InputNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("button1.BgImageOnMouseDown")));
     this.button1.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("button1.BgImageOnMouseUp")));
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font = new System.Drawing.Font("Arial", 10F);
     this.button1.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.button1.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.button1.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location = new System.Drawing.Point(138, 347);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(78, 40);
     this.button1.TabIndex = 37;
     this.button1.Text = "Enter";
     this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // numericKeyPad1
     //
     this.numericKeyPad1.BackColor = System.Drawing.Color.LightBlue;
     this.numericKeyPad1.ControlToInputText = this.InputTextBox;
     this.numericKeyPad1.Location = new System.Drawing.Point(40, 91);
     this.numericKeyPad1.Name = "numericKeyPad1";
     this.numericKeyPad1.Size = new System.Drawing.Size(185, 240);
     this.numericKeyPad1.TabIndex = 35;
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(44, 347);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(78, 40);
     this.CancelButton.TabIndex = 34;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // CCalculatorForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.DarkGray;
     this.ClientSize = new System.Drawing.Size(265, 401);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.numericKeyPad1);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.InputTextBox);
     this.Controls.Add(this.InputNameLabel);
     this.ForeColor = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "CCalculatorForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Title";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 3
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CTableOrderForm));
     this.label1 = new System.Windows.Forms.Label();
     this.g_ItemSelectionFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
     this.label2 = new System.Windows.Forms.Label();
     this.g_FoodItemPanel = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.g_FoodDataGridView = new System.Windows.Forms.DataGridView();
     this.Item = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.vatTotal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Cat_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Cat_level = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Cat_rank = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Order_details_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.foodselect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.complementoryfood = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.g_BeveragePanel = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.g_BeverageDataGridView = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.vatRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nonfoodselect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.complementorynonfood = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.panel5 = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.lblMembershipDiscountValue = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.g_SubtotalLabel = new System.Windows.Forms.Label();
     this.lblOrderTotal = new System.Windows.Forms.Label();
     this.lbvat = new System.Windows.Forms.Label();
     this.g_DiscountLabel = new System.Windows.Forms.Label();
     this.g_serviceCharge = new System.Windows.Forms.Label();
     this.lblVat = new System.Windows.Forms.Label();
     this.lbltotal = new System.Windows.Forms.Label();
     this.lbltips = new System.Windows.Forms.Label();
     this.lblDiscount = new System.Windows.Forms.Label();
     this.g_AmountLabel = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.totalItemWiseDiscountlabel = new System.Windows.Forms.Label();
     this.TableOrderStatusStrip = new System.Windows.Forms.StatusStrip();
     this.UserStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.TableStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.GuestStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.TableValueStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.BillNoStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tlTips = new System.Windows.Forms.ToolTip(this.components);
     this.btnOrderLog = new RMSUI.FunctionalButton();
     this.g_SeatButton = new RMSUI.FunctionalButton();
     this.panel6 = new System.Windows.Forms.Panel();
     this.btnSetOrderWaiter = new RMSUI.FunctionalButton();
     this.g_ItemDescriptionButton = new RMSUI.FunctionalButton();
     this.g_PrintGuestBillButton = new RMSUI.FunctionalButton();
     this.g_SpecialButton = new RMSUI.FunctionalButton();
     this.g_PromotionsButton = new RMSUI.FunctionalButton();
     this.btnKitchenText = new RMSUI.FunctionalButton();
     this.g_ServiceChargeButton = new RMSUI.FunctionalButton();
     this.btnPLU = new RMSUI.FunctionalButton();
     this.g_ConvertButton = new RMSUI.FunctionalButton();
     this.btnEditOrder = new RMSUI.FunctionalButton();
     this.g_QuantityButton = new RMSUI.FunctionalButton();
     this.g_PayCloseButton = new RMSUI.FunctionalButton();
     this.g_ExitButton = new RMSUI.FunctionalButton();
     this.g_MiscButton = new RMSUI.FunctionalButton();
     this.g_SendButton = new RMSUI.FunctionalButton();
     this.g_RemoveButton = new RMSUI.FunctionalButton();
     this.g_Category3NextButton = new RMSUI.FunctionalButton();
     this.g_Category3PreviousButton = new RMSUI.FunctionalButton();
     this.g_NextButton = new RMSUI.FunctionalButton();
     this.g_PreviousButton = new RMSUI.FunctionalButton();
     this.g_Category2Panel = new System.Windows.Forms.FlowLayoutPanel();
     this.panel9 = new System.Windows.Forms.Panel();
     this.txtBoxSearchItem = new System.Windows.Forms.TextBox();
     this.panel10 = new System.Windows.Forms.Panel();
     this.panel11 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.foodMenuPanal = new System.Windows.Forms.FlowLayoutPanel();
     this.btnPrevParent = new RMSUI.FunctionalButton();
     this.btnNextParent = new RMSUI.FunctionalButton();
     this.delivaryfromkitchneButton = new RMSUI.FunctionalButton();
     this.membershipfunctionalButton = new RMSUI.FunctionalButton();
     this.complementoryButton = new RMSUI.FunctionalButton();
     this.itemComplementoryButton = new RMSUI.FunctionalButton();
     this.vatComplementoryButton = new RMSUI.FunctionalButton();
     this.panel12 = new System.Windows.Forms.Panel();
     this.functionalButton1 = new RMSUI.FunctionalButton();
     this.g_FoodItemPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.g_FoodDataGridView)).BeginInit();
     this.g_BeveragePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.g_BeverageDataGridView)).BeginInit();
     this.panel5.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.TableOrderStatusStrip.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel10.SuspendLayout();
     this.panel11.SuspendLayout();
     this.panel12.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label1.Location = new System.Drawing.Point(3, 3);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label1.Size = new System.Drawing.Size(57, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Category";
     //
     // g_ItemSelectionFlowLayoutPanel
     //
     this.g_ItemSelectionFlowLayoutPanel.BackColor = System.Drawing.Color.White;
     this.g_ItemSelectionFlowLayoutPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.g_ItemSelectionFlowLayoutPanel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_ItemSelectionFlowLayoutPanel.ForeColor = System.Drawing.Color.Black;
     this.g_ItemSelectionFlowLayoutPanel.Location = new System.Drawing.Point(3, 54);
     this.g_ItemSelectionFlowLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
     this.g_ItemSelectionFlowLayoutPanel.Name = "g_ItemSelectionFlowLayoutPanel";
     this.g_ItemSelectionFlowLayoutPanel.Size = new System.Drawing.Size(262, 396);
     this.g_ItemSelectionFlowLayoutPanel.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label2.Location = new System.Drawing.Point(3, 3);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(127, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "ItemSelection (Menu)";
     //
     // g_FoodItemPanel
     //
     this.g_FoodItemPanel.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.g_FoodItemPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.g_FoodItemPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.g_FoodItemPanel.Controls.Add(this.label4);
     this.g_FoodItemPanel.Controls.Add(this.g_FoodDataGridView);
     this.g_FoodItemPanel.Location = new System.Drawing.Point(6, 54);
     this.g_FoodItemPanel.Name = "g_FoodItemPanel";
     this.g_FoodItemPanel.Padding = new System.Windows.Forms.Padding(3);
     this.g_FoodItemPanel.Size = new System.Drawing.Size(459, 201);
     this.g_FoodItemPanel.TabIndex = 6;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Dock = System.Windows.Forms.DockStyle.Top;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label4.Location = new System.Drawing.Point(3, 3);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(118, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "Food Items Ordered";
     //
     // g_FoodDataGridView
     //
     this.g_FoodDataGridView.AllowUserToAddRows = false;
     this.g_FoodDataGridView.AllowUserToDeleteRows = false;
     this.g_FoodDataGridView.AllowUserToResizeRows = false;
     this.g_FoodDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
     this.g_FoodDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.g_FoodDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.g_FoodDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.g_FoodDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.g_FoodDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Item,
     this.Qty,
     this.vatTotal,
     this.Price,
     this.Cat_id,
     this.Cat_level,
     this.Cat_rank,
     this.Order_details_id,
     this.Column1,
     this.unitPrice,
     this.foodselect,
     this.complementoryfood});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.g_FoodDataGridView.DefaultCellStyle = dataGridViewCellStyle3;
     this.g_FoodDataGridView.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.g_FoodDataGridView.GridColor = System.Drawing.Color.Maroon;
     this.g_FoodDataGridView.Location = new System.Drawing.Point(3, 18);
     this.g_FoodDataGridView.MultiSelect = false;
     this.g_FoodDataGridView.Name = "g_FoodDataGridView";
     this.g_FoodDataGridView.RowHeadersVisible = false;
     dataGridViewCellStyle4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.g_FoodDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle4;
     this.g_FoodDataGridView.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     this.g_FoodDataGridView.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.g_FoodDataGridView.RowTemplate.Height = 15;
     this.g_FoodDataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.g_FoodDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.g_FoodDataGridView.ShowEditingIcon = false;
     this.g_FoodDataGridView.Size = new System.Drawing.Size(451, 178);
     this.g_FoodDataGridView.TabIndex = 0;
     this.g_FoodDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.g_FoodDataGridView_CellContentClick);
     this.g_FoodDataGridView.Click += new System.EventHandler(this.g_FoodDataGridView_Click);
     //
     // Item
     //
     this.Item.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Item.FillWeight = 200F;
     this.Item.HeaderText = "Item";
     this.Item.Name = "Item";
     this.Item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // Qty
     //
     this.Qty.HeaderText = "Qty";
     this.Qty.Name = "Qty";
     this.Qty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Qty.Width = 45;
     //
     // vatTotal
     //
     this.vatTotal.HeaderText = "Vat";
     this.vatTotal.Name = "vatTotal";
     this.vatTotal.Width = 45;
     //
     // Price
     //
     this.Price.HeaderText = "Price";
     this.Price.Name = "Price";
     this.Price.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Price.Width = 50;
     //
     // Cat_id
     //
     this.Cat_id.HeaderText = "Cat_id";
     this.Cat_id.Name = "Cat_id";
     this.Cat_id.Visible = false;
     //
     // Cat_level
     //
     this.Cat_level.HeaderText = "Cat_level";
     this.Cat_level.Name = "Cat_level";
     this.Cat_level.Visible = false;
     //
     // Cat_rank
     //
     dataGridViewCellStyle2.NullValue = "9999999999999999999";
     this.Cat_rank.DefaultCellStyle = dataGridViewCellStyle2;
     this.Cat_rank.HeaderText = "Cat_rank";
     this.Cat_rank.Name = "Cat_rank";
     this.Cat_rank.Visible = false;
     //
     // Order_details_id
     //
     this.Order_details_id.HeaderText = "Order_details_id";
     this.Order_details_id.Name = "Order_details_id";
     this.Order_details_id.Visible = false;
     //
     // Column1
     //
     this.Column1.HeaderText = "Print Send";
     this.Column1.Name = "Column1";
     this.Column1.Visible = false;
     //
     // unitPrice
     //
     this.unitPrice.DataPropertyName = "unitPrice";
     this.unitPrice.HeaderText = "unitPrice";
     this.unitPrice.Name = "unitPrice";
     this.unitPrice.Visible = false;
     //
     // foodselect
     //
     this.foodselect.HeaderText = "Select";
     this.foodselect.Name = "foodselect";
     this.foodselect.Visible = false;
     this.foodselect.Width = 30;
     //
     // complementoryfood
     //
     this.complementoryfood.HeaderText = "Com";
     this.complementoryfood.Name = "complementoryfood";
     this.complementoryfood.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.complementoryfood.Width = 50;
     //
     // g_BeveragePanel
     //
     this.g_BeveragePanel.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.g_BeveragePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.g_BeveragePanel.Controls.Add(this.label6);
     this.g_BeveragePanel.Controls.Add(this.g_BeverageDataGridView);
     this.g_BeveragePanel.Location = new System.Drawing.Point(6, 260);
     this.g_BeveragePanel.Name = "g_BeveragePanel";
     this.g_BeveragePanel.Padding = new System.Windows.Forms.Padding(3);
     this.g_BeveragePanel.Size = new System.Drawing.Size(459, 140);
     this.g_BeveragePanel.TabIndex = 8;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Dock = System.Windows.Forms.DockStyle.Top;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label6.Location = new System.Drawing.Point(3, 3);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(145, 13);
     this.label6.TabIndex = 1;
     this.label6.Text = "Non Food Items Ordered";
     //
     // g_BeverageDataGridView
     //
     this.g_BeverageDataGridView.AllowUserToAddRows = false;
     this.g_BeverageDataGridView.AllowUserToDeleteRows = false;
     this.g_BeverageDataGridView.AllowUserToResizeRows = false;
     this.g_BeverageDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
     this.g_BeverageDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.g_BeverageDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.g_BeverageDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.g_BeverageDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.g_BeverageDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1,
     this.dataGridViewTextBoxColumn6,
     this.vatRate,
     this.dataGridViewTextBoxColumn7,
     this.dataGridViewTextBoxColumn3,
     this.dataGridViewTextBoxColumn4,
     this.dataGridViewTextBoxColumn2,
     this.dataGridViewTextBoxColumn5,
     this.Column2,
     this.dataGridViewTextBoxColumn8,
     this.nonfoodselect,
     this.complementorynonfood});
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.g_BeverageDataGridView.DefaultCellStyle = dataGridViewCellStyle6;
     this.g_BeverageDataGridView.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.g_BeverageDataGridView.GridColor = System.Drawing.Color.Maroon;
     this.g_BeverageDataGridView.Location = new System.Drawing.Point(3, 19);
     this.g_BeverageDataGridView.MultiSelect = false;
     this.g_BeverageDataGridView.Name = "g_BeverageDataGridView";
     this.g_BeverageDataGridView.RowHeadersVisible = false;
     this.g_BeverageDataGridView.RowHeadersWidth = 4;
     dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
     this.g_BeverageDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle7;
     this.g_BeverageDataGridView.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     this.g_BeverageDataGridView.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.g_BeverageDataGridView.RowTemplate.Height = 15;
     this.g_BeverageDataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.g_BeverageDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.g_BeverageDataGridView.Size = new System.Drawing.Size(451, 116);
     this.g_BeverageDataGridView.TabIndex = 1;
     this.g_BeverageDataGridView.Click += new System.EventHandler(this.g_BeverageDataGridView_Click);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn1.HeaderText = "Item";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.HeaderText = "Qty";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn6.Width = 45;
     //
     // vatRate
     //
     this.vatRate.HeaderText = "Vat";
     this.vatRate.Name = "vatRate";
     this.vatRate.Width = 26;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.HeaderText = "Price";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn7.Width = 50;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Cat_id";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Visible = false;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "Cat_level";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.Visible = false;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Cat_rank";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.Visible = false;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "Order_details_id";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.Visible = false;
     //
     // Column2
     //
     this.Column2.HeaderText = "Print Send";
     this.Column2.Name = "Column2";
     this.Column2.Visible = false;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.DataPropertyName = "unitPrice";
     this.dataGridViewTextBoxColumn8.HeaderText = "unitPrice";
     this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Visible = false;
     //
     // nonfoodselect
     //
     this.nonfoodselect.HeaderText = "Select";
     this.nonfoodselect.Name = "nonfoodselect";
     this.nonfoodselect.Visible = false;
     this.nonfoodselect.Width = 30;
     //
     // complementorynonfood
     //
     this.complementorynonfood.HeaderText = "Com";
     this.complementorynonfood.Name = "complementorynonfood";
     this.complementorynonfood.Width = 50;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.SystemColors.Desktop;
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.tableLayoutPanel1);
     this.panel5.Location = new System.Drawing.Point(6, 402);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(232, 135);
     this.panel5.TabIndex = 9;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.56075F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.43925F));
     this.tableLayoutPanel1.Controls.Add(this.lblMembershipDiscountValue, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.g_SubtotalLabel, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblOrderTotal, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbvat, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.g_DiscountLabel, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.g_serviceCharge, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblVat, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.lbltotal, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.lbltips, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblDiscount, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.g_AmountLabel, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.label7, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.totalItemWiseDiscountlabel, 1, 2);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 7;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(230, 130);
     this.tableLayoutPanel1.TabIndex = 9;
     this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // lblMembershipDiscountValue
     //
     this.lblMembershipDiscountValue.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblMembershipDiscountValue.AutoSize = true;
     this.lblMembershipDiscountValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMembershipDiscountValue.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblMembershipDiscountValue.Location = new System.Drawing.Point(195, 65);
     this.lblMembershipDiscountValue.Name = "lblMembershipDiscountValue";
     this.lblMembershipDiscountValue.Size = new System.Drawing.Size(32, 13);
     this.lblMembershipDiscountValue.TabIndex = 27;
     this.lblMembershipDiscountValue.Text = "0.00";
     //
     // label5
     //
     this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label5.Location = new System.Drawing.Point(8, 65);
     this.label5.Margin = new System.Windows.Forms.Padding(0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(154, 13);
     this.label5.TabIndex = 9;
     this.label5.Text = "Membership Discount= Tk";
     //
     // g_SubtotalLabel
     //
     this.g_SubtotalLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.g_SubtotalLabel.AutoSize = true;
     this.g_SubtotalLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.g_SubtotalLabel.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.g_SubtotalLabel.Location = new System.Drawing.Point(195, 4);
     this.g_SubtotalLabel.Name = "g_SubtotalLabel";
     this.g_SubtotalLabel.Size = new System.Drawing.Size(32, 13);
     this.g_SubtotalLabel.TabIndex = 5;
     this.g_SubtotalLabel.Text = "0.00";
     //
     // lblOrderTotal
     //
     this.lblOrderTotal.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblOrderTotal.AutoSize = true;
     this.lblOrderTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOrderTotal.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblOrderTotal.Location = new System.Drawing.Point(82, 4);
     this.lblOrderTotal.Margin = new System.Windows.Forms.Padding(0);
     this.lblOrderTotal.Name = "lblOrderTotal";
     this.lblOrderTotal.Size = new System.Drawing.Size(80, 13);
     this.lblOrderTotal.TabIndex = 4;
     this.lblOrderTotal.Text = "Sub Total= £";
     //
     // lbvat
     //
     this.lbvat.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lbvat.AutoSize = true;
     this.lbvat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbvat.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lbvat.Location = new System.Drawing.Point(85, 99);
     this.lbvat.Margin = new System.Windows.Forms.Padding(0);
     this.lbvat.Name = "lbvat";
     this.lbvat.Size = new System.Drawing.Size(77, 13);
     this.lbvat.TabIndex = 7;
     this.lbvat.Text = "Vat Total= £";
     //
     // g_DiscountLabel
     //
     this.g_DiscountLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.g_DiscountLabel.AutoSize = true;
     this.g_DiscountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_DiscountLabel.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.g_DiscountLabel.Location = new System.Drawing.Point(195, 25);
     this.g_DiscountLabel.Name = "g_DiscountLabel";
     this.g_DiscountLabel.Size = new System.Drawing.Size(32, 13);
     this.g_DiscountLabel.TabIndex = 4;
     this.g_DiscountLabel.Text = "0.00";
     //
     // g_serviceCharge
     //
     this.g_serviceCharge.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.g_serviceCharge.AutoSize = true;
     this.g_serviceCharge.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_serviceCharge.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.g_serviceCharge.Location = new System.Drawing.Point(195, 83);
     this.g_serviceCharge.Name = "g_serviceCharge";
     this.g_serviceCharge.Size = new System.Drawing.Size(32, 13);
     this.g_serviceCharge.TabIndex = 6;
     this.g_serviceCharge.Text = "0.00";
     //
     // lblVat
     //
     this.lblVat.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblVat.AutoSize = true;
     this.lblVat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVat.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblVat.Location = new System.Drawing.Point(195, 99);
     this.lblVat.Name = "lblVat";
     this.lblVat.Size = new System.Drawing.Size(32, 13);
     this.lblVat.TabIndex = 8;
     this.lblVat.Text = "0.00";
     //
     // lbltotal
     //
     this.lbltotal.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lbltotal.AutoSize = true;
     this.lbltotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltotal.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lbltotal.Location = new System.Drawing.Point(108, 115);
     this.lbltotal.Margin = new System.Windows.Forms.Padding(0);
     this.lbltotal.Name = "lbltotal";
     this.lbltotal.Size = new System.Drawing.Size(54, 13);
     this.lbltotal.TabIndex = 2;
     this.lbltotal.Text = "Total= £";
     //
     // lbltips
     //
     this.lbltips.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lbltips.AutoSize = true;
     this.lbltips.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltips.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lbltips.Location = new System.Drawing.Point(20, 83);
     this.lbltips.Margin = new System.Windows.Forms.Padding(0);
     this.lbltips.Name = "lbltips";
     this.lbltips.Size = new System.Drawing.Size(142, 13);
     this.lbltips.TabIndex = 5;
     this.lbltips.Text = "Tips/Service Charge= £";
     //
     // lblDiscount
     //
     this.lblDiscount.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblDiscount.AutoSize = true;
     this.lblDiscount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDiscount.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblDiscount.Location = new System.Drawing.Point(87, 25);
     this.lblDiscount.Margin = new System.Windows.Forms.Padding(0);
     this.lblDiscount.Name = "lblDiscount";
     this.lblDiscount.Size = new System.Drawing.Size(75, 13);
     this.lblDiscount.TabIndex = 3;
     this.lblDiscount.Text = "Discount= £";
     //
     // g_AmountLabel
     //
     this.g_AmountLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.g_AmountLabel.AutoSize = true;
     this.g_AmountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_AmountLabel.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.g_AmountLabel.Location = new System.Drawing.Point(195, 115);
     this.g_AmountLabel.Name = "g_AmountLabel";
     this.g_AmountLabel.Size = new System.Drawing.Size(32, 13);
     this.g_AmountLabel.TabIndex = 1;
     this.g_AmountLabel.Text = "0.00";
     //
     // label7
     //
     this.label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.label7.Location = new System.Drawing.Point(48, 45);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(111, 13);
     this.label7.TabIndex = 28;
     this.label7.Text = "Item Discount= Tk";
     //
     // totalItemWiseDiscountlabel
     //
     this.totalItemWiseDiscountlabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.totalItemWiseDiscountlabel.AutoSize = true;
     this.totalItemWiseDiscountlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.totalItemWiseDiscountlabel.Location = new System.Drawing.Point(195, 45);
     this.totalItemWiseDiscountlabel.Name = "totalItemWiseDiscountlabel";
     this.totalItemWiseDiscountlabel.Size = new System.Drawing.Size(32, 13);
     this.totalItemWiseDiscountlabel.TabIndex = 29;
     this.totalItemWiseDiscountlabel.Text = "0.00";
     //
     // TableOrderStatusStrip
     //
     this.TableOrderStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.UserStatusLabel,
     this.TableStatusLabel,
     this.GuestStatusLabel,
     this.TableValueStatusLabel,
     this.BillNoStatusLabel,
     this.toolStripStatusLabel1});
     this.TableOrderStatusStrip.Location = new System.Drawing.Point(3, 753);
     this.TableOrderStatusStrip.Name = "TableOrderStatusStrip";
     this.TableOrderStatusStrip.Size = new System.Drawing.Size(1270, 24);
     this.TableOrderStatusStrip.TabIndex = 0;
     //
     // UserStatusLabel
     //
     this.UserStatusLabel.BackColor = System.Drawing.SystemColors.ControlLight;
     this.UserStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.UserStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.UserStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.UserStatusLabel.Name = "UserStatusLabel";
     this.UserStatusLabel.Size = new System.Drawing.Size(154, 19);
     this.UserStatusLabel.Text = "Logged in as Administrator";
     //
     // TableStatusLabel
     //
     this.TableStatusLabel.BackColor = System.Drawing.SystemColors.ControlLight;
     this.TableStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.TableStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.TableStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.TableStatusLabel.Name = "TableStatusLabel";
     this.TableStatusLabel.Size = new System.Drawing.Size(71, 19);
     this.TableStatusLabel.Text = "Table No. 1";
     //
     // GuestStatusLabel
     //
     this.GuestStatusLabel.BackColor = System.Drawing.SystemColors.ControlLight;
     this.GuestStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.GuestStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.GuestStatusLabel.Name = "GuestStatusLabel";
     this.GuestStatusLabel.Size = new System.Drawing.Size(74, 19);
     this.GuestStatusLabel.Text = "GuestCount";
     //
     // TableValueStatusLabel
     //
     this.TableValueStatusLabel.BackColor = System.Drawing.SystemColors.ControlLight;
     this.TableValueStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.TableValueStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.TableValueStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.TableValueStatusLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.TableValueStatusLabel.Name = "TableValueStatusLabel";
     this.TableValueStatusLabel.Size = new System.Drawing.Size(108, 19);
     this.TableValueStatusLabel.Text = "Table Value £0.000";
     //
     // BillNoStatusLabel
     //
     this.BillNoStatusLabel.BackColor = System.Drawing.SystemColors.ControlLight;
     this.BillNoStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.BillNoStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.BillNoStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.BillNoStatusLabel.Name = "BillNoStatusLabel";
     this.BillNoStatusLabel.Size = new System.Drawing.Size(88, 19);
     this.BillNoStatusLabel.Text = "Bill No. 111111";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 19);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // tlTips
     //
     this.tlTips.IsBalloon = true;
     //
     // btnOrderLog
     //
     this.btnOrderLog.BackColor = System.Drawing.Color.Transparent;
     this.btnOrderLog.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOrderLog.BackgroundImage")));
     this.btnOrderLog.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnOrderLog.BgImageOnMouseDown")));
     this.btnOrderLog.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnOrderLog.BgImageOnMouseUp")));
     this.btnOrderLog.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnOrderLog.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnOrderLog.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnOrderLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOrderLog.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOrderLog.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnOrderLog.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnOrderLog.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnOrderLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOrderLog.Location = new System.Drawing.Point(2, 2);
     this.btnOrderLog.Name = "btnOrderLog";
     this.btnOrderLog.Size = new System.Drawing.Size(140, 53);
     this.btnOrderLog.TabIndex = 14;
     this.btnOrderLog.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.tlTips.SetToolTip(this.btnOrderLog, "Shows the current status of the order");
     this.btnOrderLog.UseVisualStyleBackColor = false;
     this.btnOrderLog.Click += new System.EventHandler(this.btnOrderLog_Click);
     //
     // g_SeatButton
     //
     this.g_SeatButton.BackColor = System.Drawing.Color.Transparent;
     this.g_SeatButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_SeatButton.BackgroundImage")));
     this.g_SeatButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_SeatButton.BgImageOnMouseDown")));
     this.g_SeatButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_SeatButton.BgImageOnMouseUp")));
     this.g_SeatButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_SeatButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_SeatButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_SeatButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_SeatButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_SeatButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_SeatButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_SeatButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.g_SeatButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_SeatButton.Location = new System.Drawing.Point(369, 403);
     this.g_SeatButton.Name = "g_SeatButton";
     this.g_SeatButton.Size = new System.Drawing.Size(45, 35);
     this.g_SeatButton.TabIndex = 14;
     this.g_SeatButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_SeatButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.tlTips.SetToolTip(this.g_SeatButton, "Click here to increase the selected item");
     this.g_SeatButton.UseVisualStyleBackColor = false;
     this.g_SeatButton.Click += new System.EventHandler(this.g_SeatButton_Click);
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.LightGreen;
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.btnSetOrderWaiter);
     this.panel6.Controls.Add(this.btnOrderLog);
     this.panel6.Controls.Add(this.g_ItemDescriptionButton);
     this.panel6.Controls.Add(this.g_PrintGuestBillButton);
     this.panel6.Controls.Add(this.g_SpecialButton);
     this.panel6.Controls.Add(this.g_PromotionsButton);
     this.panel6.Controls.Add(this.btnKitchenText);
     this.panel6.Controls.Add(this.g_ServiceChargeButton);
     this.panel6.Controls.Add(this.btnPLU);
     this.panel6.Location = new System.Drawing.Point(1027, 54);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(145, 536);
     this.panel6.TabIndex = 18;
     //
     // btnSetOrderWaiter
     //
     this.btnSetOrderWaiter.BackColor = System.Drawing.Color.Transparent;
     this.btnSetOrderWaiter.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSetOrderWaiter.BackgroundImage")));
     this.btnSetOrderWaiter.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnSetOrderWaiter.BgImageOnMouseDown")));
     this.btnSetOrderWaiter.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSetOrderWaiter.BgImageOnMouseUp")));
     this.btnSetOrderWaiter.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnSetOrderWaiter.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSetOrderWaiter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSetOrderWaiter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSetOrderWaiter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSetOrderWaiter.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnSetOrderWaiter.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnSetOrderWaiter.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnSetOrderWaiter.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSetOrderWaiter.Location = new System.Drawing.Point(2, 478);
     this.btnSetOrderWaiter.Name = "btnSetOrderWaiter";
     this.btnSetOrderWaiter.Size = new System.Drawing.Size(140, 53);
     this.btnSetOrderWaiter.TabIndex = 16;
     this.btnSetOrderWaiter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSetOrderWaiter.UseVisualStyleBackColor = false;
     this.btnSetOrderWaiter.Click += new System.EventHandler(this.btnSetOrderWaiter_Click);
     //
     // g_ItemDescriptionButton
     //
     this.g_ItemDescriptionButton.BackColor = System.Drawing.Color.Transparent;
     this.g_ItemDescriptionButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_ItemDescriptionButton.BackgroundImage")));
     this.g_ItemDescriptionButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_ItemDescriptionButton.BgImageOnMouseDown")));
     this.g_ItemDescriptionButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_ItemDescriptionButton.BgImageOnMouseUp")));
     this.g_ItemDescriptionButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_ItemDescriptionButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_ItemDescriptionButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_ItemDescriptionButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_ItemDescriptionButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_ItemDescriptionButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_ItemDescriptionButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_ItemDescriptionButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_ItemDescriptionButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_ItemDescriptionButton.Location = new System.Drawing.Point(2, 124);
     this.g_ItemDescriptionButton.Name = "g_ItemDescriptionButton";
     this.g_ItemDescriptionButton.Size = new System.Drawing.Size(140, 53);
     this.g_ItemDescriptionButton.TabIndex = 8;
     this.g_ItemDescriptionButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_ItemDescriptionButton.UseVisualStyleBackColor = false;
     this.g_ItemDescriptionButton.Click += new System.EventHandler(this.g_ItemDescriptionButton_Click);
     //
     // g_PrintGuestBillButton
     //
     this.g_PrintGuestBillButton.BackColor = System.Drawing.Color.Transparent;
     this.g_PrintGuestBillButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_PrintGuestBillButton.BackgroundImage")));
     this.g_PrintGuestBillButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_PrintGuestBillButton.BgImageOnMouseDown")));
     this.g_PrintGuestBillButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_PrintGuestBillButton.BgImageOnMouseUp")));
     this.g_PrintGuestBillButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_PrintGuestBillButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_PrintGuestBillButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_PrintGuestBillButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_PrintGuestBillButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_PrintGuestBillButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_PrintGuestBillButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_PrintGuestBillButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_PrintGuestBillButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_PrintGuestBillButton.Location = new System.Drawing.Point(2, 419);
     this.g_PrintGuestBillButton.Name = "g_PrintGuestBillButton";
     this.g_PrintGuestBillButton.Size = new System.Drawing.Size(140, 53);
     this.g_PrintGuestBillButton.TabIndex = 9;
     this.g_PrintGuestBillButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_PrintGuestBillButton.UseVisualStyleBackColor = false;
     this.g_PrintGuestBillButton.Click += new System.EventHandler(this.g_PrintGuestBillButton_Click);
     //
     // g_SpecialButton
     //
     this.g_SpecialButton.BackColor = System.Drawing.Color.Transparent;
     this.g_SpecialButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_SpecialButton.BackgroundImage")));
     this.g_SpecialButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_SpecialButton.BgImageOnMouseDown")));
     this.g_SpecialButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_SpecialButton.BgImageOnMouseUp")));
     this.g_SpecialButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_SpecialButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_SpecialButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_SpecialButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_SpecialButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_SpecialButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_SpecialButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_SpecialButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_SpecialButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_SpecialButton.Location = new System.Drawing.Point(2, 184);
     this.g_SpecialButton.Name = "g_SpecialButton";
     this.g_SpecialButton.Size = new System.Drawing.Size(140, 53);
     this.g_SpecialButton.TabIndex = 7;
     this.g_SpecialButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_SpecialButton.UseVisualStyleBackColor = false;
     this.g_SpecialButton.Click += new System.EventHandler(this.g_SpecialButton_Click);
     //
     // g_PromotionsButton
     //
     this.g_PromotionsButton.BackColor = System.Drawing.Color.Transparent;
     this.g_PromotionsButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_PromotionsButton.BackgroundImage")));
     this.g_PromotionsButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_PromotionsButton.BgImageOnMouseDown")));
     this.g_PromotionsButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_PromotionsButton.BgImageOnMouseUp")));
     this.g_PromotionsButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_PromotionsButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_PromotionsButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_PromotionsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_PromotionsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_PromotionsButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_PromotionsButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_PromotionsButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_PromotionsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_PromotionsButton.Location = new System.Drawing.Point(2, 360);
     this.g_PromotionsButton.Name = "g_PromotionsButton";
     this.g_PromotionsButton.Size = new System.Drawing.Size(140, 53);
     this.g_PromotionsButton.TabIndex = 5;
     this.g_PromotionsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_PromotionsButton.UseVisualStyleBackColor = false;
     this.g_PromotionsButton.Click += new System.EventHandler(this.g_PromotionsButton_Click);
     //
     // btnKitchenText
     //
     this.btnKitchenText.BackColor = System.Drawing.Color.Transparent;
     this.btnKitchenText.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnKitchenText.BackgroundImage")));
     this.btnKitchenText.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnKitchenText.BgImageOnMouseDown")));
     this.btnKitchenText.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnKitchenText.BgImageOnMouseUp")));
     this.btnKitchenText.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnKitchenText.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnKitchenText.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnKitchenText.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnKitchenText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnKitchenText.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnKitchenText.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnKitchenText.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnKitchenText.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnKitchenText.Location = new System.Drawing.Point(2, 63);
     this.btnKitchenText.Name = "btnKitchenText";
     this.btnKitchenText.Size = new System.Drawing.Size(140, 53);
     this.btnKitchenText.TabIndex = 12;
     this.btnKitchenText.TabStop = false;
     this.btnKitchenText.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnKitchenText.UseVisualStyleBackColor = false;
     this.btnKitchenText.Click += new System.EventHandler(this.btnKitchenText_Click);
     //
     // g_ServiceChargeButton
     //
     this.g_ServiceChargeButton.BackColor = System.Drawing.Color.Transparent;
     this.g_ServiceChargeButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_ServiceChargeButton.BackgroundImage")));
     this.g_ServiceChargeButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_ServiceChargeButton.BgImageOnMouseDown")));
     this.g_ServiceChargeButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_ServiceChargeButton.BgImageOnMouseUp")));
     this.g_ServiceChargeButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_ServiceChargeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_ServiceChargeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_ServiceChargeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_ServiceChargeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_ServiceChargeButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_ServiceChargeButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_ServiceChargeButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_ServiceChargeButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_ServiceChargeButton.Location = new System.Drawing.Point(2, 301);
     this.g_ServiceChargeButton.Name = "g_ServiceChargeButton";
     this.g_ServiceChargeButton.Size = new System.Drawing.Size(140, 53);
     this.g_ServiceChargeButton.TabIndex = 6;
     this.g_ServiceChargeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_ServiceChargeButton.UseVisualStyleBackColor = false;
     this.g_ServiceChargeButton.Click += new System.EventHandler(this.g_ServiceChargeButton_Click);
     //
     // btnPLU
     //
     this.btnPLU.BackColor = System.Drawing.Color.Transparent;
     this.btnPLU.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPLU.BackgroundImage")));
     this.btnPLU.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnPLU.BgImageOnMouseDown")));
     this.btnPLU.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnPLU.BgImageOnMouseUp")));
     this.btnPLU.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnPLU.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnPLU.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnPLU.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPLU.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPLU.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnPLU.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnPLU.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnPLU.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPLU.Location = new System.Drawing.Point(2, 242);
     this.btnPLU.Name = "btnPLU";
     this.btnPLU.Size = new System.Drawing.Size(140, 53);
     this.btnPLU.TabIndex = 13;
     this.btnPLU.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPLU.UseVisualStyleBackColor = false;
     this.btnPLU.Click += new System.EventHandler(this.btnPLU_Click);
     //
     // g_ConvertButton
     //
     this.g_ConvertButton.BackColor = System.Drawing.Color.Transparent;
     this.g_ConvertButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_ConvertButton.BackgroundImage")));
     this.g_ConvertButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_ConvertButton.BgImageOnMouseDown")));
     this.g_ConvertButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_ConvertButton.BgImageOnMouseUp")));
     this.g_ConvertButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_ConvertButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_ConvertButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_ConvertButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_ConvertButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_ConvertButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_ConvertButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_ConvertButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_ConvertButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_ConvertButton.Location = new System.Drawing.Point(806, 565);
     this.g_ConvertButton.Name = "g_ConvertButton";
     this.g_ConvertButton.Size = new System.Drawing.Size(140, 53);
     this.g_ConvertButton.TabIndex = 25;
     this.g_ConvertButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_ConvertButton.UseVisualStyleBackColor = false;
     this.g_ConvertButton.Visible = false;
     this.g_ConvertButton.Click += new System.EventHandler(this.functionalButton1_Click);
     //
     // btnEditOrder
     //
     this.btnEditOrder.BackColor = System.Drawing.Color.Transparent;
     this.btnEditOrder.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEditOrder.BackgroundImage")));
     this.btnEditOrder.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnEditOrder.BgImageOnMouseDown")));
     this.btnEditOrder.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnEditOrder.BgImageOnMouseUp")));
     this.btnEditOrder.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnEditOrder.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnEditOrder.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnEditOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEditOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEditOrder.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnEditOrder.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnEditOrder.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnEditOrder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEditOrder.Location = new System.Drawing.Point(577, 595);
     this.btnEditOrder.Name = "btnEditOrder";
     this.btnEditOrder.Size = new System.Drawing.Size(140, 42);
     this.btnEditOrder.TabIndex = 15;
     this.btnEditOrder.Text = "Change Order  Details";
     this.btnEditOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnEditOrder.UseVisualStyleBackColor = false;
     this.btnEditOrder.Visible = false;
     this.btnEditOrder.Click += new System.EventHandler(this.btnEditOrder_Click);
     //
     // g_QuantityButton
     //
     this.g_QuantityButton.BackColor = System.Drawing.Color.Transparent;
     this.g_QuantityButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_QuantityButton.BackgroundImage")));
     this.g_QuantityButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_QuantityButton.BgImageOnMouseDown")));
     this.g_QuantityButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_QuantityButton.BgImageOnMouseUp")));
     this.g_QuantityButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_QuantityButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_QuantityButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_QuantityButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_QuantityButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_QuantityButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_QuantityButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_QuantityButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_QuantityButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_QuantityButton.Location = new System.Drawing.Point(577, 643);
     this.g_QuantityButton.Name = "g_QuantityButton";
     this.g_QuantityButton.Size = new System.Drawing.Size(140, 42);
     this.g_QuantityButton.TabIndex = 4;
     this.g_QuantityButton.Text = "Set Item Quantity";
     this.g_QuantityButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_QuantityButton.UseVisualStyleBackColor = false;
     this.g_QuantityButton.Visible = false;
     this.g_QuantityButton.Click += new System.EventHandler(this.g_QuantityButton_Click);
     //
     // g_PayCloseButton
     //
     this.g_PayCloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.g_PayCloseButton.BackColor = System.Drawing.Color.Transparent;
     this.g_PayCloseButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_PayCloseButton.BackgroundImage")));
     this.g_PayCloseButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.g_PayCloseButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_PayCloseButton.BgImageOnMouseDown")));
     this.g_PayCloseButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_PayCloseButton.BgImageOnMouseUp")));
     this.g_PayCloseButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_PayCloseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_PayCloseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_PayCloseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_PayCloseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_PayCloseButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_PayCloseButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_PayCloseButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_PayCloseButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.g_PayCloseButton.Location = new System.Drawing.Point(1046, 659);
     this.g_PayCloseButton.Name = "g_PayCloseButton";
     this.g_PayCloseButton.Size = new System.Drawing.Size(140, 65);
     this.g_PayCloseButton.TabIndex = 12;
     this.g_PayCloseButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_PayCloseButton.UseVisualStyleBackColor = false;
     this.g_PayCloseButton.Click += new System.EventHandler(this.g_PayCloseButton_Click);
     //
     // g_ExitButton
     //
     this.g_ExitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.g_ExitButton.BackColor = System.Drawing.Color.Transparent;
     this.g_ExitButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_ExitButton.BackgroundImage")));
     this.g_ExitButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_ExitButton.BgImageOnMouseDown")));
     this.g_ExitButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_ExitButton.BgImageOnMouseUp")));
     this.g_ExitButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_ExitButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_ExitButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_ExitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_ExitButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_ExitButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_ExitButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_ExitButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back;
     this.g_ExitButton.Image = ((System.Drawing.Image)(resources.GetObject("g_ExitButton.Image")));
     this.g_ExitButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_ExitButton.Location = new System.Drawing.Point(3, 701);
     this.g_ExitButton.Name = "g_ExitButton";
     this.g_ExitButton.Size = new System.Drawing.Size(140, 51);
     this.g_ExitButton.TabIndex = 10;
     this.g_ExitButton.Text = "  ";
     this.g_ExitButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_ExitButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_ExitButton.UseVisualStyleBackColor = false;
     this.g_ExitButton.Click += new System.EventHandler(this.g_ExitButton_Click);
     //
     // g_MiscButton
     //
     this.g_MiscButton.BackColor = System.Drawing.Color.Transparent;
     this.g_MiscButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_MiscButton.BackgroundImage")));
     this.g_MiscButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_MiscButton.BgImageOnMouseDown")));
     this.g_MiscButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_MiscButton.BgImageOnMouseUp")));
     this.g_MiscButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_MiscButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_MiscButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_MiscButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_MiscButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_MiscButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_MiscButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_MiscButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_MiscButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_MiscButton.Location = new System.Drawing.Point(168, 3);
     this.g_MiscButton.Name = "g_MiscButton";
     this.g_MiscButton.Size = new System.Drawing.Size(151, 57);
     this.g_MiscButton.TabIndex = 11;
     this.g_MiscButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_MiscButton.UseVisualStyleBackColor = false;
     this.g_MiscButton.Click += new System.EventHandler(this.g_MiscButton_Click);
     //
     // g_SendButton
     //
     this.g_SendButton.BackColor = System.Drawing.Color.Transparent;
     this.g_SendButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_SendButton.BackgroundImage")));
     this.g_SendButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_SendButton.BgImageOnMouseDown")));
     this.g_SendButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_SendButton.BgImageOnMouseUp")));
     this.g_SendButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_SendButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_SendButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_SendButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_SendButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_SendButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_SendButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_SendButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_SendButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_SendButton.Location = new System.Drawing.Point(1, 5);
     this.g_SendButton.Name = "g_SendButton";
     this.g_SendButton.Size = new System.Drawing.Size(161, 55);
     this.g_SendButton.TabIndex = 10;
     this.g_SendButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_SendButton.UseVisualStyleBackColor = false;
     this.g_SendButton.Click += new System.EventHandler(this.g_SendButton_Click);
     //
     // g_RemoveButton
     //
     this.g_RemoveButton.BackColor = System.Drawing.Color.Transparent;
     this.g_RemoveButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_RemoveButton.BackgroundImage")));
     this.g_RemoveButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_RemoveButton.BgImageOnMouseDown")));
     this.g_RemoveButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_RemoveButton.BgImageOnMouseUp")));
     this.g_RemoveButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_RemoveButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_RemoveButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_RemoveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_RemoveButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_RemoveButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_RemoveButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_RemoveButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.g_RemoveButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_RemoveButton.Location = new System.Drawing.Point(420, 403);
     this.g_RemoveButton.Name = "g_RemoveButton";
     this.g_RemoveButton.Size = new System.Drawing.Size(45, 35);
     this.g_RemoveButton.TabIndex = 13;
     this.g_RemoveButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_RemoveButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_RemoveButton.UseVisualStyleBackColor = false;
     this.g_RemoveButton.Click += new System.EventHandler(this.g_RemoveButton_Click);
     //
     // g_Category3NextButton
     //
     this.g_Category3NextButton.BackColor = System.Drawing.Color.Transparent;
     this.g_Category3NextButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_Category3NextButton.BackgroundImage")));
     this.g_Category3NextButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_Category3NextButton.BgImageOnMouseDown")));
     this.g_Category3NextButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_Category3NextButton.BgImageOnMouseUp")));
     this.g_Category3NextButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_Category3NextButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_Category3NextButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_Category3NextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_Category3NextButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_Category3NextButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_Category3NextButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_Category3NextButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Next;
     this.g_Category3NextButton.Image = ((System.Drawing.Image)(resources.GetObject("g_Category3NextButton.Image")));
     this.g_Category3NextButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.g_Category3NextButton.Location = new System.Drawing.Point(678, 515);
     this.g_Category3NextButton.Name = "g_Category3NextButton";
     this.g_Category3NextButton.Size = new System.Drawing.Size(61, 35);
     this.g_Category3NextButton.TabIndex = 16;
     this.g_Category3NextButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.g_Category3NextButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.g_Category3NextButton.UseVisualStyleBackColor = false;
     this.g_Category3NextButton.Click += new System.EventHandler(this.g_Category3NextButton_Click);
     //
     // g_Category3PreviousButton
     //
     this.g_Category3PreviousButton.BackColor = System.Drawing.Color.Transparent;
     this.g_Category3PreviousButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_Category3PreviousButton.BackgroundImage")));
     this.g_Category3PreviousButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_Category3PreviousButton.BgImageOnMouseDown")));
     this.g_Category3PreviousButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_Category3PreviousButton.BgImageOnMouseUp")));
     this.g_Category3PreviousButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_Category3PreviousButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_Category3PreviousButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_Category3PreviousButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_Category3PreviousButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_Category3PreviousButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_Category3PreviousButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_Category3PreviousButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Previous;
     this.g_Category3PreviousButton.Image = ((System.Drawing.Image)(resources.GetObject("g_Category3PreviousButton.Image")));
     this.g_Category3PreviousButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_Category3PreviousButton.Location = new System.Drawing.Point(609, 515);
     this.g_Category3PreviousButton.Name = "g_Category3PreviousButton";
     this.g_Category3PreviousButton.Size = new System.Drawing.Size(61, 35);
     this.g_Category3PreviousButton.TabIndex = 15;
     this.g_Category3PreviousButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_Category3PreviousButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_Category3PreviousButton.UseVisualStyleBackColor = false;
     this.g_Category3PreviousButton.Click += new System.EventHandler(this.g_Category3PreviousButton_Click);
     //
     // g_NextButton
     //
     this.g_NextButton.BackColor = System.Drawing.Color.Transparent;
     this.g_NextButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_NextButton.BackgroundImage")));
     this.g_NextButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_NextButton.BgImageOnMouseDown")));
     this.g_NextButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_NextButton.BgImageOnMouseUp")));
     this.g_NextButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_NextButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_NextButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_NextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_NextButton.Font = new System.Drawing.Font("Arial", 8F);
     this.g_NextButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_NextButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_NextButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Next;
     this.g_NextButton.Image = ((System.Drawing.Image)(resources.GetObject("g_NextButton.Image")));
     this.g_NextButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.g_NextButton.Location = new System.Drawing.Point(815, 515);
     this.g_NextButton.Name = "g_NextButton";
     this.g_NextButton.Size = new System.Drawing.Size(61, 35);
     this.g_NextButton.TabIndex = 3;
     this.g_NextButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.g_NextButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.g_NextButton.UseVisualStyleBackColor = false;
     this.g_NextButton.Click += new System.EventHandler(this.g_NextButton_Click);
     //
     // g_PreviousButton
     //
     this.g_PreviousButton.BackColor = System.Drawing.Color.Transparent;
     this.g_PreviousButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_PreviousButton.BackgroundImage")));
     this.g_PreviousButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_PreviousButton.BgImageOnMouseDown")));
     this.g_PreviousButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_PreviousButton.BgImageOnMouseUp")));
     this.g_PreviousButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_PreviousButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_PreviousButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_PreviousButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_PreviousButton.Font = new System.Drawing.Font("Arial", 8F);
     this.g_PreviousButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_PreviousButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_PreviousButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Previous;
     this.g_PreviousButton.Image = ((System.Drawing.Image)(resources.GetObject("g_PreviousButton.Image")));
     this.g_PreviousButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_PreviousButton.Location = new System.Drawing.Point(748, 515);
     this.g_PreviousButton.Name = "g_PreviousButton";
     this.g_PreviousButton.Size = new System.Drawing.Size(61, 35);
     this.g_PreviousButton.TabIndex = 2;
     this.g_PreviousButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.g_PreviousButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.g_PreviousButton.UseVisualStyleBackColor = false;
     this.g_PreviousButton.Click += new System.EventHandler(this.g_PreviousButton_Click);
     //
     // g_Category2Panel
     //
     this.g_Category2Panel.BackColor = System.Drawing.Color.WhiteSmoke;
     this.g_Category2Panel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.g_Category2Panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.g_Category2Panel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.g_Category2Panel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_Category2Panel.Location = new System.Drawing.Point(3, 18);
     this.g_Category2Panel.Margin = new System.Windows.Forms.Padding(0);
     this.g_Category2Panel.Name = "g_Category2Panel";
     this.g_Category2Panel.Padding = new System.Windows.Forms.Padding(4);
     this.g_Category2Panel.Size = new System.Drawing.Size(121, 432);
     this.g_Category2Panel.TabIndex = 0;
     this.g_Category2Panel.Paint += new System.Windows.Forms.PaintEventHandler(this.g_Category2Panel_Paint);
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel9.Controls.Add(this.txtBoxSearchItem);
     this.panel9.Controls.Add(this.label2);
     this.panel9.Controls.Add(this.g_ItemSelectionFlowLayoutPanel);
     this.panel9.Location = new System.Drawing.Point(471, 54);
     this.panel9.Name = "panel9";
     this.panel9.Padding = new System.Windows.Forms.Padding(3);
     this.panel9.Size = new System.Drawing.Size(270, 455);
     this.panel9.TabIndex = 19;
     //
     // txtBoxSearchItem
     //
     this.txtBoxSearchItem.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBoxSearchItem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBoxSearchItem.Enabled = false;
     this.txtBoxSearchItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBoxSearchItem.Location = new System.Drawing.Point(3, 19);
     this.txtBoxSearchItem.Name = "txtBoxSearchItem";
     this.txtBoxSearchItem.Size = new System.Drawing.Size(261, 30);
     this.txtBoxSearchItem.TabIndex = 5;
     this.txtBoxSearchItem.Text = "search item";
     this.txtBoxSearchItem.Click += new System.EventHandler(this.txtBoxSearchItem_Click);
     this.txtBoxSearchItem.TextChanged += new System.EventHandler(this.txtBoxSearchItem_TextChanged);
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel10.Controls.Add(this.label1);
     this.panel10.Controls.Add(this.g_Category2Panel);
     this.panel10.Location = new System.Drawing.Point(748, 54);
     this.panel10.Name = "panel10";
     this.panel10.Padding = new System.Windows.Forms.Padding(3);
     this.panel10.Size = new System.Drawing.Size(129, 455);
     this.panel10.TabIndex = 20;
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.DarkSeaGreen;
     this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel11.Controls.Add(this.label3);
     this.panel11.Controls.Add(this.foodMenuPanal);
     this.panel11.Location = new System.Drawing.Point(886, 54);
     this.panel11.Name = "panel11";
     this.panel11.Padding = new System.Windows.Forms.Padding(3);
     this.panel11.Size = new System.Drawing.Size(129, 455);
     this.panel11.TabIndex = 21;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Dock = System.Windows.Forms.DockStyle.Top;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label3.Location = new System.Drawing.Point(3, 3);
     this.label3.Name = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label3.Size = new System.Drawing.Size(70, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "Food Manu";
     //
     // foodMenuPanal
     //
     this.foodMenuPanal.BackColor = System.Drawing.Color.WhiteSmoke;
     this.foodMenuPanal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.foodMenuPanal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.foodMenuPanal.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.foodMenuPanal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.foodMenuPanal.Location = new System.Drawing.Point(3, 18);
     this.foodMenuPanal.Margin = new System.Windows.Forms.Padding(0);
     this.foodMenuPanal.Name = "foodMenuPanal";
     this.foodMenuPanal.Padding = new System.Windows.Forms.Padding(4);
     this.foodMenuPanal.Size = new System.Drawing.Size(121, 432);
     this.foodMenuPanal.TabIndex = 0;
     this.foodMenuPanal.Paint += new System.Windows.Forms.PaintEventHandler(this.foodMenuPanal_Paint);
     //
     // btnPrevParent
     //
     this.btnPrevParent.BackColor = System.Drawing.Color.Transparent;
     this.btnPrevParent.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrevParent.BackgroundImage")));
     this.btnPrevParent.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnPrevParent.BgImageOnMouseDown")));
     this.btnPrevParent.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnPrevParent.BgImageOnMouseUp")));
     this.btnPrevParent.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnPrevParent.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnPrevParent.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnPrevParent.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPrevParent.Font = new System.Drawing.Font("Arial", 8F);
     this.btnPrevParent.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnPrevParent.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnPrevParent.FunctionType = RMSUI.RMSUIConstants.FunctionType.Previous;
     this.btnPrevParent.Image = ((System.Drawing.Image)(resources.GetObject("btnPrevParent.Image")));
     this.btnPrevParent.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrevParent.Location = new System.Drawing.Point(885, 515);
     this.btnPrevParent.Name = "btnPrevParent";
     this.btnPrevParent.Size = new System.Drawing.Size(61, 35);
     this.btnPrevParent.TabIndex = 22;
     this.btnPrevParent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPrevParent.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.btnPrevParent.UseVisualStyleBackColor = false;
     this.btnPrevParent.Click += new System.EventHandler(this.btnPrevParent_Click);
     //
     // btnNextParent
     //
     this.btnNextParent.BackColor = System.Drawing.Color.Transparent;
     this.btnNextParent.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextParent.BackgroundImage")));
     this.btnNextParent.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnNextParent.BgImageOnMouseDown")));
     this.btnNextParent.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnNextParent.BgImageOnMouseUp")));
     this.btnNextParent.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnNextParent.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnNextParent.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnNextParent.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnNextParent.Font = new System.Drawing.Font("Arial", 8F);
     this.btnNextParent.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnNextParent.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnNextParent.FunctionType = RMSUI.RMSUIConstants.FunctionType.Next;
     this.btnNextParent.Image = ((System.Drawing.Image)(resources.GetObject("btnNextParent.Image")));
     this.btnNextParent.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNextParent.Location = new System.Drawing.Point(955, 515);
     this.btnNextParent.Name = "btnNextParent";
     this.btnNextParent.Size = new System.Drawing.Size(61, 35);
     this.btnNextParent.TabIndex = 23;
     this.btnNextParent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNextParent.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.btnNextParent.UseVisualStyleBackColor = false;
     this.btnNextParent.Click += new System.EventHandler(this.btnNextParent_Click);
     //
     // delivaryfromkitchneButton
     //
     this.delivaryfromkitchneButton.BackColor = System.Drawing.Color.Transparent;
     this.delivaryfromkitchneButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("delivaryfromkitchneButton.BackgroundImage")));
     this.delivaryfromkitchneButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("delivaryfromkitchneButton.BgImageOnMouseDown")));
     this.delivaryfromkitchneButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("delivaryfromkitchneButton.BgImageOnMouseUp")));
     this.delivaryfromkitchneButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.delivaryfromkitchneButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.delivaryfromkitchneButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.delivaryfromkitchneButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.delivaryfromkitchneButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.delivaryfromkitchneButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.delivaryfromkitchneButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.delivaryfromkitchneButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.delivaryfromkitchneButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.delivaryfromkitchneButton.Location = new System.Drawing.Point(511, 691);
     this.delivaryfromkitchneButton.Name = "delivaryfromkitchneButton";
     this.delivaryfromkitchneButton.Size = new System.Drawing.Size(140, 42);
     this.delivaryfromkitchneButton.TabIndex = 25;
     this.delivaryfromkitchneButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.delivaryfromkitchneButton.UseVisualStyleBackColor = false;
     this.delivaryfromkitchneButton.Visible = false;
     this.delivaryfromkitchneButton.Click += new System.EventHandler(this.delivaryfromkitchneButton_Click);
     //
     // membershipfunctionalButton
     //
     this.membershipfunctionalButton.BackColor = System.Drawing.Color.Transparent;
     this.membershipfunctionalButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("membershipfunctionalButton.BackgroundImage")));
     this.membershipfunctionalButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("membershipfunctionalButton.BgImageOnMouseDown")));
     this.membershipfunctionalButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("membershipfunctionalButton.BgImageOnMouseUp")));
     this.membershipfunctionalButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.membershipfunctionalButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.membershipfunctionalButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.membershipfunctionalButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.membershipfunctionalButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.membershipfunctionalButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.membershipfunctionalButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.membershipfunctionalButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.membershipfunctionalButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.membershipfunctionalButton.Location = new System.Drawing.Point(314, 445);
     this.membershipfunctionalButton.Name = "membershipfunctionalButton";
     this.membershipfunctionalButton.Size = new System.Drawing.Size(155, 67);
     this.membershipfunctionalButton.TabIndex = 26;
     this.membershipfunctionalButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.membershipfunctionalButton.UseVisualStyleBackColor = false;
     this.membershipfunctionalButton.Click += new System.EventHandler(this.membershipfunctionalButton_Click);
     //
     // complementoryButton
     //
     this.complementoryButton.BackColor = System.Drawing.Color.Transparent;
     this.complementoryButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("complementoryButton.BackgroundImage")));
     this.complementoryButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("complementoryButton.BgImageOnMouseDown")));
     this.complementoryButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("complementoryButton.BgImageOnMouseUp")));
     this.complementoryButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.complementoryButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.complementoryButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.complementoryButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.complementoryButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.complementoryButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.complementoryButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.complementoryButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.complementoryButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.complementoryButton.Location = new System.Drawing.Point(177, 62);
     this.complementoryButton.Name = "complementoryButton";
     this.complementoryButton.Size = new System.Drawing.Size(140, 53);
     this.complementoryButton.TabIndex = 27;
     this.complementoryButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.complementoryButton.UseVisualStyleBackColor = false;
     this.complementoryButton.Click += new System.EventHandler(this.complementoryButton_Click);
     //
     // itemComplementoryButton
     //
     this.itemComplementoryButton.BackColor = System.Drawing.Color.Transparent;
     this.itemComplementoryButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("itemComplementoryButton.BackgroundImage")));
     this.itemComplementoryButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("itemComplementoryButton.BgImageOnMouseDown")));
     this.itemComplementoryButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("itemComplementoryButton.BgImageOnMouseUp")));
     this.itemComplementoryButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.itemComplementoryButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.itemComplementoryButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.itemComplementoryButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.itemComplementoryButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.itemComplementoryButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.itemComplementoryButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.itemComplementoryButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.itemComplementoryButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.itemComplementoryButton.Location = new System.Drawing.Point(325, 62);
     this.itemComplementoryButton.Name = "itemComplementoryButton";
     this.itemComplementoryButton.Size = new System.Drawing.Size(140, 53);
     this.itemComplementoryButton.TabIndex = 28;
     this.itemComplementoryButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.itemComplementoryButton.UseVisualStyleBackColor = false;
     this.itemComplementoryButton.Click += new System.EventHandler(this.itemComplementoryButton_Click);
     //
     // vatComplementoryButton
     //
     this.vatComplementoryButton.BackColor = System.Drawing.Color.Transparent;
     this.vatComplementoryButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("vatComplementoryButton.BackgroundImage")));
     this.vatComplementoryButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("vatComplementoryButton.BgImageOnMouseDown")));
     this.vatComplementoryButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("vatComplementoryButton.BgImageOnMouseUp")));
     this.vatComplementoryButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.vatComplementoryButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.vatComplementoryButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.vatComplementoryButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.vatComplementoryButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.vatComplementoryButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.vatComplementoryButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.vatComplementoryButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.vatComplementoryButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.vatComplementoryButton.Location = new System.Drawing.Point(325, 3);
     this.vatComplementoryButton.Name = "vatComplementoryButton";
     this.vatComplementoryButton.Size = new System.Drawing.Size(140, 53);
     this.vatComplementoryButton.TabIndex = 29;
     this.vatComplementoryButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.vatComplementoryButton.UseVisualStyleBackColor = false;
     this.vatComplementoryButton.Click += new System.EventHandler(this.vatComplementoryButton_Click);
     //
     // panel12
     //
     this.panel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.panel12.Controls.Add(this.vatComplementoryButton);
     this.panel12.Controls.Add(this.complementoryButton);
     this.panel12.Controls.Add(this.itemComplementoryButton);
     this.panel12.Controls.Add(this.g_SendButton);
     this.panel12.Controls.Add(this.g_MiscButton);
     this.panel12.Location = new System.Drawing.Point(6, 559);
     this.panel12.Name = "panel12";
     this.panel12.Size = new System.Drawing.Size(471, 128);
     this.panel12.TabIndex = 33;
     //
     // functionalButton1
     //
     this.functionalButton1.BackColor = System.Drawing.Color.Transparent;
     this.functionalButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton1.BackgroundImage")));
     this.functionalButton1.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("functionalButton1.BgImageOnMouseDown")));
     this.functionalButton1.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton1.BgImageOnMouseUp")));
     this.functionalButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.functionalButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.functionalButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.functionalButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.functionalButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.functionalButton1.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.functionalButton1.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.functionalButton1.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.functionalButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.functionalButton1.Location = new System.Drawing.Point(782, 670);
     this.functionalButton1.Name = "functionalButton1";
     this.functionalButton1.Size = new System.Drawing.Size(140, 42);
     this.functionalButton1.TabIndex = 34;
     this.functionalButton1.Text = "Item Wise Discount";
     this.functionalButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.functionalButton1.UseVisualStyleBackColor = false;
     this.functionalButton1.Click += new System.EventHandler(this.functionalButton1_Click_2);
     //
     // CTableOrderForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(1276, 780);
     this.Controls.Add(this.functionalButton1);
     this.Controls.Add(this.g_ConvertButton);
     this.Controls.Add(this.panel12);
     this.Controls.Add(this.g_ExitButton);
     this.Controls.Add(this.membershipfunctionalButton);
     this.Controls.Add(this.delivaryfromkitchneButton);
     this.Controls.Add(this.btnPrevParent);
     this.Controls.Add(this.g_PayCloseButton);
     this.Controls.Add(this.btnNextParent);
     this.Controls.Add(this.btnEditOrder);
     this.Controls.Add(this.panel11);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel10);
     this.Controls.Add(this.g_Category3PreviousButton);
     this.Controls.Add(this.g_QuantityButton);
     this.Controls.Add(this.g_Category3NextButton);
     this.Controls.Add(this.panel9);
     this.Controls.Add(this.g_PreviousButton);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.TableOrderStatusStrip);
     this.Controls.Add(this.g_NextButton);
     this.Controls.Add(this.g_RemoveButton);
     this.Controls.Add(this.g_SeatButton);
     this.Controls.Add(this.g_BeveragePanel);
     this.Controls.Add(this.g_FoodItemPanel);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "CTableOrderForm";
     this.ScreenTitle = "Table Order Form";
     this.Activated += new System.EventHandler(this.CTableOrderForm_Activated);
     this.Load += new System.EventHandler(this.CTableOrderForm_Load);
     this.Shown += new System.EventHandler(this.CTableOrderForm_Shown);
     this.VisibleChanged += new System.EventHandler(this.CTableOrderForm_VisibleChanged);
     this.Controls.SetChildIndex(this.g_FoodItemPanel, 0);
     this.Controls.SetChildIndex(this.g_BeveragePanel, 0);
     this.Controls.SetChildIndex(this.g_SeatButton, 0);
     this.Controls.SetChildIndex(this.g_RemoveButton, 0);
     this.Controls.SetChildIndex(this.g_NextButton, 0);
     this.Controls.SetChildIndex(this.TableOrderStatusStrip, 0);
     this.Controls.SetChildIndex(this.panel6, 0);
     this.Controls.SetChildIndex(this.g_PreviousButton, 0);
     this.Controls.SetChildIndex(this.panel9, 0);
     this.Controls.SetChildIndex(this.g_Category3NextButton, 0);
     this.Controls.SetChildIndex(this.g_QuantityButton, 0);
     this.Controls.SetChildIndex(this.g_Category3PreviousButton, 0);
     this.Controls.SetChildIndex(this.panel10, 0);
     this.Controls.SetChildIndex(this.panel5, 0);
     this.Controls.SetChildIndex(this.panel11, 0);
     this.Controls.SetChildIndex(this.btnEditOrder, 0);
     this.Controls.SetChildIndex(this.btnNextParent, 0);
     this.Controls.SetChildIndex(this.g_PayCloseButton, 0);
     this.Controls.SetChildIndex(this.btnPrevParent, 0);
     this.Controls.SetChildIndex(this.delivaryfromkitchneButton, 0);
     this.Controls.SetChildIndex(this.membershipfunctionalButton, 0);
     this.Controls.SetChildIndex(this.g_ExitButton, 0);
     this.Controls.SetChildIndex(this.panel12, 0);
     this.Controls.SetChildIndex(this.g_ConvertButton, 0);
     this.Controls.SetChildIndex(this.functionalButton1, 0);
     this.g_FoodItemPanel.ResumeLayout(false);
     this.g_FoodItemPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.g_FoodDataGridView)).EndInit();
     this.g_BeveragePanel.ResumeLayout(false);
     this.g_BeveragePanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.g_BeverageDataGridView)).EndInit();
     this.panel5.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.TableOrderStatusStrip.ResumeLayout(false);
     this.TableOrderStatusStrip.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.panel10.ResumeLayout(false);
     this.panel10.PerformLayout();
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     this.panel12.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMergeTableForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.MergeTableButton = new RMSUI.FunctionalButton();
     this.MergeTableDataGridView = new System.Windows.Forms.DataGridView();
     this.OrderIDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TableTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TableNumberColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GuestQuantityColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MergeCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.BackButton = new RMSUI.FunctionalButton();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MergeTableDataGridView)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Black;
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.MergeTableButton);
     this.panel1.Controls.Add(this.MergeTableDataGridView);
     this.panel1.Location = new System.Drawing.Point(3, 50);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(785, 533);
     this.panel1.TabIndex = 1;
     //
     // MergeTableButton
     //
     this.MergeTableButton.BackColor = System.Drawing.Color.Transparent;
     this.MergeTableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("MergeTableButton.BackgroundImage")));
     this.MergeTableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("MergeTableButton.BgImageOnMouseDown")));
     this.MergeTableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("MergeTableButton.BgImageOnMouseUp")));
     this.MergeTableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.MergeTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.MergeTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.MergeTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MergeTableButton.Font = new System.Drawing.Font("Arial", 10F);
     this.MergeTableButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.MergeTableButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.MergeTableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.MergeTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.MergeTableButton.Location = new System.Drawing.Point(583, 476);
     this.MergeTableButton.Name = "MergeTableButton";
     this.MergeTableButton.Size = new System.Drawing.Size(120, 40);
     this.MergeTableButton.TabIndex = 22;
     this.MergeTableButton.Text = "Merge";
     this.MergeTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.MergeTableButton.UseVisualStyleBackColor = false;
     this.MergeTableButton.Click += new System.EventHandler(this.MergeTableButton_Click);
     //
     // MergeTableDataGridView
     //
     this.MergeTableDataGridView.AllowUserToAddRows = false;
     this.MergeTableDataGridView.AllowUserToDeleteRows = false;
     this.MergeTableDataGridView.AllowUserToResizeColumns = false;
     this.MergeTableDataGridView.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Linen;
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.PaleTurquoise;
     this.MergeTableDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.MergeTableDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.MergeTableDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.MergeTableDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.MergeTableDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.MergeTableDataGridView.ColumnHeadersHeight = 25;
     this.MergeTableDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.MergeTableDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.OrderIDColumn,
     this.TableTypeColumn,
     this.TableNumberColumn,
     this.GuestQuantityColumn,
     this.MergeCheckBoxColumn});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.MergeTableDataGridView.DefaultCellStyle = dataGridViewCellStyle3;
     this.MergeTableDataGridView.Location = new System.Drawing.Point(92, 41);
     this.MergeTableDataGridView.Name = "MergeTableDataGridView";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.MergeTableDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.MergeTableDataGridView.RowHeadersVisible = false;
     this.MergeTableDataGridView.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.MergeTableDataGridView.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.MergeTableDataGridView.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MergeTableDataGridView.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
     this.MergeTableDataGridView.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     this.MergeTableDataGridView.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.MergeTableDataGridView.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.MergeTableDataGridView.RowTemplate.Height = 20;
     this.MergeTableDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.MergeTableDataGridView.Size = new System.Drawing.Size(611, 419);
     this.MergeTableDataGridView.TabIndex = 20;
     this.MergeTableDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.MergeTableDataGridView_CellContentClick);
     //
     // OrderIDColumn
     //
     this.OrderIDColumn.HeaderText = "OrderID";
     this.OrderIDColumn.Name = "OrderIDColumn";
     this.OrderIDColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.OrderIDColumn.Visible = false;
     //
     // TableTypeColumn
     //
     this.TableTypeColumn.HeaderText = "Table Type";
     this.TableTypeColumn.Name = "TableTypeColumn";
     this.TableTypeColumn.ReadOnly = true;
     this.TableTypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.TableTypeColumn.Width = 130;
     //
     // TableNumberColumn
     //
     this.TableNumberColumn.HeaderText = "Table Number";
     this.TableNumberColumn.Name = "TableNumberColumn";
     this.TableNumberColumn.ReadOnly = true;
     this.TableNumberColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.TableNumberColumn.Width = 130;
     //
     // GuestQuantityColumn
     //
     this.GuestQuantityColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.GuestQuantityColumn.HeaderText = "Guest Quantity";
     this.GuestQuantityColumn.Name = "GuestQuantityColumn";
     this.GuestQuantityColumn.ReadOnly = true;
     this.GuestQuantityColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // MergeCheckBoxColumn
     //
     this.MergeCheckBoxColumn.FalseValue = "False";
     this.MergeCheckBoxColumn.HeaderText = "   Merge";
     this.MergeCheckBoxColumn.Name = "MergeCheckBoxColumn";
     this.MergeCheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.MergeCheckBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.MergeCheckBoxColumn.TrueValue = "True";
     this.MergeCheckBoxColumn.Width = 132;
     //
     // BackButton
     //
     this.BackButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.BackButton.BackColor = System.Drawing.Color.Transparent;
     this.BackButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BackButton.BackgroundImage")));
     this.BackButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseDown")));
     this.BackButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseUp")));
     this.BackButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.BackButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BackButton.Font = new System.Drawing.Font("Arial", 10F);
     this.BackButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.BackButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.BackButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back;
     this.BackButton.Image = ((System.Drawing.Image)(resources.GetObject("BackButton.Image")));
     this.BackButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.Location = new System.Drawing.Point(25, 589);
     this.BackButton.Name = "BackButton";
     this.BackButton.Size = new System.Drawing.Size(120, 40);
     this.BackButton.TabIndex = 19;
     this.BackButton.Text = "Back";
     this.BackButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BackButton.UseVisualStyleBackColor = false;
     this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(92, 66);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(611, 22);
     this.panel2.TabIndex = 23;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(240, 2);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(133, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Allocated Table List";
     //
     // CMergeTableForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlText;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(800, 671);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.BackButton);
     this.Name = "CMergeTableForm";
     this.ScreenTitle = "Merge Table";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load += new System.EventHandler(this.CMergeTableForm_Load);
     this.Controls.SetChildIndex(this.BackButton, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MergeTableDataGridView)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaymentMethod));
     this.cashButton = new RMSUI.FunctionalButton();
     this.eftButton = new RMSUI.FunctionalButton();
     this.SuspendLayout();
     //
     // cashButton
     //
     this.cashButton.BackColor = System.Drawing.Color.Transparent;
     this.cashButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cashButton.BackgroundImage")));
     this.cashButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.cashButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("cashButton.BgImageOnMouseDown")));
     this.cashButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("cashButton.BgImageOnMouseUp")));
     this.cashButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.cashButton.FlatAppearance.BorderSize = 0;
     this.cashButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.cashButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.cashButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cashButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cashButton.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.cashButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.cashButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.cashButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.cashButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cashButton.Location = new System.Drawing.Point(75, 12);
     this.cashButton.Name = "cashButton";
     this.cashButton.Size = new System.Drawing.Size(90, 42);
     this.cashButton.TabIndex = 11;
     this.cashButton.Text = "Cash";
     this.cashButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.cashButton.UseVisualStyleBackColor = true;
     this.cashButton.Click += new System.EventHandler(this.cashButton_Click);
     //
     // eftButton
     //
     this.eftButton.BackColor = System.Drawing.Color.Transparent;
     this.eftButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("eftButton.BackgroundImage")));
     this.eftButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.eftButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("eftButton.BgImageOnMouseDown")));
     this.eftButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("eftButton.BgImageOnMouseUp")));
     this.eftButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.eftButton.FlatAppearance.BorderSize = 0;
     this.eftButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.eftButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.eftButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.eftButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.eftButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.eftButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.eftButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.eftButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.eftButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.eftButton.Location = new System.Drawing.Point(193, 12);
     this.eftButton.Name = "eftButton";
     this.eftButton.Size = new System.Drawing.Size(90, 42);
     this.eftButton.TabIndex = 12;
     this.eftButton.Text = "EFT";
     this.eftButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.eftButton.UseVisualStyleBackColor = true;
     this.eftButton.Click += new System.EventHandler(this.eftButton_Click);
     //
     // PaymentMethod
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(386, 80);
     this.ControlBox = false;
     this.Controls.Add(this.eftButton);
     this.Controls.Add(this.cashButton);
     this.Name = "PaymentMethod";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Payment Method";
     this.TopMost = true;
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMemberShipCardForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnSelect = new RMSUI.FunctionalButton();
     this.ViewAllButton = new RMSUI.FunctionalButton();
     this.AddButton = new RMSUI.FunctionalButton();
     this.UpdateButton = new RMSUI.FunctionalButton();
     this.DeleteButton = new RMSUI.FunctionalButton();
     this.label1 = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtName = new System.Windows.Forms.TextBox();
     this.SearchButton = new RMSUI.FunctionalButton();
     this.dgvMembershipCard = new System.Windows.Forms.DataGridView();
     this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.creationDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.type = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.code = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.title = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.description = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.points = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.discountPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.startDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.endDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.isActive = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BackButton = new RMSUI.FunctionalButton();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMembershipCard)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.btnSelect);
     this.panel1.Controls.Add(this.ViewAllButton);
     this.panel1.Controls.Add(this.AddButton);
     this.panel1.Controls.Add(this.UpdateButton);
     this.panel1.Controls.Add(this.DeleteButton);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.txtCode);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.txtName);
     this.panel1.Controls.Add(this.SearchButton);
     this.panel1.Controls.Add(this.dgvMembershipCard);
     this.panel1.Controls.Add(this.BackButton);
     this.panel1.Location = new System.Drawing.Point(3, 59);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(800, 542);
     this.panel1.TabIndex = 1;
     //
     // btnSelect
     //
     this.btnSelect.BackColor = System.Drawing.Color.Transparent;
     this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
     this.btnSelect.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseDown")));
     this.btnSelect.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseUp")));
     this.btnSelect.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnSelect.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSelect.Font = new System.Drawing.Font("Arial", 10F);
     this.btnSelect.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnSelect.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnSelect.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelect.Location = new System.Drawing.Point(654, 498);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Size = new System.Drawing.Size(120, 40);
     this.btnSelect.TabIndex = 61;
     this.btnSelect.Text = "OK";
     this.btnSelect.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSelect.UseVisualStyleBackColor = false;
     this.btnSelect.Visible = false;
     this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
     //
     // ViewAllButton
     //
     this.ViewAllButton.BackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ViewAllButton.BackgroundImage")));
     this.ViewAllButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ViewAllButton.BgImageOnMouseDown")));
     this.ViewAllButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ViewAllButton.BgImageOnMouseUp")));
     this.ViewAllButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.ViewAllButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ViewAllButton.Font = new System.Drawing.Font("Arial", 10F);
     this.ViewAllButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.ViewAllButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.ViewAllButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.ViewAllButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ViewAllButton.Location = new System.Drawing.Point(631, 9);
     this.ViewAllButton.Name = "ViewAllButton";
     this.ViewAllButton.Size = new System.Drawing.Size(120, 40);
     this.ViewAllButton.TabIndex = 3;
     this.ViewAllButton.Text = "View All";
     this.ViewAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.ViewAllButton.UseVisualStyleBackColor = false;
     this.ViewAllButton.Click += new System.EventHandler(this.ViewAllButton_Click);
     //
     // AddButton
     //
     this.AddButton.BackColor = System.Drawing.Color.Transparent;
     this.AddButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("AddButton.BackgroundImage")));
     this.AddButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("AddButton.BgImageOnMouseDown")));
     this.AddButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("AddButton.BgImageOnMouseUp")));
     this.AddButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.AddButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.AddButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.AddButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.AddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.AddButton.Font = new System.Drawing.Font("Arial", 10F);
     this.AddButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.AddButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.AddButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.AddButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.AddButton.Location = new System.Drawing.Point(402, 452);
     this.AddButton.Name = "AddButton";
     this.AddButton.Size = new System.Drawing.Size(120, 40);
     this.AddButton.TabIndex = 6;
     this.AddButton.Text = "Add";
     this.AddButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.AddButton.UseVisualStyleBackColor = false;
     this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
     //
     // UpdateButton
     //
     this.UpdateButton.BackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("UpdateButton.BackgroundImage")));
     this.UpdateButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("UpdateButton.BgImageOnMouseDown")));
     this.UpdateButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("UpdateButton.BgImageOnMouseUp")));
     this.UpdateButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.UpdateButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.UpdateButton.Font = new System.Drawing.Font("Arial", 10F);
     this.UpdateButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.UpdateButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.UpdateButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.UpdateButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.UpdateButton.Location = new System.Drawing.Point(528, 452);
     this.UpdateButton.Name = "UpdateButton";
     this.UpdateButton.Size = new System.Drawing.Size(120, 40);
     this.UpdateButton.TabIndex = 7;
     this.UpdateButton.Text = "Update";
     this.UpdateButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.UpdateButton.UseVisualStyleBackColor = false;
     this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click);
     //
     // DeleteButton
     //
     this.DeleteButton.BackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("DeleteButton.BackgroundImage")));
     this.DeleteButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("DeleteButton.BgImageOnMouseDown")));
     this.DeleteButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("DeleteButton.BgImageOnMouseUp")));
     this.DeleteButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.DeleteButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DeleteButton.Font = new System.Drawing.Font("Arial", 10F);
     this.DeleteButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.DeleteButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.DeleteButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.DeleteButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.DeleteButton.Location = new System.Drawing.Point(654, 452);
     this.DeleteButton.Name = "DeleteButton";
     this.DeleteButton.Size = new System.Drawing.Size(120, 40);
     this.DeleteButton.TabIndex = 8;
     this.DeleteButton.Text = "Delete";
     this.DeleteButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.DeleteButton.UseVisualStyleBackColor = false;
     this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(260, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 15);
     this.label1.TabIndex = 60;
     this.label1.Text = "Code";
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(313, 19);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(150, 20);
     this.txtCode.TabIndex = 1;
     this.txtCode.Click += new System.EventHandler(this.PhoneTextBox_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(39, 21);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(45, 15);
     this.label8.TabIndex = 58;
     this.label8.Text = "Name";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(90, 20);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(150, 20);
     this.txtName.TabIndex = 0;
     this.txtName.Click += new System.EventHandler(this.NameTextBox_Click);
     //
     // SearchButton
     //
     this.SearchButton.BackColor = System.Drawing.Color.Transparent;
     this.SearchButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SearchButton.BackgroundImage")));
     this.SearchButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SearchButton.BgImageOnMouseDown")));
     this.SearchButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SearchButton.BgImageOnMouseUp")));
     this.SearchButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.SearchButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SearchButton.Font = new System.Drawing.Font("Arial", 10F);
     this.SearchButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.SearchButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.SearchButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.SearchButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SearchButton.Location = new System.Drawing.Point(504, 8);
     this.SearchButton.Name = "SearchButton";
     this.SearchButton.Size = new System.Drawing.Size(120, 40);
     this.SearchButton.TabIndex = 2;
     this.SearchButton.Text = "Search";
     this.SearchButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.SearchButton.UseVisualStyleBackColor = false;
     this.SearchButton.Click += new System.EventHandler(this.SearchButton_Click);
     //
     // dgvMembershipCard
     //
     this.dgvMembershipCard.AllowUserToAddRows = false;
     this.dgvMembershipCard.AllowUserToDeleteRows = false;
     this.dgvMembershipCard.AllowUserToResizeRows = false;
     this.dgvMembershipCard.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.dgvMembershipCard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvMembershipCard.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Silver;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvMembershipCard.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMembershipCard.ColumnHeadersHeight = 25;
     this.dgvMembershipCard.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.name,
     this.id,
     this.creationDate,
     this.type,
     this.code,
     this.title,
     this.description,
     this.points,
     this.discountPercent,
     this.startDate,
     this.endDate,
     this.isActive});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMembershipCard.DefaultCellStyle = dataGridViewCellStyle3;
     this.dgvMembershipCard.Location = new System.Drawing.Point(8, 64);
     this.dgvMembershipCard.MultiSelect = false;
     this.dgvMembershipCard.Name = "dgvMembershipCard";
     this.dgvMembershipCard.ReadOnly = true;
     this.dgvMembershipCard.RowHeadersVisible = false;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvMembershipCard.RowsDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvMembershipCard.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dgvMembershipCard.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.dgvMembershipCard.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgvMembershipCard.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
     this.dgvMembershipCard.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     this.dgvMembershipCard.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvMembershipCard.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMembershipCard.RowTemplate.Height = 20;
     this.dgvMembershipCard.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvMembershipCard.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvMembershipCard.Size = new System.Drawing.Size(779, 354);
     this.dgvMembershipCard.TabIndex = 4;
     this.dgvMembershipCard.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMembershipCard_CellDoubleClick);
     this.dgvMembershipCard.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvMembershipCard_CellMouseClick);
     this.dgvMembershipCard.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvMembershipCard_CellMouseDoubleClick);
     //
     // name
     //
     this.name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.name.DataPropertyName = "name";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
     this.name.DefaultCellStyle = dataGridViewCellStyle2;
     this.name.FillWeight = 110F;
     this.name.HeaderText = "Name";
     this.name.MinimumWidth = 50;
     this.name.Name = "name";
     this.name.ReadOnly = true;
     this.name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.name.Width = 110;
     //
     // id
     //
     this.id.DataPropertyName = "id";
     this.id.HeaderText = "ID";
     this.id.Name = "id";
     this.id.ReadOnly = true;
     this.id.Visible = false;
     //
     // creationDate
     //
     this.creationDate.DataPropertyName = "creationDate";
     this.creationDate.HeaderText = "Creation Date";
     this.creationDate.Name = "creationDate";
     this.creationDate.ReadOnly = true;
     //
     // type
     //
     this.type.DataPropertyName = "type";
     this.type.HeaderText = "Type";
     this.type.Name = "type";
     this.type.ReadOnly = true;
     //
     // code
     //
     this.code.DataPropertyName = "code";
     this.code.HeaderText = "Code";
     this.code.Name = "code";
     this.code.ReadOnly = true;
     //
     // title
     //
     this.title.DataPropertyName = "title";
     this.title.HeaderText = "Title";
     this.title.Name = "title";
     this.title.ReadOnly = true;
     //
     // description
     //
     this.description.DataPropertyName = "description";
     this.description.HeaderText = "Description";
     this.description.Name = "description";
     this.description.ReadOnly = true;
     //
     // points
     //
     this.points.DataPropertyName = "points";
     this.points.HeaderText = "Points";
     this.points.Name = "points";
     this.points.ReadOnly = true;
     //
     // discountPercent
     //
     this.discountPercent.DataPropertyName = "discountPercent";
     this.discountPercent.HeaderText = "DiscountPercent";
     this.discountPercent.Name = "discountPercent";
     this.discountPercent.ReadOnly = true;
     //
     // startDate
     //
     this.startDate.DataPropertyName = "startDate";
     this.startDate.HeaderText = "Start Date";
     this.startDate.Name = "startDate";
     this.startDate.ReadOnly = true;
     //
     // endDate
     //
     this.endDate.DataPropertyName = "endDate";
     this.endDate.HeaderText = "End Date";
     this.endDate.Name = "endDate";
     this.endDate.ReadOnly = true;
     //
     // isActive
     //
     this.isActive.DataPropertyName = "isActive";
     this.isActive.HeaderText = "IS Active";
     this.isActive.Name = "isActive";
     this.isActive.ReadOnly = true;
     //
     // BackButton
     //
     this.BackButton.BackColor = System.Drawing.Color.Transparent;
     this.BackButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BackButton.BackgroundImage")));
     this.BackButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseDown")));
     this.BackButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseUp")));
     this.BackButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.BackButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BackButton.Font = new System.Drawing.Font("Arial", 10F);
     this.BackButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.BackButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.BackButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back;
     this.BackButton.Image = ((System.Drawing.Image)(resources.GetObject("BackButton.Image")));
     this.BackButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.Location = new System.Drawing.Point(45, 452);
     this.BackButton.Name = "BackButton";
     this.BackButton.Size = new System.Drawing.Size(121, 40);
     this.BackButton.TabIndex = 5;
     this.BackButton.Text = " Back";
     this.BackButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BackButton.UseVisualStyleBackColor = false;
     this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(0, 2);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(140, 40);
     this.button1.TabIndex = 309;
     this.button1.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Black;
     this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
     this.button2.Location = new System.Drawing.Point(2, 2);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(140, 40);
     this.button2.TabIndex = 342;
     this.button2.UseVisualStyleBackColor = false;
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Black;
     this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
     this.button3.Location = new System.Drawing.Point(1, 9);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(140, 40);
     this.button3.TabIndex = 342;
     this.button3.UseVisualStyleBackColor = false;
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.Black;
     this.button4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
     this.button4.Location = new System.Drawing.Point(28, 10);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(140, 40);
     this.button4.TabIndex = 342;
     this.button4.UseVisualStyleBackColor = false;
     //
     // button5
     //
     this.button5.BackColor = System.Drawing.Color.Black;
     this.button5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button5.BackgroundImage")));
     this.button5.Location = new System.Drawing.Point(5, 6);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(140, 40);
     this.button5.TabIndex = 342;
     this.button5.UseVisualStyleBackColor = false;
     //
     // CMemberShipCardForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(802, 600);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.panel1);
     this.Name = "CMemberShipCardForm";
     this.ScreenTitle = "Customer";
     this.VisibleChanged += new System.EventHandler(this.CCustomerForm_VisibleChanged);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.button5, 0);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMembershipCard)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CUserInfoForm));
     this.label3 = new System.Windows.Forms.Label();
     this.NameTextBox = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.PasswordTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.ConfirmPassTextBox = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.InActiveRadioButton = new System.Windows.Forms.RadioButton();
     this.ActiveRadioButton = new System.Windows.Forms.RadioButton();
     this.UserTypeComboBox = new System.Windows.Forms.ComboBox();
     this.GenderComboBox = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.UnlockCheckBox = new System.Windows.Forms.CheckBox();
     this.CustomersCheckBox = new System.Windows.Forms.CheckBox();
     this.MergeCheckBox = new System.Windows.Forms.CheckBox();
     this.TillCheckBox = new System.Windows.Forms.CheckBox();
     this.TransferCheckBox = new System.Windows.Forms.CheckBox();
     this.ViewCheckBox = new System.Windows.Forms.CheckBox();
     this.VoidCheckBox = new System.Windows.Forms.CheckBox();
     this.ReviewCheckBox = new System.Windows.Forms.CheckBox();
     this.OpenDrawerCheckBox = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.UsersCheckBox = new System.Windows.Forms.CheckBox();
     this.BookingCheckBox = new System.Windows.Forms.CheckBox();
     this.DepositCheckBox = new System.Windows.Forms.CheckBox();
     this.UpdateItemCheckBox = new System.Windows.Forms.CheckBox();
     this.ExitCheckBox = new System.Windows.Forms.CheckBox();
     this.chkRemoveItems = new System.Windows.Forms.CheckBox();
     this.chkLogRegister = new System.Windows.Forms.CheckBox();
     this.chkProcessTime = new System.Windows.Forms.CheckBox();
     this.chkManageKitchenText = new System.Windows.Forms.CheckBox();
     this.chkSettings = new System.Windows.Forms.CheckBox();
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.keyboard1 = new RMSUI.keyboard();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(98, 61);
     this.label3.Name = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label3.Size = new System.Drawing.Size(39, 13);
     this.label3.TabIndex = 252;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // NameTextBox
     //
     this.NameTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.NameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NameTextBox.ForeColor = System.Drawing.Color.Black;
     this.NameTextBox.Location = new System.Drawing.Point(143, 58);
     this.NameTextBox.Name = "NameTextBox";
     this.NameTextBox.Size = new System.Drawing.Size(251, 24);
     this.NameTextBox.TabIndex = 244;
     this.NameTextBox.Click += new System.EventHandler(this.Name_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(76, 92);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(61, 13);
     this.label1.TabIndex = 264;
     this.label1.Text = "Password";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // PasswordTextBox
     //
     this.PasswordTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.PasswordTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PasswordTextBox.ForeColor = System.Drawing.Color.Black;
     this.PasswordTextBox.Location = new System.Drawing.Point(143, 85);
     this.PasswordTextBox.Name = "PasswordTextBox";
     this.PasswordTextBox.PasswordChar = '*';
     this.PasswordTextBox.Size = new System.Drawing.Size(251, 24);
     this.PasswordTextBox.TabIndex = 263;
     this.PasswordTextBox.Click += new System.EventHandler(this.Password_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(29, 121);
     this.label2.Name = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label2.Size = new System.Drawing.Size(107, 13);
     this.label2.TabIndex = 266;
     this.label2.Text = "Confirm Password";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ConfirmPassTextBox
     //
     this.ConfirmPassTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.ConfirmPassTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConfirmPassTextBox.ForeColor = System.Drawing.Color.Black;
     this.ConfirmPassTextBox.Location = new System.Drawing.Point(142, 114);
     this.ConfirmPassTextBox.Name = "ConfirmPassTextBox";
     this.ConfirmPassTextBox.PasswordChar = '*';
     this.ConfirmPassTextBox.Size = new System.Drawing.Size(251, 24);
     this.ConfirmPassTextBox.TabIndex = 265;
     this.ConfirmPassTextBox.Click += new System.EventHandler(this.ConfirmPassword_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(95, 182);
     this.label5.Name = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label5.Size = new System.Drawing.Size(43, 13);
     this.label5.TabIndex = 279;
     this.label5.Text = "Status";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // InActiveRadioButton
     //
     this.InActiveRadioButton.AutoSize = true;
     this.InActiveRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.InActiveRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InActiveRadioButton.ForeColor = System.Drawing.Color.White;
     this.InActiveRadioButton.Location = new System.Drawing.Point(209, 179);
     this.InActiveRadioButton.Name = "InActiveRadioButton";
     this.InActiveRadioButton.Size = new System.Drawing.Size(71, 17);
     this.InActiveRadioButton.TabIndex = 278;
     this.InActiveRadioButton.Text = "Inactive";
     this.InActiveRadioButton.UseVisualStyleBackColor = false;
     //
     // ActiveRadioButton
     //
     this.ActiveRadioButton.AutoSize = true;
     this.ActiveRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.ActiveRadioButton.Checked = true;
     this.ActiveRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ActiveRadioButton.ForeColor = System.Drawing.Color.White;
     this.ActiveRadioButton.Location = new System.Drawing.Point(144, 180);
     this.ActiveRadioButton.Name = "ActiveRadioButton";
     this.ActiveRadioButton.Size = new System.Drawing.Size(61, 17);
     this.ActiveRadioButton.TabIndex = 277;
     this.ActiveRadioButton.TabStop = true;
     this.ActiveRadioButton.Text = "Active";
     this.ActiveRadioButton.UseVisualStyleBackColor = false;
     //
     // UserTypeComboBox
     //
     this.UserTypeComboBox.BackColor = System.Drawing.Color.Gainsboro;
     this.UserTypeComboBox.DisplayMember = "Display";
     this.UserTypeComboBox.ForeColor = System.Drawing.Color.Black;
     this.UserTypeComboBox.FormattingEnabled = true;
     this.UserTypeComboBox.Items.AddRange(new object[] {
     "ADMIN",
     "USER",
     "WAITER",
     "MANAGEMENT",
     "SUPERVISOR",
     "FOOD_PREP",
     "SALES",
     "DELIVERY_DRIVER"});
     this.UserTypeComboBox.Location = new System.Drawing.Point(142, 152);
     this.UserTypeComboBox.Name = "UserTypeComboBox";
     this.UserTypeComboBox.Size = new System.Drawing.Size(121, 21);
     this.UserTypeComboBox.TabIndex = 280;
     this.UserTypeComboBox.ValueMember = "Value";
     //
     // GenderComboBox
     //
     this.GenderComboBox.BackColor = System.Drawing.Color.Gainsboro;
     this.GenderComboBox.DisplayMember = "Display";
     this.GenderComboBox.ForeColor = System.Drawing.Color.Black;
     this.GenderComboBox.FormattingEnabled = true;
     this.GenderComboBox.Items.AddRange(new object[] {
     "Male",
     "Female"});
     this.GenderComboBox.Location = new System.Drawing.Point(336, 152);
     this.GenderComboBox.Name = "GenderComboBox";
     this.GenderComboBox.Size = new System.Drawing.Size(121, 21);
     this.GenderComboBox.TabIndex = 281;
     this.GenderComboBox.ValueMember = "Value";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(71, 155);
     this.label4.Name = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label4.Size = new System.Drawing.Size(65, 13);
     this.label4.TabIndex = 282;
     this.label4.Text = "User Type";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(278, 152);
     this.label6.Name = "label6";
     this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label6.Size = new System.Drawing.Size(48, 13);
     this.label6.TabIndex = 283;
     this.label6.Text = "Gender";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // UnlockCheckBox
     //
     this.UnlockCheckBox.AutoSize = true;
     this.UnlockCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UnlockCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UnlockCheckBox.ForeColor = System.Drawing.Color.White;
     this.UnlockCheckBox.Location = new System.Drawing.Point(490, 154);
     this.UnlockCheckBox.Name = "UnlockCheckBox";
     this.UnlockCheckBox.Size = new System.Drawing.Size(90, 17);
     this.UnlockCheckBox.TabIndex = 292;
     this.UnlockCheckBox.Text = "Unlock Table";
     this.UnlockCheckBox.UseVisualStyleBackColor = false;
     //
     // CustomersCheckBox
     //
     this.CustomersCheckBox.AutoSize = true;
     this.CustomersCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.CustomersCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CustomersCheckBox.ForeColor = System.Drawing.Color.White;
     this.CustomersCheckBox.Location = new System.Drawing.Point(490, 242);
     this.CustomersCheckBox.Name = "CustomersCheckBox";
     this.CustomersCheckBox.Size = new System.Drawing.Size(75, 17);
     this.CustomersCheckBox.TabIndex = 291;
     this.CustomersCheckBox.Text = "Customers";
     this.CustomersCheckBox.UseVisualStyleBackColor = false;
     //
     // MergeCheckBox
     //
     this.MergeCheckBox.AutoSize = true;
     this.MergeCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.MergeCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MergeCheckBox.ForeColor = System.Drawing.Color.White;
     this.MergeCheckBox.Location = new System.Drawing.Point(490, 133);
     this.MergeCheckBox.Name = "MergeCheckBox";
     this.MergeCheckBox.Size = new System.Drawing.Size(86, 17);
     this.MergeCheckBox.TabIndex = 290;
     this.MergeCheckBox.Text = "Merge Table";
     this.MergeCheckBox.UseVisualStyleBackColor = false;
     //
     // TillCheckBox
     //
     this.TillCheckBox.AutoSize = true;
     this.TillCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.TillCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TillCheckBox.ForeColor = System.Drawing.Color.White;
     this.TillCheckBox.Location = new System.Drawing.Point(490, 221);
     this.TillCheckBox.Name = "TillCheckBox";
     this.TillCheckBox.Size = new System.Drawing.Size(88, 17);
     this.TillCheckBox.TabIndex = 289;
     this.TillCheckBox.Text = "Till Reporting";
     this.TillCheckBox.UseVisualStyleBackColor = false;
     //
     // TransferCheckBox
     //
     this.TransferCheckBox.AutoSize = true;
     this.TransferCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.TransferCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TransferCheckBox.ForeColor = System.Drawing.Color.White;
     this.TransferCheckBox.Location = new System.Drawing.Point(490, 110);
     this.TransferCheckBox.Name = "TransferCheckBox";
     this.TransferCheckBox.Size = new System.Drawing.Size(95, 17);
     this.TransferCheckBox.TabIndex = 288;
     this.TransferCheckBox.Text = "Transfer Table";
     this.TransferCheckBox.UseVisualStyleBackColor = false;
     //
     // ViewCheckBox
     //
     this.ViewCheckBox.AutoSize = true;
     this.ViewCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ViewCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ViewCheckBox.ForeColor = System.Drawing.Color.White;
     this.ViewCheckBox.Location = new System.Drawing.Point(490, 198);
     this.ViewCheckBox.Name = "ViewCheckBox";
     this.ViewCheckBox.Size = new System.Drawing.Size(84, 17);
     this.ViewCheckBox.TabIndex = 287;
     this.ViewCheckBox.Text = "View Report";
     this.ViewCheckBox.UseVisualStyleBackColor = false;
     //
     // VoidCheckBox
     //
     this.VoidCheckBox.AutoSize = true;
     this.VoidCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.VoidCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.VoidCheckBox.ForeColor = System.Drawing.Color.White;
     this.VoidCheckBox.Location = new System.Drawing.Point(490, 89);
     this.VoidCheckBox.Name = "VoidCheckBox";
     this.VoidCheckBox.Size = new System.Drawing.Size(77, 17);
     this.VoidCheckBox.TabIndex = 286;
     this.VoidCheckBox.Text = "Void Table";
     this.VoidCheckBox.UseVisualStyleBackColor = false;
     //
     // ReviewCheckBox
     //
     this.ReviewCheckBox.AutoSize = true;
     this.ReviewCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ReviewCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReviewCheckBox.ForeColor = System.Drawing.Color.White;
     this.ReviewCheckBox.Location = new System.Drawing.Point(490, 177);
     this.ReviewCheckBox.Name = "ReviewCheckBox";
     this.ReviewCheckBox.Size = new System.Drawing.Size(121, 17);
     this.ReviewCheckBox.TabIndex = 285;
     this.ReviewCheckBox.Text = "Review Transaction";
     this.ReviewCheckBox.UseVisualStyleBackColor = false;
     //
     // OpenDrawerCheckBox
     //
     this.OpenDrawerCheckBox.AutoSize = true;
     this.OpenDrawerCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.OpenDrawerCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OpenDrawerCheckBox.ForeColor = System.Drawing.Color.White;
     this.OpenDrawerCheckBox.Location = new System.Drawing.Point(490, 66);
     this.OpenDrawerCheckBox.Name = "OpenDrawerCheckBox";
     this.OpenDrawerCheckBox.Size = new System.Drawing.Size(89, 17);
     this.OpenDrawerCheckBox.TabIndex = 284;
     this.OpenDrawerCheckBox.Text = "Open Drawer";
     this.OpenDrawerCheckBox.UseVisualStyleBackColor = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(487, 50);
     this.label7.Name = "label7";
     this.label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label7.Size = new System.Drawing.Size(78, 13);
     this.label7.TabIndex = 293;
     this.label7.Text = "User Accesses";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // UsersCheckBox
     //
     this.UsersCheckBox.AutoSize = true;
     this.UsersCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UsersCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UsersCheckBox.ForeColor = System.Drawing.Color.White;
     this.UsersCheckBox.Location = new System.Drawing.Point(490, 263);
     this.UsersCheckBox.Name = "UsersCheckBox";
     this.UsersCheckBox.Size = new System.Drawing.Size(53, 17);
     this.UsersCheckBox.TabIndex = 295;
     this.UsersCheckBox.Text = "Users";
     this.UsersCheckBox.UseVisualStyleBackColor = false;
     //
     // BookingCheckBox
     //
     this.BookingCheckBox.AutoSize = true;
     this.BookingCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.BookingCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BookingCheckBox.ForeColor = System.Drawing.Color.White;
     this.BookingCheckBox.Location = new System.Drawing.Point(621, 91);
     this.BookingCheckBox.Name = "BookingCheckBox";
     this.BookingCheckBox.Size = new System.Drawing.Size(65, 17);
     this.BookingCheckBox.TabIndex = 296;
     this.BookingCheckBox.Text = "Booking";
     this.BookingCheckBox.UseVisualStyleBackColor = false;
     //
     // DepositCheckBox
     //
     this.DepositCheckBox.AutoSize = true;
     this.DepositCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.DepositCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DepositCheckBox.ForeColor = System.Drawing.Color.White;
     this.DepositCheckBox.Location = new System.Drawing.Point(621, 113);
     this.DepositCheckBox.Name = "DepositCheckBox";
     this.DepositCheckBox.Size = new System.Drawing.Size(62, 17);
     this.DepositCheckBox.TabIndex = 297;
     this.DepositCheckBox.Text = "Deposit";
     this.DepositCheckBox.UseVisualStyleBackColor = false;
     //
     // UpdateItemCheckBox
     //
     this.UpdateItemCheckBox.AutoSize = true;
     this.UpdateItemCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UpdateItemCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UpdateItemCheckBox.ForeColor = System.Drawing.Color.White;
     this.UpdateItemCheckBox.Location = new System.Drawing.Point(621, 136);
     this.UpdateItemCheckBox.Name = "UpdateItemCheckBox";
     this.UpdateItemCheckBox.Size = new System.Drawing.Size(89, 17);
     this.UpdateItemCheckBox.TabIndex = 298;
     this.UpdateItemCheckBox.Text = "Update Items";
     this.UpdateItemCheckBox.UseVisualStyleBackColor = false;
     //
     // ExitCheckBox
     //
     this.ExitCheckBox.AutoSize = true;
     this.ExitCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ExitCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ExitCheckBox.ForeColor = System.Drawing.Color.White;
     this.ExitCheckBox.Location = new System.Drawing.Point(621, 155);
     this.ExitCheckBox.Name = "ExitCheckBox";
     this.ExitCheckBox.Size = new System.Drawing.Size(70, 17);
     this.ExitCheckBox.TabIndex = 299;
     this.ExitCheckBox.Text = "Exit RMS";
     this.ExitCheckBox.UseVisualStyleBackColor = false;
     //
     // chkRemoveItems
     //
     this.chkRemoveItems.AutoSize = true;
     this.chkRemoveItems.BackColor = System.Drawing.Color.Transparent;
     this.chkRemoveItems.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkRemoveItems.ForeColor = System.Drawing.Color.White;
     this.chkRemoveItems.Location = new System.Drawing.Point(621, 178);
     this.chkRemoveItems.Name = "chkRemoveItems";
     this.chkRemoveItems.Size = new System.Drawing.Size(94, 17);
     this.chkRemoveItems.TabIndex = 300;
     this.chkRemoveItems.Text = "Remove Items";
     this.chkRemoveItems.UseVisualStyleBackColor = false;
     //
     // chkLogRegister
     //
     this.chkLogRegister.AutoSize = true;
     this.chkLogRegister.BackColor = System.Drawing.Color.Transparent;
     this.chkLogRegister.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLogRegister.ForeColor = System.Drawing.Color.White;
     this.chkLogRegister.Location = new System.Drawing.Point(621, 201);
     this.chkLogRegister.Name = "chkLogRegister";
     this.chkLogRegister.Size = new System.Drawing.Size(86, 17);
     this.chkLogRegister.TabIndex = 301;
     this.chkLogRegister.Text = "Log Register";
     this.chkLogRegister.UseVisualStyleBackColor = false;
     //
     // chkProcessTime
     //
     this.chkProcessTime.AutoSize = true;
     this.chkProcessTime.BackColor = System.Drawing.Color.Transparent;
     this.chkProcessTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkProcessTime.ForeColor = System.Drawing.Color.White;
     this.chkProcessTime.Location = new System.Drawing.Point(621, 224);
     this.chkProcessTime.Name = "chkProcessTime";
     this.chkProcessTime.Size = new System.Drawing.Size(140, 17);
     this.chkProcessTime.TabIndex = 302;
     this.chkProcessTime.Text = "Processing Deliver Time";
     this.chkProcessTime.UseVisualStyleBackColor = false;
     //
     // chkManageKitchenText
     //
     this.chkManageKitchenText.AutoSize = true;
     this.chkManageKitchenText.BackColor = System.Drawing.Color.Transparent;
     this.chkManageKitchenText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkManageKitchenText.ForeColor = System.Drawing.Color.White;
     this.chkManageKitchenText.Location = new System.Drawing.Point(621, 247);
     this.chkManageKitchenText.Name = "chkManageKitchenText";
     this.chkManageKitchenText.Size = new System.Drawing.Size(86, 17);
     this.chkManageKitchenText.TabIndex = 303;
     this.chkManageKitchenText.Text = "Kitchen Text";
     this.chkManageKitchenText.UseVisualStyleBackColor = false;
     //
     // chkSettings
     //
     this.chkSettings.AutoSize = true;
     this.chkSettings.BackColor = System.Drawing.Color.Transparent;
     this.chkSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSettings.ForeColor = System.Drawing.Color.White;
     this.chkSettings.Location = new System.Drawing.Point(621, 68);
     this.chkSettings.Name = "chkSettings";
     this.chkSettings.Size = new System.Drawing.Size(101, 17);
     this.chkSettings.TabIndex = 304;
     this.chkSettings.Text = "System Settings";
     this.chkSettings.UseVisualStyleBackColor = false;
     //
     // FinishButton
     //
     this.FinishButton.BackColor = System.Drawing.Color.Transparent;
     this.FinishButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FinishButton.BackgroundImage")));
     this.FinishButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseDown")));
     this.FinishButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseUp")));
     this.FinishButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.FinishButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.FinishButton.Font = new System.Drawing.Font("Arial", 10F);
     this.FinishButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.FinishButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.FinishButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.FinishButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.FinishButton.Location = new System.Drawing.Point(446, 547);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(121, 40);
     this.FinishButton.TabIndex = 261;
     this.FinishButton.Text = "Finished";
     this.FinishButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.FinishButton.UseVisualStyleBackColor = false;
     this.FinishButton.Click += new System.EventHandler(this.FinishButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(577, 547);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 260;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // keyboard1
     //
     this.keyboard1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.Location = new System.Drawing.Point(32, 286);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(665, 247);
     this.keyboard1.TabIndex = 305;
     this.keyboard1.textBox = null;
     //
     // CUserInfoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Black;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(800, 600);
     this.Controls.Add(this.keyboard1);
     this.Controls.Add(this.chkSettings);
     this.Controls.Add(this.chkManageKitchenText);
     this.Controls.Add(this.chkProcessTime);
     this.Controls.Add(this.chkLogRegister);
     this.Controls.Add(this.chkRemoveItems);
     this.Controls.Add(this.ExitCheckBox);
     this.Controls.Add(this.UpdateItemCheckBox);
     this.Controls.Add(this.DepositCheckBox);
     this.Controls.Add(this.BookingCheckBox);
     this.Controls.Add(this.UsersCheckBox);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.UnlockCheckBox);
     this.Controls.Add(this.CustomersCheckBox);
     this.Controls.Add(this.MergeCheckBox);
     this.Controls.Add(this.TillCheckBox);
     this.Controls.Add(this.TransferCheckBox);
     this.Controls.Add(this.ViewCheckBox);
     this.Controls.Add(this.VoidCheckBox);
     this.Controls.Add(this.ReviewCheckBox);
     this.Controls.Add(this.OpenDrawerCheckBox);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.GenderComboBox);
     this.Controls.Add(this.UserTypeComboBox);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.InActiveRadioButton);
     this.Controls.Add(this.ActiveRadioButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ConfirmPassTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.PasswordTextBox);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.NameTextBox);
     this.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Name = "CUserInfoForm";
     this.ScreenTitle = "User Information";
     this.Text = "CUserInfoForm";
     this.Load += new System.EventHandler(this.CUserInfoForm_Load);
     this.Controls.SetChildIndex(this.NameTextBox, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.PasswordTextBox, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.ConfirmPassTextBox, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.ActiveRadioButton, 0);
     this.Controls.SetChildIndex(this.InActiveRadioButton, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.UserTypeComboBox, 0);
     this.Controls.SetChildIndex(this.GenderComboBox, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.label6, 0);
     this.Controls.SetChildIndex(this.OpenDrawerCheckBox, 0);
     this.Controls.SetChildIndex(this.ReviewCheckBox, 0);
     this.Controls.SetChildIndex(this.VoidCheckBox, 0);
     this.Controls.SetChildIndex(this.ViewCheckBox, 0);
     this.Controls.SetChildIndex(this.TransferCheckBox, 0);
     this.Controls.SetChildIndex(this.TillCheckBox, 0);
     this.Controls.SetChildIndex(this.MergeCheckBox, 0);
     this.Controls.SetChildIndex(this.CustomersCheckBox, 0);
     this.Controls.SetChildIndex(this.UnlockCheckBox, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.UsersCheckBox, 0);
     this.Controls.SetChildIndex(this.BookingCheckBox, 0);
     this.Controls.SetChildIndex(this.DepositCheckBox, 0);
     this.Controls.SetChildIndex(this.UpdateItemCheckBox, 0);
     this.Controls.SetChildIndex(this.ExitCheckBox, 0);
     this.Controls.SetChildIndex(this.chkRemoveItems, 0);
     this.Controls.SetChildIndex(this.chkLogRegister, 0);
     this.Controls.SetChildIndex(this.chkProcessTime, 0);
     this.Controls.SetChildIndex(this.chkManageKitchenText, 0);
     this.Controls.SetChildIndex(this.chkSettings, 0);
     this.Controls.SetChildIndex(this.keyboard1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaiterForm));
     this.roundDailogeBox1 = new RMSUI.RoundDailogeBox();
     this.btnFixed_250 = new RMSUI.FunctionalButton();
     this.btnFixed_2 = new RMSUI.FunctionalButton();
     this.btnFixed_1 = new RMSUI.FunctionalButton();
     this.btnFixed_105 = new RMSUI.FunctionalButton();
     this.btnFixed_5 = new RMSUI.FunctionalButton();
     this.btnFixed_450 = new RMSUI.FunctionalButton();
     this.btnFixed_350 = new RMSUI.FunctionalButton();
     this.btnFixed_4 = new RMSUI.FunctionalButton();
     this.btnFixed_3 = new RMSUI.FunctionalButton();
     this.btnFixed_550 = new RMSUI.FunctionalButton();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.btnCancel = new RMSUI.FunctionalButton();
     this.SuspendLayout();
     //
     // roundDailogeBox1
     //
     this.roundDailogeBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.roundDailogeBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roundDailogeBox1.Location = new System.Drawing.Point(0, 0);
     this.roundDailogeBox1.Name = "roundDailogeBox1";
     this.roundDailogeBox1.Size = new System.Drawing.Size(408, 340);
     this.roundDailogeBox1.TabIndex = 14;
     //
     // btnFixed_250
     //
     this.btnFixed_250.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_250.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_250.BackgroundImage")));
     this.btnFixed_250.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_250.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_250.BgImageOnMouseDown")));
     this.btnFixed_250.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_250.BgImageOnMouseUp")));
     this.btnFixed_250.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_250.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_250.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_250.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_250.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_250.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_250.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_250.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_250.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_250.Location = new System.Drawing.Point(286, 198);
     this.btnFixed_250.Name = "btnFixed_250";
     this.btnFixed_250.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_250.TabIndex = 21;
     this.btnFixed_250.Text = "2.50";
     this.btnFixed_250.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_250.UseVisualStyleBackColor = false;
     this.btnFixed_250.Visible = false;
     this.btnFixed_250.Click += new System.EventHandler(this.btnFixed_250_Click);
     //
     // btnFixed_2
     //
     this.btnFixed_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_2.BackgroundImage")));
     this.btnFixed_2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_2.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_2.BgImageOnMouseDown")));
     this.btnFixed_2.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_2.BgImageOnMouseUp")));
     this.btnFixed_2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_2.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_2.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_2.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_2.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_2.Location = new System.Drawing.Point(285, 198);
     this.btnFixed_2.Name = "btnFixed_2";
     this.btnFixed_2.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_2.TabIndex = 20;
     this.btnFixed_2.Text = "2.00";
     this.btnFixed_2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_2.UseVisualStyleBackColor = false;
     this.btnFixed_2.Visible = false;
     this.btnFixed_2.Click += new System.EventHandler(this.btnFixed_2_Click);
     //
     // btnFixed_1
     //
     this.btnFixed_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_1.BackgroundImage")));
     this.btnFixed_1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_1.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_1.BgImageOnMouseDown")));
     this.btnFixed_1.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_1.BgImageOnMouseUp")));
     this.btnFixed_1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_1.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_1.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_1.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_1.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_1.Location = new System.Drawing.Point(298, 198);
     this.btnFixed_1.Name = "btnFixed_1";
     this.btnFixed_1.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_1.TabIndex = 19;
     this.btnFixed_1.Text = "1.00";
     this.btnFixed_1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_1.UseVisualStyleBackColor = false;
     this.btnFixed_1.Visible = false;
     this.btnFixed_1.Click += new System.EventHandler(this.btnFixed_1_Click);
     //
     // btnFixed_105
     //
     this.btnFixed_105.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_105.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_105.BackgroundImage")));
     this.btnFixed_105.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_105.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_105.BgImageOnMouseDown")));
     this.btnFixed_105.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_105.BgImageOnMouseUp")));
     this.btnFixed_105.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_105.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_105.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_105.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_105.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_105.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_105.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_105.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_105.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_105.Location = new System.Drawing.Point(285, 206);
     this.btnFixed_105.Name = "btnFixed_105";
     this.btnFixed_105.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_105.TabIndex = 18;
     this.btnFixed_105.Text = "1.50";
     this.btnFixed_105.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_105.UseVisualStyleBackColor = false;
     this.btnFixed_105.Visible = false;
     this.btnFixed_105.Click += new System.EventHandler(this.btnFixed_105_Click);
     //
     // btnFixed_5
     //
     this.btnFixed_5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_5.BackgroundImage")));
     this.btnFixed_5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_5.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_5.BgImageOnMouseDown")));
     this.btnFixed_5.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_5.BgImageOnMouseUp")));
     this.btnFixed_5.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_5.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_5.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_5.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_5.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_5.Location = new System.Drawing.Point(285, 194);
     this.btnFixed_5.Name = "btnFixed_5";
     this.btnFixed_5.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_5.TabIndex = 26;
     this.btnFixed_5.Text = "5.00";
     this.btnFixed_5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_5.UseVisualStyleBackColor = false;
     this.btnFixed_5.Visible = false;
     this.btnFixed_5.Click += new System.EventHandler(this.btnFixed_5_Click);
     //
     // btnFixed_450
     //
     this.btnFixed_450.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_450.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_450.BackgroundImage")));
     this.btnFixed_450.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_450.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_450.BgImageOnMouseDown")));
     this.btnFixed_450.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_450.BgImageOnMouseUp")));
     this.btnFixed_450.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_450.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_450.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_450.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_450.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_450.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_450.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_450.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_450.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_450.Location = new System.Drawing.Point(286, 198);
     this.btnFixed_450.Name = "btnFixed_450";
     this.btnFixed_450.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_450.TabIndex = 25;
     this.btnFixed_450.Text = "4.50";
     this.btnFixed_450.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_450.UseVisualStyleBackColor = false;
     this.btnFixed_450.Visible = false;
     this.btnFixed_450.Click += new System.EventHandler(this.btnFixed_450_Click);
     //
     // btnFixed_350
     //
     this.btnFixed_350.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_350.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_350.BackgroundImage")));
     this.btnFixed_350.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_350.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_350.BgImageOnMouseDown")));
     this.btnFixed_350.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_350.BgImageOnMouseUp")));
     this.btnFixed_350.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_350.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_350.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_350.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_350.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_350.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_350.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_350.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_350.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_350.Location = new System.Drawing.Point(285, 206);
     this.btnFixed_350.Name = "btnFixed_350";
     this.btnFixed_350.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_350.TabIndex = 24;
     this.btnFixed_350.Text = "3.50";
     this.btnFixed_350.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_350.UseVisualStyleBackColor = false;
     this.btnFixed_350.Visible = false;
     this.btnFixed_350.Click += new System.EventHandler(this.btnFixed_350_Click);
     //
     // btnFixed_4
     //
     this.btnFixed_4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_4.BackgroundImage")));
     this.btnFixed_4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_4.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_4.BgImageOnMouseDown")));
     this.btnFixed_4.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_4.BgImageOnMouseUp")));
     this.btnFixed_4.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_4.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_4.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_4.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_4.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnFixed_4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_4.Location = new System.Drawing.Point(286, 203);
     this.btnFixed_4.Name = "btnFixed_4";
     this.btnFixed_4.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_4.TabIndex = 23;
     this.btnFixed_4.Text = "4.00";
     this.btnFixed_4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_4.UseVisualStyleBackColor = false;
     this.btnFixed_4.Visible = false;
     this.btnFixed_4.Click += new System.EventHandler(this.btnFixed_4_Click);
     //
     // btnFixed_3
     //
     this.btnFixed_3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_3.BackgroundImage")));
     this.btnFixed_3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_3.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_3.BgImageOnMouseDown")));
     this.btnFixed_3.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_3.BgImageOnMouseUp")));
     this.btnFixed_3.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_3.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_3.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_3.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_3.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.btnFixed_3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_3.Location = new System.Drawing.Point(285, 194);
     this.btnFixed_3.Name = "btnFixed_3";
     this.btnFixed_3.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_3.TabIndex = 28;
     this.btnFixed_3.Text = "3.00";
     this.btnFixed_3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_3.UseVisualStyleBackColor = false;
     this.btnFixed_3.Visible = false;
     this.btnFixed_3.Click += new System.EventHandler(this.btnFixed_3_Click);
     //
     // btnFixed_550
     //
     this.btnFixed_550.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64)))));
     this.btnFixed_550.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFixed_550.BackgroundImage")));
     this.btnFixed_550.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFixed_550.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnFixed_550.BgImageOnMouseDown")));
     this.btnFixed_550.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnFixed_550.BgImageOnMouseUp")));
     this.btnFixed_550.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnFixed_550.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_550.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFixed_550.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFixed_550.Font = new System.Drawing.Font("Arial", 10F);
     this.btnFixed_550.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnFixed_550.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnFixed_550.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.btnFixed_550.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_550.Location = new System.Drawing.Point(285, 198);
     this.btnFixed_550.Name = "btnFixed_550";
     this.btnFixed_550.Size = new System.Drawing.Size(63, 56);
     this.btnFixed_550.TabIndex = 29;
     this.btnFixed_550.Text = "5.50";
     this.btnFixed_550.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFixed_550.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFixed_550.UseVisualStyleBackColor = false;
     this.btnFixed_550.Visible = false;
     this.btnFixed_550.Click += new System.EventHandler(this.btnFixed_550_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.BackColor = System.Drawing.Color.Silver;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(9, 9);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(388, 264);
     this.flowLayoutPanel1.TabIndex = 30;
     //
     // btnCancel
     //
     this.btnCancel.BackColor = System.Drawing.Color.Transparent;
     this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
     this.btnCancel.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnCancel.BgImageOnMouseDown")));
     this.btnCancel.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnCancel.BgImageOnMouseUp")));
     this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnCancel.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnCancel.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(124, 279);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(128, 47);
     this.btnCancel.TabIndex = 31;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // WaiterForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(408, 340);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.btnFixed_550);
     this.Controls.Add(this.btnFixed_3);
     this.Controls.Add(this.btnFixed_5);
     this.Controls.Add(this.btnFixed_450);
     this.Controls.Add(this.btnFixed_350);
     this.Controls.Add(this.btnFixed_4);
     this.Controls.Add(this.btnFixed_250);
     this.Controls.Add(this.btnFixed_2);
     this.Controls.Add(this.btnFixed_1);
     this.Controls.Add(this.btnFixed_105);
     this.Controls.Add(this.roundDailogeBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "WaiterForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Delivery Charge Amount ";
     this.Load += new System.EventHandler(this.DeliveryChargeAmountForm_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 9
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddProductItemCtl));
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.cmbFoodType = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cmbParent = new System.Windows.Forms.ComboBox();
     this.cmbCategory = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtProductName = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txtRetailPrice = new System.Windows.Forms.TextBox();
     this.lblSaveStatus = new System.Windows.Forms.Label();
     this.txtWholeSalePrice = new System.Windows.Forms.TextBox();
     this.txtLastPurchasePrice = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.rdoActive = new System.Windows.Forms.RadioButton();
     this.rdoInactive = new System.Windows.Forms.RadioButton();
     this.label11 = new System.Windows.Forms.Label();
     this.txtInitialQuantity = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.chkunstockable = new System.Windows.Forms.CheckBox();
     this.cmbSellingIn = new System.Windows.Forms.ComboBox();
     this.txtBoxBarcode = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.txtBoxUnitPerSaleUnit = new System.Windows.Forms.TextBox();
     this.lblsalesUoM = new System.Windows.Forms.Label();
     this.lblStanUoMForSalesUoM = new System.Windows.Forms.Label();
     this.panelconversionSales = new System.Windows.Forms.Panel();
     this.label20 = new System.Windows.Forms.Label();
     this.txtBoxUnitPerPurchaseUnit = new System.Windows.Forms.TextBox();
     this.lblPurchaseUoM = new System.Windows.Forms.Label();
     this.lblStanUoMForPurchaseUoM = new System.Windows.Forms.Label();
     this.panelconversionPurchase = new System.Windows.Forms.Panel();
     this.comboSupplier = new System.Windows.Forms.ComboBox();
     this.txtReorderLevel = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.chkNontaxable = new System.Windows.Forms.CheckBox();
     this.label21 = new System.Windows.Forms.Label();
     this.cmbStanUoM = new System.Windows.Forms.ComboBox();
     this.cmbSalesUoM = new System.Windows.Forms.ComboBox();
     this.cmbPurUoM = new System.Windows.Forms.ComboBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.lblReconcyle_AddStock = new System.Windows.Forms.Label();
     this.lblTotalStock = new System.Windows.Forms.Label();
     this.pnel_addStock = new System.Windows.Forms.Panel();
     this.cmbUnit = new System.Windows.Forms.ComboBox();
     this.label19 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.rdbFinished = new System.Windows.Forms.RadioButton();
     this.rdbRaw = new System.Windows.Forms.RadioButton();
     this.cmbboxVatIncluded = new System.Windows.Forms.ComboBox();
     this.lblVat = new System.Windows.Forms.Label();
     this.lblVatIncludedPrice = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.grpFinishedProductRaw = new System.Windows.Forms.GroupBox();
     this.unitLabel = new System.Windows.Forms.Label();
     this.insTypecheckBox = new System.Windows.Forms.CheckBox();
     this.cmbRawCategory2 = new System.Windows.Forms.ComboBox();
     this.btnAddFinishedtoRawProductList = new RMSUI.FunctionalButton();
     this.dgvRawProductList = new System.Windows.Forms.DataGridView();
     this.RawProductID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RawProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Qnty = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.obj = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.btnRemove = new RMSUI.FunctionalButton();
     this.cmbProductName = new System.Windows.Forms.ComboBox();
     this.label26 = new System.Windows.Forms.Label();
     this.txtRawQnty = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.cmbRawParentCategory = new System.Windows.Forms.ComboBox();
     this.cmbRawCategory1 = new System.Windows.Forms.ComboBox();
     this.label24 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label22 = new System.Windows.Forms.Label();
     this.cmbCategory1 = new System.Windows.Forms.ComboBox();
     this.txtRawProductQnty = new System.Windows.Forms.TextBox();
     this.lblRawProductQuantity = new System.Windows.Forms.Label();
     this.chkISOrderable = new System.Windows.Forms.CheckBox();
     this.btnClose = new RMSUI.FunctionalButton();
     this.btnSave = new RMSUI.FunctionalButton();
     this.btnReset = new RMSUI.FunctionalButton();
     this.btnCancel = new RMSUI.FunctionalButton();
     this.panelconversionSales.SuspendLayout();
     this.panelconversionPurchase.SuspendLayout();
     this.pnel_addStock.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.grpFinishedProductRaw.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRawProductList)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // cmbFoodType
     //
     this.cmbFoodType.BackColor = System.Drawing.Color.White;
     this.cmbFoodType.DisplayMember = "cat2_name";
     this.cmbFoodType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFoodType.ForeColor = System.Drawing.Color.Black;
     this.cmbFoodType.FormattingEnabled = true;
     this.cmbFoodType.Location = new System.Drawing.Point(114, 60);
     this.cmbFoodType.Name = "cmbFoodType";
     this.cmbFoodType.Size = new System.Drawing.Size(212, 21);
     this.cmbFoodType.TabIndex = 2;
     this.cmbFoodType.ValueMember = "cat2_id";
     this.cmbFoodType.SelectedIndexChanged += new System.EventHandler(this.cmbFoodType_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location = new System.Drawing.Point(25, 15);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(83, 13);
     this.label1.TabIndex = 6;
     this.label1.Text = "Parent Category";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label2.Location = new System.Drawing.Point(49, 63);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(58, 13);
     this.label2.TabIndex = 7;
     this.label2.Text = "Category 2";
     //
     // cmbParent
     //
     this.cmbParent.BackColor = System.Drawing.Color.White;
     this.cmbParent.DisplayMember = "Parent_Category_Name";
     this.cmbParent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbParent.ForeColor = System.Drawing.Color.Black;
     this.cmbParent.FormattingEnabled = true;
     this.cmbParent.Location = new System.Drawing.Point(114, 12);
     this.cmbParent.Name = "cmbParent";
     this.cmbParent.Size = new System.Drawing.Size(212, 21);
     this.cmbParent.TabIndex = 1;
     this.cmbParent.ValueMember = "parent_cat_id";
     this.cmbParent.SelectedIndexChanged += new System.EventHandler(this.cmbParent_SelectedIndexChanged);
     //
     // cmbCategory
     //
     this.cmbCategory.BackColor = System.Drawing.Color.White;
     this.cmbCategory.DisplayMember = "Category2_Name";
     this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCategory.ForeColor = System.Drawing.Color.Black;
     this.cmbCategory.FormattingEnabled = true;
     this.cmbCategory.Location = new System.Drawing.Point(114, 87);
     this.cmbCategory.Name = "cmbCategory";
     this.cmbCategory.Size = new System.Drawing.Size(212, 21);
     this.cmbCategory.TabIndex = 3;
     this.cmbCategory.ValueMember = "cat3_id";
     this.cmbCategory.SelectedIndexChanged += new System.EventHandler(this.cmbCategory_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label3.Location = new System.Drawing.Point(49, 90);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(58, 13);
     this.label3.TabIndex = 10;
     this.label3.Text = "Category 3";
     //
     // txtProductName
     //
     this.txtProductName.BackColor = System.Drawing.Color.White;
     this.txtProductName.ForeColor = System.Drawing.Color.Black;
     this.txtProductName.Location = new System.Drawing.Point(114, 113);
     this.txtProductName.Name = "txtProductName";
     this.txtProductName.Size = new System.Drawing.Size(212, 20);
     this.txtProductName.TabIndex = 4;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label4.Location = new System.Drawing.Point(32, 116);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(75, 13);
     this.label4.TabIndex = 12;
     this.label4.Text = "Product Name";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label6.Location = new System.Drawing.Point(7, 584);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(31, 13);
     this.label6.TabIndex = 17;
     this.label6.Text = "Price";
     this.label6.Visible = false;
     //
     // txtRetailPrice
     //
     this.txtRetailPrice.BackColor = System.Drawing.Color.White;
     this.txtRetailPrice.ForeColor = System.Drawing.Color.Black;
     this.txtRetailPrice.Location = new System.Drawing.Point(-17, 609);
     this.txtRetailPrice.Name = "txtRetailPrice";
     this.txtRetailPrice.Size = new System.Drawing.Size(69, 20);
     this.txtRetailPrice.TabIndex = 15;
     this.txtRetailPrice.Visible = false;
     this.txtRetailPrice.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRetailPrice_KeyUp);
     //
     // lblSaveStatus
     //
     this.lblSaveStatus.AutoSize = true;
     this.lblSaveStatus.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblSaveStatus.Location = new System.Drawing.Point(212, 526);
     this.lblSaveStatus.Name = "lblSaveStatus";
     this.lblSaveStatus.Size = new System.Drawing.Size(183, 13);
     this.lblSaveStatus.TabIndex = 24;
     this.lblSaveStatus.Text = "Product has been saved successfully";
     this.lblSaveStatus.Visible = false;
     //
     // txtWholeSalePrice
     //
     this.txtWholeSalePrice.BackColor = System.Drawing.Color.White;
     this.txtWholeSalePrice.ForeColor = System.Drawing.Color.Black;
     this.txtWholeSalePrice.Location = new System.Drawing.Point(58, 609);
     this.txtWholeSalePrice.Name = "txtWholeSalePrice";
     this.txtWholeSalePrice.Size = new System.Drawing.Size(78, 20);
     this.txtWholeSalePrice.TabIndex = 16;
     this.txtWholeSalePrice.Visible = false;
     this.txtWholeSalePrice.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtWholeSalePrice_KeyUp);
     //
     // txtLastPurchasePrice
     //
     this.txtLastPurchasePrice.BackColor = System.Drawing.Color.White;
     this.txtLastPurchasePrice.ForeColor = System.Drawing.Color.Black;
     this.txtLastPurchasePrice.Location = new System.Drawing.Point(44, 609);
     this.txtLastPurchasePrice.Name = "txtLastPurchasePrice";
     this.txtLastPurchasePrice.Size = new System.Drawing.Size(96, 20);
     this.txtLastPurchasePrice.TabIndex = 17;
     this.txtLastPurchasePrice.Visible = false;
     this.txtLastPurchasePrice.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtLastPurchasePrice_KeyUp);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label7.Location = new System.Drawing.Point(-23, 632);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(34, 13);
     this.label7.TabIndex = 27;
     this.label7.Text = "Retail";
     this.label7.Visible = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label8.Location = new System.Drawing.Point(25, 632);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(59, 13);
     this.label8.TabIndex = 28;
     this.label8.Text = "WholeSale";
     this.label8.Visible = false;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label9.Location = new System.Drawing.Point(55, 632);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(75, 13);
     this.label9.TabIndex = 29;
     this.label9.Text = "Last Purchase";
     this.label9.Visible = false;
     //
     // txtDescription
     //
     this.txtDescription.BackColor = System.Drawing.Color.White;
     this.txtDescription.ForeColor = System.Drawing.Color.Black;
     this.txtDescription.Location = new System.Drawing.Point(113, 139);
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(212, 52);
     this.txtDescription.TabIndex = 21;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label10.Location = new System.Drawing.Point(30, 309);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(77, 13);
     this.label10.TabIndex = 31;
     this.label10.Text = "Product Status";
     //
     // rdoActive
     //
     this.rdoActive.AutoSize = true;
     this.rdoActive.BackColor = System.Drawing.Color.Transparent;
     this.rdoActive.Checked = true;
     this.rdoActive.ForeColor = System.Drawing.Color.White;
     this.rdoActive.Location = new System.Drawing.Point(18, 5);
     this.rdoActive.Name = "rdoActive";
     this.rdoActive.Size = new System.Drawing.Size(55, 17);
     this.rdoActive.TabIndex = 22;
     this.rdoActive.TabStop = true;
     this.rdoActive.Text = "Active";
     this.rdoActive.UseVisualStyleBackColor = false;
     //
     // rdoInactive
     //
     this.rdoInactive.AutoSize = true;
     this.rdoInactive.BackColor = System.Drawing.Color.Transparent;
     this.rdoInactive.ForeColor = System.Drawing.Color.White;
     this.rdoInactive.Location = new System.Drawing.Point(115, 5);
     this.rdoInactive.Name = "rdoInactive";
     this.rdoInactive.Size = new System.Drawing.Size(67, 17);
     this.rdoInactive.TabIndex = 23;
     this.rdoInactive.Text = "In Active";
     this.rdoInactive.UseVisualStyleBackColor = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label11.Location = new System.Drawing.Point(47, 140);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(60, 13);
     this.label11.TabIndex = 34;
     this.label11.Text = "Description";
     //
     // txtInitialQuantity
     //
     this.txtInitialQuantity.BackColor = System.Drawing.Color.White;
     this.txtInitialQuantity.ForeColor = System.Drawing.Color.Black;
     this.txtInitialQuantity.Location = new System.Drawing.Point(114, 211);
     this.txtInitialQuantity.Name = "txtInitialQuantity";
     this.txtInitialQuantity.Size = new System.Drawing.Size(86, 20);
     this.txtInitialQuantity.TabIndex = 6;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.ForeColor = System.Drawing.Color.White;
     this.label12.Location = new System.Drawing.Point(30, 213);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(77, 13);
     this.label12.TabIndex = 36;
     this.label12.Text = "Stock Quantity";
     //
     // chkunstockable
     //
     this.chkunstockable.AutoSize = true;
     this.chkunstockable.ForeColor = System.Drawing.Color.White;
     this.chkunstockable.Location = new System.Drawing.Point(241, 215);
     this.chkunstockable.Name = "chkunstockable";
     this.chkunstockable.Size = new System.Drawing.Size(86, 17);
     this.chkunstockable.TabIndex = 7;
     this.chkunstockable.Text = "Unstockable";
     this.chkunstockable.UseVisualStyleBackColor = true;
     this.chkunstockable.CheckedChanged += new System.EventHandler(this.chkUnlimited_CheckedChanged);
     //
     // cmbSellingIn
     //
     this.cmbSellingIn.BackColor = System.Drawing.Color.White;
     this.cmbSellingIn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSellingIn.ForeColor = System.Drawing.Color.Black;
     this.cmbSellingIn.FormattingEnabled = true;
     this.cmbSellingIn.Items.AddRange(new object[] {
     "Per Piece",
     "Per Weight"});
     this.cmbSellingIn.Location = new System.Drawing.Point(29, 584);
     this.cmbSellingIn.Name = "cmbSellingIn";
     this.cmbSellingIn.Size = new System.Drawing.Size(114, 21);
     this.cmbSellingIn.TabIndex = 9;
     this.cmbSellingIn.Visible = false;
     //
     // txtBoxBarcode
     //
     this.txtBoxBarcode.BackColor = System.Drawing.Color.White;
     this.txtBoxBarcode.ForeColor = System.Drawing.Color.Black;
     this.txtBoxBarcode.Location = new System.Drawing.Point(36, 587);
     this.txtBoxBarcode.Name = "txtBoxBarcode";
     this.txtBoxBarcode.Size = new System.Drawing.Size(104, 20);
     this.txtBoxBarcode.TabIndex = 5;
     this.txtBoxBarcode.Visible = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label5.Location = new System.Drawing.Point(-17, 588);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(47, 13);
     this.label5.TabIndex = 40;
     this.label5.Text = "Barcode";
     this.label5.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(20, 580);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(76, 13);
     this.label13.TabIndex = 42;
     this.label13.Text = "Standard UoM";
     this.label13.Visible = false;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(35, 606);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(59, 13);
     this.label14.TabIndex = 43;
     this.label14.Text = "Sales UoM";
     this.label14.Visible = false;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(17, 632);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(78, 13);
     this.label15.TabIndex = 46;
     this.label15.Text = "Purchase UoM";
     this.label15.Visible = false;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label16.Location = new System.Drawing.Point(11, 6);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(177, 13);
     this.label16.TabIndex = 44;
     this.label16.Text = "Conversion :     1                            =";
     this.label16.Visible = false;
     //
     // txtBoxUnitPerSaleUnit
     //
     this.txtBoxUnitPerSaleUnit.BackColor = System.Drawing.Color.White;
     this.txtBoxUnitPerSaleUnit.ForeColor = System.Drawing.Color.Black;
     this.txtBoxUnitPerSaleUnit.Location = new System.Drawing.Point(194, 2);
     this.txtBoxUnitPerSaleUnit.Name = "txtBoxUnitPerSaleUnit";
     this.txtBoxUnitPerSaleUnit.Size = new System.Drawing.Size(46, 20);
     this.txtBoxUnitPerSaleUnit.TabIndex = 12;
     this.txtBoxUnitPerSaleUnit.Text = "1";
     //
     // lblsalesUoM
     //
     this.lblsalesUoM.AutoSize = true;
     this.lblsalesUoM.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblsalesUoM.Location = new System.Drawing.Point(87, 6);
     this.lblsalesUoM.Name = "lblsalesUoM";
     this.lblsalesUoM.Size = new System.Drawing.Size(23, 13);
     this.lblsalesUoM.TabIndex = 47;
     this.lblsalesUoM.Text = "lbl1";
     //
     // lblStanUoMForSalesUoM
     //
     this.lblStanUoMForSalesUoM.AutoSize = true;
     this.lblStanUoMForSalesUoM.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblStanUoMForSalesUoM.Location = new System.Drawing.Point(246, 6);
     this.lblStanUoMForSalesUoM.Name = "lblStanUoMForSalesUoM";
     this.lblStanUoMForSalesUoM.Size = new System.Drawing.Size(53, 13);
     this.lblStanUoMForSalesUoM.TabIndex = 48;
     this.lblStanUoMForSalesUoM.Text = "lblSUoM1";
     this.lblStanUoMForSalesUoM.Visible = false;
     //
     // panelconversionSales
     //
     this.panelconversionSales.Controls.Add(this.lblStanUoMForSalesUoM);
     this.panelconversionSales.Controls.Add(this.lblsalesUoM);
     this.panelconversionSales.Controls.Add(this.txtBoxUnitPerSaleUnit);
     this.panelconversionSales.Controls.Add(this.label16);
     this.panelconversionSales.Location = new System.Drawing.Point(13, 587);
     this.panelconversionSales.Name = "panelconversionSales";
     this.panelconversionSales.Size = new System.Drawing.Size(44, 24);
     this.panelconversionSales.TabIndex = 47;
     this.panelconversionSales.Visible = false;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label20.Location = new System.Drawing.Point(11, 6);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(177, 13);
     this.label20.TabIndex = 44;
     this.label20.Text = "Conversion :     1                            =";
     this.label20.Visible = false;
     //
     // txtBoxUnitPerPurchaseUnit
     //
     this.txtBoxUnitPerPurchaseUnit.BackColor = System.Drawing.Color.White;
     this.txtBoxUnitPerPurchaseUnit.ForeColor = System.Drawing.Color.Black;
     this.txtBoxUnitPerPurchaseUnit.Location = new System.Drawing.Point(194, 2);
     this.txtBoxUnitPerPurchaseUnit.Name = "txtBoxUnitPerPurchaseUnit";
     this.txtBoxUnitPerPurchaseUnit.Size = new System.Drawing.Size(46, 20);
     this.txtBoxUnitPerPurchaseUnit.TabIndex = 14;
     this.txtBoxUnitPerPurchaseUnit.Text = "1";
     //
     // lblPurchaseUoM
     //
     this.lblPurchaseUoM.AutoSize = true;
     this.lblPurchaseUoM.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblPurchaseUoM.Location = new System.Drawing.Point(87, 6);
     this.lblPurchaseUoM.Name = "lblPurchaseUoM";
     this.lblPurchaseUoM.Size = new System.Drawing.Size(23, 13);
     this.lblPurchaseUoM.TabIndex = 47;
     this.lblPurchaseUoM.Text = "lbl2";
     //
     // lblStanUoMForPurchaseUoM
     //
     this.lblStanUoMForPurchaseUoM.AutoSize = true;
     this.lblStanUoMForPurchaseUoM.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblStanUoMForPurchaseUoM.Location = new System.Drawing.Point(246, 6);
     this.lblStanUoMForPurchaseUoM.Name = "lblStanUoMForPurchaseUoM";
     this.lblStanUoMForPurchaseUoM.Size = new System.Drawing.Size(53, 13);
     this.lblStanUoMForPurchaseUoM.TabIndex = 48;
     this.lblStanUoMForPurchaseUoM.Text = "lblSUoM2";
     //
     // panelconversionPurchase
     //
     this.panelconversionPurchase.Controls.Add(this.lblStanUoMForPurchaseUoM);
     this.panelconversionPurchase.Controls.Add(this.lblPurchaseUoM);
     this.panelconversionPurchase.Controls.Add(this.txtBoxUnitPerPurchaseUnit);
     this.panelconversionPurchase.Controls.Add(this.label20);
     this.panelconversionPurchase.Location = new System.Drawing.Point(13, 615);
     this.panelconversionPurchase.Name = "panelconversionPurchase";
     this.panelconversionPurchase.Size = new System.Drawing.Size(44, 24);
     this.panelconversionPurchase.TabIndex = 48;
     this.panelconversionPurchase.Visible = false;
     //
     // comboSupplier
     //
     this.comboSupplier.BackColor = System.Drawing.Color.White;
     this.comboSupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSupplier.ForeColor = System.Drawing.Color.Black;
     this.comboSupplier.FormattingEnabled = true;
     this.comboSupplier.Items.AddRange(new object[] {
     "Supplier 1"});
     this.comboSupplier.Location = new System.Drawing.Point(48, 633);
     this.comboSupplier.Name = "comboSupplier";
     this.comboSupplier.Size = new System.Drawing.Size(96, 21);
     this.comboSupplier.TabIndex = 18;
     this.comboSupplier.Visible = false;
     //
     // txtReorderLevel
     //
     this.txtReorderLevel.BackColor = System.Drawing.Color.White;
     this.txtReorderLevel.ForeColor = System.Drawing.Color.Black;
     this.txtReorderLevel.Location = new System.Drawing.Point(114, 240);
     this.txtReorderLevel.Name = "txtReorderLevel";
     this.txtReorderLevel.Size = new System.Drawing.Size(45, 20);
     this.txtReorderLevel.TabIndex = 8;
     this.txtReorderLevel.Text = "10";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(33, 243);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(74, 13);
     this.label17.TabIndex = 51;
     this.label17.Text = "Reorder Level";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label18.Location = new System.Drawing.Point(46, 617);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(76, 13);
     this.label18.TabIndex = 52;
     this.label18.Text = "Suppiler Name";
     this.label18.Visible = false;
     //
     // chkNontaxable
     //
     this.chkNontaxable.AutoSize = true;
     this.chkNontaxable.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.chkNontaxable.Location = new System.Drawing.Point(-65, 42);
     this.chkNontaxable.Name = "chkNontaxable";
     this.chkNontaxable.Size = new System.Drawing.Size(87, 17);
     this.chkNontaxable.TabIndex = 19;
     this.chkNontaxable.Text = "Non Taxable";
     this.chkNontaxable.UseVisualStyleBackColor = true;
     this.chkNontaxable.Visible = false;
     this.chkNontaxable.CheckedChanged += new System.EventHandler(this.chkNontaxable_CheckedChanged);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(15, 0);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(61, 13);
     this.label21.TabIndex = 54;
     this.label21.Text = "Selling type";
     this.label21.Visible = false;
     //
     // cmbStanUoM
     //
     this.cmbStanUoM.BackColor = System.Drawing.Color.White;
     this.cmbStanUoM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStanUoM.ForeColor = System.Drawing.Color.Black;
     this.cmbStanUoM.FormattingEnabled = true;
     this.cmbStanUoM.Location = new System.Drawing.Point(28, 587);
     this.cmbStanUoM.Name = "cmbStanUoM";
     this.cmbStanUoM.Size = new System.Drawing.Size(115, 21);
     this.cmbStanUoM.TabIndex = 10;
     this.cmbStanUoM.Visible = false;
     this.cmbStanUoM.SelectedIndexChanged += new System.EventHandler(this.cmbStanUoM_SelectedIndexChanged);
     //
     // cmbSalesUoM
     //
     this.cmbSalesUoM.BackColor = System.Drawing.Color.White;
     this.cmbSalesUoM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSalesUoM.ForeColor = System.Drawing.Color.Black;
     this.cmbSalesUoM.FormattingEnabled = true;
     this.cmbSalesUoM.Location = new System.Drawing.Point(23, 609);
     this.cmbSalesUoM.Name = "cmbSalesUoM";
     this.cmbSalesUoM.Size = new System.Drawing.Size(115, 21);
     this.cmbSalesUoM.TabIndex = 11;
     this.cmbSalesUoM.Visible = false;
     this.cmbSalesUoM.SelectedIndexChanged += new System.EventHandler(this.cmbSalesUoM_SelectedIndexChanged);
     //
     // cmbPurUoM
     //
     this.cmbPurUoM.BackColor = System.Drawing.Color.White;
     this.cmbPurUoM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPurUoM.ForeColor = System.Drawing.Color.Black;
     this.cmbPurUoM.FormattingEnabled = true;
     this.cmbPurUoM.Location = new System.Drawing.Point(15, 634);
     this.cmbPurUoM.Name = "cmbPurUoM";
     this.cmbPurUoM.Size = new System.Drawing.Size(115, 21);
     this.cmbPurUoM.TabIndex = 13;
     this.cmbPurUoM.Visible = false;
     this.cmbPurUoM.SelectedIndexChanged += new System.EventHandler(this.cmbPurUoM_SelectedIndexChanged);
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.White;
     this.textBox1.ForeColor = System.Drawing.Color.Black;
     this.textBox1.Location = new System.Drawing.Point(101, 7);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(86, 20);
     this.textBox1.TabIndex = 55;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
     //
     // lblReconcyle_AddStock
     //
     this.lblReconcyle_AddStock.AutoSize = true;
     this.lblReconcyle_AddStock.ForeColor = System.Drawing.Color.White;
     this.lblReconcyle_AddStock.Location = new System.Drawing.Point(10, 10);
     this.lblReconcyle_AddStock.Name = "lblReconcyle_AddStock";
     this.lblReconcyle_AddStock.Size = new System.Drawing.Size(57, 13);
     this.lblReconcyle_AddStock.TabIndex = 56;
     this.lblReconcyle_AddStock.Text = "Add Stock";
     //
     // lblTotalStock
     //
     this.lblTotalStock.AutoSize = true;
     this.lblTotalStock.ForeColor = System.Drawing.Color.White;
     this.lblTotalStock.Location = new System.Drawing.Point(248, 9);
     this.lblTotalStock.Name = "lblTotalStock";
     this.lblTotalStock.Size = new System.Drawing.Size(65, 13);
     this.lblTotalStock.TabIndex = 57;
     this.lblTotalStock.Text = "Total Stock ";
     //
     // pnel_addStock
     //
     this.pnel_addStock.Controls.Add(this.cmbUnit);
     this.pnel_addStock.Controls.Add(this.lblTotalStock);
     this.pnel_addStock.Controls.Add(this.textBox1);
     this.pnel_addStock.Controls.Add(this.lblReconcyle_AddStock);
     this.pnel_addStock.Controls.Add(this.label19);
     this.pnel_addStock.Controls.Add(this.panel1);
     this.pnel_addStock.Location = new System.Drawing.Point(29, 459);
     this.pnel_addStock.Name = "pnel_addStock";
     this.pnel_addStock.Size = new System.Drawing.Size(366, 64);
     this.pnel_addStock.TabIndex = 58;
     //
     // cmbUnit
     //
     this.cmbUnit.FormattingEnabled = true;
     this.cmbUnit.Items.AddRange(new object[] {
     "Piece",
     "Pound",
     "Ltr",
     "Gm",
     "Pac",
     "Glass",
     "ml",
     "Plate",
     "Cup",
     "Tin",
     "500 mg",
     "1.5 Ltr",
     "Can",
     "250 ml",
     "Box",
     "Pot",
     "Pcs",
     "Kg",
     "Dozen"});
     this.cmbUnit.Location = new System.Drawing.Point(186, 6);
     this.cmbUnit.Name = "cmbUnit";
     this.cmbUnit.Size = new System.Drawing.Size(56, 21);
     this.cmbUnit.TabIndex = 67;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label19.Location = new System.Drawing.Point(5, 30);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(71, 13);
     this.label19.TabIndex = 65;
     this.label19.Text = "Product Type";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.rdbFinished);
     this.panel1.Controls.Add(this.rdbRaw);
     this.panel1.Location = new System.Drawing.Point(101, 30);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(211, 28);
     this.panel1.TabIndex = 66;
     //
     // rdbFinished
     //
     this.rdbFinished.AutoSize = true;
     this.rdbFinished.BackColor = System.Drawing.Color.Transparent;
     this.rdbFinished.ForeColor = System.Drawing.Color.White;
     this.rdbFinished.Location = new System.Drawing.Point(118, 8);
     this.rdbFinished.Name = "rdbFinished";
     this.rdbFinished.Size = new System.Drawing.Size(64, 17);
     this.rdbFinished.TabIndex = 64;
     this.rdbFinished.Text = "Finished";
     this.rdbFinished.UseVisualStyleBackColor = false;
     this.rdbFinished.CheckedChanged += new System.EventHandler(this.rdbFinished_CheckedChanged);
     //
     // rdbRaw
     //
     this.rdbRaw.AutoSize = true;
     this.rdbRaw.BackColor = System.Drawing.Color.Transparent;
     this.rdbRaw.ForeColor = System.Drawing.Color.White;
     this.rdbRaw.Location = new System.Drawing.Point(3, 8);
     this.rdbRaw.Name = "rdbRaw";
     this.rdbRaw.Size = new System.Drawing.Size(87, 17);
     this.rdbRaw.TabIndex = 63;
     this.rdbRaw.Text = "Raw Material";
     this.rdbRaw.UseVisualStyleBackColor = false;
     this.rdbRaw.CheckedChanged += new System.EventHandler(this.rdbRaw_CheckedChanged);
     //
     // cmbboxVatIncluded
     //
     this.cmbboxVatIncluded.FormattingEnabled = true;
     this.cmbboxVatIncluded.Items.AddRange(new object[] {
     "Included",
     "Excluded"});
     this.cmbboxVatIncluded.Location = new System.Drawing.Point(45, 39);
     this.cmbboxVatIncluded.Name = "cmbboxVatIncluded";
     this.cmbboxVatIncluded.Size = new System.Drawing.Size(77, 21);
     this.cmbboxVatIncluded.TabIndex = 59;
     this.cmbboxVatIncluded.Visible = false;
     this.cmbboxVatIncluded.SelectedIndexChanged += new System.EventHandler(this.cmbboxVatIncluded_SelectedIndexChanged);
     //
     // lblVat
     //
     this.lblVat.AutoSize = true;
     this.lblVat.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblVat.Location = new System.Drawing.Point(40, 43);
     this.lblVat.Name = "lblVat";
     this.lblVat.Size = new System.Drawing.Size(23, 13);
     this.lblVat.TabIndex = 60;
     this.lblVat.Text = "Vat";
     this.lblVat.Visible = false;
     //
     // lblVatIncludedPrice
     //
     this.lblVatIncludedPrice.AutoSize = true;
     this.lblVatIncludedPrice.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblVatIncludedPrice.Location = new System.Drawing.Point(6, 16);
     this.lblVatIncludedPrice.Name = "lblVatIncludedPrice";
     this.lblVatIncludedPrice.Size = new System.Drawing.Size(94, 13);
     this.lblVatIncludedPrice.TabIndex = 61;
     this.lblVatIncludedPrice.Text = "Vat Included Price";
     this.lblVatIncludedPrice.Visible = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblVatIncludedPrice);
     this.groupBox1.Controls.Add(this.lblVat);
     this.groupBox1.Controls.Add(this.cmbboxVatIncluded);
     this.groupBox1.Controls.Add(this.chkNontaxable);
     this.groupBox1.Controls.Add(this.label21);
     this.groupBox1.Location = new System.Drawing.Point(5, 581);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(139, 100);
     this.groupBox1.TabIndex = 62;
     this.groupBox1.TabStop = false;
     this.groupBox1.Visible = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.rdoActive);
     this.panel2.Controls.Add(this.rdoInactive);
     this.panel2.Location = new System.Drawing.Point(113, 306);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(214, 26);
     this.panel2.TabIndex = 67;
     //
     // grpFinishedProductRaw
     //
     this.grpFinishedProductRaw.Controls.Add(this.unitLabel);
     this.grpFinishedProductRaw.Controls.Add(this.insTypecheckBox);
     this.grpFinishedProductRaw.Controls.Add(this.cmbRawCategory2);
     this.grpFinishedProductRaw.Controls.Add(this.btnAddFinishedtoRawProductList);
     this.grpFinishedProductRaw.Controls.Add(this.dgvRawProductList);
     this.grpFinishedProductRaw.Controls.Add(this.btnRemove);
     this.grpFinishedProductRaw.Controls.Add(this.cmbProductName);
     this.grpFinishedProductRaw.Controls.Add(this.label26);
     this.grpFinishedProductRaw.Controls.Add(this.txtRawQnty);
     this.grpFinishedProductRaw.Controls.Add(this.label25);
     this.grpFinishedProductRaw.Controls.Add(this.label27);
     this.grpFinishedProductRaw.Location = new System.Drawing.Point(409, 39);
     this.grpFinishedProductRaw.Name = "grpFinishedProductRaw";
     this.grpFinishedProductRaw.Size = new System.Drawing.Size(440, 463);
     this.grpFinishedProductRaw.TabIndex = 83;
     this.grpFinishedProductRaw.TabStop = false;
     this.grpFinishedProductRaw.Text = "Finished Product for Raw List";
     //
     // unitLabel
     //
     this.unitLabel.AutoSize = true;
     this.unitLabel.Location = new System.Drawing.Point(274, 99);
     this.unitLabel.Name = "unitLabel";
     this.unitLabel.Size = new System.Drawing.Size(41, 13);
     this.unitLabel.TabIndex = 86;
     this.unitLabel.Text = "label28";
     //
     // insTypecheckBox
     //
     this.insTypecheckBox.AutoSize = true;
     this.insTypecheckBox.Location = new System.Drawing.Point(360, 99);
     this.insTypecheckBox.Name = "insTypecheckBox";
     this.insTypecheckBox.Size = new System.Drawing.Size(70, 17);
     this.insTypecheckBox.TabIndex = 85;
     this.insTypecheckBox.Text = "Ins. Type";
     this.insTypecheckBox.UseVisualStyleBackColor = true;
     //
     // cmbRawCategory2
     //
     this.cmbRawCategory2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRawCategory2.FormattingEnabled = true;
     this.cmbRawCategory2.Location = new System.Drawing.Point(172, 39);
     this.cmbRawCategory2.Name = "cmbRawCategory2";
     this.cmbRawCategory2.Size = new System.Drawing.Size(212, 21);
     this.cmbRawCategory2.TabIndex = 83;
     this.cmbRawCategory2.SelectedIndexChanged += new System.EventHandler(this.cmbRawCategory2_SelectedIndexChanged);
     //
     // btnAddFinishedtoRawProductList
     //
     this.btnAddFinishedtoRawProductList.BackColor = System.Drawing.Color.Transparent;
     this.btnAddFinishedtoRawProductList.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddFinishedtoRawProductList.BackgroundImage")));
     this.btnAddFinishedtoRawProductList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnAddFinishedtoRawProductList.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnAddFinishedtoRawProductList.BgImageOnMouseDown")));
     this.btnAddFinishedtoRawProductList.BgImageOnMouseUp = null;
     this.btnAddFinishedtoRawProductList.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnAddFinishedtoRawProductList.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnAddFinishedtoRawProductList.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnAddFinishedtoRawProductList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAddFinishedtoRawProductList.Font = new System.Drawing.Font("Arial", 10F);
     this.btnAddFinishedtoRawProductList.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnAddFinishedtoRawProductList.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnAddFinishedtoRawProductList.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnAddFinishedtoRawProductList.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAddFinishedtoRawProductList.Location = new System.Drawing.Point(133, 132);
     this.btnAddFinishedtoRawProductList.Name = "btnAddFinishedtoRawProductList";
     this.btnAddFinishedtoRawProductList.Size = new System.Drawing.Size(100, 35);
     this.btnAddFinishedtoRawProductList.TabIndex = 81;
     this.btnAddFinishedtoRawProductList.Text = "Add";
     this.btnAddFinishedtoRawProductList.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddFinishedtoRawProductList.UseVisualStyleBackColor = false;
     this.btnAddFinishedtoRawProductList.Click += new System.EventHandler(this.btnAddFinishedtoRawProductList_Click);
     //
     // dgvRawProductList
     //
     this.dgvRawProductList.AllowUserToAddRows = false;
     this.dgvRawProductList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRawProductList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.RawProductID,
     this.RawProductName,
     this.Qnty,
     this.obj,
     this.Column1});
     this.dgvRawProductList.Location = new System.Drawing.Point(10, 192);
     this.dgvRawProductList.Name = "dgvRawProductList";
     this.dgvRawProductList.RowHeadersVisible = false;
     this.dgvRawProductList.Size = new System.Drawing.Size(420, 238);
     this.dgvRawProductList.TabIndex = 68;
     this.dgvRawProductList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRawProductList_CellContentClick);
     this.dgvRawProductList.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvRawProductList_CellMouseClick);
     //
     // RawProductID
     //
     this.RawProductID.DataPropertyName = "RawProductID";
     this.RawProductID.HeaderText = "Product ID";
     this.RawProductID.Name = "RawProductID";
     this.RawProductID.Width = 90;
     //
     // RawProductName
     //
     this.RawProductName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.RawProductName.DataPropertyName = "RawProductName";
     this.RawProductName.FillWeight = 29.05983F;
     this.RawProductName.HeaderText = "Name";
     this.RawProductName.Name = "RawProductName";
     //
     // Qnty
     //
     this.Qnty.DataPropertyName = "Qnty";
     this.Qnty.FillWeight = 170.9402F;
     this.Qnty.HeaderText = "Quantity";
     this.Qnty.Name = "Qnty";
     //
     // obj
     //
     this.obj.DataPropertyName = "obj";
     this.obj.HeaderText = "obj";
     this.obj.Name = "obj";
     this.obj.Visible = false;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "InsType";
     this.Column1.HeaderText = "Ins. Type";
     this.Column1.Name = "Column1";
     this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // btnRemove
     //
     this.btnRemove.BackColor = System.Drawing.Color.Transparent;
     this.btnRemove.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRemove.BackgroundImage")));
     this.btnRemove.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnRemove.BgImageOnMouseDown = null;
     this.btnRemove.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnRemove.BgImageOnMouseUp")));
     this.btnRemove.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnRemove.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnRemove.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnRemove.Font = new System.Drawing.Font("Arial", 10F);
     this.btnRemove.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnRemove.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnRemove.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnRemove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnRemove.Location = new System.Drawing.Point(18, 132);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(100, 35);
     this.btnRemove.TabIndex = 82;
     this.btnRemove.Text = "Remove";
     this.btnRemove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnRemove.UseVisualStyleBackColor = false;
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // cmbProductName
     //
     this.cmbProductName.BackColor = System.Drawing.Color.White;
     this.cmbProductName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbProductName.ForeColor = System.Drawing.Color.Black;
     this.cmbProductName.FormattingEnabled = true;
     this.cmbProductName.Location = new System.Drawing.Point(172, 65);
     this.cmbProductName.Name = "cmbProductName";
     this.cmbProductName.Size = new System.Drawing.Size(212, 21);
     this.cmbProductName.TabIndex = 80;
     this.cmbProductName.SelectedIndexChanged += new System.EventHandler(this.cmbProductName_SelectedIndexChanged);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label26.Location = new System.Drawing.Point(90, 67);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(75, 13);
     this.label26.TabIndex = 77;
     this.label26.Text = "Product Name";
     //
     // txtRawQnty
     //
     this.txtRawQnty.BackColor = System.Drawing.Color.White;
     this.txtRawQnty.ForeColor = System.Drawing.Color.Black;
     this.txtRawQnty.Location = new System.Drawing.Point(172, 96);
     this.txtRawQnty.Name = "txtRawQnty";
     this.txtRawQnty.Size = new System.Drawing.Size(79, 20);
     this.txtRawQnty.TabIndex = 78;
     this.txtRawQnty.Text = "1";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label25.Location = new System.Drawing.Point(107, 41);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(58, 13);
     this.label25.TabIndex = 76;
     this.label25.Text = "Category 2";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label27.Location = new System.Drawing.Point(80, 99);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(86, 13);
     this.label27.TabIndex = 79;
     this.label27.Text = "Product Quantity";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label23.Location = new System.Drawing.Point(470, 0);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(83, 13);
     this.label23.TabIndex = 74;
     this.label23.Text = "Parent Category";
     this.label23.Visible = false;
     //
     // cmbRawParentCategory
     //
     this.cmbRawParentCategory.BackColor = System.Drawing.Color.White;
     this.cmbRawParentCategory.DisplayMember = "Parent_Category_Name";
     this.cmbRawParentCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRawParentCategory.ForeColor = System.Drawing.Color.Black;
     this.cmbRawParentCategory.FormattingEnabled = true;
     this.cmbRawParentCategory.Location = new System.Drawing.Point(560, -3);
     this.cmbRawParentCategory.Name = "cmbRawParentCategory";
     this.cmbRawParentCategory.Size = new System.Drawing.Size(212, 21);
     this.cmbRawParentCategory.TabIndex = 70;
     this.cmbRawParentCategory.ValueMember = "parent_cat_id";
     this.cmbRawParentCategory.Visible = false;
     //
     // cmbRawCategory1
     //
     this.cmbRawCategory1.BackColor = System.Drawing.Color.White;
     this.cmbRawCategory1.DisplayMember = "cat1_name";
     this.cmbRawCategory1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRawCategory1.ForeColor = System.Drawing.Color.Black;
     this.cmbRawCategory1.FormattingEnabled = true;
     this.cmbRawCategory1.Location = new System.Drawing.Point(560, 24);
     this.cmbRawCategory1.Name = "cmbRawCategory1";
     this.cmbRawCategory1.Size = new System.Drawing.Size(212, 21);
     this.cmbRawCategory1.TabIndex = 71;
     this.cmbRawCategory1.ValueMember = "cat1_id";
     this.cmbRawCategory1.Visible = false;
     this.cmbRawCategory1.SelectedIndexChanged += new System.EventHandler(this.cmbRawCategory2_SelectedIndexChanged);
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label24.Location = new System.Drawing.Point(495, 27);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(58, 13);
     this.label24.TabIndex = 75;
     this.label24.Text = "Category 1";
     this.label24.Visible = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label22);
     this.groupBox2.Controls.Add(this.cmbCategory1);
     this.groupBox2.Controls.Add(this.txtRawProductQnty);
     this.groupBox2.Controls.Add(this.lblRawProductQuantity);
     this.groupBox2.Controls.Add(this.chkISOrderable);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.panel2);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.txtDescription);
     this.groupBox2.Controls.Add(this.txtInitialQuantity);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.chkunstockable);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.txtReorderLevel);
     this.groupBox2.Controls.Add(this.txtProductName);
     this.groupBox2.Controls.Add(this.cmbFoodType);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.cmbCategory);
     this.groupBox2.Controls.Add(this.cmbParent);
     this.groupBox2.Location = new System.Drawing.Point(26, 39);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(367, 415);
     this.groupBox2.TabIndex = 84;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Product Info";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label22.Location = new System.Drawing.Point(44, 39);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(58, 13);
     this.label22.TabIndex = 74;
     this.label22.Text = "Category 1";
     //
     // cmbCategory1
     //
     this.cmbCategory1.BackColor = System.Drawing.Color.White;
     this.cmbCategory1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCategory1.ForeColor = System.Drawing.Color.Black;
     this.cmbCategory1.FormattingEnabled = true;
     this.cmbCategory1.Location = new System.Drawing.Point(112, 36);
     this.cmbCategory1.Name = "cmbCategory1";
     this.cmbCategory1.Size = new System.Drawing.Size(212, 21);
     this.cmbCategory1.TabIndex = 73;
     this.cmbCategory1.SelectedIndexChanged += new System.EventHandler(this.cmbCategory1_SelectedIndexChanged);
     //
     // txtRawProductQnty
     //
     this.txtRawProductQnty.BackColor = System.Drawing.Color.White;
     this.txtRawProductQnty.Enabled = false;
     this.txtRawProductQnty.ForeColor = System.Drawing.Color.Black;
     this.txtRawProductQnty.Location = new System.Drawing.Point(112, 373);
     this.txtRawProductQnty.Name = "txtRawProductQnty";
     this.txtRawProductQnty.Size = new System.Drawing.Size(66, 20);
     this.txtRawProductQnty.TabIndex = 70;
     //
     // lblRawProductQuantity
     //
     this.lblRawProductQuantity.AutoSize = true;
     this.lblRawProductQuantity.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblRawProductQuantity.Location = new System.Drawing.Point(15, 376);
     this.lblRawProductQuantity.Name = "lblRawProductQuantity";
     this.lblRawProductQuantity.Size = new System.Drawing.Size(94, 13);
     this.lblRawProductQuantity.TabIndex = 69;
     this.lblRawProductQuantity.Text = "Raw Product Qnty";
     //
     // chkISOrderable
     //
     this.chkISOrderable.AutoSize = true;
     this.chkISOrderable.ForeColor = System.Drawing.Color.White;
     this.chkISOrderable.Location = new System.Drawing.Point(112, 347);
     this.chkISOrderable.Name = "chkISOrderable";
     this.chkISOrderable.Size = new System.Drawing.Size(72, 17);
     this.chkISOrderable.TabIndex = 68;
     this.chkISOrderable.Text = "Orderable";
     this.chkISOrderable.UseVisualStyleBackColor = true;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
     this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnClose.BgImageOnMouseDown = null;
     this.btnClose.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnClose.BgImageOnMouseUp")));
     this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Font = new System.Drawing.Font("Arial", 10F);
     this.btnClose.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnClose.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnClose.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location = new System.Drawing.Point(599, 542);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(125, 38);
     this.btnClose.TabIndex = 85;
     this.btnClose.Text = "Close";
     this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click_1);
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.Color.Transparent;
     this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
     this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSave.BgImageOnMouseDown = null;
     this.btnSave.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSave.BgImageOnMouseUp")));
     this.btnSave.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnSave.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSave.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSave.Font = new System.Drawing.Font("Arial", 10F);
     this.btnSave.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnSave.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnSave.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location = new System.Drawing.Point(191, 542);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(121, 34);
     this.btnSave.TabIndex = 24;
     this.btnSave.Text = "Save";
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSave.UseVisualStyleBackColor = false;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnReset
     //
     this.btnReset.BackColor = System.Drawing.Color.Transparent;
     this.btnReset.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReset.BackgroundImage")));
     this.btnReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnReset.BgImageOnMouseDown = null;
     this.btnReset.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnReset.BgImageOnMouseUp")));
     this.btnReset.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnReset.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnReset.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnReset.Font = new System.Drawing.Font("Arial", 10F);
     this.btnReset.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnReset.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnReset.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReset.Location = new System.Drawing.Point(323, 543);
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(121, 35);
     this.btnReset.TabIndex = 26;
     this.btnReset.Text = "Reset";
     this.btnReset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnReset.UseVisualStyleBackColor = false;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // btnCancel
     //
     this.btnCancel.BackColor = System.Drawing.Color.Transparent;
     this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
     this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnCancel.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnCancel.BgImageOnMouseDown")));
     this.btnCancel.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnCancel.BgImageOnMouseUp")));
     this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Font = new System.Drawing.Font("Arial", 10F);
     this.btnCancel.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnCancel.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnCancel.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(456, 543);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(135, 36);
     this.btnCancel.TabIndex = 27;
     this.btnCancel.Text = "View Product List";
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // AddProductItemCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.DarkGray;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label23);
     this.Controls.Add(this.grpFinishedProductRaw);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pnel_addStock);
     this.Controls.Add(this.cmbPurUoM);
     this.Controls.Add(this.cmbSalesUoM);
     this.Controls.Add(this.cmbStanUoM);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.comboSupplier);
     this.Controls.Add(this.cmbRawParentCategory);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.cmbRawCategory1);
     this.Controls.Add(this.panelconversionPurchase);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.txtRetailPrice);
     this.Controls.Add(this.panelconversionSales);
     this.Controls.Add(this.lblSaveStatus);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtWholeSalePrice);
     this.Controls.Add(this.txtBoxBarcode);
     this.Controls.Add(this.txtLastPurchasePrice);
     this.Controls.Add(this.cmbSellingIn);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label9);
     this.Margin = new System.Windows.Forms.Padding(5);
     this.Name = "AddProductItemCtl";
     this.Size = new System.Drawing.Size(893, 652);
     this.Load += new System.EventHandler(this.AddFoodItemCtl_Load);
     this.panelconversionSales.ResumeLayout(false);
     this.panelconversionSales.PerformLayout();
     this.panelconversionPurchase.ResumeLayout(false);
     this.panelconversionPurchase.PerformLayout();
     this.pnel_addStock.ResumeLayout(false);
     this.pnel_addStock.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.grpFinishedProductRaw.ResumeLayout(false);
     this.grpFinishedProductRaw.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRawProductList)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 10
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductItemCtl));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.txt_stock_level_2 = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnPrintOutofReorderLevel = new RMSUI.FunctionalButton();
     this.btnPrintOutOfStock = new RMSUI.FunctionalButton();
     this.btnOutofReorderLevel = new RMSUI.FunctionalButton();
     this.txt_price_level_2 = new System.Windows.Forms.TextBox();
     this.txt_price_level = new System.Windows.Forms.TextBox();
     this.btnViewOutOfStock = new RMSUI.FunctionalButton();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txt_description = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txt_item_name = new System.Windows.Forms.TextBox();
     this.txt_stock_level = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cmbFoodType = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cmbCategory = new System.Windows.Forms.ComboBox();
     this.cmbParent = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.cmb_stock_level = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txt_barcode = new System.Windows.Forms.TextBox();
     this.cmb_price_level = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnStockPrint = new RMSUI.FunctionalButton();
     this.btnExportProductListCSV = new RMSUI.FunctionalButton();
     this.lblRowCount = new System.Windows.Forms.Label();
     this.btnAddFoodItem = new RMSUI.FunctionalButton();
     this.btnDown = new System.Windows.Forms.Button();
     this.btnUp = new System.Windows.Forms.Button();
     this.dgvFoodItem = new System.Windows.Forms.DataGridView();
     this.cat3_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Category3_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.UnitsInStock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Category3_Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RetailPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Parent_Category_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Category1_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Category2_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ReorderLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.description = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AddStock = new System.Windows.Forms.DataGridViewButtonColumn();
     this.Reconcile = new System.Windows.Forms.DataGridViewButtonColumn();
     this.Column6 = new System.Windows.Forms.DataGridViewButtonColumn();
     this.Column7 = new System.Windows.Forms.DataGridViewButtonColumn();
     this.panel3 = new System.Windows.Forms.Panel();
     this.lbl_no_row_found = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvFoodItem)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.txt_stock_level_2);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.txt_stock_level);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.cmb_stock_level);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.txt_barcode);
     this.panel1.Controls.Add(this.cmb_price_level);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1000, 148);
     this.panel1.TabIndex = 0;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // txt_stock_level_2
     //
     this.txt_stock_level_2.Enabled = false;
     this.txt_stock_level_2.Location = new System.Drawing.Point(925, 6);
     this.txt_stock_level_2.Name = "txt_stock_level_2";
     this.txt_stock_level_2.Size = new System.Drawing.Size(69, 20);
     this.txt_stock_level_2.TabIndex = 21;
     this.txt_stock_level_2.Visible = false;
     this.txt_stock_level_2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_stock_level_2_KeyPress);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnPrintOutofReorderLevel);
     this.groupBox2.Controls.Add(this.btnPrintOutOfStock);
     this.groupBox2.Controls.Add(this.btnOutofReorderLevel);
     this.groupBox2.Controls.Add(this.txt_price_level_2);
     this.groupBox2.Controls.Add(this.txt_price_level);
     this.groupBox2.Controls.Add(this.btnViewOutOfStock);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.txt_description);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.txt_item_name);
     this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(348, 26);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(647, 112);
     this.groupBox2.TabIndex = 9;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Advanced Filter";
     //
     // btnPrintOutofReorderLevel
     //
     this.btnPrintOutofReorderLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrintOutofReorderLevel.BackColor = System.Drawing.Color.Transparent;
     this.btnPrintOutofReorderLevel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrintOutofReorderLevel.BackgroundImage")));
     this.btnPrintOutofReorderLevel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnPrintOutofReorderLevel.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnPrintOutofReorderLevel.BgImageOnMouseDown")));
     this.btnPrintOutofReorderLevel.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnPrintOutofReorderLevel.BgImageOnMouseUp")));
     this.btnPrintOutofReorderLevel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnPrintOutofReorderLevel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnPrintOutofReorderLevel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnPrintOutofReorderLevel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPrintOutofReorderLevel.Font = new System.Drawing.Font("Arial", 10F);
     this.btnPrintOutofReorderLevel.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnPrintOutofReorderLevel.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnPrintOutofReorderLevel.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnPrintOutofReorderLevel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrintOutofReorderLevel.Location = new System.Drawing.Point(468, 67);
     this.btnPrintOutofReorderLevel.Name = "btnPrintOutofReorderLevel";
     this.btnPrintOutofReorderLevel.Size = new System.Drawing.Size(151, 39);
     this.btnPrintOutofReorderLevel.TabIndex = 20;
     this.btnPrintOutofReorderLevel.Text = "Print Reorder Stock";
     this.btnPrintOutofReorderLevel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrintOutofReorderLevel.UseVisualStyleBackColor = false;
     this.btnPrintOutofReorderLevel.Click += new System.EventHandler(this.functionalButton1_Click);
     //
     // btnPrintOutOfStock
     //
     this.btnPrintOutOfStock.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrintOutOfStock.BackColor = System.Drawing.Color.Transparent;
     this.btnPrintOutOfStock.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrintOutOfStock.BackgroundImage")));
     this.btnPrintOutOfStock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnPrintOutOfStock.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnPrintOutOfStock.BgImageOnMouseDown")));
     this.btnPrintOutOfStock.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnPrintOutOfStock.BgImageOnMouseUp")));
     this.btnPrintOutOfStock.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnPrintOutOfStock.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnPrintOutOfStock.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnPrintOutOfStock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPrintOutOfStock.Font = new System.Drawing.Font("Arial", 10F);
     this.btnPrintOutOfStock.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnPrintOutOfStock.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnPrintOutOfStock.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnPrintOutOfStock.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrintOutOfStock.Location = new System.Drawing.Point(468, 22);
     this.btnPrintOutOfStock.Name = "btnPrintOutOfStock";
     this.btnPrintOutOfStock.Size = new System.Drawing.Size(151, 39);
     this.btnPrintOutOfStock.TabIndex = 18;
     this.btnPrintOutOfStock.Text = "Print Out Of Stock";
     this.btnPrintOutOfStock.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrintOutOfStock.UseVisualStyleBackColor = false;
     this.btnPrintOutOfStock.Click += new System.EventHandler(this.btnPrintOutOfStock_Click);
     //
     // btnOutofReorderLevel
     //
     this.btnOutofReorderLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOutofReorderLevel.BackColor = System.Drawing.Color.Transparent;
     this.btnOutofReorderLevel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOutofReorderLevel.BackgroundImage")));
     this.btnOutofReorderLevel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnOutofReorderLevel.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnOutofReorderLevel.BgImageOnMouseDown")));
     this.btnOutofReorderLevel.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnOutofReorderLevel.BgImageOnMouseUp")));
     this.btnOutofReorderLevel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnOutofReorderLevel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnOutofReorderLevel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnOutofReorderLevel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOutofReorderLevel.Font = new System.Drawing.Font("Arial", 10F);
     this.btnOutofReorderLevel.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnOutofReorderLevel.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnOutofReorderLevel.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnOutofReorderLevel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOutofReorderLevel.Location = new System.Drawing.Point(304, 66);
     this.btnOutofReorderLevel.Name = "btnOutofReorderLevel";
     this.btnOutofReorderLevel.Size = new System.Drawing.Size(151, 39);
     this.btnOutofReorderLevel.TabIndex = 19;
     this.btnOutofReorderLevel.Text = "Out of Reorder Level";
     this.btnOutofReorderLevel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnOutofReorderLevel.UseVisualStyleBackColor = false;
     this.btnOutofReorderLevel.Click += new System.EventHandler(this.btnOutofReorderLevel_Click);
     //
     // txt_price_level_2
     //
     this.txt_price_level_2.Enabled = false;
     this.txt_price_level_2.Location = new System.Drawing.Point(589, -18);
     this.txt_price_level_2.Name = "txt_price_level_2";
     this.txt_price_level_2.Size = new System.Drawing.Size(69, 21);
     this.txt_price_level_2.TabIndex = 19;
     this.txt_price_level_2.Visible = false;
     this.txt_price_level_2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_price_level_2_KeyPress);
     //
     // txt_price_level
     //
     this.txt_price_level.Enabled = false;
     this.txt_price_level.Location = new System.Drawing.Point(502, -18);
     this.txt_price_level.Name = "txt_price_level";
     this.txt_price_level.Size = new System.Drawing.Size(69, 21);
     this.txt_price_level.TabIndex = 18;
     this.txt_price_level.Visible = false;
     this.txt_price_level.TextChanged += new System.EventHandler(this.txt_price_level_TextChanged_1);
     this.txt_price_level.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_price_level_KeyPress);
     //
     // btnViewOutOfStock
     //
     this.btnViewOutOfStock.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnViewOutOfStock.BackColor = System.Drawing.Color.Transparent;
     this.btnViewOutOfStock.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnViewOutOfStock.BackgroundImage")));
     this.btnViewOutOfStock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnViewOutOfStock.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnViewOutOfStock.BgImageOnMouseDown")));
     this.btnViewOutOfStock.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnViewOutOfStock.BgImageOnMouseUp")));
     this.btnViewOutOfStock.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnViewOutOfStock.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnViewOutOfStock.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnViewOutOfStock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnViewOutOfStock.Font = new System.Drawing.Font("Arial", 10F);
     this.btnViewOutOfStock.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnViewOutOfStock.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnViewOutOfStock.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnViewOutOfStock.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnViewOutOfStock.Location = new System.Drawing.Point(304, 22);
     this.btnViewOutOfStock.Name = "btnViewOutOfStock";
     this.btnViewOutOfStock.Size = new System.Drawing.Size(151, 39);
     this.btnViewOutOfStock.TabIndex = 17;
     this.btnViewOutOfStock.Text = "Search";
     this.btnViewOutOfStock.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnViewOutOfStock.UseVisualStyleBackColor = false;
     this.btnViewOutOfStock.Click += new System.EventHandler(this.btnViewOutOfStock_Click);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location = new System.Drawing.Point(577, -15);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(10, 13);
     this.label11.TabIndex = 17;
     this.label11.Text = "-";
     this.label11.Visible = false;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location = new System.Drawing.Point(578, -53);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(10, 13);
     this.label10.TabIndex = 15;
     this.label10.Text = "-";
     this.label10.Visible = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location = new System.Drawing.Point(5, 70);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(60, 13);
     this.label7.TabIndex = 6;
     this.label7.Text = "Description";
     //
     // txt_description
     //
     this.txt_description.Location = new System.Drawing.Point(75, 66);
     this.txt_description.Name = "txt_description";
     this.txt_description.Size = new System.Drawing.Size(199, 21);
     this.txt_description.TabIndex = 5;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(6, 35);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(58, 13);
     this.label6.TabIndex = 4;
     this.label6.Text = "Item Name";
     //
     // txt_item_name
     //
     this.txt_item_name.Location = new System.Drawing.Point(76, 31);
     this.txt_item_name.Name = "txt_item_name";
     this.txt_item_name.Size = new System.Drawing.Size(199, 21);
     this.txt_item_name.TabIndex = 1;
     this.txt_item_name.TextChanged += new System.EventHandler(this.txt_item_name_TextChanged);
     this.txt_item_name.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_item_name_KeyPress);
     //
     // txt_stock_level
     //
     this.txt_stock_level.Enabled = false;
     this.txt_stock_level.Location = new System.Drawing.Point(838, 6);
     this.txt_stock_level.Name = "txt_stock_level";
     this.txt_stock_level.Size = new System.Drawing.Size(69, 20);
     this.txt_stock_level.TabIndex = 20;
     this.txt_stock_level.Visible = false;
     this.txt_stock_level.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_stock_level_KeyPress);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cmbFoodType);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cmbCategory);
     this.groupBox1.Controls.Add(this.cmbParent);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(7, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(321, 112);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Basic Filter";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(6, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Category Level 1";
     //
     // cmbFoodType
     //
     this.cmbFoodType.BackColor = System.Drawing.Color.White;
     this.cmbFoodType.DisplayMember = "Category1_Name";
     this.cmbFoodType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFoodType.ForeColor = System.Drawing.Color.Black;
     this.cmbFoodType.FormattingEnabled = true;
     this.cmbFoodType.Location = new System.Drawing.Point(99, 51);
     this.cmbFoodType.Name = "cmbFoodType";
     this.cmbFoodType.Size = new System.Drawing.Size(212, 23);
     this.cmbFoodType.TabIndex = 1;
     this.cmbFoodType.ValueMember = "cat1_id";
     this.cmbFoodType.SelectedIndexChanged += new System.EventHandler(this.cmbFoodType_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(6, 82);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(87, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Category Level 3";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location = new System.Drawing.Point(6, 55);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(87, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Category Level 2";
     //
     // cmbCategory
     //
     this.cmbCategory.BackColor = System.Drawing.Color.White;
     this.cmbCategory.DisplayMember = "cat2_name";
     this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCategory.ForeColor = System.Drawing.Color.Black;
     this.cmbCategory.FormattingEnabled = true;
     this.cmbCategory.Location = new System.Drawing.Point(99, 79);
     this.cmbCategory.Name = "cmbCategory";
     this.cmbCategory.Size = new System.Drawing.Size(212, 23);
     this.cmbCategory.TabIndex = 2;
     this.cmbCategory.ValueMember = "cat2_id";
     this.cmbCategory.SelectedIndexChanged += new System.EventHandler(this.cmbCategory_SelectedIndexChanged);
     //
     // cmbParent
     //
     this.cmbParent.BackColor = System.Drawing.Color.White;
     this.cmbParent.DisplayMember = "Parent_Category_Name";
     this.cmbParent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbParent.ForeColor = System.Drawing.Color.Black;
     this.cmbParent.FormattingEnabled = true;
     this.cmbParent.Location = new System.Drawing.Point(99, 23);
     this.cmbParent.Name = "cmbParent";
     this.cmbParent.Size = new System.Drawing.Size(212, 23);
     this.cmbParent.TabIndex = 0;
     this.cmbParent.ValueMember = "parent_cat_id";
     this.cmbParent.SelectedIndexChanged += new System.EventHandler(this.cmbParent_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(6, 2);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(113, 17);
     this.label4.TabIndex = 7;
     this.label4.Text = "Search Products";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location = new System.Drawing.Point(826, 6);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(64, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Stock Level";
     this.label8.Visible = false;
     //
     // cmb_stock_level
     //
     this.cmb_stock_level.BackColor = System.Drawing.Color.White;
     this.cmb_stock_level.DisplayMember = "Parent_Category_Name";
     this.cmb_stock_level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_stock_level.ForeColor = System.Drawing.Color.Black;
     this.cmb_stock_level.FormattingEnabled = true;
     this.cmb_stock_level.Items.AddRange(new object[] {
     "Show All",
     "ReOrder Level",
     "0 Level",
     "Less Than",
     "Greater Than",
     "In Between",
     "Specific"});
     this.cmb_stock_level.Location = new System.Drawing.Point(894, 0);
     this.cmb_stock_level.Name = "cmb_stock_level";
     this.cmb_stock_level.Size = new System.Drawing.Size(97, 21);
     this.cmb_stock_level.TabIndex = 8;
     this.cmb_stock_level.Visible = false;
     this.cmb_stock_level.SelectedIndexChanged += new System.EventHandler(this.cmb_stock_level_SelectedIndexChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.Black;
     this.label9.Location = new System.Drawing.Point(818, 4);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(60, 13);
     this.label9.TabIndex = 9;
     this.label9.Text = "Price Level";
     this.label9.Visible = false;
     //
     // txt_barcode
     //
     this.txt_barcode.Location = new System.Drawing.Point(937, 5);
     this.txt_barcode.Name = "txt_barcode";
     this.txt_barcode.Size = new System.Drawing.Size(34, 20);
     this.txt_barcode.TabIndex = 0;
     this.txt_barcode.Visible = false;
     this.txt_barcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_barcode_KeyPress);
     //
     // cmb_price_level
     //
     this.cmb_price_level.BackColor = System.Drawing.Color.White;
     this.cmb_price_level.DisplayMember = "Parent_Category_Name";
     this.cmb_price_level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_price_level.ForeColor = System.Drawing.Color.Black;
     this.cmb_price_level.FormattingEnabled = true;
     this.cmb_price_level.Items.AddRange(new object[] {
     "All Price",
     "Less Than",
     "Greater Than",
     "In Between",
     "Specific"});
     this.cmb_price_level.Location = new System.Drawing.Point(883, -1);
     this.cmb_price_level.Name = "cmb_price_level";
     this.cmb_price_level.Size = new System.Drawing.Size(97, 21);
     this.cmb_price_level.TabIndex = 11;
     this.cmb_price_level.ValueMember = "parent_cat_id";
     this.cmb_price_level.Visible = false;
     this.cmb_price_level.SelectedIndexChanged += new System.EventHandler(this.cmb_price_level_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(901, -8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(47, 13);
     this.label5.TabIndex = 3;
     this.label5.Text = "Barcode";
     this.label5.Visible = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.btnStockPrint);
     this.panel2.Controls.Add(this.btnExportProductListCSV);
     this.panel2.Controls.Add(this.lblRowCount);
     this.panel2.Controls.Add(this.btnAddFoodItem);
     this.panel2.Controls.Add(this.btnDown);
     this.panel2.Controls.Add(this.btnUp);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 148);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1000, 46);
     this.panel2.TabIndex = 1;
     this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // btnStockPrint
     //
     this.btnStockPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnStockPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnStockPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnStockPrint.BackgroundImage")));
     this.btnStockPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnStockPrint.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnStockPrint.BgImageOnMouseDown")));
     this.btnStockPrint.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnStockPrint.BgImageOnMouseUp")));
     this.btnStockPrint.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnStockPrint.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnStockPrint.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnStockPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnStockPrint.Font = new System.Drawing.Font("Arial", 10F);
     this.btnStockPrint.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnStockPrint.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnStockPrint.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnStockPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnStockPrint.Location = new System.Drawing.Point(653, 4);
     this.btnStockPrint.Name = "btnStockPrint";
     this.btnStockPrint.Size = new System.Drawing.Size(151, 39);
     this.btnStockPrint.TabIndex = 21;
     this.btnStockPrint.Text = "Print ";
     this.btnStockPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnStockPrint.UseVisualStyleBackColor = false;
     this.btnStockPrint.Click += new System.EventHandler(this.functionalButton2_Click);
     //
     // btnExportProductListCSV
     //
     this.btnExportProductListCSV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExportProductListCSV.BackColor = System.Drawing.Color.Transparent;
     this.btnExportProductListCSV.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExportProductListCSV.BackgroundImage")));
     this.btnExportProductListCSV.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnExportProductListCSV.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnExportProductListCSV.BgImageOnMouseDown")));
     this.btnExportProductListCSV.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnExportProductListCSV.BgImageOnMouseUp")));
     this.btnExportProductListCSV.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnExportProductListCSV.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnExportProductListCSV.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnExportProductListCSV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExportProductListCSV.Font = new System.Drawing.Font("Arial", 10F);
     this.btnExportProductListCSV.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnExportProductListCSV.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnExportProductListCSV.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnExportProductListCSV.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnExportProductListCSV.Location = new System.Drawing.Point(817, 4);
     this.btnExportProductListCSV.Name = "btnExportProductListCSV";
     this.btnExportProductListCSV.Size = new System.Drawing.Size(151, 38);
     this.btnExportProductListCSV.TabIndex = 4;
     this.btnExportProductListCSV.Text = "Export to CSV";
     this.btnExportProductListCSV.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExportProductListCSV.UseVisualStyleBackColor = false;
     this.btnExportProductListCSV.Click += new System.EventHandler(this.btnExportProductListCSV_Click);
     //
     // lblRowCount
     //
     this.lblRowCount.AutoSize = true;
     this.lblRowCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRowCount.Location = new System.Drawing.Point(7, 14);
     this.lblRowCount.Name = "lblRowCount";
     this.lblRowCount.Size = new System.Drawing.Size(54, 17);
     this.lblRowCount.TabIndex = 3;
     this.lblRowCount.Text = "label12";
     //
     // btnAddFoodItem
     //
     this.btnAddFoodItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddFoodItem.BackColor = System.Drawing.Color.Transparent;
     this.btnAddFoodItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddFoodItem.BackgroundImage")));
     this.btnAddFoodItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnAddFoodItem.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnAddFoodItem.BgImageOnMouseDown")));
     this.btnAddFoodItem.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnAddFoodItem.BgImageOnMouseUp")));
     this.btnAddFoodItem.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnAddFoodItem.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnAddFoodItem.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnAddFoodItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAddFoodItem.Font = new System.Drawing.Font("Arial", 10F);
     this.btnAddFoodItem.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnAddFoodItem.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnAddFoodItem.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnAddFoodItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAddFoodItem.Location = new System.Drawing.Point(240, 3);
     this.btnAddFoodItem.Name = "btnAddFoodItem";
     this.btnAddFoodItem.Size = new System.Drawing.Size(111, 39);
     this.btnAddFoodItem.TabIndex = 2;
     this.btnAddFoodItem.Text = "Add New";
     this.btnAddFoodItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddFoodItem.UseVisualStyleBackColor = false;
     this.btnAddFoodItem.Visible = false;
     this.btnAddFoodItem.Click += new System.EventHandler(this.btnAddParentCategory_Click);
     //
     // btnDown
     //
     this.btnDown.BackColor = System.Drawing.SystemColors.Control;
     this.btnDown.FlatAppearance.BorderSize = 0;
     this.btnDown.Location = new System.Drawing.Point(188, 2);
     this.btnDown.Name = "btnDown";
     this.btnDown.Size = new System.Drawing.Size(46, 40);
     this.btnDown.TabIndex = 1;
     this.btnDown.Text = "Down";
     this.btnDown.UseVisualStyleBackColor = false;
     this.btnDown.Visible = false;
     this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
     //
     // btnUp
     //
     this.btnUp.BackColor = System.Drawing.SystemColors.Control;
     this.btnUp.FlatAppearance.BorderSize = 0;
     this.btnUp.Location = new System.Drawing.Point(152, 2);
     this.btnUp.Name = "btnUp";
     this.btnUp.Size = new System.Drawing.Size(46, 40);
     this.btnUp.TabIndex = 0;
     this.btnUp.Text = "Up";
     this.btnUp.UseVisualStyleBackColor = false;
     this.btnUp.Visible = false;
     this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
     //
     // dgvFoodItem
     //
     this.dgvFoodItem.AllowUserToAddRows = false;
     this.dgvFoodItem.AllowUserToDeleteRows = false;
     this.dgvFoodItem.AllowUserToResizeColumns = false;
     this.dgvFoodItem.AllowUserToResizeRows = false;
     this.dgvFoodItem.ColumnHeadersHeight = 25;
     this.dgvFoodItem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cat3_id,
     this.Category3_Name,
     this.UnitsInStock,
     this.BarCode,
     this.Category3_Order,
     this.RetailPrice,
     this.Parent_Category_Name,
     this.Category1_Name,
     this.Category2_Name,
     this.ReorderLevel,
     this.description,
     this.AddStock,
     this.Reconcile,
     this.Column6,
     this.Column7});
     this.dgvFoodItem.Dock = System.Windows.Forms.DockStyle.Top;
     this.dgvFoodItem.Location = new System.Drawing.Point(5, 5);
     this.dgvFoodItem.Name = "dgvFoodItem";
     this.dgvFoodItem.RowHeadersVisible = false;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvFoodItem.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.dgvFoodItem.RowTemplate.Height = 30;
     this.dgvFoodItem.Size = new System.Drawing.Size(988, 426);
     this.dgvFoodItem.TabIndex = 8;
     this.dgvFoodItem.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFoodItem_CellClick);
     this.dgvFoodItem.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFoodItem_CellContentClick);
     this.dgvFoodItem.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvFoodItem_CellMouseClick);
     this.dgvFoodItem.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgvFoodItem_DataBindingComplete);
     //
     // cat3_id
     //
     this.cat3_id.DataPropertyName = "cat3_id";
     this.cat3_id.HeaderText = "Food Item ID";
     this.cat3_id.Name = "cat3_id";
     this.cat3_id.Visible = false;
     //
     // Category3_Name
     //
     this.Category3_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Category3_Name.DataPropertyName = "Category3_Name";
     this.Category3_Name.HeaderText = "Product Name";
     this.Category3_Name.Name = "Category3_Name";
     this.Category3_Name.ReadOnly = true;
     //
     // UnitsInStock
     //
     this.UnitsInStock.DataPropertyName = "UnitsInStock";
     this.UnitsInStock.HeaderText = "Stock";
     this.UnitsInStock.Name = "UnitsInStock";
     //
     // BarCode
     //
     this.BarCode.DataPropertyName = "Barcode";
     this.BarCode.HeaderText = "Bar Code";
     this.BarCode.Name = "BarCode";
     this.BarCode.Visible = false;
     //
     // Category3_Order
     //
     this.Category3_Order.DataPropertyName = "Category3_Order";
     this.Category3_Order.HeaderText = "Item Order Number";
     this.Category3_Order.Name = "Category3_Order";
     this.Category3_Order.ReadOnly = true;
     this.Category3_Order.Visible = false;
     //
     // RetailPrice
     //
     this.RetailPrice.DataPropertyName = "RetailPrice";
     this.RetailPrice.HeaderText = "Sale Price";
     this.RetailPrice.Name = "RetailPrice";
     this.RetailPrice.Visible = false;
     //
     // Parent_Category_Name
     //
     this.Parent_Category_Name.DataPropertyName = "Parent_Category_Name";
     this.Parent_Category_Name.HeaderText = "parent_cat";
     this.Parent_Category_Name.Name = "Parent_Category_Name";
     this.Parent_Category_Name.Visible = false;
     //
     // Category1_Name
     //
     this.Category1_Name.DataPropertyName = "Category1_Name";
     this.Category1_Name.HeaderText = "cat1";
     this.Category1_Name.Name = "Category1_Name";
     this.Category1_Name.ReadOnly = true;
     this.Category1_Name.Visible = false;
     //
     // Category2_Name
     //
     this.Category2_Name.DataPropertyName = "Category2_Name";
     this.Category2_Name.HeaderText = "cat2";
     this.Category2_Name.Name = "Category2_Name";
     this.Category2_Name.ReadOnly = true;
     this.Category2_Name.Visible = false;
     //
     // ReorderLevel
     //
     this.ReorderLevel.DataPropertyName = "ReorderLevel";
     this.ReorderLevel.HeaderText = "ReorderLevel";
     this.ReorderLevel.Name = "ReorderLevel";
     this.ReorderLevel.Visible = false;
     //
     // description
     //
     this.description.DataPropertyName = "description";
     this.description.HeaderText = "description";
     this.description.Name = "description";
     this.description.Visible = false;
     //
     // AddStock
     //
     this.AddStock.DataPropertyName = "addStock";
     this.AddStock.HeaderText = "Add Stock";
     this.AddStock.Name = "AddStock";
     this.AddStock.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.AddStock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // Reconcile
     //
     this.Reconcile.DataPropertyName = "Reconcile";
     this.Reconcile.HeaderText = "Reconcile";
     this.Reconcile.Name = "Reconcile";
     this.Reconcile.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Reconcile.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "up";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.Column6.DefaultCellStyle = dataGridViewCellStyle1;
     this.Column6.HeaderText = "Setting";
     this.Column6.Name = "Column6";
     this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "del";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.WhiteSmoke;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Column7.DefaultCellStyle = dataGridViewCellStyle2;
     this.Column7.HeaderText = "Delete";
     this.Column7.Name = "Column7";
     this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column7.Visible = false;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.lbl_no_row_found);
     this.panel3.Controls.Add(this.dgvFoodItem);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 194);
     this.panel3.Name = "panel3";
     this.panel3.Padding = new System.Windows.Forms.Padding(5);
     this.panel3.Size = new System.Drawing.Size(1000, 506);
     this.panel3.TabIndex = 9;
     //
     // lbl_no_row_found
     //
     this.lbl_no_row_found.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbl_no_row_found.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_no_row_found.Location = new System.Drawing.Point(5, 431);
     this.lbl_no_row_found.Name = "lbl_no_row_found";
     this.lbl_no_row_found.Size = new System.Drawing.Size(988, 94);
     this.lbl_no_row_found.TabIndex = 9;
     this.lbl_no_row_found.Text = "No Product Found.";
     this.lbl_no_row_found.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ProductItemCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightGray;
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "ProductItemCtl";
     this.Size = new System.Drawing.Size(1000, 700);
     this.Load += new System.EventHandler(this.FoodItemCtl_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvFoodItem)).EndInit();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DueBillPaymentForm));
     this.CancelButton = new RMSUI.FunctionalButton();
     this.enterbutton = new RMSUI.FunctionalButton();
     this.g_InputTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.currencyKeyPad1 = new RMSUI.CurrencyKeyPad();
     this.panel6.SuspendLayout();
     this.SuspendLayout();
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.BorderSize = 0;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(75, 301);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(79, 42);
     this.CancelButton.TabIndex = 12;
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // enterbutton
     //
     this.enterbutton.BackColor = System.Drawing.Color.Transparent;
     this.enterbutton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("enterbutton.BackgroundImage")));
     this.enterbutton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.enterbutton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("enterbutton.BgImageOnMouseDown")));
     this.enterbutton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("enterbutton.BgImageOnMouseUp")));
     this.enterbutton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.enterbutton.FlatAppearance.BorderSize = 0;
     this.enterbutton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.enterbutton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.enterbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.enterbutton.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.enterbutton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.enterbutton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.enterbutton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.enterbutton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.enterbutton.Location = new System.Drawing.Point(201, 300);
     this.enterbutton.Name = "enterbutton";
     this.enterbutton.Size = new System.Drawing.Size(79, 42);
     this.enterbutton.TabIndex = 13;
     this.enterbutton.Text = "\r\n";
     this.enterbutton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.enterbutton.UseVisualStyleBackColor = false;
     this.enterbutton.Click += new System.EventHandler(this.enterbutton_Click);
     //
     // g_InputTextBox
     //
     this.g_InputTextBox.BackColor = System.Drawing.Color.White;
     this.g_InputTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.g_InputTextBox.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_InputTextBox.Location = new System.Drawing.Point(3, 20);
     this.g_InputTextBox.MaxLength = 99999999;
     this.g_InputTextBox.Name = "g_InputTextBox";
     this.g_InputTextBox.Size = new System.Drawing.Size(290, 26);
     this.g_InputTextBox.TabIndex = 64;
     this.g_InputTextBox.Text = "£0.00";
     this.g_InputTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label4.Location = new System.Drawing.Point(2, 2);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(58, 15);
     this.label4.TabIndex = 0;
     this.label4.Text = "Tendered";
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.Transparent;
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.currencyKeyPad1);
     this.panel6.Controls.Add(this.label4);
     this.panel6.Controls.Add(this.g_InputTextBox);
     this.panel6.Location = new System.Drawing.Point(50, 25);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(298, 270);
     this.panel6.TabIndex = 11;
     //
     // currencyKeyPad1
     //
     this.currencyKeyPad1.ControlToInputText = this.g_InputTextBox;
     this.currencyKeyPad1.Location = new System.Drawing.Point(9, 57);
     this.currencyKeyPad1.Name = "currencyKeyPad1";
     this.currencyKeyPad1.Size = new System.Drawing.Size(271, 208);
     this.currencyKeyPad1.TabIndex = 65;
     this.currencyKeyPad1.textBox = null;
     //
     // DueBillPaymentForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(436, 352);
     this.ControlBox = false;
     this.Controls.Add(this.enterbutton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.panel6);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "DueBillPaymentForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "DueBillPaymentForm";
     this.TopMost = true;
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMemberShipAddForm));
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.keyboard1 = new RMSUI.keyboard();
     this.lblCustomerName = new System.Windows.Forms.Label();
     this.txtCustomerName = new System.Windows.Forms.TextBox();
     this.btnSearchByPhone = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.txtPhoneNumber = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lblTitle = new System.Windows.Forms.Label();
     this.txtTitle = new System.Windows.Forms.TextBox();
     this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
     this.lblEndDate = new System.Windows.Forms.Label();
     this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
     this.cmbType = new System.Windows.Forms.ComboBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDiscountRate = new System.Windows.Forms.Label();
     this.lblPoint = new System.Windows.Forms.Label();
     this.txtDiscountPercentRate = new System.Windows.Forms.TextBox();
     this.txtPoint = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.lblType = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtMembershipCardName = new System.Windows.Forms.TextBox();
     this.btnMembershipCardName = new System.Windows.Forms.Button();
     this.btnMembershipCardCode = new System.Windows.Forms.Button();
     this.btnFindCustomer = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.rdbInActive = new System.Windows.Forms.RadioButton();
     this.rdbActive = new System.Windows.Forms.RadioButton();
     this.btnSelect = new RMSUI.FunctionalButton();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // FinishButton
     //
     this.FinishButton.BackColor = System.Drawing.Color.Transparent;
     this.FinishButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FinishButton.BackgroundImage")));
     this.FinishButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseDown")));
     this.FinishButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseUp")));
     this.FinishButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.FinishButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.FinishButton.Font = new System.Drawing.Font("Arial", 10F);
     this.FinishButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.FinishButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.FinishButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.FinishButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.FinishButton.Location = new System.Drawing.Point(548, 611);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(120, 40);
     this.FinishButton.TabIndex = 62;
     this.FinishButton.Text = "Save";
     this.FinishButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.FinishButton.UseVisualStyleBackColor = false;
     this.FinishButton.Click += new System.EventHandler(this.FinishButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(676, 611);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 63;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // keyboard1
     //
     this.keyboard1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.Location = new System.Drawing.Point(64, 367);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(665, 239);
     this.keyboard1.TabIndex = 329;
     this.keyboard1.textBox = null;
     //
     // lblCustomerName
     //
     this.lblCustomerName.AutoSize = true;
     this.lblCustomerName.BackColor = System.Drawing.Color.Transparent;
     this.lblCustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCustomerName.ForeColor = System.Drawing.Color.White;
     this.lblCustomerName.Location = new System.Drawing.Point(113, 79);
     this.lblCustomerName.Name = "lblCustomerName";
     this.lblCustomerName.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCustomerName.Size = new System.Drawing.Size(105, 16);
     this.lblCustomerName.TabIndex = 340;
     this.lblCustomerName.Text = "Customer Name";
     this.lblCustomerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCustomerName
     //
     this.txtCustomerName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtCustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCustomerName.ForeColor = System.Drawing.Color.Black;
     this.txtCustomerName.Location = new System.Drawing.Point(219, 76);
     this.txtCustomerName.Name = "txtCustomerName";
     this.txtCustomerName.Size = new System.Drawing.Size(325, 23);
     this.txtCustomerName.TabIndex = 339;
     this.txtCustomerName.Click += new System.EventHandler(this.txtCustomerName_Click);
     //
     // btnSearchByPhone
     //
     this.btnSearchByPhone.BackColor = System.Drawing.Color.Transparent;
     this.btnSearchByPhone.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.btnSearchByPhone.FlatAppearance.BorderSize = 0;
     this.btnSearchByPhone.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSearchByPhone.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSearchByPhone.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearchByPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearchByPhone.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnSearchByPhone.Location = new System.Drawing.Point(544, 105);
     this.btnSearchByPhone.Name = "btnSearchByPhone";
     this.btnSearchByPhone.Size = new System.Drawing.Size(35, 29);
     this.btnSearchByPhone.TabIndex = 344;
     this.btnSearchByPhone.UseVisualStyleBackColor = false;
     this.btnSearchByPhone.Click += new System.EventHandler(this.btnSearchByPhone_Click_1);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(171, 107);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 16);
     this.label4.TabIndex = 343;
     this.label4.Text = "Phone";
     //
     // txtPhoneNumber
     //
     this.txtPhoneNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhoneNumber.ForeColor = System.Drawing.Color.Black;
     this.txtPhoneNumber.Location = new System.Drawing.Point(219, 104);
     this.txtPhoneNumber.Name = "txtPhoneNumber";
     this.txtPhoneNumber.Size = new System.Drawing.Size(325, 23);
     this.txtPhoneNumber.TabIndex = 342;
     this.txtPhoneNumber.Click += new System.EventHandler(this.txtPhoneNumber_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(134, 53);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(102, 16);
     this.label1.TabIndex = 349;
     this.label1.Text = "Customer Info";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(77, 136);
     this.label2.Name = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label2.Size = new System.Drawing.Size(159, 16);
     this.label2.TabIndex = 350;
     this.label2.Text = "Membership Card Info";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location = new System.Drawing.Point(181, 242);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTitle.Size = new System.Drawing.Size(34, 16);
     this.lblTitle.TabIndex = 366;
     this.lblTitle.Text = "Title";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtTitle
     //
     this.txtTitle.BackColor = System.Drawing.Color.Gainsboro;
     this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTitle.ForeColor = System.Drawing.Color.Black;
     this.txtTitle.Location = new System.Drawing.Point(219, 239);
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.Size = new System.Drawing.Size(325, 23);
     this.txtTitle.TabIndex = 365;
     this.txtTitle.Click += new System.EventHandler(this.txtTitle_Click_1);
     //
     // dtpEndDate
     //
     this.dtpEndDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEndDate.Location = new System.Drawing.Point(411, 216);
     this.dtpEndDate.Name = "dtpEndDate";
     this.dtpEndDate.Size = new System.Drawing.Size(121, 20);
     this.dtpEndDate.TabIndex = 364;
     //
     // lblEndDate
     //
     this.lblEndDate.AutoSize = true;
     this.lblEndDate.BackColor = System.Drawing.Color.Transparent;
     this.lblEndDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEndDate.ForeColor = System.Drawing.Color.White;
     this.lblEndDate.Location = new System.Drawing.Point(347, 216);
     this.lblEndDate.Name = "lblEndDate";
     this.lblEndDate.Size = new System.Drawing.Size(64, 16);
     this.lblEndDate.TabIndex = 363;
     this.lblEndDate.Text = "End Date";
     //
     // dtpStartDate
     //
     this.dtpStartDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartDate.Location = new System.Drawing.Point(219, 213);
     this.dtpStartDate.Name = "dtpStartDate";
     this.dtpStartDate.Size = new System.Drawing.Size(121, 20);
     this.dtpStartDate.TabIndex = 362;
     //
     // cmbType
     //
     this.cmbType.BackColor = System.Drawing.Color.Gainsboro;
     this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbType.ForeColor = System.Drawing.Color.Black;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] {
     "Platinum",
     "Silver",
     "Gold",
     "Diamond"});
     this.cmbType.Location = new System.Drawing.Point(219, 184);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new System.Drawing.Size(154, 24);
     this.cmbType.TabIndex = 361;
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.BackColor = System.Drawing.Color.Transparent;
     this.lblCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCode.ForeColor = System.Drawing.Color.White;
     this.lblCode.Location = new System.Drawing.Point(174, 269);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(41, 16);
     this.lblCode.TabIndex = 360;
     this.lblCode.Text = "Code";
     //
     // txtCode
     //
     this.txtCode.BackColor = System.Drawing.Color.Gainsboro;
     this.txtCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.ForeColor = System.Drawing.Color.Black;
     this.txtCode.Location = new System.Drawing.Point(219, 266);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(325, 23);
     this.txtCode.TabIndex = 355;
     this.txtCode.Click += new System.EventHandler(this.txtCode_Click);
     //
     // lblDiscountRate
     //
     this.lblDiscountRate.AutoSize = true;
     this.lblDiscountRate.BackColor = System.Drawing.Color.Transparent;
     this.lblDiscountRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDiscountRate.ForeColor = System.Drawing.Color.White;
     this.lblDiscountRate.Location = new System.Drawing.Point(106, 323);
     this.lblDiscountRate.Name = "lblDiscountRate";
     this.lblDiscountRate.Size = new System.Drawing.Size(109, 16);
     this.lblDiscountRate.TabIndex = 359;
     this.lblDiscountRate.Text = "Discount Percent";
     //
     // lblPoint
     //
     this.lblPoint.AutoSize = true;
     this.lblPoint.BackColor = System.Drawing.Color.Transparent;
     this.lblPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPoint.ForeColor = System.Drawing.Color.White;
     this.lblPoint.Location = new System.Drawing.Point(177, 296);
     this.lblPoint.Name = "lblPoint";
     this.lblPoint.Size = new System.Drawing.Size(38, 16);
     this.lblPoint.TabIndex = 358;
     this.lblPoint.Text = "Point";
     //
     // txtDiscountPercentRate
     //
     this.txtDiscountPercentRate.BackColor = System.Drawing.Color.Gainsboro;
     this.txtDiscountPercentRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiscountPercentRate.ForeColor = System.Drawing.Color.Black;
     this.txtDiscountPercentRate.Location = new System.Drawing.Point(219, 319);
     this.txtDiscountPercentRate.Name = "txtDiscountPercentRate";
     this.txtDiscountPercentRate.Size = new System.Drawing.Size(150, 23);
     this.txtDiscountPercentRate.TabIndex = 357;
     this.txtDiscountPercentRate.Text = "0.00";
     this.txtDiscountPercentRate.Click += new System.EventHandler(this.txtDiscountPercentRate_Click);
     //
     // txtPoint
     //
     this.txtPoint.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPoint.ForeColor = System.Drawing.Color.Black;
     this.txtPoint.Location = new System.Drawing.Point(219, 292);
     this.txtPoint.Name = "txtPoint";
     this.txtPoint.Size = new System.Drawing.Size(151, 23);
     this.txtPoint.TabIndex = 356;
     this.txtPoint.Text = "0.00";
     this.txtPoint.Click += new System.EventHandler(this.txtPoint_Click);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(148, 215);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(67, 16);
     this.label13.TabIndex = 354;
     this.label13.Text = "Start Date";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.BackColor = System.Drawing.Color.Transparent;
     this.lblType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblType.ForeColor = System.Drawing.Color.White;
     this.lblType.Location = new System.Drawing.Point(175, 187);
     this.lblType.Name = "lblType";
     this.lblType.Size = new System.Drawing.Size(40, 16);
     this.lblType.TabIndex = 353;
     this.lblType.Text = "Type";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(170, 160);
     this.label3.Name = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label3.Size = new System.Drawing.Size(45, 16);
     this.label3.TabIndex = 352;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMembershipCardName
     //
     this.txtMembershipCardName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtMembershipCardName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMembershipCardName.ForeColor = System.Drawing.Color.Black;
     this.txtMembershipCardName.Location = new System.Drawing.Point(219, 157);
     this.txtMembershipCardName.Name = "txtMembershipCardName";
     this.txtMembershipCardName.Size = new System.Drawing.Size(325, 23);
     this.txtMembershipCardName.TabIndex = 351;
     this.txtMembershipCardName.Click += new System.EventHandler(this.txtMembershipCardName_Click);
     //
     // btnMembershipCardName
     //
     this.btnMembershipCardName.BackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardName.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.btnMembershipCardName.FlatAppearance.BorderSize = 0;
     this.btnMembershipCardName.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardName.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMembershipCardName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMembershipCardName.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnMembershipCardName.Location = new System.Drawing.Point(544, 154);
     this.btnMembershipCardName.Name = "btnMembershipCardName";
     this.btnMembershipCardName.Size = new System.Drawing.Size(35, 29);
     this.btnMembershipCardName.TabIndex = 367;
     this.btnMembershipCardName.UseVisualStyleBackColor = false;
     this.btnMembershipCardName.Click += new System.EventHandler(this.btnMembershipCardName_Click);
     //
     // btnMembershipCardCode
     //
     this.btnMembershipCardCode.BackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardCode.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.btnMembershipCardCode.FlatAppearance.BorderSize = 0;
     this.btnMembershipCardCode.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardCode.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardCode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMembershipCardCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMembershipCardCode.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnMembershipCardCode.Location = new System.Drawing.Point(544, 263);
     this.btnMembershipCardCode.Name = "btnMembershipCardCode";
     this.btnMembershipCardCode.Size = new System.Drawing.Size(35, 29);
     this.btnMembershipCardCode.TabIndex = 368;
     this.btnMembershipCardCode.UseVisualStyleBackColor = false;
     this.btnMembershipCardCode.Click += new System.EventHandler(this.btnMembershipCardCode_Click);
     //
     // btnFindCustomer
     //
     this.btnFindCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.BackgroundImage = global::RMS.Properties.Resources.search2;
     this.btnFindCustomer.FlatAppearance.BorderSize = 0;
     this.btnFindCustomer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFindCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFindCustomer.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFindCustomer.Location = new System.Drawing.Point(544, 73);
     this.btnFindCustomer.Name = "btnFindCustomer";
     this.btnFindCustomer.Size = new System.Drawing.Size(35, 29);
     this.btnFindCustomer.TabIndex = 369;
     this.btnFindCustomer.UseVisualStyleBackColor = false;
     this.btnFindCustomer.Click += new System.EventHandler(this.btnFindCustomer_Click_1);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(172, 349);
     this.label5.Name = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label5.Size = new System.Drawing.Size(43, 13);
     this.label5.TabIndex = 372;
     this.label5.Text = "Status";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // rdbInActive
     //
     this.rdbInActive.AutoSize = true;
     this.rdbInActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbInActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbInActive.ForeColor = System.Drawing.Color.White;
     this.rdbInActive.Location = new System.Drawing.Point(285, 346);
     this.rdbInActive.Name = "rdbInActive";
     this.rdbInActive.Size = new System.Drawing.Size(71, 17);
     this.rdbInActive.TabIndex = 371;
     this.rdbInActive.Text = "Inactive";
     this.rdbInActive.UseVisualStyleBackColor = false;
     //
     // rdbActive
     //
     this.rdbActive.AutoSize = true;
     this.rdbActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbActive.Checked = true;
     this.rdbActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbActive.ForeColor = System.Drawing.Color.White;
     this.rdbActive.Location = new System.Drawing.Point(220, 347);
     this.rdbActive.Name = "rdbActive";
     this.rdbActive.Size = new System.Drawing.Size(61, 17);
     this.rdbActive.TabIndex = 370;
     this.rdbActive.TabStop = true;
     this.rdbActive.Text = "Active";
     this.rdbActive.UseVisualStyleBackColor = false;
     //
     // btnSelect
     //
     this.btnSelect.BackColor = System.Drawing.Color.Transparent;
     this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
     this.btnSelect.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseDown")));
     this.btnSelect.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseUp")));
     this.btnSelect.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnSelect.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSelect.Font = new System.Drawing.Font("Arial", 10F);
     this.btnSelect.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnSelect.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnSelect.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelect.Location = new System.Drawing.Point(422, 611);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Size = new System.Drawing.Size(120, 40);
     this.btnSelect.TabIndex = 373;
     this.btnSelect.Text = "OK";
     this.btnSelect.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSelect.UseVisualStyleBackColor = false;
     this.btnSelect.Visible = false;
     this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(371, 296);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(20, 16);
     this.label6.TabIndex = 374;
     this.label6.Text = "%";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(372, 323);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(20, 16);
     this.label7.TabIndex = 375;
     this.label7.Text = "%";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(3, 4);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(140, 40);
     this.button1.TabIndex = 376;
     this.button1.UseVisualStyleBackColor = false;
     //
     // CMemberShipAddForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Black;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(800, 656);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.btnSelect);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.rdbInActive);
     this.Controls.Add(this.rdbActive);
     this.Controls.Add(this.btnFindCustomer);
     this.Controls.Add(this.btnMembershipCardCode);
     this.Controls.Add(this.btnMembershipCardName);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.txtTitle);
     this.Controls.Add(this.dtpEndDate);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.dtpStartDate);
     this.Controls.Add(this.cmbType);
     this.Controls.Add(this.lblCode);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.lblDiscountRate);
     this.Controls.Add(this.lblPoint);
     this.Controls.Add(this.txtDiscountPercentRate);
     this.Controls.Add(this.txtPoint);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.lblType);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtMembershipCardName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSearchByPhone);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtPhoneNumber);
     this.Controls.Add(this.lblCustomerName);
     this.Controls.Add(this.txtCustomerName);
     this.Controls.Add(this.keyboard1);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CancelButton);
     this.Name = "CMemberShipAddForm";
     this.ScreenTitle = "Customer Information ";
     this.Text = "CCustomerInfoForm";
     this.Activated += new System.EventHandler(this.CCustomerInfoForm_Activated);
     this.Load += new System.EventHandler(this.CCustomerInfoForm_Load);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.keyboard1, 0);
     this.Controls.SetChildIndex(this.txtCustomerName, 0);
     this.Controls.SetChildIndex(this.lblCustomerName, 0);
     this.Controls.SetChildIndex(this.txtPhoneNumber, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.btnSearchByPhone, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.txtMembershipCardName, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.lblType, 0);
     this.Controls.SetChildIndex(this.label13, 0);
     this.Controls.SetChildIndex(this.txtPoint, 0);
     this.Controls.SetChildIndex(this.txtDiscountPercentRate, 0);
     this.Controls.SetChildIndex(this.lblPoint, 0);
     this.Controls.SetChildIndex(this.lblDiscountRate, 0);
     this.Controls.SetChildIndex(this.txtCode, 0);
     this.Controls.SetChildIndex(this.lblCode, 0);
     this.Controls.SetChildIndex(this.cmbType, 0);
     this.Controls.SetChildIndex(this.dtpStartDate, 0);
     this.Controls.SetChildIndex(this.lblEndDate, 0);
     this.Controls.SetChildIndex(this.dtpEndDate, 0);
     this.Controls.SetChildIndex(this.txtTitle, 0);
     this.Controls.SetChildIndex(this.lblTitle, 0);
     this.Controls.SetChildIndex(this.btnMembershipCardName, 0);
     this.Controls.SetChildIndex(this.btnMembershipCardCode, 0);
     this.Controls.SetChildIndex(this.btnFindCustomer, 0);
     this.Controls.SetChildIndex(this.rdbActive, 0);
     this.Controls.SetChildIndex(this.rdbInActive, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.btnSelect, 0);
     this.Controls.SetChildIndex(this.label6, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.button1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMemberShipCardAddForm));
     this.label3 = new System.Windows.Forms.Label();
     this.txtMembershipCardName = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.lblType = new System.Windows.Forms.Label();
     this.lblCode = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDiscountRate = new System.Windows.Forms.Label();
     this.lblPoint = new System.Windows.Forms.Label();
     this.txtDiscountPercentRate = new System.Windows.Forms.TextBox();
     this.txtPoint = new System.Windows.Forms.TextBox();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.btnFindCustomer = new System.Windows.Forms.Button();
     this.keyboard1 = new RMSUI.keyboard();
     this.label1 = new System.Windows.Forms.Label();
     this.rdbInActive = new System.Windows.Forms.RadioButton();
     this.rdbActive = new System.Windows.Forms.RadioButton();
     this.cmbType = new System.Windows.Forms.ComboBox();
     this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
     this.lblEndDate = new System.Windows.Forms.Label();
     this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
     this.lblTitle = new System.Windows.Forms.Label();
     this.txtTitle = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(138, 61);
     this.label3.Name = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label3.Size = new System.Drawing.Size(45, 16);
     this.label3.TabIndex = 301;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMembershipCardName
     //
     this.txtMembershipCardName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtMembershipCardName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMembershipCardName.ForeColor = System.Drawing.Color.Black;
     this.txtMembershipCardName.Location = new System.Drawing.Point(188, 58);
     this.txtMembershipCardName.Name = "txtMembershipCardName";
     this.txtMembershipCardName.Size = new System.Drawing.Size(342, 23);
     this.txtMembershipCardName.TabIndex = 300;
     this.txtMembershipCardName.Click += new System.EventHandler(this.Name_Click);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(116, 116);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(67, 16);
     this.label13.TabIndex = 305;
     this.label13.Text = "Start Date";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.BackColor = System.Drawing.Color.Transparent;
     this.lblType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblType.ForeColor = System.Drawing.Color.White;
     this.lblType.Location = new System.Drawing.Point(143, 88);
     this.lblType.Name = "lblType";
     this.lblType.Size = new System.Drawing.Size(40, 16);
     this.lblType.TabIndex = 304;
     this.lblType.Text = "Type";
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.BackColor = System.Drawing.Color.Transparent;
     this.lblCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCode.ForeColor = System.Drawing.Color.White;
     this.lblCode.Location = new System.Drawing.Point(142, 170);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(41, 16);
     this.lblCode.TabIndex = 312;
     this.lblCode.Text = "Code";
     //
     // txtCode
     //
     this.txtCode.BackColor = System.Drawing.Color.Gainsboro;
     this.txtCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.ForeColor = System.Drawing.Color.Black;
     this.txtCode.Location = new System.Drawing.Point(188, 167);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(317, 23);
     this.txtCode.TabIndex = 306;
     this.txtCode.Click += new System.EventHandler(this.HouseNo_Click);
     //
     // lblDiscountRate
     //
     this.lblDiscountRate.AutoSize = true;
     this.lblDiscountRate.BackColor = System.Drawing.Color.Transparent;
     this.lblDiscountRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDiscountRate.ForeColor = System.Drawing.Color.White;
     this.lblDiscountRate.Location = new System.Drawing.Point(74, 224);
     this.lblDiscountRate.Name = "lblDiscountRate";
     this.lblDiscountRate.Size = new System.Drawing.Size(109, 16);
     this.lblDiscountRate.TabIndex = 311;
     this.lblDiscountRate.Text = "Discount Percent";
     //
     // lblPoint
     //
     this.lblPoint.AutoSize = true;
     this.lblPoint.BackColor = System.Drawing.Color.Transparent;
     this.lblPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPoint.ForeColor = System.Drawing.Color.White;
     this.lblPoint.Location = new System.Drawing.Point(145, 197);
     this.lblPoint.Name = "lblPoint";
     this.lblPoint.Size = new System.Drawing.Size(38, 16);
     this.lblPoint.TabIndex = 310;
     this.lblPoint.Text = "Point";
     //
     // txtDiscountPercentRate
     //
     this.txtDiscountPercentRate.BackColor = System.Drawing.Color.Gainsboro;
     this.txtDiscountPercentRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiscountPercentRate.ForeColor = System.Drawing.Color.Black;
     this.txtDiscountPercentRate.Location = new System.Drawing.Point(188, 221);
     this.txtDiscountPercentRate.Name = "txtDiscountPercentRate";
     this.txtDiscountPercentRate.Size = new System.Drawing.Size(150, 23);
     this.txtDiscountPercentRate.TabIndex = 309;
     this.txtDiscountPercentRate.Text = "0.00";
     this.txtDiscountPercentRate.Click += new System.EventHandler(this.Town_Click);
     //
     // txtPoint
     //
     this.txtPoint.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPoint.ForeColor = System.Drawing.Color.Black;
     this.txtPoint.Location = new System.Drawing.Point(188, 194);
     this.txtPoint.Name = "txtPoint";
     this.txtPoint.Size = new System.Drawing.Size(151, 23);
     this.txtPoint.TabIndex = 308;
     this.txtPoint.Text = "0.00";
     this.txtPoint.Click += new System.EventHandler(this.StreetName_Click);
     //
     // txtDescription
     //
     this.txtDescription.BackColor = System.Drawing.Color.Gainsboro;
     this.txtDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDescription.ForeColor = System.Drawing.Color.Black;
     this.txtDescription.Location = new System.Drawing.Point(188, 266);
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(342, 23);
     this.txtDescription.TabIndex = 307;
     this.txtDescription.Click += new System.EventHandler(this.Phone_Click);
     //
     // lblDescription
     //
     this.lblDescription.AutoSize = true;
     this.lblDescription.BackColor = System.Drawing.Color.Transparent;
     this.lblDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescription.ForeColor = System.Drawing.Color.White;
     this.lblDescription.Location = new System.Drawing.Point(107, 270);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(76, 16);
     this.lblDescription.TabIndex = 316;
     this.lblDescription.Text = "Description";
     //
     // FinishButton
     //
     this.FinishButton.BackColor = System.Drawing.Color.Transparent;
     this.FinishButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FinishButton.BackgroundImage")));
     this.FinishButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseDown")));
     this.FinishButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseUp")));
     this.FinishButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.FinishButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.FinishButton.Font = new System.Drawing.Font("Arial", 10F);
     this.FinishButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.FinishButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.FinishButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.FinishButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.FinishButton.Location = new System.Drawing.Point(433, 559);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(120, 40);
     this.FinishButton.TabIndex = 62;
     this.FinishButton.Text = "Save";
     this.FinishButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.FinishButton.UseVisualStyleBackColor = false;
     this.FinishButton.Click += new System.EventHandler(this.FinishButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(570, 559);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 63;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // btnFindCustomer
     //
     this.btnFindCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.BackgroundImage = global::RMS.Properties.Resources.search2;
     this.btnFindCustomer.FlatAppearance.BorderSize = 0;
     this.btnFindCustomer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFindCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFindCustomer.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFindCustomer.Location = new System.Drawing.Point(531, 54);
     this.btnFindCustomer.Name = "btnFindCustomer";
     this.btnFindCustomer.Size = new System.Drawing.Size(35, 29);
     this.btnFindCustomer.TabIndex = 327;
     this.btnFindCustomer.UseVisualStyleBackColor = false;
     this.btnFindCustomer.Click += new System.EventHandler(this.btnFindCustomer_Click);
     //
     // keyboard1
     //
     this.keyboard1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.Location = new System.Drawing.Point(25, 302);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(665, 248);
     this.keyboard1.TabIndex = 329;
     this.keyboard1.textBox = null;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(140, 250);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(43, 13);
     this.label1.TabIndex = 332;
     this.label1.Text = "Status";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // rdbInActive
     //
     this.rdbInActive.AutoSize = true;
     this.rdbInActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbInActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbInActive.ForeColor = System.Drawing.Color.White;
     this.rdbInActive.Location = new System.Drawing.Point(253, 247);
     this.rdbInActive.Name = "rdbInActive";
     this.rdbInActive.Size = new System.Drawing.Size(71, 17);
     this.rdbInActive.TabIndex = 331;
     this.rdbInActive.Text = "Inactive";
     this.rdbInActive.UseVisualStyleBackColor = false;
     //
     // rdbActive
     //
     this.rdbActive.AutoSize = true;
     this.rdbActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbActive.Checked = true;
     this.rdbActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbActive.ForeColor = System.Drawing.Color.White;
     this.rdbActive.Location = new System.Drawing.Point(188, 248);
     this.rdbActive.Name = "rdbActive";
     this.rdbActive.Size = new System.Drawing.Size(61, 17);
     this.rdbActive.TabIndex = 330;
     this.rdbActive.TabStop = true;
     this.rdbActive.Text = "Active";
     this.rdbActive.UseVisualStyleBackColor = false;
     //
     // cmbType
     //
     this.cmbType.BackColor = System.Drawing.Color.Gainsboro;
     this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbType.ForeColor = System.Drawing.Color.Black;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] {
     "Platinum",
     "Silver",
     "Gold",
     "Diamond"});
     this.cmbType.Location = new System.Drawing.Point(188, 85);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new System.Drawing.Size(154, 24);
     this.cmbType.TabIndex = 333;
     //
     // dtpStartDate
     //
     this.dtpStartDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartDate.Location = new System.Drawing.Point(188, 114);
     this.dtpStartDate.Name = "dtpStartDate";
     this.dtpStartDate.Size = new System.Drawing.Size(121, 20);
     this.dtpStartDate.TabIndex = 334;
     //
     // lblEndDate
     //
     this.lblEndDate.AutoSize = true;
     this.lblEndDate.BackColor = System.Drawing.Color.Transparent;
     this.lblEndDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEndDate.ForeColor = System.Drawing.Color.White;
     this.lblEndDate.Location = new System.Drawing.Point(316, 117);
     this.lblEndDate.Name = "lblEndDate";
     this.lblEndDate.Size = new System.Drawing.Size(64, 16);
     this.lblEndDate.TabIndex = 335;
     this.lblEndDate.Text = "End Date";
     //
     // dtpEndDate
     //
     this.dtpEndDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEndDate.Location = new System.Drawing.Point(380, 115);
     this.dtpEndDate.Name = "dtpEndDate";
     this.dtpEndDate.Size = new System.Drawing.Size(121, 20);
     this.dtpEndDate.TabIndex = 336;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location = new System.Drawing.Point(149, 143);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTitle.Size = new System.Drawing.Size(34, 16);
     this.lblTitle.TabIndex = 338;
     this.lblTitle.Text = "Title";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtTitle
     //
     this.txtTitle.BackColor = System.Drawing.Color.Gainsboro;
     this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTitle.ForeColor = System.Drawing.Color.Black;
     this.txtTitle.Location = new System.Drawing.Point(188, 140);
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.Size = new System.Drawing.Size(316, 23);
     this.txtTitle.TabIndex = 337;
     this.txtTitle.Click += new System.EventHandler(this.txtTitle_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(338, 197);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(20, 16);
     this.label2.TabIndex = 339;
     this.label2.Text = "%";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(338, 225);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(20, 16);
     this.label4.TabIndex = 340;
     this.label4.Text = "%";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(4, 5);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(140, 40);
     this.button1.TabIndex = 341;
     this.button1.UseVisualStyleBackColor = false;
     //
     // CMemberShipCardAddForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Black;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(800, 600);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.txtTitle);
     this.Controls.Add(this.dtpEndDate);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.dtpStartDate);
     this.Controls.Add(this.cmbType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.rdbInActive);
     this.Controls.Add(this.rdbActive);
     this.Controls.Add(this.keyboard1);
     this.Controls.Add(this.btnFindCustomer);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this.lblCode);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.lblDiscountRate);
     this.Controls.Add(this.lblPoint);
     this.Controls.Add(this.txtDiscountPercentRate);
     this.Controls.Add(this.txtPoint);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.lblType);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtMembershipCardName);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CancelButton);
     this.Name = "CMemberShipCardAddForm";
     this.ScreenTitle = "Customer Information ";
     this.Text = "CCustomerInfoForm";
     this.Activated += new System.EventHandler(this.CCustomerInfoForm_Activated);
     this.Load += new System.EventHandler(this.CCustomerInfoForm_Load);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.txtMembershipCardName, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.lblType, 0);
     this.Controls.SetChildIndex(this.label13, 0);
     this.Controls.SetChildIndex(this.txtDescription, 0);
     this.Controls.SetChildIndex(this.txtPoint, 0);
     this.Controls.SetChildIndex(this.txtDiscountPercentRate, 0);
     this.Controls.SetChildIndex(this.lblPoint, 0);
     this.Controls.SetChildIndex(this.lblDiscountRate, 0);
     this.Controls.SetChildIndex(this.txtCode, 0);
     this.Controls.SetChildIndex(this.lblCode, 0);
     this.Controls.SetChildIndex(this.lblDescription, 0);
     this.Controls.SetChildIndex(this.btnFindCustomer, 0);
     this.Controls.SetChildIndex(this.keyboard1, 0);
     this.Controls.SetChildIndex(this.rdbActive, 0);
     this.Controls.SetChildIndex(this.rdbInActive, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.cmbType, 0);
     this.Controls.SetChildIndex(this.dtpStartDate, 0);
     this.Controls.SetChildIndex(this.lblEndDate, 0);
     this.Controls.SetChildIndex(this.dtpEndDate, 0);
     this.Controls.SetChildIndex(this.txtTitle, 0);
     this.Controls.SetChildIndex(this.lblTitle, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.button1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CNewDepositForm));
     this.g_InputTextBox = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.g_AccountLabel = new System.Windows.Forms.Label();
     this.g_ChequeLabel = new System.Windows.Forms.Label();
     this.g_EFTLabel = new System.Windows.Forms.Label();
     this.g_CashLabel = new System.Windows.Forms.Label();
     this.g_DepositTotalLabel = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.SaveButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.g_ChequeButton = new RMSUI.FunctionalButton();
     this.g_EFTButton = new RMSUI.FunctionalButton();
     this.g_CashButton = new RMSUI.FunctionalButton();
     this.g_AccountButton = new RMSUI.FunctionalButton();
     this.currencyKeyPad1 = new RMSUI.CurrencyKeyPad();
     this.SuspendLayout();
     //
     // g_InputTextBox
     //
     this.g_InputTextBox.BackColor = System.Drawing.Color.White;
     this.g_InputTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_InputTextBox.Location = new System.Drawing.Point(53, 53);
     this.g_InputTextBox.Name = "g_InputTextBox";
     this.g_InputTextBox.Size = new System.Drawing.Size(254, 26);
     this.g_InputTextBox.TabIndex = 80;
     this.g_InputTextBox.Text = "£0.000";
     this.g_InputTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(564, 50);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 17);
     this.label6.TabIndex = 118;
     this.label6.Text = "Amount";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(365, 50);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(197, 17);
     this.label5.TabIndex = 117;
     this.label5.Text = "Payment Type";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // g_AccountLabel
     //
     this.g_AccountLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_AccountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_AccountLabel.ForeColor = System.Drawing.Color.Black;
     this.g_AccountLabel.Location = new System.Drawing.Point(567, 223);
     this.g_AccountLabel.Name = "g_AccountLabel";
     this.g_AccountLabel.Size = new System.Drawing.Size(79, 16);
     this.g_AccountLabel.TabIndex = 130;
     this.g_AccountLabel.Text = "£0.000";
     this.g_AccountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_ChequeLabel
     //
     this.g_ChequeLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_ChequeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_ChequeLabel.ForeColor = System.Drawing.Color.Black;
     this.g_ChequeLabel.Location = new System.Drawing.Point(567, 132);
     this.g_ChequeLabel.Name = "g_ChequeLabel";
     this.g_ChequeLabel.Size = new System.Drawing.Size(79, 16);
     this.g_ChequeLabel.TabIndex = 128;
     this.g_ChequeLabel.Text = "£0.000";
     this.g_ChequeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_EFTLabel
     //
     this.g_EFTLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_EFTLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_EFTLabel.ForeColor = System.Drawing.Color.Black;
     this.g_EFTLabel.Location = new System.Drawing.Point(567, 177);
     this.g_EFTLabel.Name = "g_EFTLabel";
     this.g_EFTLabel.Size = new System.Drawing.Size(79, 16);
     this.g_EFTLabel.TabIndex = 127;
     this.g_EFTLabel.Text = "£0.000";
     this.g_EFTLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_CashLabel
     //
     this.g_CashLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_CashLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_CashLabel.ForeColor = System.Drawing.Color.Black;
     this.g_CashLabel.Location = new System.Drawing.Point(567, 91);
     this.g_CashLabel.Name = "g_CashLabel";
     this.g_CashLabel.Size = new System.Drawing.Size(79, 16);
     this.g_CashLabel.TabIndex = 126;
     this.g_CashLabel.Text = "£0.000";
     this.g_CashLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_DepositTotalLabel
     //
     this.g_DepositTotalLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_DepositTotalLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_DepositTotalLabel.ForeColor = System.Drawing.Color.Black;
     this.g_DepositTotalLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.g_DepositTotalLabel.Location = new System.Drawing.Point(564, 288);
     this.g_DepositTotalLabel.Name = "g_DepositTotalLabel";
     this.g_DepositTotalLabel.Size = new System.Drawing.Size(82, 16);
     this.g_DepositTotalLabel.TabIndex = 125;
     this.g_DepositTotalLabel.Text = "£0.000";
     this.g_DepositTotalLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location = new System.Drawing.Point(365, 288);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(197, 16);
     this.label7.TabIndex = 119;
     this.label7.Text = "Deposit Total";
     //
     // SaveButton
     //
     this.SaveButton.BackColor = System.Drawing.Color.Transparent;
     this.SaveButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SaveButton.BackgroundImage")));
     this.SaveButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SaveButton.BgImageOnMouseDown")));
     this.SaveButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SaveButton.BgImageOnMouseUp")));
     this.SaveButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.SaveButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SaveButton.Font = new System.Drawing.Font("Arial", 10F);
     this.SaveButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.SaveButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.SaveButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.SaveButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SaveButton.Location = new System.Drawing.Point(387, 333);
     this.SaveButton.Name = "SaveButton";
     this.SaveButton.Size = new System.Drawing.Size(120, 40);
     this.SaveButton.TabIndex = 189;
     this.SaveButton.Text = "Save && Print";
     this.SaveButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.SaveButton.UseVisualStyleBackColor = false;
     this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(526, 333);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 188;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // g_ChequeButton
     //
     this.g_ChequeButton.BackColor = System.Drawing.Color.Transparent;
     this.g_ChequeButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_ChequeButton.BackgroundImage")));
     this.g_ChequeButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_ChequeButton.BgImageOnMouseDown")));
     this.g_ChequeButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_ChequeButton.BgImageOnMouseUp")));
     this.g_ChequeButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_ChequeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_ChequeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_ChequeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_ChequeButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_ChequeButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_ChequeButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_ChequeButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_ChequeButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_ChequeButton.Location = new System.Drawing.Point(361, 124);
     this.g_ChequeButton.Name = "g_ChequeButton";
     this.g_ChequeButton.Size = new System.Drawing.Size(120, 40);
     this.g_ChequeButton.TabIndex = 112;
     this.g_ChequeButton.Text = "Cheque";
     this.g_ChequeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_ChequeButton.UseVisualStyleBackColor = false;
     this.g_ChequeButton.Click += new System.EventHandler(this.g_ChequeButton_Click);
     //
     // g_EFTButton
     //
     this.g_EFTButton.BackColor = System.Drawing.Color.Transparent;
     this.g_EFTButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_EFTButton.BackgroundImage")));
     this.g_EFTButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_EFTButton.BgImageOnMouseDown")));
     this.g_EFTButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_EFTButton.BgImageOnMouseUp")));
     this.g_EFTButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_EFTButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_EFTButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_EFTButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_EFTButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_EFTButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_EFTButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_EFTButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_EFTButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_EFTButton.Location = new System.Drawing.Point(361, 168);
     this.g_EFTButton.Name = "g_EFTButton";
     this.g_EFTButton.Size = new System.Drawing.Size(120, 40);
     this.g_EFTButton.TabIndex = 111;
     this.g_EFTButton.Text = "EFT";
     this.g_EFTButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_EFTButton.UseVisualStyleBackColor = false;
     this.g_EFTButton.Click += new System.EventHandler(this.g_EFTButton_Click);
     //
     // g_CashButton
     //
     this.g_CashButton.BackColor = System.Drawing.Color.Transparent;
     this.g_CashButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_CashButton.BackgroundImage")));
     this.g_CashButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_CashButton.BgImageOnMouseDown")));
     this.g_CashButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_CashButton.BgImageOnMouseUp")));
     this.g_CashButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_CashButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_CashButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_CashButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_CashButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_CashButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_CashButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_CashButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_CashButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_CashButton.Location = new System.Drawing.Point(361, 80);
     this.g_CashButton.Name = "g_CashButton";
     this.g_CashButton.Size = new System.Drawing.Size(120, 40);
     this.g_CashButton.TabIndex = 110;
     this.g_CashButton.Text = "Cash";
     this.g_CashButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_CashButton.UseVisualStyleBackColor = false;
     this.g_CashButton.Click += new System.EventHandler(this.g_CashButton_Click);
     //
     // g_AccountButton
     //
     this.g_AccountButton.BackColor = System.Drawing.Color.Transparent;
     this.g_AccountButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_AccountButton.BackgroundImage")));
     this.g_AccountButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_AccountButton.BgImageOnMouseDown")));
     this.g_AccountButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_AccountButton.BgImageOnMouseUp")));
     this.g_AccountButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_AccountButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_AccountButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_AccountButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_AccountButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_AccountButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_AccountButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_AccountButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_AccountButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_AccountButton.Location = new System.Drawing.Point(361, 212);
     this.g_AccountButton.Name = "g_AccountButton";
     this.g_AccountButton.Size = new System.Drawing.Size(120, 40);
     this.g_AccountButton.TabIndex = 113;
     this.g_AccountButton.Text = "Account";
     this.g_AccountButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_AccountButton.UseVisualStyleBackColor = false;
     this.g_AccountButton.Click += new System.EventHandler(this.g_AccountButton_Click);
     //
     // currencyKeyPad1
     //
     this.currencyKeyPad1.ControlToInputText = this.g_InputTextBox;
     this.currencyKeyPad1.Location = new System.Drawing.Point(57, 93);
     this.currencyKeyPad1.Name = "currencyKeyPad1";
     this.currencyKeyPad1.Size = new System.Drawing.Size(254, 208);
     this.currencyKeyPad1.TabIndex = 190;
     this.currencyKeyPad1.textBox = null;
     //
     // CNewDepositForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ClientSize = new System.Drawing.Size(694, 385);
     this.ControlBox = false;
     this.Controls.Add(this.currencyKeyPad1);
     this.Controls.Add(this.g_AccountButton);
     this.Controls.Add(this.g_ChequeButton);
     this.Controls.Add(this.g_EFTButton);
     this.Controls.Add(this.g_CashButton);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.g_AccountLabel);
     this.Controls.Add(this.g_ChequeLabel);
     this.Controls.Add(this.g_EFTLabel);
     this.Controls.Add(this.g_CashLabel);
     this.Controls.Add(this.g_DepositTotalLabel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.g_InputTextBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "CNewDepositForm";
     this.RightToLeftLayout = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Take Deposit";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 15
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CBookingInfoForm));
     this.NoofGuestTextBox = new System.Windows.Forms.TextBox();
     this.NoOfGuest = new System.Windows.Forms.Label();
     this.CommentTextBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.CallBackRadioButton = new System.Windows.Forms.RadioButton();
     this.ConfirmRadioButton = new System.Windows.Forms.RadioButton();
     this.ProvisionalRadioButton = new System.Windows.Forms.RadioButton();
     this.DateLabel = new System.Windows.Forms.Label();
     this.DateTimeLabel = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtPhoneNumber = new System.Windows.Forms.TextBox();
     this.NameTextBox = new System.Windows.Forms.TextBox();
     this.myCalendar = new System.Windows.Forms.MonthCalendar();
     this.label10 = new System.Windows.Forms.Label();
     this.FinishRadioButton = new System.Windows.Forms.RadioButton();
     this.label13 = new System.Windows.Forms.Label();
     this.txtBuildingName = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtFloorAptNumber = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.txtHouseNumber = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtStreetName = new System.Windows.Forms.TextBox();
     this.cmbCountry = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtTown = new System.Windows.Forms.TextBox();
     this.txtPostalCode = new System.Windows.Forms.TextBox();
     this.tmrCallerInfo = new System.Windows.Forms.Timer(this.components);
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblCustomer = new System.Windows.Forms.Label();
     this.btnFindAddress = new System.Windows.Forms.Button();
     this.btnAccept = new System.Windows.Forms.Button();
     this.PhoneSearchButton = new System.Windows.Forms.Button();
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.keyboard1 = new RMSUI.keyboard();
     this.SuspendLayout();
     //
     // NoofGuestTextBox
     //
     this.NoofGuestTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.NoofGuestTextBox.ForeColor = System.Drawing.Color.Black;
     this.NoofGuestTextBox.Location = new System.Drawing.Point(108, 252);
     this.NoofGuestTextBox.Name = "NoofGuestTextBox";
     this.NoofGuestTextBox.Size = new System.Drawing.Size(173, 20);
     this.NoofGuestTextBox.TabIndex = 13;
     this.NoofGuestTextBox.Click += new System.EventHandler(this.NoGuest_Click);
     this.NoofGuestTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NoofGuestTextBox_KeyPress);
     //
     // NoOfGuest
     //
     this.NoOfGuest.AutoSize = true;
     this.NoOfGuest.BackColor = System.Drawing.Color.Transparent;
     this.NoOfGuest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NoOfGuest.ForeColor = System.Drawing.Color.White;
     this.NoOfGuest.Location = new System.Drawing.Point(24, 252);
     this.NoOfGuest.Name = "NoOfGuest";
     this.NoOfGuest.Size = new System.Drawing.Size(75, 13);
     this.NoOfGuest.TabIndex = 93;
     this.NoOfGuest.Text = "No of Guest";
     //
     // CommentTextBox
     //
     this.CommentTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.CommentTextBox.ForeColor = System.Drawing.Color.Black;
     this.CommentTextBox.Location = new System.Drawing.Point(393, 224);
     this.CommentTextBox.Multiline = true;
     this.CommentTextBox.Name = "CommentTextBox";
     this.CommentTextBox.Size = new System.Drawing.Size(133, 57);
     this.CommentTextBox.TabIndex = 12;
     this.CommentTextBox.Click += new System.EventHandler(this.Comments_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(326, 222);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(64, 13);
     this.label3.TabIndex = 99;
     this.label3.Text = "Comments";
     //
     // CallBackRadioButton
     //
     this.CallBackRadioButton.AutoSize = true;
     this.CallBackRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.CallBackRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CallBackRadioButton.ForeColor = System.Drawing.Color.White;
     this.CallBackRadioButton.Location = new System.Drawing.Point(286, 285);
     this.CallBackRadioButton.Name = "CallBackRadioButton";
     this.CallBackRadioButton.Size = new System.Drawing.Size(79, 17);
     this.CallBackRadioButton.TabIndex = 27;
     this.CallBackRadioButton.Text = "Call Back";
     this.CallBackRadioButton.UseVisualStyleBackColor = false;
     //
     // ConfirmRadioButton
     //
     this.ConfirmRadioButton.AutoSize = true;
     this.ConfirmRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.ConfirmRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConfirmRadioButton.ForeColor = System.Drawing.Color.White;
     this.ConfirmRadioButton.Location = new System.Drawing.Point(199, 285);
     this.ConfirmRadioButton.Name = "ConfirmRadioButton";
     this.ConfirmRadioButton.Size = new System.Drawing.Size(81, 17);
     this.ConfirmRadioButton.TabIndex = 26;
     this.ConfirmRadioButton.Text = "Confirmed";
     this.ConfirmRadioButton.UseVisualStyleBackColor = false;
     //
     // ProvisionalRadioButton
     //
     this.ProvisionalRadioButton.AutoSize = true;
     this.ProvisionalRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.ProvisionalRadioButton.Checked = true;
     this.ProvisionalRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProvisionalRadioButton.ForeColor = System.Drawing.Color.White;
     this.ProvisionalRadioButton.Location = new System.Drawing.Point(106, 285);
     this.ProvisionalRadioButton.Name = "ProvisionalRadioButton";
     this.ProvisionalRadioButton.Size = new System.Drawing.Size(87, 17);
     this.ProvisionalRadioButton.TabIndex = 25;
     this.ProvisionalRadioButton.TabStop = true;
     this.ProvisionalRadioButton.Text = "Provisional";
     this.ProvisionalRadioButton.UseVisualStyleBackColor = false;
     //
     // DateLabel
     //
     this.DateLabel.AutoSize = true;
     this.DateLabel.BackColor = System.Drawing.Color.Transparent;
     this.DateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateLabel.Location = new System.Drawing.Point(656, 271);
     this.DateLabel.Name = "DateLabel";
     this.DateLabel.Size = new System.Drawing.Size(38, 13);
     this.DateLabel.TabIndex = 109;
     this.DateLabel.Text = "Date:";
     //
     // DateTimeLabel
     //
     this.DateTimeLabel.AutoSize = true;
     this.DateTimeLabel.BackColor = System.Drawing.Color.Transparent;
     this.DateTimeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateTimeLabel.Location = new System.Drawing.Point(483, 53);
     this.DateTimeLabel.Name = "DateTimeLabel";
     this.DateTimeLabel.Size = new System.Drawing.Size(63, 13);
     this.DateTimeLabel.TabIndex = 110;
     this.DateTimeLabel.Text = "ffffffffffffff";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(343, 101);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(43, 13);
     this.label4.TabIndex = 178;
     this.label4.Text = "Phone";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(59, 102);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(39, 13);
     this.label1.TabIndex = 177;
     this.label1.Text = "Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPhoneNumber
     //
     this.txtPhoneNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhoneNumber.ForeColor = System.Drawing.Color.Black;
     this.txtPhoneNumber.Location = new System.Drawing.Point(393, 101);
     this.txtPhoneNumber.Name = "txtPhoneNumber";
     this.txtPhoneNumber.Size = new System.Drawing.Size(133, 22);
     this.txtPhoneNumber.TabIndex = 1;
     this.txtPhoneNumber.Click += new System.EventHandler(this.Phone_Click);
     //
     // NameTextBox
     //
     this.NameTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.NameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NameTextBox.ForeColor = System.Drawing.Color.Black;
     this.NameTextBox.Location = new System.Drawing.Point(108, 99);
     this.NameTextBox.Name = "NameTextBox";
     this.NameTextBox.Size = new System.Drawing.Size(173, 24);
     this.NameTextBox.TabIndex = 0;
     this.NameTextBox.Click += new System.EventHandler(this.Name_Click);
     //
     // myCalendar
     //
     this.myCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Monday;
     this.myCalendar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.myCalendar.Location = new System.Drawing.Point(574, 94);
     this.myCalendar.Name = "myCalendar";
     this.myCalendar.TabIndex = 70;
     this.myCalendar.TitleBackColor = System.Drawing.Color.Gray;
     this.myCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.myCalendar_DateChanged);
     this.myCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.myCalendar_DateSelected);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true);
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(375, 51);
     this.label10.Name = "label10";
     this.label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label10.Size = new System.Drawing.Size(102, 16);
     this.label10.TabIndex = 192;
     this.label10.Text = "Booking Date";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FinishRadioButton
     //
     this.FinishRadioButton.AutoSize = true;
     this.FinishRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.FinishRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FinishRadioButton.ForeColor = System.Drawing.Color.White;
     this.FinishRadioButton.Location = new System.Drawing.Point(371, 285);
     this.FinishRadioButton.Name = "FinishRadioButton";
     this.FinishRadioButton.Size = new System.Drawing.Size(72, 17);
     this.FinishRadioButton.TabIndex = 28;
     this.FinishRadioButton.Text = "Finished";
     this.FinishRadioButton.UseVisualStyleBackColor = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(279, 158);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(109, 16);
     this.label13.TabIndex = 200;
     this.label13.Text = "Building Name";
     //
     // txtBuildingName
     //
     this.txtBuildingName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtBuildingName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBuildingName.ForeColor = System.Drawing.Color.Black;
     this.txtBuildingName.Location = new System.Drawing.Point(393, 157);
     this.txtBuildingName.Name = "txtBuildingName";
     this.txtBuildingName.Size = new System.Drawing.Size(133, 22);
     this.txtBuildingName.TabIndex = 4;
     this.txtBuildingName.Click += new System.EventHandler(this.BuildinNo_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(6, 127);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(92, 13);
     this.label8.TabIndex = 199;
     this.label8.Text = "Floor or apt No";
     //
     // txtFloorAptNumber
     //
     this.txtFloorAptNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtFloorAptNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFloorAptNumber.ForeColor = System.Drawing.Color.Black;
     this.txtFloorAptNumber.Location = new System.Drawing.Point(108, 127);
     this.txtFloorAptNumber.Name = "txtFloorAptNumber";
     this.txtFloorAptNumber.Size = new System.Drawing.Size(173, 22);
     this.txtFloorAptNumber.TabIndex = 3;
     this.txtFloorAptNumber.Click += new System.EventHandler(this.FloorNo_Click);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(298, 129);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(90, 13);
     this.label14.TabIndex = 205;
     this.label14.Text = "House Number";
     //
     // txtHouseNumber
     //
     this.txtHouseNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtHouseNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHouseNumber.ForeColor = System.Drawing.Color.Black;
     this.txtHouseNumber.Location = new System.Drawing.Point(393, 129);
     this.txtHouseNumber.Name = "txtHouseNumber";
     this.txtHouseNumber.Size = new System.Drawing.Size(133, 22);
     this.txtHouseNumber.TabIndex = 5;
     this.txtHouseNumber.Click += new System.EventHandler(this.HouseNo_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(25, 193);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 13);
     this.label6.TabIndex = 204;
     this.label6.Text = "Street Name";
     //
     // txtStreetName
     //
     this.txtStreetName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtStreetName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtStreetName.ForeColor = System.Drawing.Color.Black;
     this.txtStreetName.Location = new System.Drawing.Point(108, 193);
     this.txtStreetName.Name = "txtStreetName";
     this.txtStreetName.Size = new System.Drawing.Size(173, 22);
     this.txtStreetName.TabIndex = 6;
     this.txtStreetName.Click += new System.EventHandler(this.Street_Click);
     //
     // cmbCountry
     //
     this.cmbCountry.BackColor = System.Drawing.Color.Gainsboro;
     this.cmbCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCountry.ForeColor = System.Drawing.Color.Black;
     this.cmbCountry.FormattingEnabled = true;
     this.cmbCountry.Items.AddRange(new object[] {
     " Afghanistan (Kabul) (AS)",
     "Albania (Tirane) (EU)",
     "Algeria (Algers) (AF)",
     "Andorra (Andorra la Vella) (EU)",
     "Angola (Luanda) (AF)",
     "Antigua and Barbuda (St. John\'s) (NA)",
     "Argentina (Buenos Aires) (SA)",
     "Armenia (Yerevan) (EU)",
     "Australia (Canberra) (AU)",
     "Austria (Vienna) (EU)",
     "Azerbaijan (Baku) (AS)",
     " Bahamas (Nassau) (NA)",
     "Bahrain (Manama) (AS)",
     "Bangladesh (Dhaka) (AS)",
     "Barbados (Bridgetown) (NA)",
     "Belarus (Minsk) (EU)",
     "Belgium (Brussels) (EU)",
     "Belize (Belmopan) (NA)",
     "Benin (Port-Novo) (AF)",
     "Bhutan (Thimphu) (AS)",
     "Bolivia (Sucre) (SA)",
     "Bosnia and Herzegovina (Sarajevo) (EU)",
     "Botswana (Gaborone) (AF)",
     "Brazil (Brasilia) (SA)",
     "Brunei (Bander Seri Begawan) (AS)",
     "Bulgaria (Sofia) (EU)",
     "Burkina Faso (Ouagadougou) (AF)",
     "Burma/Myanmar (Yangon) (AS)",
     "Burundi (Bujumbura) (AF)",
     " Cambodia (Phnom Penh) (AS)",
     "Cameroon (Yaounde) (AF)",
     "Canada (Ottawa) (NA)",
     "Cape Verde (Praia) (EU - Portugal)",
     "Central African Republic (Bangui) (AF)",
     "Chad (N\'Djamena) (AF)",
     "Chile (Santiago) (SA)",
     "China (Beijing) (AS)",
     "Colombia (Bogota) (SA)",
     "Comoros (Moroni) (AF)",
     "Congo (Brazzaville) (AF)",
     "Congo, Democratic Republic of (Kinshasa) (AF)",
     "Costa Rica (San Jose) (NA)",
     "Cote d\'Ivoire/Ivory Coast (Yamoussoukro) (AF)",
     "Croatia (Zagreb) (EU)",
     "Cuba (Havana) (NA)",
     "Cyprus (Nicosia) (AS) and/or (EU)",
     "Czech Republic (Prague) (EU)",
     " Denmark (Copenhagen) (EU)",
     "Djibouti (Djibouti) (AF)",
     "Dominica (Roseau) (NA)",
     "Dominican Republic (Santo Domingo) (NA)",
     " East Timor (Dili) (AS)",
     "Ecuador (Quito) (SA)",
     "Egypt (Cairo) (AF)",
     "El Salvador (San Salvador) (NA)",
     "Equatorial Guinea (Malabo) (AF)",
     "Eritrea (Asmara) (AF)",
     "Estonia (Tallinn) (EU)",
     "Ethiopia (Addis Ababa) (AF)",
     " Fiji (Suva) (AU - Oceania)",
     "Finland (Helsinki) (EU)",
     "France (Paris) (EU)",
     " Gabon (Liberville) (AF)",
     "Gambia (Banjul) (AF)",
     "Georgia (Tbilisi) (EU)",
     "Germany (Berlin) (EU)",
     "Ghana (Accra) (AF)",
     "Greece (Athens) (EU)",
     "Grenada (St. George\'s) (NA)",
     "Guatemala (Guatemala City) (NA)",
     "Guinea (Conakry) (AF)",
     "Guinea-Bissau (Bissau) (AF)",
     "Guyana (Georgetown) (SA)",
     " Haiti (Port-au-Prince) (NA)",
     "Honduras (Tegucigalpa) (NA)",
     "Hungary (Budapest) (EU)",
     " Iceland (Reykjavik) (EU)",
     "India (New Delhi) (AS)",
     "Indonesia (Jakarta) (AS)",
     "Iran (Tehran) (AS)",
     "Iraq (Baghdad) (AS)",
     "Ireland (Dublin) (EU)",
     "Israel (Jerusalem) (AS)",
     "Italy (Rome) (EU)",
     " Jamaica (Kingston) (NA)",
     "Japan (Tokyo) (AS)",
     "Jordan (Amman) (AS)",
     " Kazakstan (Astana) (AS)",
     "Kenya (Nairobi) (AF)",
     "Kiribati (Bairiki) (AU - Oceania)",
     "Korea, North (Pyongyang) (AS)",
     "Korea, South (Seoul) (AS)",
     "Kuwait (Kuwait City) (AS)",
     "Kyrgyzstan (Bishkek) (AS)",
     " Laos (Vientiane) (AS)",
     "Latvia (Riga) (EU)",
     "Lebanon (Beirut) (AS)",
     "Lesotho (Maseru) (AF)",
     "Liberia (Monrovia) (AF)",
     "Libya (Tripoli) (AF)",
     "Liechtenstein (Vaduz) (EU)",
     "Lithuania (Vilnius) (EU)",
     "Luxembourg (Luxembourg) (EU)",
     " Macedonia (Skopje) (EU)",
     "Madagascar (Antananarivo) (AF)",
     "Malawi (Lilongwe) (AF)",
     "Malaysia (Kuala Lumpur) (AS)",
     "Maldives (Male) (AS)",
     "Mali (Bamako) (AF)",
     "Malta (Valletta) (EU)",
     "Marshall Islands (Majuro) (AU - Oceania)",
     "Mauritania (Nouakchott) (AF)",
     "Mauritius (Port Louis) (AF)",
     "Mexico (Mexico City) (NA)",
     "Micronesia (Palikir) (AU - Oceania)",
     "Moldova (Chisinau) (EU)",
     "Monaco (Monaco) (EU)",
     "Mongolia (Ulan Bator) (AS)",
     "Montenegro (Podgorica) (EU)",
     "Morocco (Rabat) (AF) (including Western Sahara)",
     "Mozambique (Maputo) (AF)",
     " Namibia (Windhoek) (AF)",
     "Nauru (no official capital) (AU - Oceania)",
     "Nepal (Kathmandu) (AS)",
     "Netherlands (Amsterdam, The Hague) (EU)",
     "New Zealand (Wellington) (AU)",
     "Nicaragua (Managua) (NA)",
     "Niger (Niamey) (AF)",
     "Nigeria (Abuja) (AF)",
     "Norway (Oslo) (EU)",
     " Oman (Muscat) (AS) ",
     " Pakistan (Islamabad) (AS)",
     "Palau (Koror) (AU - Oceania)",
     "Panama (Panama City) (NA)",
     "Papua New Guinea (Port Moresby) (AU)",
     "Paraguay (Asuncion) (SA)",
     "Peru (Lima) (SA)",
     "Philippines (Manila) (AS)",
     "Poland (Warsaw) (EU)",
     "Portugal (Lisbon) (EU)",
     " Qatar (Doha) (AS) ",
     " Romania (Bucharest) (EU)",
     "Russian Federation (Moscow) (AS)",
     "Rwanda (Kigali) (AF)",
     " Saint Kitts and Nevis (Basseterre) (NA)",
     "Saint Lucia (Castries) (NA)",
     "Saint Vincent and the Grenadines (Kingstown) (NA)",
     "Samoa (Apia) (AU - Oceania)",
     "San Marino (San Marino) (EU)",
     "Sao Tome and Principe (Sao Tome) (AF)",
     "Saudi Arabia (Riyadh) (AS)",
     "Senegal (Dakar) (AF)",
     "Serbia (Belgrade) (EU)",
     "Seychelles (Victoria) (AF)",
     "Sierra Leone (Freetown) (AF)",
     "Singapore (Singapore City) (AS)",
     "Slovakia (Bratislava) (EU)",
     "Slovenia (Ljubljana) (EU)",
     "Solomon Islands (Honiara) (AU - Oceania)",
     "Somalia (Mogadishu) (AF)",
     "South Africa (Pretoria, Cape Town, Bloemfontein) (AF)",
     "Spain (Madrid) (EU)",
     "Sri Lanka (Colombo) (AS)",
     "Sudan (Khartoum) (AF)",
     "Suriname (Paramaribo) (SA)",
     "Swaziland (Mbabane) (AF)",
     "Sweden (Stockholm) (EU)",
     "Switzerland (Bern) (EU)",
     "Syria (Damascus) (AS)",
     " Tajikistan (Dushanbe) (AS)",
     "Tanzania (Dodoma) (AF)",
     "Thailand (Bangkok) (AS)",
     "Togo (Lome) (AF)",
     "Tonga (Nuku\'alofa) (AU - Oceania)",
     "Trinidad and Tobago (Port-of-Spain) (NA)",
     "Tunisia (Tunis) (AF)",
     "Turkey (Ankara) (AS) & (EU)",
     "Turkmenistan (Ashgabat) (AS)",
     "Tuvalu (Funafuti) (AU - Oceania)",
     " Uganda (Kampala) (AF)",
     "Ukraine (Kiev) (EU)",
     "United Arab Emirates (Abu Dhabi) (AS)",
     "United Kingdom (London) (EU)",
     "United States (Washington D.C.) (NA)",
     "Uruguay (Montevideo) (SA)",
     "Uzbekistan (Tashkent) (AS)",
     " Vanuatu (Port-Vila) (AU - Oceania)",
     "Vatican City (na) (EU)",
     "Venezuela (Caracas) (SA)",
     "Vietnam (Hanoi) (AS)",
     " Yemen (Sana) (AS)",
     " Zambia (Lusaka) (AF)",
     "Zimbabwe (Harare) (AF)"});
     this.cmbCountry.Location = new System.Drawing.Point(393, 187);
     this.cmbCountry.Name = "cmbCountry";
     this.cmbCountry.Size = new System.Drawing.Size(133, 21);
     this.cmbCountry.TabIndex = 11;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(338, 187);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(50, 13);
     this.label9.TabIndex = 212;
     this.label9.Text = "Country";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(60, 227);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(38, 13);
     this.label7.TabIndex = 211;
     this.label7.Text = "Town";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(25, 155);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(75, 13);
     this.label5.TabIndex = 210;
     this.label5.Text = "Postal Code";
     //
     // txtTown
     //
     this.txtTown.BackColor = System.Drawing.Color.Gainsboro;
     this.txtTown.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTown.ForeColor = System.Drawing.Color.Black;
     this.txtTown.Location = new System.Drawing.Point(108, 222);
     this.txtTown.Name = "txtTown";
     this.txtTown.Size = new System.Drawing.Size(173, 22);
     this.txtTown.TabIndex = 10;
     this.txtTown.Click += new System.EventHandler(this.Town_Click);
     //
     // txtPostalCode
     //
     this.txtPostalCode.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPostalCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPostalCode.ForeColor = System.Drawing.Color.Black;
     this.txtPostalCode.Location = new System.Drawing.Point(108, 155);
     this.txtPostalCode.Name = "txtPostalCode";
     this.txtPostalCode.Size = new System.Drawing.Size(88, 22);
     this.txtPostalCode.TabIndex = 8;
     this.txtPostalCode.Click += new System.EventHandler(this.PostalCode_Click);
     //
     // tmrCallerInfo
     //
     this.tmrCallerInfo.Interval = 1000;
     this.tmrCallerInfo.Tick += new System.EventHandler(this.tmrCallerInfo_Tick);
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.AutoSize = true;
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.Yellow;
     this.lblPhoneNumber.Location = new System.Drawing.Point(77, 54);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(90, 13);
     this.lblPhoneNumber.TabIndex = 218;
     this.lblPhoneNumber.Text = "Phone Number";
     //
     // lblCustomer
     //
     this.lblCustomer.AutoSize = true;
     this.lblCustomer.BackColor = System.Drawing.Color.Transparent;
     this.lblCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCustomer.ForeColor = System.Drawing.Color.Yellow;
     this.lblCustomer.Location = new System.Drawing.Point(77, 73);
     this.lblCustomer.Name = "lblCustomer";
     this.lblCustomer.Size = new System.Drawing.Size(95, 13);
     this.lblCustomer.TabIndex = 219;
     this.lblCustomer.Text = "Customer Name";
     //
     // btnFindAddress
     //
     this.btnFindAddress.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnFindAddress.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFindAddress.FlatAppearance.BorderSize = 0;
     this.btnFindAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFindAddress.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFindAddress.Location = new System.Drawing.Point(201, 153);
     this.btnFindAddress.Name = "btnFindAddress";
     this.btnFindAddress.Size = new System.Drawing.Size(78, 32);
     this.btnFindAddress.TabIndex = 215;
     this.btnFindAddress.Text = " Look Up";
     this.btnFindAddress.UseVisualStyleBackColor = false;
     this.btnFindAddress.Click += new System.EventHandler(this.btnFindAddress_Click);
     //
     // btnAccept
     //
     this.btnAccept.BackColor = System.Drawing.Color.Silver;
     this.btnAccept.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnAccept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAccept.Image = global::RMS.Properties.Resources.ring_stop;
     this.btnAccept.Location = new System.Drawing.Point(39, 54);
     this.btnAccept.Name = "btnAccept";
     this.btnAccept.Size = new System.Drawing.Size(32, 32);
     this.btnAccept.TabIndex = 222;
     this.btnAccept.UseVisualStyleBackColor = false;
     this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
     //
     // PhoneSearchButton
     //
     this.PhoneSearchButton.BackColor = System.Drawing.Color.Transparent;
     this.PhoneSearchButton.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.PhoneSearchButton.FlatAppearance.BorderSize = 0;
     this.PhoneSearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.PhoneSearchButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PhoneSearchButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.PhoneSearchButton.Location = new System.Drawing.Point(529, 102);
     this.PhoneSearchButton.Name = "PhoneSearchButton";
     this.PhoneSearchButton.Size = new System.Drawing.Size(33, 29);
     this.PhoneSearchButton.TabIndex = 2;
     this.PhoneSearchButton.UseVisualStyleBackColor = false;
     this.PhoneSearchButton.Click += new System.EventHandler(this.PhoneSearchButton_Click);
     //
     // FinishButton
     //
     this.FinishButton.BackColor = System.Drawing.Color.Transparent;
     this.FinishButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FinishButton.BackgroundImage")));
     this.FinishButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseDown")));
     this.FinishButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseUp")));
     this.FinishButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.FinishButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.FinishButton.Font = new System.Drawing.Font("Arial", 10F);
     this.FinishButton.ForeColor = System.Drawing.Color.Black;
     this.FinishButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.FinishButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.FinishButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.FinishButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.FinishButton.Location = new System.Drawing.Point(627, 555);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(120, 40);
     this.FinishButton.TabIndex = 71;
     this.FinishButton.Text = "Finished";
     this.FinishButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.FinishButton.UseVisualStyleBackColor = false;
     this.FinishButton.Click += new System.EventHandler(this.FinishButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColor = System.Drawing.Color.Black;
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(488, 555);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 72;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // keyboard1
     //
     this.keyboard1.BackColor = System.Drawing.Color.White;
     this.keyboard1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.ForeColor = System.Drawing.Color.Black;
     this.keyboard1.Location = new System.Drawing.Point(19, 304);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(728, 247);
     this.keyboard1.TabIndex = 307;
     this.keyboard1.textBox = null;
     //
     // CBookingInfoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Black;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(800, 600);
     this.Controls.Add(this.btnAccept);
     this.Controls.Add(this.lblCustomer);
     this.Controls.Add(this.lblPhoneNumber);
     this.Controls.Add(this.btnFindAddress);
     this.Controls.Add(this.PhoneSearchButton);
     this.Controls.Add(this.cmbCountry);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.keyboard1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtTown);
     this.Controls.Add(this.txtPostalCode);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.txtHouseNumber);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtStreetName);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtBuildingName);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtFloorAptNumber);
     this.Controls.Add(this.FinishRadioButton);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtPhoneNumber);
     this.Controls.Add(this.NameTextBox);
     this.Controls.Add(this.DateTimeLabel);
     this.Controls.Add(this.DateLabel);
     this.Controls.Add(this.CallBackRadioButton);
     this.Controls.Add(this.ConfirmRadioButton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.ProvisionalRadioButton);
     this.Controls.Add(this.myCalendar);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CommentTextBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.NoofGuestTextBox);
     this.Controls.Add(this.NoOfGuest);
     this.ForeColor = System.Drawing.Color.White;
     this.Name = "CBookingInfoForm";
     this.ScreenTitle = "Booking Form";
     this.Load += new System.EventHandler(this.CBookingInfoForm_Load);
     this.Controls.SetChildIndex(this.NoOfGuest, 0);
     this.Controls.SetChildIndex(this.NoofGuestTextBox, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.CommentTextBox, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.myCalendar, 0);
     this.Controls.SetChildIndex(this.ProvisionalRadioButton, 0);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.ConfirmRadioButton, 0);
     this.Controls.SetChildIndex(this.CallBackRadioButton, 0);
     this.Controls.SetChildIndex(this.DateLabel, 0);
     this.Controls.SetChildIndex(this.DateTimeLabel, 0);
     this.Controls.SetChildIndex(this.NameTextBox, 0);
     this.Controls.SetChildIndex(this.txtPhoneNumber, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.label10, 0);
     this.Controls.SetChildIndex(this.FinishRadioButton, 0);
     this.Controls.SetChildIndex(this.txtFloorAptNumber, 0);
     this.Controls.SetChildIndex(this.label8, 0);
     this.Controls.SetChildIndex(this.txtBuildingName, 0);
     this.Controls.SetChildIndex(this.label13, 0);
     this.Controls.SetChildIndex(this.txtStreetName, 0);
     this.Controls.SetChildIndex(this.label6, 0);
     this.Controls.SetChildIndex(this.txtHouseNumber, 0);
     this.Controls.SetChildIndex(this.label14, 0);
     this.Controls.SetChildIndex(this.txtPostalCode, 0);
     this.Controls.SetChildIndex(this.txtTown, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.keyboard1, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.label9, 0);
     this.Controls.SetChildIndex(this.cmbCountry, 0);
     this.Controls.SetChildIndex(this.PhoneSearchButton, 0);
     this.Controls.SetChildIndex(this.btnFindAddress, 0);
     this.Controls.SetChildIndex(this.lblPhoneNumber, 0);
     this.Controls.SetChildIndex(this.lblCustomer, 0);
     this.Controls.SetChildIndex(this.btnAccept, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMessageBox));
     this.g_OKButton = new RMSUI.FunctionalButton();
     this.g_MessageTextBox = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // g_OKButton
     //
     this.g_OKButton.BackColor = System.Drawing.Color.Transparent;
     this.g_OKButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_OKButton.BackgroundImage")));
     this.g_OKButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_OKButton.BgImageOnMouseDown")));
     this.g_OKButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_OKButton.BgImageOnMouseUp")));
     this.g_OKButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_OKButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_OKButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_OKButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_OKButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_OKButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_OKButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_OKButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_OKButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_OKButton.Location = new System.Drawing.Point(123, 167);
     this.g_OKButton.Name = "g_OKButton";
     this.g_OKButton.Size = new System.Drawing.Size(88, 40);
     this.g_OKButton.TabIndex = 0;
     this.g_OKButton.Text = "OK";
     this.g_OKButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_OKButton.UseVisualStyleBackColor = false;
     this.g_OKButton.Click += new System.EventHandler(this.g_OKButton_Click);
     //
     // g_MessageTextBox
     //
     this.g_MessageTextBox.AllowDrop = true;
     this.g_MessageTextBox.BackColor = System.Drawing.Color.White;
     this.g_MessageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.g_MessageTextBox.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.g_MessageTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_MessageTextBox.ForeColor = System.Drawing.Color.Black;
     this.g_MessageTextBox.Location = new System.Drawing.Point(22, 12);
     this.g_MessageTextBox.Multiline = true;
     this.g_MessageTextBox.Name = "g_MessageTextBox";
     this.g_MessageTextBox.Size = new System.Drawing.Size(296, 121);
     this.g_MessageTextBox.TabIndex = 38;
     this.g_MessageTextBox.TabStop = false;
     this.g_MessageTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // CMessageBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(350, 222);
     this.ControlBox = false;
     this.Controls.Add(this.g_MessageTextBox);
     this.Controls.Add(this.g_OKButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "CMessageBox";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Title";
     this.TopMost = true;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 17
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMainForm));
     this.SysMngmntButton = new RMSUI.FunctionalButton();
     this.TableInfoButton = new RMSUI.FunctionalButton();
     this.NameTableButton = new RMSUI.FunctionalButton();
     this.ChangeDetailsButton = new RMSUI.FunctionalButton();
     this.TWButton = new RMSUI.FunctionalButton();
     this.BarServiceButton = new RMSUI.FunctionalButton();
     this.NewTableButton = new RMSUI.FunctionalButton();
     this.LogOffButton = new RMSUI.FunctionalButton();
     this.MainStatusStrip = new System.Windows.Forms.StatusStrip();
     this.tsLblCurrentUser = new System.Windows.Forms.ToolStripStatusLabel();
     this.UserStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.OpenOrdersLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.TerminalIDLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsCallerIdStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.RefreshTimer = new System.Windows.Forms.Timer(this.components);
     this.tmrCallerInfo = new System.Windows.Forms.Timer(this.components);
     this.tlTip = new System.Windows.Forms.ToolTip(this.components);
     this.btnCallRefresh = new RMSUI.FunctionalButton();
     this.label14 = new System.Windows.Forms.Label();
     this.TotalPageLabel = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.CurrentPageLabel = new System.Windows.Forms.Label();
     this.TablePanel = new System.Windows.Forms.FlowLayoutPanel();
     this.panelCallerID = new System.Windows.Forms.Panel();
     this.picBoxPhone = new RMSUI.FunctionalButton();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.txtCustomerName = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.txtFirstAddress = new System.Windows.Forms.TextBox();
     this.RefreshButton = new RMSUI.FunctionalButton();
     this.PreviousButton = new RMSUI.FunctionalButton();
     this.NextButton = new RMSUI.FunctionalButton();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label21 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.panel9 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.refreshlobbyButton = new RMSUI.FunctionalButton();
     this.MainStatusStrip.SuspendLayout();
     this.panelCallerID.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel9.SuspendLayout();
     this.SuspendLayout();
     //
     // SysMngmntButton
     //
     this.SysMngmntButton.BackColor = System.Drawing.Color.Transparent;
     this.SysMngmntButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.BackgroundImage")));
     this.SysMngmntButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.BgImageOnMouseDown")));
     this.SysMngmntButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.BgImageOnMouseUp")));
     this.SysMngmntButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.SysMngmntButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SysMngmntButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SysMngmntButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SysMngmntButton.Font = new System.Drawing.Font("Arial", 10F);
     this.SysMngmntButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.SysMngmntButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.SysMngmntButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Control;
     this.SysMngmntButton.Image = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.Image")));
     this.SysMngmntButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SysMngmntButton.Location = new System.Drawing.Point(991, 533);
     this.SysMngmntButton.Name = "SysMngmntButton";
     this.SysMngmntButton.Size = new System.Drawing.Size(145, 90);
     this.SysMngmntButton.TabIndex = 0;
     this.SysMngmntButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SysMngmntButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.SysMngmntButton.UseVisualStyleBackColor = false;
     this.SysMngmntButton.Click += new System.EventHandler(this.SysMngmntButton_Click);
     //
     // TableInfoButton
     //
     this.TableInfoButton.BackColor = System.Drawing.Color.Transparent;
     this.TableInfoButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TableInfoButton.BackgroundImage")));
     this.TableInfoButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("TableInfoButton.BgImageOnMouseDown")));
     this.TableInfoButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("TableInfoButton.BgImageOnMouseUp")));
     this.TableInfoButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.TableInfoButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.TableInfoButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.TableInfoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.TableInfoButton.Font = new System.Drawing.Font("Arial", 10F);
     this.TableInfoButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.TableInfoButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.TableInfoButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.TableInfoButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.TableInfoButton.Location = new System.Drawing.Point(991, 437);
     this.TableInfoButton.Name = "TableInfoButton";
     this.TableInfoButton.Size = new System.Drawing.Size(145, 90);
     this.TableInfoButton.TabIndex = 1;
     this.TableInfoButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.TableInfoButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.TableInfoButton.UseVisualStyleBackColor = false;
     this.TableInfoButton.Click += new System.EventHandler(this.TabInfoButton_Click);
     //
     // NameTableButton
     //
     this.NameTableButton.BackColor = System.Drawing.Color.Transparent;
     this.NameTableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("NameTableButton.BackgroundImage")));
     this.NameTableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("NameTableButton.BgImageOnMouseDown")));
     this.NameTableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("NameTableButton.BgImageOnMouseUp")));
     this.NameTableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.NameTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.NameTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.NameTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.NameTableButton.Font = new System.Drawing.Font("Arial", 10F);
     this.NameTableButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.NameTableButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.NameTableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.NameTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.NameTableButton.Location = new System.Drawing.Point(991, 245);
     this.NameTableButton.Name = "NameTableButton";
     this.NameTableButton.Size = new System.Drawing.Size(145, 90);
     this.NameTableButton.TabIndex = 2;
     this.NameTableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.NameTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.NameTableButton.UseVisualStyleBackColor = false;
     this.NameTableButton.Click += new System.EventHandler(this.NameTableButton_Click);
     //
     // ChangeDetailsButton
     //
     this.ChangeDetailsButton.BackColor = System.Drawing.Color.Transparent;
     this.ChangeDetailsButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ChangeDetailsButton.BackgroundImage")));
     this.ChangeDetailsButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ChangeDetailsButton.BgImageOnMouseDown")));
     this.ChangeDetailsButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ChangeDetailsButton.BgImageOnMouseUp")));
     this.ChangeDetailsButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.ChangeDetailsButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ChangeDetailsButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ChangeDetailsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ChangeDetailsButton.Font = new System.Drawing.Font("Arial", 10F);
     this.ChangeDetailsButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.ChangeDetailsButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.ChangeDetailsButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.ChangeDetailsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ChangeDetailsButton.Location = new System.Drawing.Point(991, 341);
     this.ChangeDetailsButton.Name = "ChangeDetailsButton";
     this.ChangeDetailsButton.Size = new System.Drawing.Size(145, 90);
     this.ChangeDetailsButton.TabIndex = 3;
     this.ChangeDetailsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ChangeDetailsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.ChangeDetailsButton.UseVisualStyleBackColor = false;
     this.ChangeDetailsButton.Click += new System.EventHandler(this.ChangeDetailsButton_Click);
     //
     // TWButton
     //
     this.TWButton.BackColor = System.Drawing.Color.Transparent;
     this.TWButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TWButton.BackgroundImage")));
     this.TWButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("TWButton.BgImageOnMouseDown")));
     this.TWButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("TWButton.BgImageOnMouseUp")));
     this.TWButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.TWButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.TWButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.TWButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.TWButton.Font = new System.Drawing.Font("Arial", 10F);
     this.TWButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.TWButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.TWButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.TWButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.TWButton.Location = new System.Drawing.Point(991, 149);
     this.TWButton.Name = "TWButton";
     this.TWButton.Size = new System.Drawing.Size(145, 90);
     this.TWButton.TabIndex = 8;
     this.TWButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.TWButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.TWButton.UseVisualStyleBackColor = false;
     this.TWButton.Click += new System.EventHandler(this.TWButton_Click);
     //
     // BarServiceButton
     //
     this.BarServiceButton.BackColor = System.Drawing.Color.Transparent;
     this.BarServiceButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BarServiceButton.BackgroundImage")));
     this.BarServiceButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("BarServiceButton.BgImageOnMouseDown")));
     this.BarServiceButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("BarServiceButton.BgImageOnMouseUp")));
     this.BarServiceButton.Enabled = false;
     this.BarServiceButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.BarServiceButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.BarServiceButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.BarServiceButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BarServiceButton.Font = new System.Drawing.Font("Arial", 10F);
     this.BarServiceButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.BarServiceButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.BarServiceButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.BarServiceButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BarServiceButton.Location = new System.Drawing.Point(825, 740);
     this.BarServiceButton.Name = "BarServiceButton";
     this.BarServiceButton.Size = new System.Drawing.Size(145, 40);
     this.BarServiceButton.TabIndex = 9;
     this.BarServiceButton.Text = "Bar Service";
     this.BarServiceButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BarServiceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BarServiceButton.UseVisualStyleBackColor = false;
     this.BarServiceButton.Visible = false;
     this.BarServiceButton.Click += new System.EventHandler(this.BarServiceButton_Click);
     //
     // NewTableButton
     //
     this.NewTableButton.BackColor = System.Drawing.Color.Transparent;
     this.NewTableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("NewTableButton.BackgroundImage")));
     this.NewTableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("NewTableButton.BgImageOnMouseDown")));
     this.NewTableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("NewTableButton.BgImageOnMouseUp")));
     this.NewTableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.NewTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.NewTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.NewTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.NewTableButton.Font = new System.Drawing.Font("Arial", 10F);
     this.NewTableButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.NewTableButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.NewTableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Add;
     this.NewTableButton.Image = ((System.Drawing.Image)(resources.GetObject("NewTableButton.Image")));
     this.NewTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.NewTableButton.Location = new System.Drawing.Point(991, 53);
     this.NewTableButton.Name = "NewTableButton";
     this.NewTableButton.Size = new System.Drawing.Size(145, 90);
     this.NewTableButton.TabIndex = 10;
     this.NewTableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.NewTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.NewTableButton.UseVisualStyleBackColor = false;
     this.NewTableButton.Click += new System.EventHandler(this.NewTableButton_Click);
     //
     // LogOffButton
     //
     this.LogOffButton.BackColor = System.Drawing.Color.Transparent;
     this.LogOffButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("LogOffButton.BackgroundImage")));
     this.LogOffButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("LogOffButton.BgImageOnMouseDown")));
     this.LogOffButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("LogOffButton.BgImageOnMouseUp")));
     this.LogOffButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.LogOffButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.LogOffButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.LogOffButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.LogOffButton.Font = new System.Drawing.Font("Arial", 10F);
     this.LogOffButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.LogOffButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.LogOffButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.LogOffButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.LogOffButton.Location = new System.Drawing.Point(991, 629);
     this.LogOffButton.Name = "LogOffButton";
     this.LogOffButton.Size = new System.Drawing.Size(145, 90);
     this.LogOffButton.TabIndex = 11;
     this.LogOffButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.LogOffButton.UseVisualStyleBackColor = false;
     this.LogOffButton.Click += new System.EventHandler(this.LogOffButton_Click);
     //
     // MainStatusStrip
     //
     this.MainStatusStrip.BackColor = System.Drawing.SystemColors.Control;
     this.MainStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsLblCurrentUser});
     this.MainStatusStrip.Location = new System.Drawing.Point(3, 941);
     this.MainStatusStrip.Name = "MainStatusStrip";
     this.MainStatusStrip.Size = new System.Drawing.Size(1294, 24);
     this.MainStatusStrip.TabIndex = 9;
     //
     // tsLblCurrentUser
     //
     this.tsLblCurrentUser.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.tsLblCurrentUser.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.tsLblCurrentUser.Name = "tsLblCurrentUser";
     this.tsLblCurrentUser.Size = new System.Drawing.Size(77, 19);
     this.tsLblCurrentUser.Text = "Current User";
     //
     // UserStatusLabel
     //
     this.UserStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.UserStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.UserStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.UserStatusLabel.Name = "UserStatusLabel";
     this.UserStatusLabel.Size = new System.Drawing.Size(138, 17);
     this.UserStatusLabel.Text = "Logged in as Administrator";
     //
     // OpenOrdersLabel
     //
     this.OpenOrdersLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.OpenOrdersLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.OpenOrdersLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.OpenOrdersLabel.Name = "OpenOrdersLabel";
     this.OpenOrdersLabel.Size = new System.Drawing.Size(126, 17);
     this.OpenOrdersLabel.Text = "Number of Open Orders";
     //
     // TerminalIDLabel
     //
     this.TerminalIDLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.TerminalIDLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.TerminalIDLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.TerminalIDLabel.Name = "TerminalIDLabel";
     this.TerminalIDLabel.Size = new System.Drawing.Size(65, 17);
     this.TerminalIDLabel.Text = "Terminal ID";
     //
     // tsCallerIdStatus
     //
     this.tsCallerIdStatus.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                 | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.tsCallerIdStatus.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.tsCallerIdStatus.Name = "tsCallerIdStatus";
     this.tsCallerIdStatus.Size = new System.Drawing.Size(52, 17);
     this.tsCallerIdStatus.Text = "Caller ID";
     //
     // RefreshTimer
     //
     this.RefreshTimer.Interval = 10000;
     this.RefreshTimer.Tick += new System.EventHandler(this.RefreshTimer_Tick);
     //
     // tmrCallerInfo
     //
     this.tmrCallerInfo.Tick += new System.EventHandler(this.tmrCallerInfo_Tick);
     //
     // tlTip
     //
     this.tlTip.IsBalloon = true;
     this.tlTip.ShowAlways = true;
     //
     // btnCallRefresh
     //
     this.btnCallRefresh.BackColor = System.Drawing.Color.Transparent;
     this.btnCallRefresh.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCallRefresh.BackgroundImage")));
     this.btnCallRefresh.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnCallRefresh.BgImageOnMouseDown")));
     this.btnCallRefresh.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnCallRefresh.BgImageOnMouseUp")));
     this.btnCallRefresh.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnCallRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnCallRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnCallRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCallRefresh.Font = new System.Drawing.Font("Arial", 10F);
     this.btnCallRefresh.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnCallRefresh.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnCallRefresh.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.btnCallRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCallRefresh.Location = new System.Drawing.Point(286, 42);
     this.btnCallRefresh.Name = "btnCallRefresh";
     this.btnCallRefresh.Size = new System.Drawing.Size(55, 32);
     this.btnCallRefresh.TabIndex = 7;
     this.btnCallRefresh.Text = "Clear";
     this.btnCallRefresh.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCallRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.tlTip.SetToolTip(this.btnCallRefresh, "Refresh");
     this.btnCallRefresh.UseVisualStyleBackColor = false;
     this.btnCallRefresh.Click += new System.EventHandler(this.btnCallRefresh_Click);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.ForeColor = System.Drawing.Color.Black;
     this.label14.Location = new System.Drawing.Point(197, 504);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(16, 13);
     this.label14.TabIndex = 3;
     this.label14.Text = "of";
     //
     // TotalPageLabel
     //
     this.TotalPageLabel.AutoSize = true;
     this.TotalPageLabel.BackColor = System.Drawing.Color.Transparent;
     this.TotalPageLabel.ForeColor = System.Drawing.Color.Black;
     this.TotalPageLabel.Location = new System.Drawing.Point(221, 504);
     this.TotalPageLabel.Name = "TotalPageLabel";
     this.TotalPageLabel.Size = new System.Drawing.Size(13, 13);
     this.TotalPageLabel.TabIndex = 2;
     this.TotalPageLabel.Text = "1";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.ForeColor = System.Drawing.Color.Black;
     this.label13.Location = new System.Drawing.Point(77, 504);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(96, 13);
     this.label13.TabIndex = 1;
     this.label13.Text = "Open Order - Page";
     //
     // CurrentPageLabel
     //
     this.CurrentPageLabel.AutoSize = true;
     this.CurrentPageLabel.BackColor = System.Drawing.Color.Transparent;
     this.CurrentPageLabel.ForeColor = System.Drawing.Color.Black;
     this.CurrentPageLabel.Location = new System.Drawing.Point(179, 504);
     this.CurrentPageLabel.Name = "CurrentPageLabel";
     this.CurrentPageLabel.Size = new System.Drawing.Size(13, 13);
     this.CurrentPageLabel.TabIndex = 0;
     this.CurrentPageLabel.Text = "1";
     //
     // TablePanel
     //
     this.TablePanel.BackColor = System.Drawing.Color.Teal;
     this.TablePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.TablePanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.TablePanel.Location = new System.Drawing.Point(7, 0);
     this.TablePanel.Name = "TablePanel";
     this.TablePanel.Padding = new System.Windows.Forms.Padding(5);
     this.TablePanel.Size = new System.Drawing.Size(972, 484);
     this.TablePanel.TabIndex = 14;
     this.TablePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.TablePanel_Paint);
     //
     // panelCallerID
     //
     this.panelCallerID.BackColor = System.Drawing.Color.White;
     this.panelCallerID.Controls.Add(this.picBoxPhone);
     this.panelCallerID.Controls.Add(this.lblPhoneNumber);
     this.panelCallerID.Controls.Add(this.txtCustomerName);
     this.panelCallerID.Controls.Add(this.btnCallRefresh);
     this.panelCallerID.Controls.Add(this.label18);
     this.panelCallerID.Controls.Add(this.label16);
     this.panelCallerID.Controls.Add(this.txtFirstAddress);
     this.panelCallerID.Location = new System.Drawing.Point(479, 762);
     this.panelCallerID.Name = "panelCallerID";
     this.panelCallerID.Size = new System.Drawing.Size(301, 99);
     this.panelCallerID.TabIndex = 10;
     this.panelCallerID.Visible = false;
     //
     // picBoxPhone
     //
     this.picBoxPhone.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.picBoxPhone.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoxPhone.BackgroundImage")));
     this.picBoxPhone.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("picBoxPhone.BgImageOnMouseDown")));
     this.picBoxPhone.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("picBoxPhone.BgImageOnMouseUp")));
     this.picBoxPhone.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.picBoxPhone.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.picBoxPhone.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.picBoxPhone.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.picBoxPhone.Font = new System.Drawing.Font("Arial", 10F);
     this.picBoxPhone.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.picBoxPhone.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.picBoxPhone.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.picBoxPhone.Image = global::RMS.Properties.Resources.ring_stop;
     this.picBoxPhone.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.picBoxPhone.Location = new System.Drawing.Point(308, 5);
     this.picBoxPhone.Name = "picBoxPhone";
     this.picBoxPhone.Size = new System.Drawing.Size(32, 32);
     this.picBoxPhone.TabIndex = 12;
     this.picBoxPhone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.picBoxPhone.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.picBoxPhone.UseVisualStyleBackColor = false;
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.AutoSize = true;
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.SystemColors.Desktop;
     this.lblPhoneNumber.Location = new System.Drawing.Point(15, 59);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(119, 15);
     this.lblPhoneNumber.TabIndex = 10;
     this.lblPhoneNumber.Text = "45445645646543";
     //
     // txtCustomerName
     //
     this.txtCustomerName.AutoSize = true;
     this.txtCustomerName.BackColor = System.Drawing.Color.Transparent;
     this.txtCustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCustomerName.ForeColor = System.Drawing.SystemColors.Desktop;
     this.txtCustomerName.Location = new System.Drawing.Point(15, 19);
     this.txtCustomerName.Name = "txtCustomerName";
     this.txtCustomerName.Size = new System.Drawing.Size(121, 17);
     this.txtCustomerName.TabIndex = 11;
     this.txtCustomerName.Text = "There is no call";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.Black;
     this.label18.Location = new System.Drawing.Point(5, 5);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(82, 13);
     this.label18.TabIndex = 5;
     this.label18.Text = "Customer Name";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Location = new System.Drawing.Point(4, 43);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(78, 13);
     this.label16.TabIndex = 4;
     this.label16.Text = "Phone Number";
     //
     // txtFirstAddress
     //
     this.txtFirstAddress.BackColor = System.Drawing.Color.White;
     this.txtFirstAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFirstAddress.Enabled = false;
     this.txtFirstAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFirstAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.txtFirstAddress.Location = new System.Drawing.Point(7, 78);
     this.txtFirstAddress.Multiline = true;
     this.txtFirstAddress.Name = "txtFirstAddress";
     this.txtFirstAddress.Size = new System.Drawing.Size(334, 42);
     this.txtFirstAddress.TabIndex = 2;
     this.txtFirstAddress.Text = "There is no call";
     //
     // RefreshButton
     //
     this.RefreshButton.BackColor = System.Drawing.Color.Transparent;
     this.RefreshButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("RefreshButton.BackgroundImage")));
     this.RefreshButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("RefreshButton.BgImageOnMouseDown")));
     this.RefreshButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("RefreshButton.BgImageOnMouseUp")));
     this.RefreshButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.RefreshButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.RefreshButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.RefreshButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.RefreshButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RefreshButton.Font = new System.Drawing.Font("Arial", 10F);
     this.RefreshButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.RefreshButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.RefreshButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Refresh;
     this.RefreshButton.Image = ((System.Drawing.Image)(resources.GetObject("RefreshButton.Image")));
     this.RefreshButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.RefreshButton.Location = new System.Drawing.Point(895, 490);
     this.RefreshButton.Name = "RefreshButton";
     this.RefreshButton.Size = new System.Drawing.Size(35, 30);
     this.RefreshButton.TabIndex = 7;
     this.RefreshButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.RefreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.RefreshButton.UseVisualStyleBackColor = false;
     this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
     //
     // PreviousButton
     //
     this.PreviousButton.BackColor = System.Drawing.Color.Transparent;
     this.PreviousButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PreviousButton.BackgroundImage")));
     this.PreviousButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("PreviousButton.BgImageOnMouseDown")));
     this.PreviousButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("PreviousButton.BgImageOnMouseUp")));
     this.PreviousButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.PreviousButton.Enabled = false;
     this.PreviousButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.PreviousButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.PreviousButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.PreviousButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.PreviousButton.Font = new System.Drawing.Font("Arial", 10F);
     this.PreviousButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.PreviousButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.PreviousButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Previous;
     this.PreviousButton.Image = ((System.Drawing.Image)(resources.GetObject("PreviousButton.Image")));
     this.PreviousButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.PreviousButton.Location = new System.Drawing.Point(853, 490);
     this.PreviousButton.Name = "PreviousButton";
     this.PreviousButton.Size = new System.Drawing.Size(35, 30);
     this.PreviousButton.TabIndex = 11;
     this.PreviousButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.PreviousButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.PreviousButton.UseVisualStyleBackColor = false;
     this.PreviousButton.Click += new System.EventHandler(this.PreviousButton_Click);
     //
     // NextButton
     //
     this.NextButton.BackColor = System.Drawing.Color.Transparent;
     this.NextButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("NextButton.BackgroundImage")));
     this.NextButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("NextButton.BgImageOnMouseDown")));
     this.NextButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("NextButton.BgImageOnMouseUp")));
     this.NextButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.NextButton.Enabled = false;
     this.NextButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.NextButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.NextButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.NextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.NextButton.Font = new System.Drawing.Font("Arial", 10F);
     this.NextButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.NextButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.NextButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Next;
     this.NextButton.Image = ((System.Drawing.Image)(resources.GetObject("NextButton.Image")));
     this.NextButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.NextButton.Location = new System.Drawing.Point(937, 490);
     this.NextButton.Name = "NextButton";
     this.NextButton.Size = new System.Drawing.Size(35, 30);
     this.NextButton.TabIndex = 5;
     this.NextButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.NextButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.NextButton.UseVisualStyleBackColor = false;
     this.NextButton.Click += new System.EventHandler(this.NextButton_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.label21);
     this.panel2.Controls.Add(this.label15);
     this.panel2.Controls.Add(this.label17);
     this.panel2.Location = new System.Drawing.Point(11, 99);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(68, 35);
     this.panel2.TabIndex = 4;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(4, 18);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(59, 13);
     this.label21.TabIndex = 13;
     this.label21.Text = "Information";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label15.Location = new System.Drawing.Point(3, 1);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(62, 17);
     this.label15.TabIndex = 13;
     this.label15.Text = "Caller\'s";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label17.Location = new System.Drawing.Point(140, 0);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(13, 13);
     this.label17.TabIndex = 2;
     this.label17.Text = "1";
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.Transparent;
     this.panel9.BackgroundImage = global::RMS.Properties.Resources.lobby_window_bg;
     this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel9.Controls.Add(this.RefreshButton);
     this.panel9.Controls.Add(this.label1);
     this.panel9.Controls.Add(this.TablePanel);
     this.panel9.Controls.Add(this.label13);
     this.panel9.Controls.Add(this.TotalPageLabel);
     this.panel9.Controls.Add(this.CurrentPageLabel);
     this.panel9.Controls.Add(this.PreviousButton);
     this.panel9.Controls.Add(this.label14);
     this.panel9.Controls.Add(this.NextButton);
     this.panel9.Location = new System.Drawing.Point(6, 53);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(984, 532);
     this.panel9.TabIndex = 15;
     this.panel9.Paint += new System.Windows.Forms.PaintEventHandler(this.panel9_Paint);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
     this.label1.Location = new System.Drawing.Point(11, 499);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(57, 20);
     this.label1.TabIndex = 15;
     this.label1.Text = "Lobby";
     //
     // refreshlobbyButton
     //
     this.refreshlobbyButton.BackColor = System.Drawing.Color.Transparent;
     this.refreshlobbyButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("refreshlobbyButton.BackgroundImage")));
     this.refreshlobbyButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("refreshlobbyButton.BgImageOnMouseDown")));
     this.refreshlobbyButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("refreshlobbyButton.BgImageOnMouseUp")));
     this.refreshlobbyButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.refreshlobbyButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.refreshlobbyButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.refreshlobbyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.refreshlobbyButton.Font = new System.Drawing.Font("Arial", 10F);
     this.refreshlobbyButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.refreshlobbyButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.refreshlobbyButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal;
     this.refreshlobbyButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.refreshlobbyButton.Location = new System.Drawing.Point(833, 804);
     this.refreshlobbyButton.Name = "refreshlobbyButton";
     this.refreshlobbyButton.Size = new System.Drawing.Size(145, 90);
     this.refreshlobbyButton.TabIndex = 16;
     this.refreshlobbyButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.refreshlobbyButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.refreshlobbyButton.UseVisualStyleBackColor = false;
     this.refreshlobbyButton.Visible = false;
     this.refreshlobbyButton.Click += new System.EventHandler(this.refreshlobbyButton_Click);
     //
     // CMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlText;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(1300, 968);
     this.Controls.Add(this.refreshlobbyButton);
     this.Controls.Add(this.panel9);
     this.Controls.Add(this.LogOffButton);
     this.Controls.Add(this.NewTableButton);
     this.Controls.Add(this.BarServiceButton);
     this.Controls.Add(this.TWButton);
     this.Controls.Add(this.ChangeDetailsButton);
     this.Controls.Add(this.NameTableButton);
     this.Controls.Add(this.TableInfoButton);
     this.Controls.Add(this.SysMngmntButton);
     this.Controls.Add(this.MainStatusStrip);
     this.Controls.Add(this.panelCallerID);
     this.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.Name = "CMainForm";
     this.Activated += new System.EventHandler(this.CMainForm_Activated);
     this.Deactivate += new System.EventHandler(this.CMainForm_Deactivate);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CMainForm_FormClosing);
     this.Load += new System.EventHandler(this.CMainForm_Load);
     this.Controls.SetChildIndex(this.panelCallerID, 0);
     this.Controls.SetChildIndex(this.MainStatusStrip, 0);
     this.Controls.SetChildIndex(this.SysMngmntButton, 0);
     this.Controls.SetChildIndex(this.TableInfoButton, 0);
     this.Controls.SetChildIndex(this.NameTableButton, 0);
     this.Controls.SetChildIndex(this.ChangeDetailsButton, 0);
     this.Controls.SetChildIndex(this.TWButton, 0);
     this.Controls.SetChildIndex(this.BarServiceButton, 0);
     this.Controls.SetChildIndex(this.NewTableButton, 0);
     this.Controls.SetChildIndex(this.LogOffButton, 0);
     this.Controls.SetChildIndex(this.panel9, 0);
     this.Controls.SetChildIndex(this.refreshlobbyButton, 0);
     this.MainStatusStrip.ResumeLayout(false);
     this.MainStatusStrip.PerformLayout();
     this.panelCallerID.ResumeLayout(false);
     this.panelCallerID.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMemberShipForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnSelect = new RMSUI.FunctionalButton();
     this.ViewAllButton = new RMSUI.FunctionalButton();
     this.AddButton = new RMSUI.FunctionalButton();
     this.UpdateButton = new RMSUI.FunctionalButton();
     this.DeleteButton = new RMSUI.FunctionalButton();
     this.label1 = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtName = new System.Windows.Forms.TextBox();
     this.SearchButton = new RMSUI.FunctionalButton();
     this.dgvMembership = new System.Windows.Forms.DataGridView();
     this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.customerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.customerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.customerPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.membershipCardType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mebershipCardID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.membershipCardCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.membershipCardName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.membershipCardTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.point = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.discountPercentRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.issueDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BackButton = new RMSUI.FunctionalButton();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button8 = new System.Windows.Forms.Button();
     this.button9 = new System.Windows.Forms.Button();
     this.button10 = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMembership)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.btnSelect);
     this.panel1.Controls.Add(this.ViewAllButton);
     this.panel1.Controls.Add(this.AddButton);
     this.panel1.Controls.Add(this.UpdateButton);
     this.panel1.Controls.Add(this.DeleteButton);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.txtCode);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.txtName);
     this.panel1.Controls.Add(this.SearchButton);
     this.panel1.Controls.Add(this.dgvMembership);
     this.panel1.Controls.Add(this.BackButton);
     this.panel1.Location = new System.Drawing.Point(3, 56);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(793, 600);
     this.panel1.TabIndex = 1;
     //
     // btnSelect
     //
     this.btnSelect.BackColor = System.Drawing.Color.Transparent;
     this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
     this.btnSelect.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseDown")));
     this.btnSelect.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseUp")));
     this.btnSelect.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnSelect.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSelect.Font = new System.Drawing.Font("Arial", 10F);
     this.btnSelect.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnSelect.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnSelect.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelect.Location = new System.Drawing.Point(663, 516);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Size = new System.Drawing.Size(120, 40);
     this.btnSelect.TabIndex = 62;
     this.btnSelect.Text = "OK";
     this.btnSelect.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSelect.UseVisualStyleBackColor = false;
     this.btnSelect.Visible = false;
     this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
     //
     // ViewAllButton
     //
     this.ViewAllButton.BackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ViewAllButton.BackgroundImage")));
     this.ViewAllButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ViewAllButton.BgImageOnMouseDown")));
     this.ViewAllButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ViewAllButton.BgImageOnMouseUp")));
     this.ViewAllButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.ViewAllButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ViewAllButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ViewAllButton.Font = new System.Drawing.Font("Arial", 10F);
     this.ViewAllButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.ViewAllButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.ViewAllButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.ViewAllButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ViewAllButton.Location = new System.Drawing.Point(631, 9);
     this.ViewAllButton.Name = "ViewAllButton";
     this.ViewAllButton.Size = new System.Drawing.Size(120, 40);
     this.ViewAllButton.TabIndex = 3;
     this.ViewAllButton.Text = "View All";
     this.ViewAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.ViewAllButton.UseVisualStyleBackColor = false;
     this.ViewAllButton.Click += new System.EventHandler(this.ViewAllButton_Click);
     //
     // AddButton
     //
     this.AddButton.BackColor = System.Drawing.Color.Transparent;
     this.AddButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("AddButton.BackgroundImage")));
     this.AddButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("AddButton.BgImageOnMouseDown")));
     this.AddButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("AddButton.BgImageOnMouseUp")));
     this.AddButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.AddButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.AddButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.AddButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.AddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.AddButton.Font = new System.Drawing.Font("Arial", 10F);
     this.AddButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.AddButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.AddButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.AddButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.AddButton.Location = new System.Drawing.Point(411, 470);
     this.AddButton.Name = "AddButton";
     this.AddButton.Size = new System.Drawing.Size(120, 40);
     this.AddButton.TabIndex = 6;
     this.AddButton.Text = "Add";
     this.AddButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.AddButton.UseVisualStyleBackColor = false;
     this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
     //
     // UpdateButton
     //
     this.UpdateButton.BackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("UpdateButton.BackgroundImage")));
     this.UpdateButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("UpdateButton.BgImageOnMouseDown")));
     this.UpdateButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("UpdateButton.BgImageOnMouseUp")));
     this.UpdateButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.UpdateButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.UpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.UpdateButton.Font = new System.Drawing.Font("Arial", 10F);
     this.UpdateButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.UpdateButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.UpdateButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.UpdateButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.UpdateButton.Location = new System.Drawing.Point(537, 470);
     this.UpdateButton.Name = "UpdateButton";
     this.UpdateButton.Size = new System.Drawing.Size(120, 40);
     this.UpdateButton.TabIndex = 7;
     this.UpdateButton.Text = "Update";
     this.UpdateButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.UpdateButton.UseVisualStyleBackColor = false;
     this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click);
     //
     // DeleteButton
     //
     this.DeleteButton.BackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("DeleteButton.BackgroundImage")));
     this.DeleteButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("DeleteButton.BgImageOnMouseDown")));
     this.DeleteButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("DeleteButton.BgImageOnMouseUp")));
     this.DeleteButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.DeleteButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.DeleteButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DeleteButton.Font = new System.Drawing.Font("Arial", 10F);
     this.DeleteButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.DeleteButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.DeleteButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.DeleteButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.DeleteButton.Location = new System.Drawing.Point(663, 470);
     this.DeleteButton.Name = "DeleteButton";
     this.DeleteButton.Size = new System.Drawing.Size(120, 40);
     this.DeleteButton.TabIndex = 8;
     this.DeleteButton.Text = "Delete";
     this.DeleteButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.DeleteButton.UseVisualStyleBackColor = false;
     this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(260, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 15);
     this.label1.TabIndex = 60;
     this.label1.Text = "Code";
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(313, 19);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(150, 20);
     this.txtCode.TabIndex = 1;
     this.txtCode.Click += new System.EventHandler(this.PhoneTextBox_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(39, 21);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(45, 15);
     this.label8.TabIndex = 58;
     this.label8.Text = "Name";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(90, 20);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(150, 20);
     this.txtName.TabIndex = 0;
     this.txtName.Click += new System.EventHandler(this.NameTextBox_Click);
     //
     // SearchButton
     //
     this.SearchButton.BackColor = System.Drawing.Color.Transparent;
     this.SearchButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SearchButton.BackgroundImage")));
     this.SearchButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SearchButton.BgImageOnMouseDown")));
     this.SearchButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SearchButton.BgImageOnMouseUp")));
     this.SearchButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.SearchButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SearchButton.Font = new System.Drawing.Font("Arial", 10F);
     this.SearchButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.SearchButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.SearchButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.SearchButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SearchButton.Location = new System.Drawing.Point(504, 8);
     this.SearchButton.Name = "SearchButton";
     this.SearchButton.Size = new System.Drawing.Size(120, 40);
     this.SearchButton.TabIndex = 2;
     this.SearchButton.Text = "Search";
     this.SearchButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.SearchButton.UseVisualStyleBackColor = false;
     this.SearchButton.Click += new System.EventHandler(this.SearchButton_Click);
     //
     // dgvMembership
     //
     this.dgvMembership.AllowUserToAddRows = false;
     this.dgvMembership.AllowUserToDeleteRows = false;
     this.dgvMembership.AllowUserToResizeRows = false;
     this.dgvMembership.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.dgvMembership.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvMembership.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Silver;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvMembership.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMembership.ColumnHeadersHeight = 25;
     this.dgvMembership.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.id,
     this.customerID,
     this.customerName,
     this.customerPhone,
     this.membershipCardType,
     this.mebershipCardID,
     this.membershipCardCode,
     this.membershipCardName,
     this.membershipCardTitle,
     this.point,
     this.discountPercentRate,
     this.issueDate});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.WhiteSmoke;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMembership.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgvMembership.Location = new System.Drawing.Point(9, 59);
     this.dgvMembership.MultiSelect = false;
     this.dgvMembership.Name = "dgvMembership";
     this.dgvMembership.ReadOnly = true;
     this.dgvMembership.RowHeadersVisible = false;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvMembership.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.dgvMembership.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dgvMembership.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.dgvMembership.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgvMembership.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
     this.dgvMembership.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     this.dgvMembership.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvMembership.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMembership.RowTemplate.Height = 20;
     this.dgvMembership.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvMembership.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvMembership.Size = new System.Drawing.Size(775, 393);
     this.dgvMembership.TabIndex = 4;
     //
     // id
     //
     this.id.DataPropertyName = "id";
     this.id.HeaderText = "ID";
     this.id.Name = "id";
     this.id.ReadOnly = true;
     this.id.Visible = false;
     //
     // customerID
     //
     this.customerID.DataPropertyName = "customerID";
     this.customerID.HeaderText = "Customer ID";
     this.customerID.Name = "customerID";
     this.customerID.ReadOnly = true;
     //
     // customerName
     //
     this.customerName.DataPropertyName = "customerName";
     this.customerName.HeaderText = "Customer Name";
     this.customerName.Name = "customerName";
     this.customerName.ReadOnly = true;
     //
     // customerPhone
     //
     this.customerPhone.DataPropertyName = "customerPhone";
     this.customerPhone.HeaderText = "Customer Phone";
     this.customerPhone.Name = "customerPhone";
     this.customerPhone.ReadOnly = true;
     //
     // membershipCardType
     //
     this.membershipCardType.DataPropertyName = "membershipCardType";
     this.membershipCardType.HeaderText = "Membership Card Type";
     this.membershipCardType.Name = "membershipCardType";
     this.membershipCardType.ReadOnly = true;
     //
     // mebershipCardID
     //
     this.mebershipCardID.DataPropertyName = "mebershipCardID";
     this.mebershipCardID.HeaderText = "Mebership Card ID";
     this.mebershipCardID.Name = "mebershipCardID";
     this.mebershipCardID.ReadOnly = true;
     //
     // membershipCardCode
     //
     this.membershipCardCode.DataPropertyName = "membershipCardCode";
     this.membershipCardCode.HeaderText = "Membership Card Code";
     this.membershipCardCode.Name = "membershipCardCode";
     this.membershipCardCode.ReadOnly = true;
     //
     // membershipCardName
     //
     this.membershipCardName.DataPropertyName = "membershipCardName";
     this.membershipCardName.HeaderText = "Membership Card Name";
     this.membershipCardName.Name = "membershipCardName";
     this.membershipCardName.ReadOnly = true;
     //
     // membershipCardTitle
     //
     this.membershipCardTitle.DataPropertyName = "membershipCardTitle";
     this.membershipCardTitle.HeaderText = "Membership Card Title";
     this.membershipCardTitle.Name = "membershipCardTitle";
     this.membershipCardTitle.ReadOnly = true;
     //
     // point
     //
     this.point.DataPropertyName = "point";
     this.point.HeaderText = "Point";
     this.point.Name = "point";
     this.point.ReadOnly = true;
     //
     // discountPercentRate
     //
     this.discountPercentRate.DataPropertyName = "discountPercentRate";
     this.discountPercentRate.HeaderText = "Discount Percent";
     this.discountPercentRate.Name = "discountPercentRate";
     this.discountPercentRate.ReadOnly = true;
     //
     // issueDate
     //
     this.issueDate.DataPropertyName = "issueDate";
     this.issueDate.HeaderText = "Issue Date";
     this.issueDate.Name = "issueDate";
     this.issueDate.ReadOnly = true;
     //
     // BackButton
     //
     this.BackButton.BackColor = System.Drawing.Color.Transparent;
     this.BackButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BackButton.BackgroundImage")));
     this.BackButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseDown")));
     this.BackButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseUp")));
     this.BackButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.BackButton.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BackButton.Font = new System.Drawing.Font("Arial", 10F);
     this.BackButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.BackButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.BackButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back;
     this.BackButton.Image = ((System.Drawing.Image)(resources.GetObject("BackButton.Image")));
     this.BackButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.Location = new System.Drawing.Point(45, 470);
     this.BackButton.Name = "BackButton";
     this.BackButton.Size = new System.Drawing.Size(121, 40);
     this.BackButton.TabIndex = 5;
     this.BackButton.Text = " Back";
     this.BackButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BackButton.UseVisualStyleBackColor = false;
     this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(0, 2);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(140, 40);
     this.button1.TabIndex = 309;
     this.button1.UseVisualStyleBackColor = false;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Black;
     this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
     this.button2.Location = new System.Drawing.Point(5, 11);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(140, 40);
     this.button2.TabIndex = 342;
     this.button2.UseVisualStyleBackColor = false;
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Black;
     this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
     this.button3.Location = new System.Drawing.Point(-1, 11);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(140, 40);
     this.button3.TabIndex = 342;
     this.button3.UseVisualStyleBackColor = false;
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.Black;
     this.button4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
     this.button4.Location = new System.Drawing.Point(0, 8);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(140, 40);
     this.button4.TabIndex = 342;
     this.button4.UseVisualStyleBackColor = false;
     //
     // button5
     //
     this.button5.BackColor = System.Drawing.Color.Black;
     this.button5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button5.BackgroundImage")));
     this.button5.Location = new System.Drawing.Point(-12, 1);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(140, 40);
     this.button5.TabIndex = 342;
     this.button5.UseVisualStyleBackColor = false;
     //
     // button6
     //
     this.button6.BackColor = System.Drawing.Color.Black;
     this.button6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button6.BackgroundImage")));
     this.button6.Location = new System.Drawing.Point(28, 11);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(140, 40);
     this.button6.TabIndex = 342;
     this.button6.UseVisualStyleBackColor = false;
     //
     // button7
     //
     this.button7.BackColor = System.Drawing.Color.Black;
     this.button7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button7.BackgroundImage")));
     this.button7.Location = new System.Drawing.Point(28, -3);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(140, 40);
     this.button7.TabIndex = 342;
     this.button7.UseVisualStyleBackColor = false;
     //
     // button8
     //
     this.button8.BackColor = System.Drawing.Color.Black;
     this.button8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button8.BackgroundImage")));
     this.button8.Location = new System.Drawing.Point(-1, 10);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(140, 40);
     this.button8.TabIndex = 342;
     this.button8.UseVisualStyleBackColor = false;
     //
     // button9
     //
     this.button9.BackColor = System.Drawing.Color.Black;
     this.button9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button9.BackgroundImage")));
     this.button9.Location = new System.Drawing.Point(0, -3);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(140, 40);
     this.button9.TabIndex = 342;
     this.button9.UseVisualStyleBackColor = false;
     //
     // button10
     //
     this.button10.BackColor = System.Drawing.Color.Black;
     this.button10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button10.BackgroundImage")));
     this.button10.Location = new System.Drawing.Point(6, 6);
     this.button10.Name = "button10";
     this.button10.Size = new System.Drawing.Size(140, 40);
     this.button10.TabIndex = 342;
     this.button10.UseVisualStyleBackColor = false;
     //
     // CMemberShipForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(802, 600);
     this.Controls.Add(this.button10);
     this.Controls.Add(this.panel1);
     this.Name = "CMemberShipForm";
     this.ScreenTitle = "Customer";
     this.VisibleChanged += new System.EventHandler(this.CCustomerForm_VisibleChanged);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.button10, 0);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMembership)).EndInit();
     this.ResumeLayout(false);
 }