/// <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(CKeyBoardForm)); this.PromptLabel = new System.Windows.Forms.Label(); this.rdoFood = new System.Windows.Forms.RadioButton(); this.rdoNonFood = new System.Windows.Forms.RadioButton(); this.keyboard1 = new RMSUI.keyboard(); this.ContentTextBox = new System.Windows.Forms.TextBox(); this.SaveBtn = new RMSUI.FunctionalButton(); this.functionalButton2 = new RMSUI.FunctionalButton(); this.SuspendLayout(); // // PromptLabel // this.PromptLabel.BackColor = System.Drawing.Color.Transparent; this.PromptLabel.ForeColor = System.Drawing.Color.Black; this.PromptLabel.Location = new System.Drawing.Point(148, 61); this.PromptLabel.Name = "PromptLabel"; this.PromptLabel.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.PromptLabel.Size = new System.Drawing.Size(476, 27); this.PromptLabel.TabIndex = 45; this.PromptLabel.Text = "PromptLabel"; this.PromptLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // rdoFood // this.rdoFood.AutoSize = true; this.rdoFood.BackColor = System.Drawing.Color.Transparent; this.rdoFood.Checked = true; this.rdoFood.ForeColor = System.Drawing.Color.White; this.rdoFood.Location = new System.Drawing.Point(298, 139); this.rdoFood.Name = "rdoFood"; this.rdoFood.Size = new System.Drawing.Size(49, 17); this.rdoFood.TabIndex = 46; this.rdoFood.TabStop = true; this.rdoFood.Text = "Food"; this.rdoFood.UseVisualStyleBackColor = false; this.rdoFood.Visible = false; // // rdoNonFood // this.rdoNonFood.AutoSize = true; this.rdoNonFood.BackColor = System.Drawing.Color.Transparent; this.rdoNonFood.ForeColor = System.Drawing.Color.White; this.rdoNonFood.Location = new System.Drawing.Point(428, 139); this.rdoNonFood.Name = "rdoNonFood"; this.rdoNonFood.Size = new System.Drawing.Size(72, 17); this.rdoNonFood.TabIndex = 47; this.rdoNonFood.TabStop = true; this.rdoNonFood.Text = "Non Food"; this.rdoNonFood.UseVisualStyleBackColor = false; this.rdoNonFood.Visible = false; // // keyboard1 // this.keyboard1.BackColor = System.Drawing.Color.DarkGray; this.keyboard1.ControlToInputText = this.ContentTextBox; this.keyboard1.Location = new System.Drawing.Point(33, 182); this.keyboard1.Name = "keyboard1"; this.keyboard1.Size = new System.Drawing.Size(722, 248); this.keyboard1.TabIndex = 48; this.keyboard1.textBox = null; // // ContentTextBox // this.ContentTextBox.Font = new System.Drawing.Font("Arial Rounded MT Bold", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ContentTextBox.Location = new System.Drawing.Point(233, 91); this.ContentTextBox.Multiline = true; this.ContentTextBox.Name = "ContentTextBox"; this.ContentTextBox.Size = new System.Drawing.Size(330, 40); this.ContentTextBox.TabIndex = 1; // // SaveBtn // this.SaveBtn.BackColor = System.Drawing.Color.Transparent; this.SaveBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SaveBtn.BackgroundImage"))); this.SaveBtn.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SaveBtn.BgImageOnMouseDown"))); this.SaveBtn.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SaveBtn.BgImageOnMouseUp"))); this.SaveBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.SaveBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.SaveBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.SaveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.SaveBtn.Font = new System.Drawing.Font("Arial", 10F); this.SaveBtn.ForeColorOnMouseDown = System.Drawing.Color.White; this.SaveBtn.ForeColorOnMouseUp = System.Drawing.Color.Black; this.SaveBtn.FunctionType = RMSUI.RMSUIConstants.FunctionType.Next; this.SaveBtn.Image = ((System.Drawing.Image)(resources.GetObject("SaveBtn.Image"))); this.SaveBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.SaveBtn.Location = new System.Drawing.Point(298, 463); this.SaveBtn.Name = "SaveBtn"; this.SaveBtn.Size = new System.Drawing.Size(90, 40); this.SaveBtn.TabIndex = 49; this.SaveBtn.Text = "Save"; this.SaveBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.SaveBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.SaveBtn.UseVisualStyleBackColor = false; this.SaveBtn.Click += new System.EventHandler(this.functionalButton1_Click); // // functionalButton2 // this.functionalButton2.BackColor = System.Drawing.Color.Transparent; this.functionalButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton2.BackgroundImage"))); this.functionalButton2.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("functionalButton2.BgImageOnMouseDown"))); this.functionalButton2.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton2.BgImageOnMouseUp"))); this.functionalButton2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.functionalButton2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.functionalButton2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.functionalButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.functionalButton2.Font = new System.Drawing.Font("Arial", 10F); this.functionalButton2.ForeColorOnMouseDown = System.Drawing.Color.White; this.functionalButton2.ForeColorOnMouseUp = System.Drawing.Color.Black; this.functionalButton2.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back; this.functionalButton2.Image = ((System.Drawing.Image)(resources.GetObject("functionalButton2.Image"))); this.functionalButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton2.Location = new System.Drawing.Point(410, 463); this.functionalButton2.Name = "functionalButton2"; this.functionalButton2.Size = new System.Drawing.Size(93, 40); this.functionalButton2.TabIndex = 50; this.functionalButton2.Text = "Cancel"; this.functionalButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton2.UseVisualStyleBackColor = false; this.functionalButton2.Click += new System.EventHandler(this.functionalButton2_Click); // // CKeyBoardForm // 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(794, 575); this.Controls.Add(this.functionalButton2); this.Controls.Add(this.SaveBtn); this.Controls.Add(this.ContentTextBox); this.Controls.Add(this.keyboard1); this.Controls.Add(this.rdoNonFood); this.Controls.Add(this.rdoFood); this.Controls.Add(this.PromptLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "CKeyBoardForm"; this.ScreenTitle = "Change Detail"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Title"; this.Controls.SetChildIndex(this.PromptLabel, 0); this.Controls.SetChildIndex(this.rdoFood, 0); this.Controls.SetChildIndex(this.rdoNonFood, 0); this.Controls.SetChildIndex(this.keyboard1, 0); this.Controls.SetChildIndex(this.ContentTextBox, 0); this.Controls.SetChildIndex(this.SaveBtn, 0); this.Controls.SetChildIndex(this.functionalButton2, 0); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(CSystemManagementForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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.UpdateItemsButton = new RMSUI.FunctionalButton(); this.ViewReportButton = new RMSUI.FunctionalButton(); this.DepositButton = new RMSUI.FunctionalButton(); this.btnShowStatistics = new RMSUI.FunctionalButton(); this.CustomerButton = new RMSUI.FunctionalButton(); this.BookingButton = new RMSUI.FunctionalButton(); this.TillReportingButton = new RMSUI.FunctionalButton(); this.TransfertableButton = new RMSUI.FunctionalButton(); this.ReviewTransactionButton = new RMSUI.FunctionalButton(); this.OpenDrawerButton = new RMSUI.FunctionalButton(); this.AboutButton = new RMSUI.FunctionalButton(); this.UnlockTableButton = new RMSUI.FunctionalButton(); this.btnSystemSettings = new RMSUI.FunctionalButton(); this.MergeTableButton = new RMSUI.FunctionalButton(); this.VoidTableButton = new RMSUI.FunctionalButton(); this.ExitButton = new RMSUI.FunctionalButton(); this.BackButton = new RMSUI.FunctionalButton(); this.PaymentSummaryDataGridView = new System.Windows.Forms.DataGridView(); this.TypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PriceColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnStockManagement = new RMSUI.FunctionalButton(); this.functionalButton1 = new RMSUI.FunctionalButton(); this.functionalButton2 = new RMSUI.FunctionalButton(); this.functionalButton3 = new RMSUI.FunctionalButton(); this.functionalButton4 = new RMSUI.FunctionalButton(); this.reservationbutton = new System.Windows.Forms.Button(); this.reservationreportfunctionalButton = new RMSUI.FunctionalButton(); this.btnMembershipCard1 = new System.Windows.Forms.Button(); this.btnMembership = new System.Windows.Forms.Button(); this.functionalButton5 = new RMSUI.FunctionalButton(); this.functionalButton6 = new RMSUI.FunctionalButton(); ((System.ComponentModel.ISupportInitialize)(this.PaymentSummaryDataGridView)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // UpdateItemsButton // this.UpdateItemsButton.BackColor = System.Drawing.Color.Transparent; this.UpdateItemsButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("UpdateItemsButton.BackgroundImage"))); this.UpdateItemsButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("UpdateItemsButton.BgImageOnMouseDown"))); this.UpdateItemsButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("UpdateItemsButton.BgImageOnMouseUp"))); this.UpdateItemsButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.UpdateItemsButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.UpdateItemsButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.UpdateItemsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.UpdateItemsButton.Font = new System.Drawing.Font("Arial", 10F); this.UpdateItemsButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.UpdateItemsButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.UpdateItemsButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.UpdateItemsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.UpdateItemsButton.Location = new System.Drawing.Point(170, 199); this.UpdateItemsButton.Name = "UpdateItemsButton"; this.UpdateItemsButton.Size = new System.Drawing.Size(150, 140); this.UpdateItemsButton.TabIndex = 10; this.UpdateItemsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.UpdateItemsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.UpdateItemsButton.UseVisualStyleBackColor = false; this.UpdateItemsButton.Click += new System.EventHandler(this.UpdateItemsButton_Click); // // ViewReportButton // this.ViewReportButton.BackColor = System.Drawing.Color.Transparent; this.ViewReportButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ViewReportButton.BackgroundImage"))); this.ViewReportButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ViewReportButton.BgImageOnMouseDown"))); this.ViewReportButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ViewReportButton.BgImageOnMouseUp"))); this.ViewReportButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.ViewReportButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.ViewReportButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.ViewReportButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ViewReportButton.Font = new System.Drawing.Font("Arial", 10F); this.ViewReportButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.ViewReportButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.ViewReportButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.ViewReportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ViewReportButton.Location = new System.Drawing.Point(325, 200); this.ViewReportButton.Name = "ViewReportButton"; this.ViewReportButton.Size = new System.Drawing.Size(150, 140); this.ViewReportButton.TabIndex = 6; this.ViewReportButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ViewReportButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.ViewReportButton.UseVisualStyleBackColor = false; this.ViewReportButton.Click += new System.EventHandler(this.ViewReportButton_Click); // // DepositButton // this.DepositButton.BackColor = System.Drawing.Color.Transparent; this.DepositButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("DepositButton.BackgroundImage"))); this.DepositButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("DepositButton.BgImageOnMouseDown"))); this.DepositButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("DepositButton.BgImageOnMouseUp"))); this.DepositButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.DepositButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.DepositButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.DepositButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.DepositButton.Font = new System.Drawing.Font("Arial", 10F); this.DepositButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.DepositButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.DepositButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.DepositButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.DepositButton.Location = new System.Drawing.Point(607, 552); this.DepositButton.Name = "DepositButton"; this.DepositButton.Size = new System.Drawing.Size(142, 40); this.DepositButton.TabIndex = 11; this.DepositButton.Text = "Deposit"; this.DepositButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.DepositButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.DepositButton.UseVisualStyleBackColor = false; this.DepositButton.Visible = false; this.DepositButton.Click += new System.EventHandler(this.DepositButton_Click); // // btnShowStatistics // this.btnShowStatistics.BackColor = System.Drawing.Color.Transparent; this.btnShowStatistics.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnShowStatistics.BackgroundImage"))); this.btnShowStatistics.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnShowStatistics.BgImageOnMouseDown"))); this.btnShowStatistics.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnShowStatistics.BgImageOnMouseUp"))); this.btnShowStatistics.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnShowStatistics.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnShowStatistics.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnShowStatistics.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnShowStatistics.Font = new System.Drawing.Font("Arial", 10F); this.btnShowStatistics.ForeColorOnMouseDown = System.Drawing.Color.White; this.btnShowStatistics.ForeColorOnMouseUp = System.Drawing.Color.Black; this.btnShowStatistics.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.btnShowStatistics.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnShowStatistics.Location = new System.Drawing.Point(293, 502); this.btnShowStatistics.Name = "btnShowStatistics"; this.btnShowStatistics.Size = new System.Drawing.Size(245, 40); this.btnShowStatistics.TabIndex = 56; this.btnShowStatistics.Text = "Show Statistics"; this.btnShowStatistics.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnShowStatistics.UseVisualStyleBackColor = false; this.btnShowStatistics.Visible = false; this.btnShowStatistics.Click += new System.EventHandler(this.btnShowStatistics_Click); // // CustomerButton // this.CustomerButton.BackColor = System.Drawing.Color.Transparent; this.CustomerButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CustomerButton.BackgroundImage"))); this.CustomerButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CustomerButton.BgImageOnMouseDown"))); this.CustomerButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CustomerButton.BgImageOnMouseUp"))); this.CustomerButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.CustomerButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.CustomerButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.CustomerButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CustomerButton.Font = new System.Drawing.Font("Arial", 10F); this.CustomerButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.CustomerButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.CustomerButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.CustomerButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.CustomerButton.Location = new System.Drawing.Point(480, 200); this.CustomerButton.Name = "CustomerButton"; this.CustomerButton.Size = new System.Drawing.Size(150, 140); this.CustomerButton.TabIndex = 8; this.CustomerButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.CustomerButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.CustomerButton.UseVisualStyleBackColor = false; this.CustomerButton.Click += new System.EventHandler(this.CustomerButton_Click); // // BookingButton // this.BookingButton.BackColor = System.Drawing.Color.Transparent; this.BookingButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BookingButton.BackgroundImage"))); this.BookingButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("BookingButton.BgImageOnMouseDown"))); this.BookingButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("BookingButton.BgImageOnMouseUp"))); this.BookingButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.BookingButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.BookingButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.BookingButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BookingButton.Font = new System.Drawing.Font("Arial", 10F); this.BookingButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.BookingButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.BookingButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.BookingButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BookingButton.Location = new System.Drawing.Point(480, 348); this.BookingButton.Name = "BookingButton"; this.BookingButton.Size = new System.Drawing.Size(150, 140); this.BookingButton.TabIndex = 9; this.BookingButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BookingButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.BookingButton.UseVisualStyleBackColor = false; this.BookingButton.Click += new System.EventHandler(this.BokkingButton_Click); // // TillReportingButton // this.TillReportingButton.BackColor = System.Drawing.Color.Transparent; this.TillReportingButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TillReportingButton.BackgroundImage"))); this.TillReportingButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("TillReportingButton.BgImageOnMouseDown"))); this.TillReportingButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("TillReportingButton.BgImageOnMouseUp"))); this.TillReportingButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.TillReportingButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.TillReportingButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.TillReportingButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.TillReportingButton.Font = new System.Drawing.Font("Arial", 10F); this.TillReportingButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.TillReportingButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.TillReportingButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.TillReportingButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TillReportingButton.Location = new System.Drawing.Point(374, 522); this.TillReportingButton.Name = "TillReportingButton"; this.TillReportingButton.Size = new System.Drawing.Size(142, 40); this.TillReportingButton.TabIndex = 7; this.TillReportingButton.Text = "Till Reporting"; this.TillReportingButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TillReportingButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.TillReportingButton.UseVisualStyleBackColor = false; this.TillReportingButton.Visible = false; this.TillReportingButton.Click += new System.EventHandler(this.TillReportingButton_Click); // // TransfertableButton // this.TransfertableButton.BackColor = System.Drawing.Color.Transparent; this.TransfertableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TransfertableButton.BackgroundImage"))); this.TransfertableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("TransfertableButton.BgImageOnMouseDown"))); this.TransfertableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("TransfertableButton.BgImageOnMouseUp"))); this.TransfertableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.TransfertableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.TransfertableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.TransfertableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.TransfertableButton.Font = new System.Drawing.Font("Arial", 10F); this.TransfertableButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.TransfertableButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.TransfertableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.TransfertableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TransfertableButton.Location = new System.Drawing.Point(794, 54); this.TransfertableButton.Name = "TransfertableButton"; this.TransfertableButton.Size = new System.Drawing.Size(150, 140); this.TransfertableButton.TabIndex = 2; this.TransfertableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TransfertableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.TransfertableButton.UseVisualStyleBackColor = false; this.TransfertableButton.Click += new System.EventHandler(this.TransfertableButton_Click); // // ReviewTransactionButton // this.ReviewTransactionButton.BackColor = System.Drawing.Color.Transparent; this.ReviewTransactionButton.BackgroundImage = global::RMS.Properties.Resources.ReviewTransaction1; this.ReviewTransactionButton.BgImageOnMouseDown = global::RMS.Properties.Resources.ReviewTransaction1; this.ReviewTransactionButton.BgImageOnMouseUp = global::RMS.Properties.Resources.ReviewTransaction1; this.ReviewTransactionButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.ReviewTransactionButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.ReviewTransactionButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.ReviewTransactionButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ReviewTransactionButton.Font = new System.Drawing.Font("Arial", 10F); this.ReviewTransactionButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.ReviewTransactionButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.ReviewTransactionButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.ReviewTransactionButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ReviewTransactionButton.Location = new System.Drawing.Point(480, 522); this.ReviewTransactionButton.Name = "ReviewTransactionButton"; this.ReviewTransactionButton.Size = new System.Drawing.Size(100, 100); this.ReviewTransactionButton.TabIndex = 4; this.ReviewTransactionButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ReviewTransactionButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.ReviewTransactionButton.UseVisualStyleBackColor = false; this.ReviewTransactionButton.Visible = false; this.ReviewTransactionButton.Click += new System.EventHandler(this.ReviewTransactionButton_Click); // // OpenDrawerButton // this.OpenDrawerButton.BackColor = System.Drawing.Color.Transparent; this.OpenDrawerButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("OpenDrawerButton.BackgroundImage"))); this.OpenDrawerButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("OpenDrawerButton.BgImageOnMouseDown"))); this.OpenDrawerButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("OpenDrawerButton.BgImageOnMouseUp"))); this.OpenDrawerButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.OpenDrawerButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.OpenDrawerButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.OpenDrawerButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.OpenDrawerButton.Font = new System.Drawing.Font("Arial", 10F); this.OpenDrawerButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.OpenDrawerButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.OpenDrawerButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.OpenDrawerButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.OpenDrawerButton.Location = new System.Drawing.Point(13, 53); this.OpenDrawerButton.Name = "OpenDrawerButton"; this.OpenDrawerButton.Size = new System.Drawing.Size(150, 140); this.OpenDrawerButton.TabIndex = 0; this.OpenDrawerButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.OpenDrawerButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.OpenDrawerButton.UseVisualStyleBackColor = false; this.OpenDrawerButton.Click += new System.EventHandler(this.OpenDrawerButton_Click); // // AboutButton // this.AboutButton.BackColor = System.Drawing.Color.Transparent; this.AboutButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("AboutButton.BackgroundImage"))); this.AboutButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("AboutButton.BgImageOnMouseDown"))); this.AboutButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("AboutButton.BgImageOnMouseUp"))); this.AboutButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.AboutButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.AboutButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.AboutButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.AboutButton.Font = new System.Drawing.Font("Arial", 10F); this.AboutButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.AboutButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.AboutButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.AboutButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.AboutButton.Location = new System.Drawing.Point(792, 202); this.AboutButton.Name = "AboutButton"; this.AboutButton.Size = new System.Drawing.Size(150, 140); this.AboutButton.TabIndex = 17; this.AboutButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.AboutButton.UseVisualStyleBackColor = true; this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click); // // UnlockTableButton // this.UnlockTableButton.BackColor = System.Drawing.Color.Transparent; this.UnlockTableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("UnlockTableButton.BackgroundImage"))); this.UnlockTableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("UnlockTableButton.BgImageOnMouseDown"))); this.UnlockTableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("UnlockTableButton.BgImageOnMouseUp"))); this.UnlockTableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.UnlockTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.UnlockTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.UnlockTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.UnlockTableButton.Font = new System.Drawing.Font("Arial", 10F); this.UnlockTableButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.UnlockTableButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.UnlockTableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.UnlockTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.UnlockTableButton.Location = new System.Drawing.Point(636, 201); this.UnlockTableButton.Name = "UnlockTableButton"; this.UnlockTableButton.Size = new System.Drawing.Size(150, 140); this.UnlockTableButton.TabIndex = 5; this.UnlockTableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.UnlockTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.UnlockTableButton.UseVisualStyleBackColor = false; this.UnlockTableButton.Click += new System.EventHandler(this.UnlockTableButton_Click); // // btnSystemSettings // this.btnSystemSettings.BackColor = System.Drawing.Color.Transparent; this.btnSystemSettings.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSystemSettings.BackgroundImage"))); this.btnSystemSettings.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnSystemSettings.BgImageOnMouseDown"))); this.btnSystemSettings.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSystemSettings.BgImageOnMouseUp"))); this.btnSystemSettings.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnSystemSettings.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnSystemSettings.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnSystemSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSystemSettings.Font = new System.Drawing.Font("Arial", 10F); this.btnSystemSettings.ForeColorOnMouseDown = System.Drawing.Color.White; this.btnSystemSettings.ForeColorOnMouseUp = System.Drawing.Color.Black; this.btnSystemSettings.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.btnSystemSettings.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnSystemSettings.Location = new System.Drawing.Point(13, 200); this.btnSystemSettings.Name = "btnSystemSettings"; this.btnSystemSettings.Size = new System.Drawing.Size(150, 140); this.btnSystemSettings.TabIndex = 14; this.btnSystemSettings.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnSystemSettings.UseVisualStyleBackColor = false; this.btnSystemSettings.Click += new System.EventHandler(this.btnSystemSettings_Click); // // 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)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 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.Normal; this.MergeTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.MergeTableButton.Location = new System.Drawing.Point(325, 348); this.MergeTableButton.Name = "MergeTableButton"; this.MergeTableButton.Size = new System.Drawing.Size(150, 140); this.MergeTableButton.TabIndex = 3; this.MergeTableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.MergeTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.MergeTableButton.UseVisualStyleBackColor = false; this.MergeTableButton.Click += new System.EventHandler(this.MergeTableButton_Click); // // VoidTableButton // this.VoidTableButton.BackColor = System.Drawing.Color.Transparent; this.VoidTableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("VoidTableButton.BackgroundImage"))); this.VoidTableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("VoidTableButton.BgImageOnMouseDown"))); this.VoidTableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("VoidTableButton.BgImageOnMouseUp"))); this.VoidTableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.VoidTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.VoidTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.VoidTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.VoidTableButton.Font = new System.Drawing.Font("Arial", 10F); this.VoidTableButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.VoidTableButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.VoidTableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.VoidTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.VoidTableButton.Location = new System.Drawing.Point(170, 53); this.VoidTableButton.Name = "VoidTableButton"; this.VoidTableButton.Size = new System.Drawing.Size(150, 140); this.VoidTableButton.TabIndex = 1; this.VoidTableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.VoidTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.VoidTableButton.UseVisualStyleBackColor = false; this.VoidTableButton.Click += new System.EventHandler(this.VoidTableButton_Click); // // ExitButton // this.ExitButton.BackColor = System.Drawing.Color.Transparent; this.ExitButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ExitButton.BackgroundImage"))); this.ExitButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ExitButton.BgImageOnMouseDown"))); this.ExitButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ExitButton.BgImageOnMouseUp"))); this.ExitButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.ExitButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.ExitButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.ExitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ExitButton.Font = new System.Drawing.Font("Arial", 10F); this.ExitButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.ExitButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.ExitButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.ExitButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ExitButton.Location = new System.Drawing.Point(13, 348); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(150, 140); this.ExitButton.TabIndex = 15; this.ExitButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.ExitButton.UseVisualStyleBackColor = false; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // 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.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(170, 348); this.BackButton.Name = "BackButton"; this.BackButton.Size = new System.Drawing.Size(150, 140); this.BackButton.TabIndex = 16; 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); // // PaymentSummaryDataGridView // this.PaymentSummaryDataGridView.AllowUserToAddRows = false; this.PaymentSummaryDataGridView.AllowUserToDeleteRows = false; this.PaymentSummaryDataGridView.AllowUserToResizeColumns = false; this.PaymentSummaryDataGridView.AllowUserToResizeRows = false; this.PaymentSummaryDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.PaymentSummaryDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightGray; 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.PaymentSummaryDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.PaymentSummaryDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.PaymentSummaryDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.TypeColumn, this.PriceColumn}); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.WhiteSmoke; dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.PaymentSummaryDataGridView.DefaultCellStyle = dataGridViewCellStyle4; this.PaymentSummaryDataGridView.Location = new System.Drawing.Point(75, 522); this.PaymentSummaryDataGridView.MultiSelect = false; this.PaymentSummaryDataGridView.Name = "PaymentSummaryDataGridView"; this.PaymentSummaryDataGridView.ReadOnly = true; this.PaymentSummaryDataGridView.RowHeadersVisible = false; this.PaymentSummaryDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.PaymentSummaryDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle5; this.PaymentSummaryDataGridView.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.PaymentSummaryDataGridView.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke; this.PaymentSummaryDataGridView.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PaymentSummaryDataGridView.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black; this.PaymentSummaryDataGridView.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.PaymentSummaryDataGridView.RowTemplate.Height = 21; this.PaymentSummaryDataGridView.RowTemplate.ReadOnly = true; this.PaymentSummaryDataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.PaymentSummaryDataGridView.Size = new System.Drawing.Size(245, 100); this.PaymentSummaryDataGridView.TabIndex = 8; this.PaymentSummaryDataGridView.Visible = false; // // TypeColumn // dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.TypeColumn.DefaultCellStyle = dataGridViewCellStyle2; this.TypeColumn.DividerWidth = 1; this.TypeColumn.HeaderText = "Type"; this.TypeColumn.Name = "TypeColumn"; this.TypeColumn.ReadOnly = true; this.TypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.TypeColumn.Width = 125; // // PriceColumn // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.PriceColumn.DefaultCellStyle = dataGridViewCellStyle3; this.PriceColumn.HeaderText = "Price"; this.PriceColumn.Name = "PriceColumn"; this.PriceColumn.ReadOnly = true; this.PriceColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.PriceColumn.Width = 115; // // panel2 // this.panel2.BackColor = System.Drawing.Color.LightGray; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label1); this.panel2.Location = new System.Drawing.Point(474, 55); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(245, 16); this.panel2.TabIndex = 11; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(99, 13); this.label3.TabIndex = 1; this.label3.Text = "Cash in Drawers"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.LightGray; 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.ControlText; this.label1.Location = new System.Drawing.Point(3, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 13); this.label1.TabIndex = 0; this.label1.Text = "Cash in Drawers"; // // btnStockManagement // this.btnStockManagement.BackColor = System.Drawing.Color.Transparent; this.btnStockManagement.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnStockManagement.BackgroundImage"))); this.btnStockManagement.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnStockManagement.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnStockManagement.BgImageOnMouseDown"))); this.btnStockManagement.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnStockManagement.BgImageOnMouseUp"))); this.btnStockManagement.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnStockManagement.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnStockManagement.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnStockManagement.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnStockManagement.Font = new System.Drawing.Font("Arial", 10F); this.btnStockManagement.ForeColorOnMouseDown = System.Drawing.Color.White; this.btnStockManagement.ForeColorOnMouseUp = System.Drawing.Color.Black; this.btnStockManagement.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.btnStockManagement.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnStockManagement.Location = new System.Drawing.Point(326, 53); this.btnStockManagement.Name = "btnStockManagement"; this.btnStockManagement.Size = new System.Drawing.Size(150, 140); this.btnStockManagement.TabIndex = 64; this.btnStockManagement.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnStockManagement.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnStockManagement.UseVisualStyleBackColor = false; this.btnStockManagement.Click += new System.EventHandler(this.btnStockManagement_Click); // // 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("Arial", 10F); this.functionalButton1.ForeColorOnMouseDown = System.Drawing.Color.White; this.functionalButton1.ForeColorOnMouseUp = System.Drawing.Color.Black; this.functionalButton1.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.functionalButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton1.Location = new System.Drawing.Point(482, 54); this.functionalButton1.Name = "functionalButton1"; this.functionalButton1.Size = new System.Drawing.Size(150, 140); this.functionalButton1.TabIndex = 65; this.functionalButton1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton1.UseVisualStyleBackColor = false; this.functionalButton1.Click += new System.EventHandler(this.functionalButton1_Click); // // functionalButton2 // this.functionalButton2.BackColor = System.Drawing.Color.Transparent; this.functionalButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton2.BackgroundImage"))); this.functionalButton2.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("functionalButton2.BgImageOnMouseDown"))); this.functionalButton2.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton2.BgImageOnMouseUp"))); this.functionalButton2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.functionalButton2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.functionalButton2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.functionalButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.functionalButton2.Font = new System.Drawing.Font("Arial", 10F); this.functionalButton2.ForeColorOnMouseDown = System.Drawing.Color.White; this.functionalButton2.ForeColorOnMouseUp = System.Drawing.Color.Black; this.functionalButton2.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.functionalButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton2.Location = new System.Drawing.Point(639, 54); this.functionalButton2.Name = "functionalButton2"; this.functionalButton2.Size = new System.Drawing.Size(150, 140); this.functionalButton2.TabIndex = 66; this.functionalButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton2.UseVisualStyleBackColor = false; this.functionalButton2.Click += new System.EventHandler(this.functionalButton2_Click); // // functionalButton3 // this.functionalButton3.BackColor = System.Drawing.Color.Transparent; this.functionalButton3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton3.BackgroundImage"))); this.functionalButton3.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("functionalButton3.BgImageOnMouseDown"))); this.functionalButton3.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton3.BgImageOnMouseUp"))); this.functionalButton3.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.functionalButton3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.functionalButton3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.functionalButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.functionalButton3.Font = new System.Drawing.Font("Arial", 10F); this.functionalButton3.ForeColorOnMouseDown = System.Drawing.Color.White; this.functionalButton3.ForeColorOnMouseUp = System.Drawing.Color.Black; this.functionalButton3.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back; this.functionalButton3.Image = ((System.Drawing.Image)(resources.GetObject("functionalButton3.Image"))); this.functionalButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton3.Location = new System.Drawing.Point(636, 348); this.functionalButton3.Name = "functionalButton3"; this.functionalButton3.Size = new System.Drawing.Size(150, 140); this.functionalButton3.TabIndex = 67; this.functionalButton3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton3.UseVisualStyleBackColor = false; this.functionalButton3.Click += new System.EventHandler(this.functionalButton3_Click); // // functionalButton4 // this.functionalButton4.BackColor = System.Drawing.Color.Transparent; this.functionalButton4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton4.BackgroundImage"))); this.functionalButton4.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("functionalButton4.BgImageOnMouseDown"))); this.functionalButton4.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton4.BgImageOnMouseUp"))); this.functionalButton4.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.functionalButton4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.functionalButton4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.functionalButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.functionalButton4.Font = new System.Drawing.Font("Arial", 10F); this.functionalButton4.ForeColorOnMouseDown = System.Drawing.Color.White; this.functionalButton4.ForeColorOnMouseUp = System.Drawing.Color.Black; this.functionalButton4.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back; this.functionalButton4.Image = ((System.Drawing.Image)(resources.GetObject("functionalButton4.Image"))); this.functionalButton4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton4.Location = new System.Drawing.Point(792, 348); this.functionalButton4.Name = "functionalButton4"; this.functionalButton4.Size = new System.Drawing.Size(150, 140); this.functionalButton4.TabIndex = 68; this.functionalButton4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton4.UseVisualStyleBackColor = false; this.functionalButton4.Click += new System.EventHandler(this.functionalButton4_Click); // // reservationbutton // this.reservationbutton.Anchor = System.Windows.Forms.AnchorStyles.None; this.reservationbutton.Location = new System.Drawing.Point(522, 494); this.reservationbutton.Name = "reservationbutton"; this.reservationbutton.Size = new System.Drawing.Size(100, 80); this.reservationbutton.TabIndex = 69; this.reservationbutton.Text = "Reservation"; this.reservationbutton.UseVisualStyleBackColor = true; this.reservationbutton.Visible = false; this.reservationbutton.Click += new System.EventHandler(this.reservationbutton_Click); // // reservationreportfunctionalButton // this.reservationreportfunctionalButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.reservationreportfunctionalButton.BackColor = System.Drawing.Color.Transparent; this.reservationreportfunctionalButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("reservationreportfunctionalButton.BackgroundImage"))); this.reservationreportfunctionalButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("reservationreportfunctionalButton.BgImageOnMouseDown"))); this.reservationreportfunctionalButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("reservationreportfunctionalButton.BgImageOnMouseUp"))); this.reservationreportfunctionalButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.reservationreportfunctionalButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.reservationreportfunctionalButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.reservationreportfunctionalButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.reservationreportfunctionalButton.Font = new System.Drawing.Font("Arial", 10F); this.reservationreportfunctionalButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.reservationreportfunctionalButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.reservationreportfunctionalButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.reservationreportfunctionalButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.reservationreportfunctionalButton.Location = new System.Drawing.Point(505, 588); this.reservationreportfunctionalButton.Name = "reservationreportfunctionalButton"; this.reservationreportfunctionalButton.Size = new System.Drawing.Size(125, 40); this.reservationreportfunctionalButton.TabIndex = 70; this.reservationreportfunctionalButton.Text = "Reser. Report"; this.reservationreportfunctionalButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.reservationreportfunctionalButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.reservationreportfunctionalButton.UseVisualStyleBackColor = false; this.reservationreportfunctionalButton.Visible = false; this.reservationreportfunctionalButton.Click += new System.EventHandler(this.reservationreportfunctionalButton_Click); // // btnMembershipCard1 // this.btnMembershipCard1.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnMembershipCard1.Location = new System.Drawing.Point(346, 568); this.btnMembershipCard1.Name = "btnMembershipCard1"; this.btnMembershipCard1.Size = new System.Drawing.Size(100, 80); this.btnMembershipCard1.TabIndex = 71; this.btnMembershipCard1.Text = "Membership Card"; this.btnMembershipCard1.UseVisualStyleBackColor = true; this.btnMembershipCard1.Visible = false; this.btnMembershipCard1.Click += new System.EventHandler(this.btnMembershipCard1_Click); // // btnMembership // this.btnMembership.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnMembership.Location = new System.Drawing.Point(465, 579); this.btnMembership.Name = "btnMembership"; this.btnMembership.Size = new System.Drawing.Size(100, 80); this.btnMembership.TabIndex = 72; this.btnMembership.Text = "Membership"; this.btnMembership.UseVisualStyleBackColor = true; this.btnMembership.Click += new System.EventHandler(this.btnMembership_Click); // // functionalButton5 // this.functionalButton5.BackColor = System.Drawing.Color.Transparent; this.functionalButton5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton5.BackgroundImage"))); this.functionalButton5.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("functionalButton5.BgImageOnMouseDown"))); this.functionalButton5.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton5.BgImageOnMouseUp"))); this.functionalButton5.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.functionalButton5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.functionalButton5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.functionalButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.functionalButton5.Font = new System.Drawing.Font("Arial", 10F); this.functionalButton5.ForeColorOnMouseDown = System.Drawing.Color.White; this.functionalButton5.ForeColorOnMouseUp = System.Drawing.Color.Black; this.functionalButton5.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back; this.functionalButton5.Image = ((System.Drawing.Image)(resources.GetObject("functionalButton5.Image"))); this.functionalButton5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton5.Location = new System.Drawing.Point(792, 494); this.functionalButton5.Name = "functionalButton5"; this.functionalButton5.Size = new System.Drawing.Size(150, 140); this.functionalButton5.TabIndex = 73; this.functionalButton5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton5.UseVisualStyleBackColor = false; this.functionalButton5.Click += new System.EventHandler(this.functionalButton5_Click); // // functionalButton6 // this.functionalButton6.BackColor = System.Drawing.Color.Transparent; this.functionalButton6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton6.BackgroundImage"))); this.functionalButton6.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("functionalButton6.BgImageOnMouseDown"))); this.functionalButton6.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton6.BgImageOnMouseUp"))); this.functionalButton6.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.functionalButton6.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.functionalButton6.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.functionalButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.functionalButton6.Font = new System.Drawing.Font("Arial", 10F); this.functionalButton6.ForeColorOnMouseDown = System.Drawing.Color.White; this.functionalButton6.ForeColorOnMouseUp = System.Drawing.Color.Black; this.functionalButton6.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back; this.functionalButton6.Image = ((System.Drawing.Image)(resources.GetObject("functionalButton6.Image"))); this.functionalButton6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton6.Location = new System.Drawing.Point(636, 494); this.functionalButton6.Name = "functionalButton6"; this.functionalButton6.Size = new System.Drawing.Size(150, 140); this.functionalButton6.TabIndex = 74; this.functionalButton6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.functionalButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton6.UseVisualStyleBackColor = false; this.functionalButton6.Click += new System.EventHandler(this.functionalButton6_Click); // // CSystemManagementForm // 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(981, 665); this.Controls.Add(this.functionalButton6); this.Controls.Add(this.functionalButton5); this.Controls.Add(this.btnMembership); this.Controls.Add(this.btnMembershipCard1); this.Controls.Add(this.reservationreportfunctionalButton); this.Controls.Add(this.reservationbutton); this.Controls.Add(this.functionalButton4); this.Controls.Add(this.functionalButton3); this.Controls.Add(this.functionalButton2); this.Controls.Add(this.functionalButton1); this.Controls.Add(this.btnStockManagement); this.Controls.Add(this.BackButton); this.Controls.Add(this.btnShowStatistics); this.Controls.Add(this.UpdateItemsButton); this.Controls.Add(this.AboutButton); this.Controls.Add(this.ExitButton); this.Controls.Add(this.btnSystemSettings); this.Controls.Add(this.ViewReportButton); this.Controls.Add(this.DepositButton); this.Controls.Add(this.PaymentSummaryDataGridView); this.Controls.Add(this.CustomerButton); this.Controls.Add(this.OpenDrawerButton); this.Controls.Add(this.BookingButton); this.Controls.Add(this.VoidTableButton); this.Controls.Add(this.TillReportingButton); this.Controls.Add(this.MergeTableButton); this.Controls.Add(this.TransfertableButton); this.Controls.Add(this.UnlockTableButton); this.Controls.Add(this.ReviewTransactionButton); this.Name = "CSystemManagementForm"; this.ScreenTitle = "System Management"; this.Activated += new System.EventHandler(this.CSystemManagementForm_Activated); this.Load += new System.EventHandler(this.CSystemManagementForm_Load); this.Controls.SetChildIndex(this.ReviewTransactionButton, 0); this.Controls.SetChildIndex(this.UnlockTableButton, 0); this.Controls.SetChildIndex(this.TransfertableButton, 0); this.Controls.SetChildIndex(this.MergeTableButton, 0); this.Controls.SetChildIndex(this.TillReportingButton, 0); this.Controls.SetChildIndex(this.VoidTableButton, 0); this.Controls.SetChildIndex(this.BookingButton, 0); this.Controls.SetChildIndex(this.OpenDrawerButton, 0); this.Controls.SetChildIndex(this.CustomerButton, 0); this.Controls.SetChildIndex(this.PaymentSummaryDataGridView, 0); this.Controls.SetChildIndex(this.DepositButton, 0); this.Controls.SetChildIndex(this.ViewReportButton, 0); this.Controls.SetChildIndex(this.btnSystemSettings, 0); this.Controls.SetChildIndex(this.ExitButton, 0); this.Controls.SetChildIndex(this.AboutButton, 0); this.Controls.SetChildIndex(this.UpdateItemsButton, 0); this.Controls.SetChildIndex(this.btnShowStatistics, 0); this.Controls.SetChildIndex(this.BackButton, 0); this.Controls.SetChildIndex(this.btnStockManagement, 0); this.Controls.SetChildIndex(this.functionalButton1, 0); this.Controls.SetChildIndex(this.functionalButton2, 0); this.Controls.SetChildIndex(this.functionalButton3, 0); this.Controls.SetChildIndex(this.functionalButton4, 0); this.Controls.SetChildIndex(this.reservationbutton, 0); this.Controls.SetChildIndex(this.reservationreportfunctionalButton, 0); this.Controls.SetChildIndex(this.btnMembershipCard1, 0); this.Controls.SetChildIndex(this.btnMembership, 0); this.Controls.SetChildIndex(this.functionalButton5, 0); this.Controls.SetChildIndex(this.functionalButton6, 0); ((System.ComponentModel.ISupportInitialize)(this.PaymentSummaryDataGridView)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CReviewTransactionForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.lblServiceVoucher = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.lblServiceAcc = new System.Windows.Forms.Label(); this.lblChequeService = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.lblCashService = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.lblEftService = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lblServiceCharge = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.DiscountLabel = new System.Windows.Forms.Label(); this.VoucherLabel = new System.Windows.Forms.Label(); this.grpGrossBreakDown = new System.Windows.Forms.GroupBox(); this.label19 = new System.Windows.Forms.Label(); this.AccLabel = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.CashLabel = new System.Windows.Forms.Label(); this.EFTLabel = new System.Windows.Forms.Label(); this.ChequeLabel = new System.Windows.Forms.Label(); this.grpGross = new System.Windows.Forms.GroupBox(); this.lblGross = new System.Windows.Forms.Label(); this.lblGrossValue = new System.Windows.Forms.Label(); this.lblNetSale = new System.Windows.Forms.Label(); this.lblNetSaleValue = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.DepositLabel = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.TableNoTextBox = new System.Windows.Forms.TextBox(); this.PriceTextBox = new System.Windows.Forms.TextBox(); this.ReferenceTextBox = new System.Windows.Forms.TextBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.PriceCheckBox = new System.Windows.Forms.CheckBox(); this.ReferenceCheckBox = new System.Windows.Forms.CheckBox(); this.SearchButton = new RMSUI.FunctionalButton(); this.label8 = new System.Windows.Forms.Label(); this.ViewReportDataGridView = new System.Windows.Forms.DataGridView(); this.OrderIDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SLColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TableNumberColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PaymentTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TotalPaymentColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ActionButtonColumn = new System.Windows.Forms.DataGridViewButtonColumn(); this.TabsRadioButton = new System.Windows.Forms.RadioButton(); this.label7 = new System.Windows.Forms.Label(); this.TakeAwayRadioButton = new System.Windows.Forms.RadioButton(); this.TableRadioButton = new System.Windows.Forms.RadioButton(); this.AllRedioButton = new System.Windows.Forms.RadioButton(); this.TotalPayLabel = new System.Windows.Forms.Label(); this.myCalendar = new System.Windows.Forms.MonthCalendar(); this.DateLabel = new System.Windows.Forms.Label(); this.ViewButton = new RMSUI.FunctionalButton(); this.MonthPlusButton = new RMSUI.FunctionalButton(); this.MonthMinusButton = new RMSUI.FunctionalButton(); this.YearPlusButton = new RMSUI.FunctionalButton(); this.YearMinusButton = new RMSUI.FunctionalButton(); this.BackButton = new RMSUI.FunctionalButton(); this.panel3 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.grpGrossBreakDown.SuspendLayout(); this.grpGross.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ViewReportDataGridView)).BeginInit(); this.panel3.SuspendLayout(); 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.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.grpGrossBreakDown); this.panel1.Controls.Add(this.grpGross); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.DepositLabel); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.TableNoTextBox); this.panel1.Controls.Add(this.PriceTextBox); this.panel1.Controls.Add(this.ReferenceTextBox); this.panel1.Controls.Add(this.checkBox2); this.panel1.Controls.Add(this.PriceCheckBox); this.panel1.Controls.Add(this.ReferenceCheckBox); this.panel1.Controls.Add(this.SearchButton); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.ViewReportDataGridView); this.panel1.Controls.Add(this.TabsRadioButton); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.TakeAwayRadioButton); this.panel1.Controls.Add(this.TableRadioButton); this.panel1.Controls.Add(this.AllRedioButton); this.panel1.Controls.Add(this.TotalPayLabel); this.panel1.Controls.Add(this.myCalendar); this.panel1.Controls.Add(this.DateLabel); this.panel1.Controls.Add(this.ViewButton); this.panel1.Controls.Add(this.MonthPlusButton); this.panel1.Controls.Add(this.MonthMinusButton); this.panel1.Controls.Add(this.YearPlusButton); this.panel1.Controls.Add(this.YearMinusButton); this.panel1.ForeColor = System.Drawing.SystemColors.ControlText; this.panel1.Location = new System.Drawing.Point(3, 47); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 564); this.panel1.TabIndex = 1; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.Transparent; this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.lblServiceVoucher); this.groupBox2.Controls.Add(this.label17); this.groupBox2.Controls.Add(this.lblServiceAcc); this.groupBox2.Controls.Add(this.lblChequeService); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.lblCashService); this.groupBox2.Controls.Add(this.label18); this.groupBox2.Controls.Add(this.lblEftService); this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Location = new System.Drawing.Point(36, 430); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(318, 77); this.groupBox2.TabIndex = 78; this.groupBox2.TabStop = false; this.groupBox2.Text = "Service Charge Breakdown"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(153, 16); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 15); this.label5.TabIndex = 73; this.label5.Text = "Voucher: "; // // lblServiceVoucher // this.lblServiceVoucher.AutoSize = true; this.lblServiceVoucher.BackColor = System.Drawing.Color.Transparent; this.lblServiceVoucher.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblServiceVoucher.ForeColor = System.Drawing.Color.White; this.lblServiceVoucher.Location = new System.Drawing.Point(220, 16); this.lblServiceVoucher.Name = "lblServiceVoucher"; this.lblServiceVoucher.Size = new System.Drawing.Size(38, 15); this.lblServiceVoucher.TabIndex = 74; this.lblServiceVoucher.Text = "0.000"; // // label17 // this.label17.AutoSize = true; this.label17.BackColor = System.Drawing.Color.Transparent; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.ForeColor = System.Drawing.Color.White; this.label17.Location = new System.Drawing.Point(152, 34); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(65, 15); this.label17.TabIndex = 71; this.label17.Text = "Accounts: "; // // lblServiceAcc // this.lblServiceAcc.AutoSize = true; this.lblServiceAcc.BackColor = System.Drawing.Color.Transparent; this.lblServiceAcc.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblServiceAcc.ForeColor = System.Drawing.Color.White; this.lblServiceAcc.Location = new System.Drawing.Point(220, 34); this.lblServiceAcc.Name = "lblServiceAcc"; this.lblServiceAcc.Size = new System.Drawing.Size(38, 15); this.lblServiceAcc.TabIndex = 72; this.lblServiceAcc.Text = "0.000"; // // lblChequeService // this.lblChequeService.AutoSize = true; this.lblChequeService.BackColor = System.Drawing.Color.Transparent; this.lblChequeService.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChequeService.ForeColor = System.Drawing.Color.White; this.lblChequeService.Location = new System.Drawing.Point(79, 53); this.lblChequeService.Name = "lblChequeService"; this.lblChequeService.Size = new System.Drawing.Size(38, 15); this.lblChequeService.TabIndex = 70; this.lblChequeService.Text = "0.000"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(14, 54); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(59, 15); this.label6.TabIndex = 69; this.label6.Text = "Cheque: "; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.White; this.label16.Location = new System.Drawing.Point(28, 16); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(47, 15); this.label16.TabIndex = 67; this.label16.Text = "Cash: "; // // lblCashService // this.lblCashService.AutoSize = true; this.lblCashService.BackColor = System.Drawing.Color.Transparent; this.lblCashService.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCashService.ForeColor = System.Drawing.Color.White; this.lblCashService.Location = new System.Drawing.Point(79, 16); this.lblCashService.Name = "lblCashService"; this.lblCashService.Size = new System.Drawing.Size(38, 15); this.lblCashService.TabIndex = 68; this.lblCashService.Text = "0.000"; // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label18.ForeColor = System.Drawing.Color.White; this.label18.Location = new System.Drawing.Point(35, 34); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(38, 15); this.label18.TabIndex = 27; this.label18.Text = "EFT: "; // // lblEftService // this.lblEftService.AutoSize = true; this.lblEftService.BackColor = System.Drawing.Color.Transparent; this.lblEftService.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblEftService.ForeColor = System.Drawing.Color.White; this.lblEftService.Location = new System.Drawing.Point(79, 34); this.lblEftService.Name = "lblEftService"; this.lblEftService.Size = new System.Drawing.Size(38, 15); this.lblEftService.TabIndex = 32; this.lblEftService.Text = "0.000"; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.lblServiceCharge); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.DiscountLabel); this.groupBox1.Controls.Add(this.VoucherLabel); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(191, 342); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(163, 85); this.groupBox1.TabIndex = 77; this.groupBox1.TabStop = false; this.groupBox1.Text = "Promotions and Discounts"; // // lblServiceCharge // this.lblServiceCharge.AutoSize = true; this.lblServiceCharge.BackColor = System.Drawing.Color.Transparent; this.lblServiceCharge.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblServiceCharge.ForeColor = System.Drawing.Color.White; this.lblServiceCharge.Location = new System.Drawing.Point(80, 53); this.lblServiceCharge.Name = "lblServiceCharge"; this.lblServiceCharge.Size = new System.Drawing.Size(38, 15); this.lblServiceCharge.TabIndex = 70; this.lblServiceCharge.Text = "0.000"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(3, 54); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 15); this.label2.TabIndex = 69; this.label2.Text = "Service Ch: "; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(10, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 15); this.label4.TabIndex = 67; this.label4.Text = "Discount : "; // // label15 // this.label15.AutoSize = true; this.label15.BackColor = System.Drawing.Color.Transparent; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.ForeColor = System.Drawing.Color.White; this.label15.Location = new System.Drawing.Point(16, 34); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(58, 15); this.label15.TabIndex = 27; this.label15.Text = "Voucher: "; // // DiscountLabel // this.DiscountLabel.AutoSize = true; this.DiscountLabel.BackColor = System.Drawing.Color.Transparent; this.DiscountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DiscountLabel.ForeColor = System.Drawing.Color.White; this.DiscountLabel.Location = new System.Drawing.Point(80, 16); this.DiscountLabel.Name = "DiscountLabel"; this.DiscountLabel.Size = new System.Drawing.Size(38, 15); this.DiscountLabel.TabIndex = 66; this.DiscountLabel.Text = "0.000"; // // VoucherLabel // this.VoucherLabel.AutoSize = true; this.VoucherLabel.BackColor = System.Drawing.Color.Transparent; this.VoucherLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VoucherLabel.ForeColor = System.Drawing.Color.White; this.VoucherLabel.Location = new System.Drawing.Point(80, 34); this.VoucherLabel.Name = "VoucherLabel"; this.VoucherLabel.Size = new System.Drawing.Size(38, 15); this.VoucherLabel.TabIndex = 32; this.VoucherLabel.Text = "0.000"; // // grpGrossBreakDown // this.grpGrossBreakDown.BackColor = System.Drawing.Color.Transparent; this.grpGrossBreakDown.Controls.Add(this.label19); this.grpGrossBreakDown.Controls.Add(this.AccLabel); this.grpGrossBreakDown.Controls.Add(this.label12); this.grpGrossBreakDown.Controls.Add(this.label13); this.grpGrossBreakDown.Controls.Add(this.label14); this.grpGrossBreakDown.Controls.Add(this.CashLabel); this.grpGrossBreakDown.Controls.Add(this.EFTLabel); this.grpGrossBreakDown.Controls.Add(this.ChequeLabel); this.grpGrossBreakDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grpGrossBreakDown.ForeColor = System.Drawing.Color.White; this.grpGrossBreakDown.Location = new System.Drawing.Point(36, 342); this.grpGrossBreakDown.Name = "grpGrossBreakDown"; this.grpGrossBreakDown.Size = new System.Drawing.Size(151, 85); this.grpGrossBreakDown.TabIndex = 76; this.grpGrossBreakDown.TabStop = false; this.grpGrossBreakDown.Text = "Net Sales Breakdown"; // // label19 // this.label19.AutoSize = true; this.label19.BackColor = System.Drawing.Color.Transparent; this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label19.ForeColor = System.Drawing.Color.White; this.label19.Location = new System.Drawing.Point(21, 67); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(56, 15); this.label19.TabIndex = 32; this.label19.Text = "Account: "; // // AccLabel // this.AccLabel.AutoSize = true; this.AccLabel.BackColor = System.Drawing.Color.Transparent; this.AccLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AccLabel.ForeColor = System.Drawing.Color.White; this.AccLabel.Location = new System.Drawing.Point(81, 67); this.AccLabel.Name = "AccLabel"; this.AccLabel.Size = new System.Drawing.Size(38, 15); this.AccLabel.TabIndex = 33; this.AccLabel.Text = "0.000"; // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.ForeColor = System.Drawing.Color.White; this.label12.Location = new System.Drawing.Point(8, 16); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(71, 15); this.label12.TabIndex = 24; this.label12.Text = "Total Cash: "; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(41, 32); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(38, 15); this.label13.TabIndex = 25; this.label13.Text = "EFT : "; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.ForeColor = System.Drawing.Color.White; this.label14.Location = new System.Drawing.Point(23, 49); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(56, 15); this.label14.TabIndex = 26; this.label14.Text = "Cheque: "; // // CashLabel // this.CashLabel.AutoSize = true; this.CashLabel.BackColor = System.Drawing.Color.Transparent; this.CashLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CashLabel.ForeColor = System.Drawing.Color.White; this.CashLabel.Location = new System.Drawing.Point(83, 16); this.CashLabel.Name = "CashLabel"; this.CashLabel.Size = new System.Drawing.Size(38, 15); this.CashLabel.TabIndex = 29; this.CashLabel.Text = "0.000"; // // EFTLabel // this.EFTLabel.AutoSize = true; this.EFTLabel.BackColor = System.Drawing.Color.Transparent; this.EFTLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.EFTLabel.ForeColor = System.Drawing.Color.White; this.EFTLabel.Location = new System.Drawing.Point(83, 33); this.EFTLabel.Name = "EFTLabel"; this.EFTLabel.Size = new System.Drawing.Size(38, 15); this.EFTLabel.TabIndex = 30; this.EFTLabel.Text = "0.000"; // // ChequeLabel // this.ChequeLabel.AutoSize = true; this.ChequeLabel.BackColor = System.Drawing.Color.Transparent; this.ChequeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ChequeLabel.ForeColor = System.Drawing.Color.White; this.ChequeLabel.Location = new System.Drawing.Point(83, 51); this.ChequeLabel.Name = "ChequeLabel"; this.ChequeLabel.Size = new System.Drawing.Size(38, 15); this.ChequeLabel.TabIndex = 31; this.ChequeLabel.Text = "0.000"; // // grpGross // this.grpGross.BackColor = System.Drawing.Color.Transparent; this.grpGross.Controls.Add(this.lblGross); this.grpGross.Controls.Add(this.lblGrossValue); this.grpGross.Controls.Add(this.lblNetSale); this.grpGross.Controls.Add(this.lblNetSaleValue); this.grpGross.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grpGross.ForeColor = System.Drawing.Color.White; this.grpGross.Location = new System.Drawing.Point(36, 288); this.grpGross.Name = "grpGross"; this.grpGross.Size = new System.Drawing.Size(318, 54); this.grpGross.TabIndex = 75; this.grpGross.TabStop = false; this.grpGross.Text = "Payment Summary"; // // lblGross // this.lblGross.AutoSize = true; this.lblGross.BackColor = System.Drawing.Color.Transparent; this.lblGross.ForeColor = System.Drawing.Color.White; this.lblGross.Location = new System.Drawing.Point(6, 16); this.lblGross.Name = "lblGross"; this.lblGross.Size = new System.Drawing.Size(61, 13); this.lblGross.TabIndex = 70; this.lblGross.Text = "Gross Sale:"; // // lblGrossValue // this.lblGrossValue.AutoSize = true; this.lblGrossValue.BackColor = System.Drawing.Color.Transparent; this.lblGrossValue.ForeColor = System.Drawing.Color.White; this.lblGrossValue.Location = new System.Drawing.Point(84, 16); this.lblGrossValue.Name = "lblGrossValue"; this.lblGrossValue.Size = new System.Drawing.Size(34, 13); this.lblGrossValue.TabIndex = 71; this.lblGrossValue.Text = "0.000"; // // lblNetSale // this.lblNetSale.AutoSize = true; this.lblNetSale.BackColor = System.Drawing.Color.Transparent; this.lblNetSale.ForeColor = System.Drawing.Color.White; this.lblNetSale.Location = new System.Drawing.Point(17, 35); this.lblNetSale.Name = "lblNetSale"; this.lblNetSale.Size = new System.Drawing.Size(51, 13); this.lblNetSale.TabIndex = 72; this.lblNetSale.Text = "Net Sale:"; // // lblNetSaleValue // this.lblNetSaleValue.AutoSize = true; this.lblNetSaleValue.BackColor = System.Drawing.Color.Transparent; this.lblNetSaleValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNetSaleValue.ForeColor = System.Drawing.Color.White; this.lblNetSaleValue.Location = new System.Drawing.Point(84, 33); this.lblNetSaleValue.Name = "lblNetSaleValue"; this.lblNetSaleValue.Size = new System.Drawing.Size(38, 15); this.lblNetSaleValue.TabIndex = 33; this.lblNetSaleValue.Text = "0.000"; // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(53, 518); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(90, 15); this.label11.TabIndex = 62; this.label11.Text = "Deposit Used : "; // // DepositLabel // this.DepositLabel.AutoSize = true; this.DepositLabel.BackColor = System.Drawing.Color.Transparent; this.DepositLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DepositLabel.ForeColor = System.Drawing.Color.White; this.DepositLabel.Location = new System.Drawing.Point(164, 518); this.DepositLabel.Name = "DepositLabel"; this.DepositLabel.Size = new System.Drawing.Size(38, 15); this.DepositLabel.TabIndex = 63; this.DepositLabel.Text = "0.000"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(331, 4); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(120, 13); this.label10.TabIndex = 59; this.label10.Text = "Review Transaction"; // // TableNoTextBox // this.TableNoTextBox.Location = new System.Drawing.Point(481, 132); this.TableNoTextBox.Name = "TableNoTextBox"; this.TableNoTextBox.Size = new System.Drawing.Size(150, 20); this.TableNoTextBox.TabIndex = 58; this.TableNoTextBox.Click += new System.EventHandler(this.TableNoTextBox_Click); // // PriceTextBox // this.PriceTextBox.Location = new System.Drawing.Point(481, 95); this.PriceTextBox.Name = "PriceTextBox"; this.PriceTextBox.Size = new System.Drawing.Size(150, 20); this.PriceTextBox.TabIndex = 57; this.PriceTextBox.Click += new System.EventHandler(this.PriceTextBox_Click); // // ReferenceTextBox // this.ReferenceTextBox.Location = new System.Drawing.Point(481, 61); this.ReferenceTextBox.Name = "ReferenceTextBox"; this.ReferenceTextBox.Size = new System.Drawing.Size(150, 20); this.ReferenceTextBox.TabIndex = 56; this.ReferenceTextBox.Click += new System.EventHandler(this.ReferenceTextBox_Click); this.ReferenceTextBox.TextChanged += new System.EventHandler(this.ReferenceTextBox_TextChanged); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.BackColor = System.Drawing.Color.Transparent; this.checkBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBox2.ForeColor = System.Drawing.Color.White; this.checkBox2.Location = new System.Drawing.Point(369, 132); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(82, 17); this.checkBox2.TabIndex = 55; this.checkBox2.Text = "Table No "; this.checkBox2.UseVisualStyleBackColor = false; // // PriceCheckBox // this.PriceCheckBox.AutoSize = true; this.PriceCheckBox.BackColor = System.Drawing.Color.Transparent; this.PriceCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PriceCheckBox.ForeColor = System.Drawing.Color.White; this.PriceCheckBox.Location = new System.Drawing.Point(369, 95); this.PriceCheckBox.Name = "PriceCheckBox"; this.PriceCheckBox.Size = new System.Drawing.Size(59, 17); this.PriceCheckBox.TabIndex = 54; this.PriceCheckBox.Text = "Price "; this.PriceCheckBox.UseVisualStyleBackColor = false; // // ReferenceCheckBox // this.ReferenceCheckBox.AutoSize = true; this.ReferenceCheckBox.BackColor = System.Drawing.Color.Transparent; this.ReferenceCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ReferenceCheckBox.ForeColor = System.Drawing.Color.White; this.ReferenceCheckBox.Location = new System.Drawing.Point(369, 61); this.ReferenceCheckBox.Name = "ReferenceCheckBox"; this.ReferenceCheckBox.Size = new System.Drawing.Size(109, 17); this.ReferenceCheckBox.TabIndex = 53; this.ReferenceCheckBox.Text = "Reference No "; this.ReferenceCheckBox.UseVisualStyleBackColor = false; // // 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.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(642, 115); this.SearchButton.Name = "SearchButton"; this.SearchButton.Size = new System.Drawing.Size(120, 40); this.SearchButton.TabIndex = 51; 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); // // 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(337, 27); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(71, 15); this.label8.TabIndex = 50; this.label8.Text = "Search By"; // // ViewReportDataGridView // this.ViewReportDataGridView.AllowUserToAddRows = false; this.ViewReportDataGridView.AllowUserToDeleteRows = false; this.ViewReportDataGridView.AllowUserToResizeColumns = false; this.ViewReportDataGridView.AllowUserToResizeRows = false; this.ViewReportDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders; this.ViewReportDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.ViewReportDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.ViewReportDataGridView.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.True; this.ViewReportDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.ViewReportDataGridView.ColumnHeadersHeight = 32; this.ViewReportDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.OrderIDColumn, this.SLColumn, this.OrderTypeColumn, this.TableNumberColumn, this.PaymentTypeColumn, this.TotalPaymentColumn, this.ActionButtonColumn}); dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke; dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.ViewReportDataGridView.DefaultCellStyle = dataGridViewCellStyle7; this.ViewReportDataGridView.GridColor = System.Drawing.SystemColors.ControlText; this.ViewReportDataGridView.Location = new System.Drawing.Point(381, 221); this.ViewReportDataGridView.Name = "ViewReportDataGridView"; this.ViewReportDataGridView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.ViewReportDataGridView.RowHeadersVisible = false; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.PaleTurquoise; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black; this.ViewReportDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle8; this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke; this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black; this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.ViewReportDataGridView.RowTemplate.Height = 20; this.ViewReportDataGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.ViewReportDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ViewReportDataGridView.Size = new System.Drawing.Size(387, 290); this.ViewReportDataGridView.TabIndex = 41; // // OrderIDColumn // this.OrderIDColumn.HeaderText = "OrderID"; this.OrderIDColumn.Name = "OrderIDColumn"; this.OrderIDColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.OrderIDColumn.Visible = false; // // SLColumn // dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.SLColumn.DefaultCellStyle = dataGridViewCellStyle2; this.SLColumn.HeaderText = "SL"; this.SLColumn.Name = "SLColumn"; this.SLColumn.ReadOnly = true; this.SLColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.SLColumn.Width = 30; // // OrderTypeColumn // this.OrderTypeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.OrderTypeColumn.DefaultCellStyle = dataGridViewCellStyle3; this.OrderTypeColumn.HeaderText = "Order Type"; this.OrderTypeColumn.Name = "OrderTypeColumn"; this.OrderTypeColumn.ReadOnly = true; this.OrderTypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // TableNumberColumn // this.TableNumberColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.TableNumberColumn.DefaultCellStyle = dataGridViewCellStyle4; this.TableNumberColumn.HeaderText = "Table Number"; this.TableNumberColumn.Name = "TableNumberColumn"; this.TableNumberColumn.ReadOnly = true; this.TableNumberColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // PaymentTypeColumn // dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.PaymentTypeColumn.DefaultCellStyle = dataGridViewCellStyle5; this.PaymentTypeColumn.HeaderText = "Payment Type"; this.PaymentTypeColumn.Name = "PaymentTypeColumn"; this.PaymentTypeColumn.ReadOnly = true; this.PaymentTypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.PaymentTypeColumn.Width = 130; // // TotalPaymentColumn // dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.TotalPaymentColumn.DefaultCellStyle = dataGridViewCellStyle6; this.TotalPaymentColumn.HeaderText = "Total"; this.TotalPaymentColumn.Name = "TotalPaymentColumn"; this.TotalPaymentColumn.ReadOnly = true; this.TotalPaymentColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.TotalPaymentColumn.Width = 60; // // ActionButtonColumn // this.ActionButtonColumn.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.ActionButtonColumn.HeaderText = "Action"; this.ActionButtonColumn.Name = "ActionButtonColumn"; this.ActionButtonColumn.Width = 80; // // TabsRadioButton // this.TabsRadioButton.AutoSize = true; this.TabsRadioButton.BackColor = System.Drawing.Color.Transparent; this.TabsRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TabsRadioButton.ForeColor = System.Drawing.Color.White; this.TabsRadioButton.Location = new System.Drawing.Point(688, 181); this.TabsRadioButton.Name = "TabsRadioButton"; this.TabsRadioButton.Size = new System.Drawing.Size(53, 17); this.TabsRadioButton.TabIndex = 40; this.TabsRadioButton.Text = "Tabs"; this.TabsRadioButton.UseVisualStyleBackColor = false; this.TabsRadioButton.CheckedChanged += new System.EventHandler(this.TabsRadioButton_CheckedChanged); // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(629, 559); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(78, 15); this.label7.TabIndex = 28; this.label7.Text = "Total Pay : "; this.label7.Visible = false; // // TakeAwayRadioButton // this.TakeAwayRadioButton.AutoSize = true; this.TakeAwayRadioButton.BackColor = System.Drawing.Color.Transparent; this.TakeAwayRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TakeAwayRadioButton.ForeColor = System.Drawing.Color.White; this.TakeAwayRadioButton.Location = new System.Drawing.Point(556, 181); this.TakeAwayRadioButton.Name = "TakeAwayRadioButton"; this.TakeAwayRadioButton.Size = new System.Drawing.Size(88, 17); this.TakeAwayRadioButton.TabIndex = 39; this.TakeAwayRadioButton.Text = "Take Away"; this.TakeAwayRadioButton.UseVisualStyleBackColor = false; this.TakeAwayRadioButton.CheckedChanged += new System.EventHandler(this.TakeAwayRadioButton_CheckedChanged); // // TableRadioButton // this.TableRadioButton.AutoSize = true; this.TableRadioButton.BackColor = System.Drawing.Color.Transparent; this.TableRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TableRadioButton.ForeColor = System.Drawing.Color.White; this.TableRadioButton.Location = new System.Drawing.Point(448, 181); this.TableRadioButton.Name = "TableRadioButton"; this.TableRadioButton.Size = new System.Drawing.Size(57, 17); this.TableRadioButton.TabIndex = 38; this.TableRadioButton.Text = "Table"; this.TableRadioButton.UseVisualStyleBackColor = false; this.TableRadioButton.CheckedChanged += new System.EventHandler(this.TableRadioButton_CheckedChanged); // // AllRedioButton // this.AllRedioButton.AutoSize = true; this.AllRedioButton.BackColor = System.Drawing.Color.Transparent; this.AllRedioButton.Checked = true; this.AllRedioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AllRedioButton.ForeColor = System.Drawing.Color.White; this.AllRedioButton.Location = new System.Drawing.Point(335, 182); this.AllRedioButton.Name = "AllRedioButton"; this.AllRedioButton.Size = new System.Drawing.Size(47, 17); this.AllRedioButton.TabIndex = 37; this.AllRedioButton.TabStop = true; this.AllRedioButton.Text = "ALL"; this.AllRedioButton.UseVisualStyleBackColor = false; this.AllRedioButton.CheckedChanged += new System.EventHandler(this.AllRedioButton_CheckedChanged); // // TotalPayLabel // this.TotalPayLabel.AutoSize = true; this.TotalPayLabel.BackColor = System.Drawing.Color.Transparent; this.TotalPayLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TotalPayLabel.ForeColor = System.Drawing.Color.White; this.TotalPayLabel.Location = new System.Drawing.Point(714, 559); this.TotalPayLabel.Name = "TotalPayLabel"; this.TotalPayLabel.Size = new System.Drawing.Size(43, 15); this.TotalPayLabel.TabIndex = 33; this.TotalPayLabel.Text = "0.000"; this.TotalPayLabel.Visible = false; // // myCalendar // this.myCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Monday; this.myCalendar.Location = new System.Drawing.Point(56, 29); this.myCalendar.Name = "myCalendar"; this.myCalendar.TabIndex = 36; 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); // // DateLabel // this.DateLabel.AutoSize = true; this.DateLabel.BackColor = System.Drawing.Color.Transparent; this.DateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DateLabel.ForeColor = System.Drawing.Color.White; this.DateLabel.Location = new System.Drawing.Point(103, 5); this.DateLabel.Name = "DateLabel"; this.DateLabel.Size = new System.Drawing.Size(101, 20); this.DateLabel.TabIndex = 22; this.DateLabel.Text = "05-01-2008"; // // ViewButton // this.ViewButton.BackColor = System.Drawing.Color.Transparent; this.ViewButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ViewButton.BackgroundImage"))); this.ViewButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ViewButton.BgImageOnMouseDown"))); this.ViewButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ViewButton.BgImageOnMouseUp"))); this.ViewButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.ViewButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.ViewButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.ViewButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ViewButton.Font = new System.Drawing.Font("Arial", 10F); this.ViewButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.ViewButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.ViewButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.ViewButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ViewButton.Location = new System.Drawing.Point(96, 244); this.ViewButton.Name = "ViewButton"; this.ViewButton.Size = new System.Drawing.Size(122, 40); this.ViewButton.TabIndex = 5; this.ViewButton.Text = "View"; this.ViewButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.ViewButton.UseVisualStyleBackColor = false; this.ViewButton.Click += new System.EventHandler(this.ViewButton_Click); // // MonthPlusButton // this.MonthPlusButton.BackColor = System.Drawing.Color.Transparent; this.MonthPlusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("MonthPlusButton.BackgroundImage"))); this.MonthPlusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("MonthPlusButton.BgImageOnMouseDown"))); this.MonthPlusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("MonthPlusButton.BgImageOnMouseUp"))); this.MonthPlusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.MonthPlusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.MonthPlusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.MonthPlusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.MonthPlusButton.Font = new System.Drawing.Font("Arial", 10F); this.MonthPlusButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.MonthPlusButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.MonthPlusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.MonthPlusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.MonthPlusButton.Location = new System.Drawing.Point(153, 197); this.MonthPlusButton.Name = "MonthPlusButton"; this.MonthPlusButton.Size = new System.Drawing.Size(75, 40); this.MonthPlusButton.TabIndex = 4; this.MonthPlusButton.Text = "Month(+)"; this.MonthPlusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.MonthPlusButton.UseVisualStyleBackColor = false; this.MonthPlusButton.Click += new System.EventHandler(this.MonthPlusButton_Click); // // MonthMinusButton // this.MonthMinusButton.BackColor = System.Drawing.Color.Transparent; this.MonthMinusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("MonthMinusButton.BackgroundImage"))); this.MonthMinusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("MonthMinusButton.BgImageOnMouseDown"))); this.MonthMinusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("MonthMinusButton.BgImageOnMouseUp"))); this.MonthMinusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.MonthMinusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.MonthMinusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.MonthMinusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.MonthMinusButton.Font = new System.Drawing.Font("Arial", 10F); this.MonthMinusButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.MonthMinusButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.MonthMinusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.MonthMinusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.MonthMinusButton.Location = new System.Drawing.Point(75, 197); this.MonthMinusButton.Name = "MonthMinusButton"; this.MonthMinusButton.Size = new System.Drawing.Size(76, 40); this.MonthMinusButton.TabIndex = 3; this.MonthMinusButton.Text = "Month (-)"; this.MonthMinusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.MonthMinusButton.UseVisualStyleBackColor = false; this.MonthMinusButton.Click += new System.EventHandler(this.MonthMinusButton_Click); // // YearPlusButton // this.YearPlusButton.BackColor = System.Drawing.Color.Transparent; this.YearPlusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("YearPlusButton.BackgroundImage"))); this.YearPlusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("YearPlusButton.BgImageOnMouseDown"))); this.YearPlusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("YearPlusButton.BgImageOnMouseUp"))); this.YearPlusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.YearPlusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.YearPlusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.YearPlusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.YearPlusButton.Font = new System.Drawing.Font("Arial", 10F); this.YearPlusButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.YearPlusButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.YearPlusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.YearPlusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.YearPlusButton.Location = new System.Drawing.Point(230, 197); this.YearPlusButton.Name = "YearPlusButton"; this.YearPlusButton.Size = new System.Drawing.Size(69, 40); this.YearPlusButton.TabIndex = 2; this.YearPlusButton.Text = "Year( +)"; this.YearPlusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.YearPlusButton.UseVisualStyleBackColor = false; this.YearPlusButton.Click += new System.EventHandler(this.YearPlusButton_Click); // // YearMinusButton // this.YearMinusButton.BackColor = System.Drawing.Color.Transparent; this.YearMinusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("YearMinusButton.BackgroundImage"))); this.YearMinusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("YearMinusButton.BgImageOnMouseDown"))); this.YearMinusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("YearMinusButton.BgImageOnMouseUp"))); this.YearMinusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.YearMinusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.YearMinusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.YearMinusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.YearMinusButton.Font = new System.Drawing.Font("Arial", 10F); this.YearMinusButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.YearMinusButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.YearMinusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.YearMinusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.YearMinusButton.Location = new System.Drawing.Point(3, 197); this.YearMinusButton.Name = "YearMinusButton"; this.YearMinusButton.Size = new System.Drawing.Size(70, 40); this.YearMinusButton.TabIndex = 1; this.YearMinusButton.Text = "Year( - )"; this.YearMinusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.YearMinusButton.UseVisualStyleBackColor = false; this.YearMinusButton.Click += new System.EventHandler(this.YearMinusButton_Click); // // 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.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(41, 640); this.BackButton.Name = "BackButton"; this.BackButton.Size = new System.Drawing.Size(145, 52); this.BackButton.TabIndex = 20; 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); // // panel3 // this.panel3.BackColor = System.Drawing.Color.Transparent; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.label1); this.panel3.Location = new System.Drawing.Point(381, 210); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(387, 22); this.panel3.TabIndex = 21; // // label1 // this.label1.AutoSize = true; 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.SteelBlue; this.label1.Location = new System.Drawing.Point(165, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 16); this.label1.TabIndex = 0; this.label1.Text = "Transactions"; // // CReviewTransactionForm // 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, 697); this.Controls.Add(this.panel1); this.Controls.Add(this.BackButton); this.Name = "CReviewTransactionForm"; this.ScreenTitle = "Customer Review Transaction"; this.Text = "CViewReportForm"; this.Load += new System.EventHandler(this.CViewReportForm_Load); this.Controls.SetChildIndex(this.BackButton, 0); this.Controls.SetChildIndex(this.panel1, 0); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.grpGrossBreakDown.ResumeLayout(false); this.grpGrossBreakDown.PerformLayout(); this.grpGross.ResumeLayout(false); this.grpGross.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ViewReportDataGridView)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CUnlockTableForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new RMSUI.FunctionalButton(); this.UnlockTableDataGridView = new RMSUI.SimpleGrid(); this.SLColummn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TableTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TableNumberColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CustomerNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ActionButtonColumn = new System.Windows.Forms.DataGridViewButtonColumn(); this.OrderIDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.UnlockTableDataGridView)).BeginInit(); this.SuspendLayout(); // // panel2 // this.panel2.BackColor = System.Drawing.Color.WhiteSmoke; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.label1); this.panel2.Location = new System.Drawing.Point(79, 75); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(633, 22); this.panel2.TabIndex = 22; // // label1 // 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.SteelBlue; this.label1.Location = new System.Drawing.Point(-4, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(633, 15); this.label1.TabIndex = 0; this.label1.Text = "Current Tables"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel1 // this.panel1.BackColor = System.Drawing.Color.WhiteSmoke; this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 448); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(655, 72); this.panel1.TabIndex = 21; // // 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.DialogResult = System.Windows.Forms.DialogResult.OK; 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(241, 20); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(149, 40); this.button1.TabIndex = 19; this.button1.Text = "Close"; this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // UnlockTableDataGridView // this.UnlockTableDataGridView.AllowUserToAddRows = false; this.UnlockTableDataGridView.AllowUserToDeleteRows = false; this.UnlockTableDataGridView.AllowUserToResizeRows = false; this.UnlockTableDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.UnlockTableDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.UnlockTableDataGridView.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", 10F); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(2); dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.UnlockTableDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.UnlockTableDataGridView.ColumnHeadersHeight = 40; this.UnlockTableDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.UnlockTableDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.SLColummn, this.TableTypeColumn, this.TableNumberColumn, this.CustomerNameColumn, this.ActionButtonColumn, this.OrderIDColumn}); this.UnlockTableDataGridView.GridColor = System.Drawing.Color.Gray; this.UnlockTableDataGridView.Location = new System.Drawing.Point(10, 11); this.UnlockTableDataGridView.Name = "UnlockTableDataGridView"; this.UnlockTableDataGridView.RowHeadersVisible = false; this.UnlockTableDataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.UnlockTableDataGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.UnlockTableDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.UnlockTableDataGridView.Size = new System.Drawing.Size(633, 428); this.UnlockTableDataGridView.TabIndex = 20; // // SLColummn // this.SLColummn.HeaderText = "SL"; this.SLColummn.Name = "SLColummn"; this.SLColummn.ReadOnly = true; this.SLColummn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.SLColummn.Width = 50; // // 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; // // CustomerNameColumn // this.CustomerNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.CustomerNameColumn.HeaderText = "Customer Name"; this.CustomerNameColumn.Name = "CustomerNameColumn"; this.CustomerNameColumn.ReadOnly = true; this.CustomerNameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // ActionButtonColumn // dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black; this.ActionButtonColumn.DefaultCellStyle = dataGridViewCellStyle2; this.ActionButtonColumn.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.ActionButtonColumn.HeaderText = "Action"; this.ActionButtonColumn.Name = "ActionButtonColumn"; this.ActionButtonColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // OrderIDColumn // this.OrderIDColumn.HeaderText = ""; this.OrderIDColumn.Name = "OrderIDColumn"; this.OrderIDColumn.Visible = false; // // CUnlockTableForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DimGray; this.ClientSize = new System.Drawing.Size(655, 520); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(this.UnlockTableDataGridView); this.Name = "CUnlockTableForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Unlock Order "; this.Load += new System.EventHandler(this.CUnlockTableForm_Load); this.panel2.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.UnlockTableDataGridView)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CTransferTableForm)); this.panel1 = new System.Windows.Forms.Panel(); this.CurrrentTableDataGridView = new System.Windows.Forms.DataGridView(); this.OrderIDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GuestCountColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SLColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TableTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TableNumberColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CustomerNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ActionButtonColumn = new System.Windows.Forms.DataGridViewButtonColumn(); this.label3 = new System.Windows.Forms.Label(); this.TableNumberTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.CustomerNameTextBox = new System.Windows.Forms.TextBox(); 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.CurrrentTableDataGridView)).BeginInit(); this.panel2.SuspendLayout(); 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.CurrrentTableDataGridView); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.TableNumberTextBox); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.CustomerNameTextBox); this.panel1.Location = new System.Drawing.Point(3, 48); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(721, 433); this.panel1.TabIndex = 0; // // CurrrentTableDataGridView // this.CurrrentTableDataGridView.AllowUserToAddRows = false; this.CurrrentTableDataGridView.AllowUserToDeleteRows = false; this.CurrrentTableDataGridView.AllowUserToResizeRows = false; this.CurrrentTableDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.CurrrentTableDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.CurrrentTableDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; this.CurrrentTableDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; 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.True; this.CurrrentTableDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.CurrrentTableDataGridView.ColumnHeadersHeight = 25; this.CurrrentTableDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.OrderIDColumn, this.GuestCountColumn, this.SLColumn, this.TableTypeColumn, this.TableNumberColumn, this.CustomerNameColumn, this.ActionButtonColumn}); dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.Color.WhiteSmoke; 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.False; this.CurrrentTableDataGridView.DefaultCellStyle = dataGridViewCellStyle6; this.CurrrentTableDataGridView.Location = new System.Drawing.Point(22, 11); this.CurrrentTableDataGridView.Name = "CurrrentTableDataGridView"; this.CurrrentTableDataGridView.RowHeadersVisible = false; this.CurrrentTableDataGridView.RowHeadersWidth = 4; this.CurrrentTableDataGridView.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.CurrrentTableDataGridView.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke; this.CurrrentTableDataGridView.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CurrrentTableDataGridView.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black; this.CurrrentTableDataGridView.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.PaleTurquoise; this.CurrrentTableDataGridView.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black; this.CurrrentTableDataGridView.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.CurrrentTableDataGridView.RowTemplate.Height = 20; this.CurrrentTableDataGridView.RowTemplate.ReadOnly = true; this.CurrrentTableDataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.CurrrentTableDataGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.CurrrentTableDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.CurrrentTableDataGridView.Size = new System.Drawing.Size(488, 392); this.CurrrentTableDataGridView.TabIndex = 7; // // OrderIDColumn // this.OrderIDColumn.HeaderText = "OrderID"; this.OrderIDColumn.Name = "OrderIDColumn"; this.OrderIDColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.OrderIDColumn.Visible = false; // // GuestCountColumn // this.GuestCountColumn.HeaderText = "Guest"; this.GuestCountColumn.Name = "GuestCountColumn"; this.GuestCountColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.GuestCountColumn.Visible = false; // // SLColumn // this.SLColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.SLColumn.DefaultCellStyle = dataGridViewCellStyle2; this.SLColumn.HeaderText = "SL"; this.SLColumn.Name = "SLColumn"; this.SLColumn.ReadOnly = true; this.SLColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.SLColumn.Width = 40; // // TableTypeColumn // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.TableTypeColumn.DefaultCellStyle = dataGridViewCellStyle3; this.TableTypeColumn.HeaderText = "Table Type"; this.TableTypeColumn.Name = "TableTypeColumn"; this.TableTypeColumn.ReadOnly = true; this.TableTypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // TableNumberColumn // dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.TableNumberColumn.DefaultCellStyle = dataGridViewCellStyle4; this.TableNumberColumn.HeaderText = "Table Number"; this.TableNumberColumn.Name = "TableNumberColumn"; this.TableNumberColumn.ReadOnly = true; this.TableNumberColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.TableNumberColumn.Width = 80; // // CustomerNameColumn // this.CustomerNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.CustomerNameColumn.DefaultCellStyle = dataGridViewCellStyle5; this.CustomerNameColumn.HeaderText = "Customer Name"; this.CustomerNameColumn.Name = "CustomerNameColumn"; this.CustomerNameColumn.ReadOnly = true; this.CustomerNameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // ActionButtonColumn // this.ActionButtonColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ActionButtonColumn.HeaderText = "Action"; this.ActionButtonColumn.Name = "ActionButtonColumn"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(550, 83); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 15); this.label3.TabIndex = 12; this.label3.Text = "Table Number"; // // TableNumberTextBox // this.TableNumberTextBox.BackColor = System.Drawing.Color.White; this.TableNumberTextBox.ForeColor = System.Drawing.SystemColors.ControlText; this.TableNumberTextBox.Location = new System.Drawing.Point(553, 105); this.TableNumberTextBox.Name = "TableNumberTextBox"; this.TableNumberTextBox.Size = new System.Drawing.Size(140, 20); this.TableNumberTextBox.TabIndex = 11; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(550, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 15); this.label2.TabIndex = 10; this.label2.Text = "Customer Name"; // // CustomerNameTextBox // this.CustomerNameTextBox.BackColor = System.Drawing.Color.White; this.CustomerNameTextBox.ForeColor = System.Drawing.SystemColors.ControlText; this.CustomerNameTextBox.Location = new System.Drawing.Point(553, 39); this.CustomerNameTextBox.Name = "CustomerNameTextBox"; this.CustomerNameTextBox.Size = new System.Drawing.Size(140, 20); this.CustomerNameTextBox.TabIndex = 9; // // 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.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(27, 547); this.BackButton.Name = "BackButton"; this.BackButton.Size = new System.Drawing.Size(129, 50); this.BackButton.TabIndex = 13; this.BackButton.Text = "Back"; this.BackButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 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.WhiteSmoke; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.label1); this.panel2.Location = new System.Drawing.Point(41, 99); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(488, 22); this.panel2.TabIndex = 8; // // label1 // 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.SteelBlue; this.label1.Location = new System.Drawing.Point(-1, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(484, 15); this.label1.TabIndex = 0; this.label1.Text = "Current Tables"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CTransferTableForm // 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.panel1); this.Controls.Add(this.BackButton); this.Name = "CTransferTableForm"; this.ScreenTitle = "Tranfer Table"; this.Text = "CTransferTable"; this.Load += new System.EventHandler(this.CTransferTableForm_Load); this.Controls.SetChildIndex(this.BackButton, 0); this.Controls.SetChildIndex(this.panel1, 0); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.CurrrentTableDataGridView)).EndInit(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StockSettingsForm)); this.rdbAllowedToOrder = new System.Windows.Forms.RadioButton(); this.rdbNo = new System.Windows.Forms.RadioButton(); this.txtbxCurrency = new System.Windows.Forms.TextBox(); this.btnSaveChanges = new RMSUI.FunctionalButton(); this.functionalButton1 = new RMSUI.FunctionalButton(); this.roundDailogeBox1 = new RMSUI.RoundDailogeBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // rdbAllowedToOrder // this.rdbAllowedToOrder.AutoSize = true; this.rdbAllowedToOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64))))); this.rdbAllowedToOrder.Checked = true; this.rdbAllowedToOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbAllowedToOrder.ForeColor = System.Drawing.Color.WhiteSmoke; this.rdbAllowedToOrder.Location = new System.Drawing.Point(104, 104); this.rdbAllowedToOrder.Name = "rdbAllowedToOrder"; this.rdbAllowedToOrder.Size = new System.Drawing.Size(131, 21); this.rdbAllowedToOrder.TabIndex = 4; this.rdbAllowedToOrder.TabStop = true; this.rdbAllowedToOrder.Text = "Allowed to Order"; this.rdbAllowedToOrder.UseVisualStyleBackColor = false; // // rdbNo // this.rdbNo.AutoSize = true; this.rdbNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64))))); this.rdbNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbNo.ForeColor = System.Drawing.Color.WhiteSmoke; this.rdbNo.Location = new System.Drawing.Point(286, 104); this.rdbNo.Name = "rdbNo"; this.rdbNo.Size = new System.Drawing.Size(44, 21); this.rdbNo.TabIndex = 5; this.rdbNo.Text = "No"; this.rdbNo.UseVisualStyleBackColor = false; // // txtbxCurrency // this.txtbxCurrency.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtbxCurrency.Location = new System.Drawing.Point(12, 212); this.txtbxCurrency.Name = "txtbxCurrency"; this.txtbxCurrency.Size = new System.Drawing.Size(42, 38); this.txtbxCurrency.TabIndex = 6; this.txtbxCurrency.Visible = false; // // btnSaveChanges // this.btnSaveChanges.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64))))); this.btnSaveChanges.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSaveChanges.BackgroundImage"))); this.btnSaveChanges.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnSaveChanges.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnSaveChanges.BgImageOnMouseDown"))); this.btnSaveChanges.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSaveChanges.BgImageOnMouseUp"))); this.btnSaveChanges.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnSaveChanges.FlatAppearance.BorderSize = 0; this.btnSaveChanges.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnSaveChanges.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnSaveChanges.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSaveChanges.Font = new System.Drawing.Font("Arial", 10F); this.btnSaveChanges.ForeColorOnMouseDown = System.Drawing.Color.White; this.btnSaveChanges.ForeColorOnMouseUp = System.Drawing.Color.Black; this.btnSaveChanges.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.btnSaveChanges.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnSaveChanges.Location = new System.Drawing.Point(77, 193); this.btnSaveChanges.Name = "btnSaveChanges"; this.btnSaveChanges.Size = new System.Drawing.Size(136, 47); this.btnSaveChanges.TabIndex = 10; this.btnSaveChanges.Text = "Save Changes"; this.btnSaveChanges.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnSaveChanges.UseVisualStyleBackColor = false; this.btnSaveChanges.Click += new System.EventHandler(this.btnSaveChanges_Click); // // functionalButton1 // this.functionalButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64))))); this.functionalButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("functionalButton1.BackgroundImage"))); this.functionalButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.functionalButton1.BgImageOnMouseDown = null; this.functionalButton1.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("functionalButton1.BgImageOnMouseUp"))); this.functionalButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.functionalButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.functionalButton1.FlatAppearance.BorderSize = 0; 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("Arial", 10F); 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(220, 193); this.functionalButton1.Name = "functionalButton1"; this.functionalButton1.Size = new System.Drawing.Size(134, 47); this.functionalButton1.TabIndex = 11; this.functionalButton1.Text = "Cancel"; this.functionalButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.functionalButton1.UseVisualStyleBackColor = false; // // roundDailogeBox1 // this.roundDailogeBox1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.roundDailogeBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.roundDailogeBox1.ForeColor = System.Drawing.Color.WhiteSmoke; this.roundDailogeBox1.Location = new System.Drawing.Point(0, 0); this.roundDailogeBox1.Name = "roundDailogeBox1"; this.roundDailogeBox1.Size = new System.Drawing.Size(448, 275); this.roundDailogeBox1.TabIndex = 16; this.roundDailogeBox1.Load += new System.EventHandler(this.roundDailogeBox1_Load); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(63)))), ((int)(((byte)(64))))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.WhiteSmoke; this.label1.Location = new System.Drawing.Point(145, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(134, 17); this.label1.TabIndex = 17; this.label1.Text = "Out of Stock Setting"; // // StockSettingsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.ClientSize = new System.Drawing.Size(448, 275); this.Controls.Add(this.label1); this.Controls.Add(this.btnSaveChanges); this.Controls.Add(this.functionalButton1); this.Controls.Add(this.txtbxCurrency); this.Controls.Add(this.rdbNo); this.Controls.Add(this.rdbAllowedToOrder); this.Controls.Add(this.roundDailogeBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "StockSettingsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Stock Settings"; this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.ResumeLayout(false); this.PerformLayout(); }