namespace Point_Of_Sale_Managment { partial class AddProductDelivery { /// /// 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(AddProductDelivery)); this.LA = new System.Windows.Forms.Label(); this.LABE = new System.Windows.Forms.Label(); this.proID = new MetroFramework.Controls.MetroTextBox(); this.proNAME = new MetroFramework.Controls.MetroTextBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // LA // this.LA.AutoSize = true; this.LA.Location = new System.Drawing.Point(17, 51); this.LA.Name = "LA"; this.LA.Size = new System.Drawing.Size(100, 21); this.LA.TabIndex = 0; this.LA.Text = "PRODUCT ID"; // // LABE // this.LABE.AutoSize = true; this.LABE.Location = new System.Drawing.Point(17, 84); this.LABE.Name = "LABE"; this.LABE.Size = new System.Drawing.Size(129, 21); this.LABE.TabIndex = 0; this.LABE.Text = "PRODUCT NAME"; // // proID // // // // this.proID.CustomButton.Image = null; this.proID.CustomButton.Location = new System.Drawing.Point(273, 2); this.proID.CustomButton.Name = ""; this.proID.CustomButton.Size = new System.Drawing.Size(25, 25); this.proID.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.proID.CustomButton.TabIndex = 1; this.proID.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.proID.CustomButton.UseSelectable = true; this.proID.CustomButton.Visible = false; this.proID.Lines = new string[0]; this.proID.Location = new System.Drawing.Point(158, 46); this.proID.MaxLength = 32767; this.proID.Name = "proID"; this.proID.PasswordChar = '\0'; this.proID.PromptText = "ADD PRODUCT BY ID"; this.proID.ScrollBars = System.Windows.Forms.ScrollBars.None; this.proID.SelectedText = ""; this.proID.SelectionLength = 0; this.proID.SelectionStart = 0; this.proID.ShortcutsEnabled = true; this.proID.Size = new System.Drawing.Size(301, 30); this.proID.TabIndex = 1; this.proID.UseSelectable = true; this.proID.WaterMark = "ADD PRODUCT BY ID"; this.proID.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.proID.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); this.proID.TextChanged += new System.EventHandler(this.ProID_TextChanged); // // proNAME // // // // this.proNAME.CustomButton.Image = null; this.proNAME.CustomButton.Location = new System.Drawing.Point(273, 2); this.proNAME.CustomButton.Name = ""; this.proNAME.CustomButton.Size = new System.Drawing.Size(25, 25); this.proNAME.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.proNAME.CustomButton.TabIndex = 1; this.proNAME.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.proNAME.CustomButton.UseSelectable = true; this.proNAME.CustomButton.Visible = false; this.proNAME.FontSize = MetroFramework.MetroTextBoxSize.Medium; this.proNAME.Lines = new string[0]; this.proNAME.Location = new System.Drawing.Point(158, 82); this.proNAME.MaxLength = 32767; this.proNAME.Name = "proNAME"; this.proNAME.PasswordChar = '\0'; this.proNAME.PromptText = "ADD PRODUCT BY NAME"; this.proNAME.ScrollBars = System.Windows.Forms.ScrollBars.None; this.proNAME.SelectedText = ""; this.proNAME.SelectionLength = 0; this.proNAME.SelectionStart = 0; this.proNAME.ShortcutsEnabled = true; this.proNAME.Size = new System.Drawing.Size(301, 30); this.proNAME.TabIndex = 2; this.proNAME.UseSelectable = true; this.proNAME.WaterMark = "ADD PRODUCT BY NAME"; this.proNAME.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.proNAME.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); this.proNAME.TextChanged += new System.EventHandler(this.ProNAME_TextChanged); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.White; 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.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.BackgroundColor = System.Drawing.Color.White; 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.Column2, this.Column3, this.Column5, this.Column4, this.Column1, this.Column6, this.Column7}); 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.EnableHeadersVisualStyles = false; this.dataGridView1.Location = new System.Drawing.Point(1, 121); 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.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(544, 328); this.dataGridView1.TabIndex = 4; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick); // // Column2 // this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column2.HeaderText = "ID"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Visible = false; this.Column2.Width = 50; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.HeaderText = "Name"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column5 // this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column5.HeaderText = "Price"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 67; // // Column4 // this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column4.HeaderText = "Quantity Left"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 123; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column1.HeaderText = "Unit Of Measure"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 147; // // Column6 // this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column6.HeaderText = "unitCode"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Visible = false; this.Column6.Width = 98; // // Column7 // this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column7.HeaderText = "distinctiveCode"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Visible = false; this.Column7.Width = 141; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(545, 32); this.panel1.TabIndex = 5; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137))))); 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.SystemColors.Control; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(493, 32); this.label1.TabIndex = 2; this.label1.Text = "ADD PRODUCTS"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Cursor = System.Windows.Forms.Cursors.Hand; this.label2.Dock = System.Windows.Forms.DockStyle.Right; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(493, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 32); this.label2.TabIndex = 1; this.label2.Text = "x"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.Click += new System.EventHandler(this.Label2_Click); this.label2.MouseEnter += new System.EventHandler(this.Label2_MouseEnter); this.label2.MouseLeave += new System.EventHandler(this.Label2_MouseLeave); // // AddProductDelivery // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(545, 442); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.proNAME); this.Controls.Add(this.proID); this.Controls.Add(this.LABE); this.Controls.Add(this.LA); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AddProductDelivery"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AddProducttoCart_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label LA; private System.Windows.Forms.Label LABE; private MetroFramework.Controls.MetroTextBox proID; private MetroFramework.Controls.MetroTextBox proNAME; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; } }