using BiskLog_Point_Of_Sale.Classes; namespace BiskLog_Point_Of_Sale.Invoice { partial class CashierInvoiceDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InvoiceDialog)); this.panel1 = new System.Windows.Forms.Panel(); this.holding = new System.Windows.Forms.Panel(); this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner(); this.panel4 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.invoiceDetails = new System.Windows.Forms.DataGridView(); this.panel3 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.lblTotalCost = new System.Windows.Forms.Label(); this.lblInvoice = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.titlePanel = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.lblInvoiceTitle = new System.Windows.Forms.Label(); this.closeBTN = new System.Windows.Forms.Label(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.barcodecolumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Delete = new System.Windows.Forms.DataGridViewImageColumn(); this.panel1.SuspendLayout(); this.holding.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).BeginInit(); this.panel3.SuspendLayout(); this.titlePanel.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.holding); this.panel1.Controls.Add(this.invoiceDetails); this.panel1.Controls.Add(this.panel3); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 38); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(5); this.panel1.Size = new System.Drawing.Size(659, 616); this.panel1.TabIndex = 0; // // holding // this.holding.Controls.Add(this.metroProgressSpinner1); this.holding.Controls.Add(this.panel4); this.holding.Location = new System.Drawing.Point(166, 289); this.holding.Name = "holding"; this.holding.Size = new System.Drawing.Size(273, 121); this.holding.TabIndex = 6; this.holding.Visible = false; // // metroProgressSpinner1 // this.metroProgressSpinner1.Location = new System.Drawing.Point(103, 63); this.metroProgressSpinner1.Maximum = 100; this.metroProgressSpinner1.Name = "metroProgressSpinner1"; this.metroProgressSpinner1.Size = new System.Drawing.Size(51, 41); this.metroProgressSpinner1.TabIndex = 1; this.metroProgressSpinner1.UseCustomBackColor = true; this.metroProgressSpinner1.UseSelectable = true; // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137))))); this.panel4.Controls.Add(this.label2); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(273, 40); this.panel4.TabIndex = 0; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.ForeColor = System.Drawing.SystemColors.Control; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(273, 40); this.label2.TabIndex = 0; this.label2.Text = "Please Wait...."; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // invoiceDetails // this.invoiceDetails.AllowUserToAddRows = false; this.invoiceDetails.AllowUserToDeleteRows = false; this.invoiceDetails.AllowUserToResizeColumns = false; this.invoiceDetails.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro; dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White; this.invoiceDetails.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.invoiceDetails.BackgroundColor = System.Drawing.Color.White; this.invoiceDetails.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.invoiceDetails.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.invoiceDetails.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.invoiceDetails.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.invoiceDetails.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.barcodecolumn, this.Column4, this.Column3, this.Column5, this.Column6, this.Column7, this.Delete}); this.invoiceDetails.Cursor = System.Windows.Forms.Cursors.Hand; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.invoiceDetails.DefaultCellStyle = dataGridViewCellStyle3; this.invoiceDetails.Dock = System.Windows.Forms.DockStyle.Fill; this.invoiceDetails.EnableHeadersVisualStyles = false; this.invoiceDetails.Location = new System.Drawing.Point(5, 119); this.invoiceDetails.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.invoiceDetails.Name = "invoiceDetails"; this.invoiceDetails.ReadOnly = true; this.invoiceDetails.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaptionText; dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.invoiceDetails.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.invoiceDetails.RowHeadersVisible = false; this.invoiceDetails.RowTemplate.Height = 40; this.invoiceDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.invoiceDetails.Size = new System.Drawing.Size(647, 490); this.invoiceDetails.TabIndex = 5; // // panel3 // this.panel3.Controls.Add(this.button1); this.panel3.Controls.Add(this.lblTotalCost); this.panel3.Controls.Add(this.lblInvoice); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.label1); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(5, 5); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(647, 114); this.panel3.TabIndex = 4; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56))))); this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.button1.ForeColor = System.Drawing.SystemColors.ControlDark; this.button1.Location = new System.Drawing.Point(264, 68); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(145, 41); this.button1.TabIndex = 1; this.button1.Text = "SELL OFF"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.Button1_Click); // // lblTotalCost // this.lblTotalCost.AutoSize = true; this.lblTotalCost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblTotalCost.Location = new System.Drawing.Point(236, 38); this.lblTotalCost.Name = "lblTotalCost"; this.lblTotalCost.Size = new System.Drawing.Size(0, 21); this.lblTotalCost.TabIndex = 0; // // lblInvoice // this.lblInvoice.AutoSize = true; this.lblInvoice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblInvoice.Location = new System.Drawing.Point(236, 9); this.lblInvoice.Name = "lblInvoice"; this.lblInvoice.Size = new System.Drawing.Size(0, 21); this.lblInvoice.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label3.Location = new System.Drawing.Point(118, 38); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 21); this.label3.TabIndex = 0; this.label3.Text = "TOTAL COST"; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label1.Location = new System.Drawing.Point(118, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 21); this.label1.TabIndex = 0; this.label1.Text = "INVOICE ID"; // // titlePanel // this.titlePanel.BackColor = System.Drawing.Color.Transparent; this.titlePanel.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.titlePanel.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.titlePanel.Controls.Add(this.lblInvoiceTitle); this.titlePanel.Controls.Add(this.closeBTN); this.titlePanel.Dock = System.Windows.Forms.DockStyle.Top; this.titlePanel.Location = new System.Drawing.Point(0, 0); this.titlePanel.Name = "titlePanel"; this.titlePanel.Size = new System.Drawing.Size(659, 38); this.titlePanel.TabIndex = 3; // // lblInvoiceTitle // this.lblInvoiceTitle.BackColor = System.Drawing.Color.Transparent; this.lblInvoiceTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lblInvoiceTitle.ForeColor = System.Drawing.Color.White; this.lblInvoiceTitle.Location = new System.Drawing.Point(0, 0); this.lblInvoiceTitle.Name = "lblInvoiceTitle"; this.lblInvoiceTitle.Size = new System.Drawing.Size(616, 38); this.lblInvoiceTitle.TabIndex = 1; this.lblInvoiceTitle.Text = "INVOICE REVIEW"; this.lblInvoiceTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // closeBTN // this.closeBTN.BackColor = System.Drawing.Color.Transparent; this.closeBTN.Cursor = System.Windows.Forms.Cursors.Hand; this.closeBTN.Dock = System.Windows.Forms.DockStyle.Right; this.closeBTN.ForeColor = System.Drawing.SystemColors.Control; this.closeBTN.Location = new System.Drawing.Point(616, 0); this.closeBTN.Name = "closeBTN"; this.closeBTN.Size = new System.Drawing.Size(43, 38); this.closeBTN.TabIndex = 0; this.closeBTN.Text = "x"; this.closeBTN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.closeBTN.Click += new System.EventHandler(this.CloseBTN_Click); this.closeBTN.MouseEnter += new System.EventHandler(this.CloseBTN_MouseEnter); this.closeBTN.MouseLeave += new System.EventHandler(this.CloseBTN_MouseLeave); // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column1.HeaderText = "#"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 42; // // Column2 // this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column2.DataPropertyName = "invoice_id"; this.Column2.HeaderText = "PRODUCT ID"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 123; // // barcodecolumn // this.barcodecolumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.barcodecolumn.HeaderText = "PRODUCT NAME"; this.barcodecolumn.Name = "barcodecolumn"; this.barcodecolumn.ReadOnly = true; // // Column4 // this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column4.DataPropertyName = "pdesc"; this.Column4.HeaderText = "QUANTITY"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 107; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column3.HeaderText = "UNIT"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 68; // // Column5 // this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column5.DataPropertyName = "category"; this.Column5.HeaderText = "TOTAL COST"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 119; // // Column6 // this.Column6.HeaderText = "unitCode"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Visible = false; // // Column7 // this.Column7.HeaderText = "distinctiveCode"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Visible = false; // // Delete // this.Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Delete.HeaderText = ""; this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image"))); this.Delete.Name = "Delete"; this.Delete.ReadOnly = true; this.Delete.Width = 5; // // InvoiceDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(659, 654); this.Controls.Add(this.panel1); this.Controls.Add(this.titlePanel); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "InvoiceDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Load += new System.EventHandler(this.InvoiceDialog_Load); this.panel1.ResumeLayout(false); this.holding.ResumeLayout(false); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.titlePanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private gradientPanel titlePanel; private System.Windows.Forms.Label lblInvoiceTitle; private System.Windows.Forms.Label closeBTN; private System.Windows.Forms.DataGridView invoiceDetails; private System.Windows.Forms.Label lblTotalCost; private System.Windows.Forms.Label lblInvoice; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel holding; private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn barcodecolumn; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewImageColumn Delete; } }