using BiskLog_Point_Of_Sale.Classes; namespace Point_Of_Sale_Managment.Cashier_Module.Invoice { partial class CashierInvoiceMain { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InvoiceMain)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.Header = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.txtSearch = new MetroFramework.Controls.MetroTextBox(); this.addProducts = new System.Windows.Forms.PictureBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); 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.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.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.Header.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.addProducts)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.holding.SuspendLayout(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // Header // this.Header.BackColor = System.Drawing.Color.Transparent; this.Header.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.Header.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.Header.Controls.Add(this.label1); this.Header.Controls.Add(this.panel2); this.Header.Controls.Add(this.addProducts); this.Header.Dock = System.Windows.Forms.DockStyle.Top; this.Header.Location = new System.Drawing.Point(0, 0); this.Header.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Header.Name = "Header"; this.Header.Size = new System.Drawing.Size(1063, 46); this.Header.TabIndex = 3; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(678, 46); this.label1.TabIndex = 0; this.label1.Text = "INVOICE LIST"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.Controls.Add(this.txtSearch); this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(678, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(325, 46); this.panel2.TabIndex = 3; // // txtSearch // // // // this.txtSearch.CustomButton.Image = null; this.txtSearch.CustomButton.Location = new System.Drawing.Point(288, 2); this.txtSearch.CustomButton.Name = ""; this.txtSearch.CustomButton.Size = new System.Drawing.Size(25, 25); this.txtSearch.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtSearch.CustomButton.TabIndex = 1; this.txtSearch.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtSearch.CustomButton.UseSelectable = true; this.txtSearch.CustomButton.Visible = false; this.txtSearch.DisplayIcon = true; this.txtSearch.FontSize = MetroFramework.MetroTextBoxSize.Medium; this.txtSearch.Icon = ((System.Drawing.Image)(resources.GetObject("txtSearch.Icon"))); this.txtSearch.Lines = new string[0]; this.txtSearch.Location = new System.Drawing.Point(3, 8); this.txtSearch.MaxLength = 32767; this.txtSearch.Name = "txtSearch"; this.txtSearch.PasswordChar = '\0'; this.txtSearch.PromptText = "Search Here"; this.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtSearch.SelectedText = ""; this.txtSearch.SelectionLength = 0; this.txtSearch.SelectionStart = 0; this.txtSearch.ShortcutsEnabled = true; this.txtSearch.Size = new System.Drawing.Size(316, 30); this.txtSearch.TabIndex = 0; this.txtSearch.UseSelectable = true; this.txtSearch.WaterMark = "Search Here"; this.txtSearch.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtSearch.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSearch.TextChanged += new System.EventHandler(this.TxtSearch_TextChanged); // // addProducts // this.addProducts.BackColor = System.Drawing.Color.Transparent; this.addProducts.Cursor = System.Windows.Forms.Cursors.Hand; this.addProducts.Dock = System.Windows.Forms.DockStyle.Right; this.addProducts.Image = ((System.Drawing.Image)(resources.GetObject("addProducts.Image"))); this.addProducts.Location = new System.Drawing.Point(1003, 0); this.addProducts.Name = "addProducts"; this.addProducts.Size = new System.Drawing.Size(60, 46); this.addProducts.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.addProducts.TabIndex = 2; this.addProducts.TabStop = false; this.addProducts.Click += new System.EventHandler(this.AddProducts_Click); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.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.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridView1.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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.barcodecolumn, this.Column4, this.Column3, this.Column5, this.Column6}); this.dataGridView1.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.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.EnableHeadersVisualStyles = false; this.dataGridView1.Location = new System.Drawing.Point(0, 46); this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.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.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 40; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1063, 783); this.dataGridView1.TabIndex = 4; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick); // // 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 = "INVOICE ID"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 112; // // barcodecolumn // this.barcodecolumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.barcodecolumn.HeaderText = "NUMBER OF ITEMS"; this.barcodecolumn.Name = "barcodecolumn"; this.barcodecolumn.ReadOnly = true; this.barcodecolumn.Width = 168; // // Column4 // this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column4.DataPropertyName = "pdesc"; this.Column4.HeaderText = "DATE CREATED"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 137; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.DataPropertyName = "brand"; this.Column3.HeaderText = "GENERATED BY"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // 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.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column6.HeaderText = "STATUS"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 86; // // holding // this.holding.Controls.Add(this.metroProgressSpinner1); this.holding.Controls.Add(this.panel4); this.holding.Location = new System.Drawing.Point(439, 314); this.holding.Name = "holding"; this.holding.Size = new System.Drawing.Size(273, 121); this.holding.TabIndex = 5; 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; // // dataGridViewImageColumn1 // this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dataGridViewImageColumn1.HeaderText = ""; this.dataGridViewImageColumn1.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn1.Image"))); this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; // // InvoiceMain // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1063, 829); this.Controls.Add(this.holding); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.Header); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "InvoiceMain"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "InvoiceMain"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.InvoiceMain_Load); this.Header.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.addProducts)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.holding.ResumeLayout(false); this.panel4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private gradientPanel Header; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private MetroFramework.Controls.MetroTextBox txtSearch; private System.Windows.Forms.PictureBox addProducts; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1; 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; } }