using BiskLog_Point_Of_Sale.Classes; namespace Point_Of_Sale_Managment { partial class EditProductModule { /// /// 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() { this.lblBrand = new System.Windows.Forms.Label(); this.lblDesc = new System.Windows.Forms.Label(); this.txtDesc = new System.Windows.Forms.TextBox(); this.lblPcode = new System.Windows.Forms.Label(); this.txtPcode = new System.Windows.Forms.TextBox(); this.cbcBrand = new System.Windows.Forms.ComboBox(); this.lblCategory = new System.Windows.Forms.Label(); this.cbcCategory = new System.Windows.Forms.ComboBox(); this.lblPrice = new System.Windows.Forms.Label(); this.txtPrice = new System.Windows.Forms.TextBox(); this.lblQty = new System.Windows.Forms.Label(); this.txtQty = new System.Windows.Forms.TextBox(); this.lblBarcode = new System.Windows.Forms.Label(); this.txtBarcode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.name = new System.Windows.Forms.TextBox(); this.holding = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.baseUnit = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.costP = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.unit5 = new System.Windows.Forms.ComboBox(); this.unit4 = new System.Windows.Forms.ComboBox(); this.unit3 = new System.Windows.Forms.ComboBox(); this.unit2 = new System.Windows.Forms.ComboBox(); this.unit1 = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.unit5P = new System.Windows.Forms.TextBox(); this.unit4P = new System.Windows.Forms.TextBox(); this.unit3P = new System.Windows.Forms.TextBox(); this.unit2P = new System.Windows.Forms.TextBox(); this.unit1P = new System.Windows.Forms.TextBox(); this.unit5QTY = new System.Windows.Forms.TextBox(); this.unit4QTY = new System.Windows.Forms.TextBox(); this.unit3QTY = new System.Windows.Forms.TextBox(); this.unit2QTY = new System.Windows.Forms.TextBox(); this.unit1QTY = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.unitsOfMeasureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addNewUnitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.manageUnitsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btnSave = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.exitBTN = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.holding.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.panel2.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // lblBrand // this.lblBrand.AutoSize = true; this.lblBrand.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblBrand.Location = new System.Drawing.Point(13, 168); this.lblBrand.Name = "lblBrand"; this.lblBrand.Size = new System.Drawing.Size(42, 17); this.lblBrand.TabIndex = 4; this.lblBrand.Text = "Brand"; // // lblDesc // this.lblDesc.AutoSize = true; this.lblDesc.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblDesc.Location = new System.Drawing.Point(13, 62); this.lblDesc.Name = "lblDesc"; this.lblDesc.Size = new System.Drawing.Size(74, 17); this.lblDesc.TabIndex = 4; this.lblDesc.Text = "Description"; // // txtDesc // this.txtDesc.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.txtDesc.Location = new System.Drawing.Point(126, 59); this.txtDesc.Multiline = true; this.txtDesc.Name = "txtDesc"; this.txtDesc.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDesc.Size = new System.Drawing.Size(252, 99); this.txtDesc.TabIndex = 1; // // lblPcode // this.lblPcode.AutoSize = true; this.lblPcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblPcode.Location = new System.Drawing.Point(13, 233); this.lblPcode.Name = "lblPcode"; this.lblPcode.Size = new System.Drawing.Size(88, 17); this.lblPcode.TabIndex = 4; this.lblPcode.Text = "Product Code"; // // txtPcode // this.txtPcode.Enabled = false; this.txtPcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.txtPcode.Location = new System.Drawing.Point(126, 230); this.txtPcode.Name = "txtPcode"; this.txtPcode.Size = new System.Drawing.Size(252, 25); this.txtPcode.TabIndex = 4; // // cbcBrand // this.cbcBrand.Cursor = System.Windows.Forms.Cursors.Hand; this.cbcBrand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbcBrand.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.cbcBrand.FormattingEnabled = true; this.cbcBrand.Location = new System.Drawing.Point(126, 168); this.cbcBrand.Name = "cbcBrand"; this.cbcBrand.Size = new System.Drawing.Size(252, 25); this.cbcBrand.TabIndex = 2; // // lblCategory // this.lblCategory.AutoSize = true; this.lblCategory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblCategory.Location = new System.Drawing.Point(13, 199); this.lblCategory.Name = "lblCategory"; this.lblCategory.Size = new System.Drawing.Size(61, 17); this.lblCategory.TabIndex = 4; this.lblCategory.Text = "Category"; // // cbcCategory // this.cbcCategory.Cursor = System.Windows.Forms.Cursors.Hand; this.cbcCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbcCategory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.cbcCategory.FormattingEnabled = true; this.cbcCategory.Location = new System.Drawing.Point(126, 199); this.cbcCategory.Name = "cbcCategory"; this.cbcCategory.Size = new System.Drawing.Size(252, 25); this.cbcCategory.TabIndex = 3; this.cbcCategory.SelectedIndexChanged += new System.EventHandler(this.cbcCategory_SelectedIndexChanged); // // lblPrice // this.lblPrice.AutoSize = true; this.lblPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblPrice.Location = new System.Drawing.Point(15, 187); this.lblPrice.Name = "lblPrice"; this.lblPrice.Size = new System.Drawing.Size(78, 17); this.lblPrice.TabIndex = 4; this.lblPrice.Text = "Selling Price"; // // txtPrice // this.txtPrice.Enabled = false; this.txtPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.txtPrice.Location = new System.Drawing.Point(128, 184); this.txtPrice.Name = "txtPrice"; this.txtPrice.Size = new System.Drawing.Size(250, 25); this.txtPrice.TabIndex = 3; this.txtPrice.TextChanged += new System.EventHandler(this.txtPrice_TextChanged); this.txtPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); // // lblQty // this.lblQty.AutoSize = true; this.lblQty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblQty.Location = new System.Drawing.Point(15, 107); this.lblQty.Name = "lblQty"; this.lblQty.Size = new System.Drawing.Size(56, 17); this.lblQty.TabIndex = 4; this.lblQty.Text = "Quantity"; // // txtQty // this.txtQty.Enabled = false; this.txtQty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.txtQty.Location = new System.Drawing.Point(128, 104); this.txtQty.Name = "txtQty"; this.txtQty.Size = new System.Drawing.Size(250, 25); this.txtQty.TabIndex = 1; this.txtQty.Text = "0"; this.txtQty.TextChanged += new System.EventHandler(this.txtQty_TextChanged); this.txtQty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress); // // lblBarcode // this.lblBarcode.AutoSize = true; this.lblBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblBarcode.Location = new System.Drawing.Point(15, 34); this.lblBarcode.Name = "lblBarcode"; this.lblBarcode.Size = new System.Drawing.Size(56, 17); this.lblBarcode.TabIndex = 4; this.lblBarcode.Text = "Barcode"; // // txtBarcode // this.txtBarcode.Enabled = false; this.txtBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.txtBarcode.Location = new System.Drawing.Point(128, 31); this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(252, 25); this.txtBarcode.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label2.Location = new System.Drawing.Point(15, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 17); this.label2.TabIndex = 4; this.label2.Text = "Product Name"; // // name // this.name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.name.Location = new System.Drawing.Point(126, 26); this.name.Name = "name"; this.name.Size = new System.Drawing.Size(252, 25); this.name.TabIndex = 0; // // holding // this.holding.BackColor = System.Drawing.SystemColors.Control; this.holding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.holding.Controls.Add(this.label3); this.holding.Controls.Add(this.metroProgressSpinner1); this.holding.Location = new System.Drawing.Point(490, 363); this.holding.Name = "holding"; this.holding.Size = new System.Drawing.Size(259, 73); this.holding.TabIndex = 12; this.holding.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 12F); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label3.Location = new System.Drawing.Point(13, 7); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(239, 21); this.label3.TabIndex = 1; this.label3.Text = "Updating product information......."; // // metroProgressSpinner1 // this.metroProgressSpinner1.Location = new System.Drawing.Point(107, 32); this.metroProgressSpinner1.Maximum = 100; this.metroProgressSpinner1.Name = "metroProgressSpinner1"; this.metroProgressSpinner1.Size = new System.Drawing.Size(37, 36); this.metroProgressSpinner1.TabIndex = 0; this.metroProgressSpinner1.UseCustomBackColor = true; this.metroProgressSpinner1.UseSelectable = true; // // groupBox1 // this.groupBox1.Controls.Add(this.lblPcode); this.groupBox1.Controls.Add(this.lblBrand); this.groupBox1.Controls.Add(this.lblDesc); this.groupBox1.Controls.Add(this.lblCategory); this.groupBox1.Controls.Add(this.cbcCategory); this.groupBox1.Controls.Add(this.cbcBrand); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtDesc); this.groupBox1.Controls.Add(this.name); this.groupBox1.Controls.Add(this.txtPcode); this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox1.Location = new System.Drawing.Point(11, 76); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(406, 281); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Product Details"; // // groupBox2 // this.groupBox2.Controls.Add(this.linkLabel1); this.groupBox2.Controls.Add(this.baseUnit); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.txtQty); this.groupBox2.Controls.Add(this.lblBarcode); this.groupBox2.Controls.Add(this.lblPrice); this.groupBox2.Controls.Add(this.lblQty); this.groupBox2.Controls.Add(this.costP); this.groupBox2.Controls.Add(this.txtBarcode); this.groupBox2.Controls.Add(this.txtPrice); this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox2.Location = new System.Drawing.Point(11, 362); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(406, 235); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Base Unit"; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Cursor = System.Windows.Forms.Cursors.Hand; this.linkLabel1.Location = new System.Drawing.Point(284, 71); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(85, 17); this.linkLabel1.TabIndex = 10; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "What is this ?"; this.linkLabel1.Visible = false; // // baseUnit // this.baseUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.baseUnit.FormattingEnabled = true; this.baseUnit.Items.AddRange(new object[] { ""}); this.baseUnit.Location = new System.Drawing.Point(128, 67); this.baseUnit.Name = "baseUnit"; this.baseUnit.Size = new System.Drawing.Size(146, 25); this.baseUnit.TabIndex = 0; this.baseUnit.SelectedIndexChanged += new System.EventHandler(this.validateComboBox); this.baseUnit.TextChanged += new System.EventHandler(this.baseUnit_TextChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(15, 68); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(104, 17); this.label8.TabIndex = 8; this.label8.Text = "Unit Of Measure"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 147); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 17); this.label4.TabIndex = 7; this.label4.Text = "Buying Price"; // // costP // this.costP.Enabled = false; this.costP.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.costP.Location = new System.Drawing.Point(128, 144); this.costP.Name = "costP"; this.costP.Size = new System.Drawing.Size(250, 25); this.costP.TabIndex = 2; this.costP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); // // groupBox3 // this.groupBox3.Controls.Add(this.unit5); this.groupBox3.Controls.Add(this.unit4); this.groupBox3.Controls.Add(this.unit3); this.groupBox3.Controls.Add(this.unit2); this.groupBox3.Controls.Add(this.unit1); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.unit5P); this.groupBox3.Controls.Add(this.unit4P); this.groupBox3.Controls.Add(this.unit3P); this.groupBox3.Controls.Add(this.unit2P); this.groupBox3.Controls.Add(this.unit1P); this.groupBox3.Controls.Add(this.unit5QTY); this.groupBox3.Controls.Add(this.unit4QTY); this.groupBox3.Controls.Add(this.unit3QTY); this.groupBox3.Controls.Add(this.unit2QTY); this.groupBox3.Controls.Add(this.unit1QTY); this.groupBox3.Font = new System.Drawing.Font("Segoe UI", 12F); this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox3.Location = new System.Drawing.Point(429, 76); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(381, 281); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Other Units Of Measure"; // // unit5 // this.unit5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unit5.Enabled = false; this.unit5.FormattingEnabled = true; this.unit5.Location = new System.Drawing.Point(6, 236); this.unit5.Name = "unit5"; this.unit5.Size = new System.Drawing.Size(128, 29); this.unit5.TabIndex = 12; this.unit5.SelectedIndexChanged += new System.EventHandler(this.validateComboBox); this.unit5.TextChanged += new System.EventHandler(this.unit5_TextChanged); // // unit4 // this.unit4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unit4.Enabled = false; this.unit4.FormattingEnabled = true; this.unit4.Location = new System.Drawing.Point(6, 195); this.unit4.Name = "unit4"; this.unit4.Size = new System.Drawing.Size(128, 29); this.unit4.TabIndex = 9; this.unit4.SelectedIndexChanged += new System.EventHandler(this.validateComboBox); this.unit4.TextChanged += new System.EventHandler(this.unit4_TextChanged); // // unit3 // this.unit3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unit3.Enabled = false; this.unit3.FormattingEnabled = true; this.unit3.Location = new System.Drawing.Point(6, 156); this.unit3.Name = "unit3"; this.unit3.Size = new System.Drawing.Size(128, 29); this.unit3.TabIndex = 6; this.unit3.SelectedIndexChanged += new System.EventHandler(this.validateComboBox); this.unit3.TextChanged += new System.EventHandler(this.unit3_TextChanged); // // unit2 // this.unit2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unit2.Enabled = false; this.unit2.FormattingEnabled = true; this.unit2.Location = new System.Drawing.Point(6, 117); this.unit2.Name = "unit2"; this.unit2.Size = new System.Drawing.Size(128, 29); this.unit2.TabIndex = 3; this.unit2.SelectedIndexChanged += new System.EventHandler(this.validateComboBox); this.unit2.TextChanged += new System.EventHandler(this.unit2_TextChanged); // // unit1 // this.unit1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.unit1.Enabled = false; this.unit1.FormattingEnabled = true; this.unit1.Location = new System.Drawing.Point(6, 75); this.unit1.Name = "unit1"; this.unit1.Size = new System.Drawing.Size(128, 29); this.unit1.TabIndex = 0; this.unit1.SelectedIndexChanged += new System.EventHandler(this.validateComboBox); this.unit1.TextChanged += new System.EventHandler(this.unit1_TextChanged); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Segoe UI", 10F); this.label7.Location = new System.Drawing.Point(283, 43); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(81, 19); this.label7.TabIndex = 0; this.label7.Text = "Selling Price"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Segoe UI", 10F); this.label6.Location = new System.Drawing.Point(143, 43); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(117, 19); this.label6.TabIndex = 0; this.label6.Text = "Quantity per Unit"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 10F); this.label5.Location = new System.Drawing.Point(19, 43); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(108, 19); this.label5.TabIndex = 0; this.label5.Text = "Unit of Measure"; // // unit5P // this.unit5P.Enabled = false; this.unit5P.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit5P.Location = new System.Drawing.Point(277, 236); this.unit5P.Name = "unit5P"; this.unit5P.Size = new System.Drawing.Size(98, 29); this.unit5P.TabIndex = 14; this.unit5P.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); // // unit4P // this.unit4P.Enabled = false; this.unit4P.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit4P.Location = new System.Drawing.Point(277, 193); this.unit4P.Name = "unit4P"; this.unit4P.Size = new System.Drawing.Size(98, 29); this.unit4P.TabIndex = 11; this.unit4P.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); // // unit3P // this.unit3P.Enabled = false; this.unit3P.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit3P.Location = new System.Drawing.Point(277, 156); this.unit3P.Name = "unit3P"; this.unit3P.Size = new System.Drawing.Size(98, 29); this.unit3P.TabIndex = 8; this.unit3P.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); // // unit2P // this.unit2P.Enabled = false; this.unit2P.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit2P.Location = new System.Drawing.Point(277, 117); this.unit2P.Name = "unit2P"; this.unit2P.Size = new System.Drawing.Size(98, 29); this.unit2P.TabIndex = 5; this.unit2P.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); // // unit1P // this.unit1P.Enabled = false; this.unit1P.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit1P.Location = new System.Drawing.Point(277, 78); this.unit1P.Name = "unit1P"; this.unit1P.Size = new System.Drawing.Size(98, 29); this.unit1P.TabIndex = 2; this.unit1P.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); // // unit5QTY // this.unit5QTY.Enabled = false; this.unit5QTY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit5QTY.Location = new System.Drawing.Point(156, 236); this.unit5QTY.Name = "unit5QTY"; this.unit5QTY.Size = new System.Drawing.Size(98, 29); this.unit5QTY.TabIndex = 13; this.unit5QTY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress); // // unit4QTY // this.unit4QTY.Enabled = false; this.unit4QTY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit4QTY.Location = new System.Drawing.Point(156, 193); this.unit4QTY.Name = "unit4QTY"; this.unit4QTY.Size = new System.Drawing.Size(98, 29); this.unit4QTY.TabIndex = 10; this.unit4QTY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress); // // unit3QTY // this.unit3QTY.Enabled = false; this.unit3QTY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit3QTY.Location = new System.Drawing.Point(156, 156); this.unit3QTY.Name = "unit3QTY"; this.unit3QTY.Size = new System.Drawing.Size(98, 29); this.unit3QTY.TabIndex = 7; this.unit3QTY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress); // // unit2QTY // this.unit2QTY.Enabled = false; this.unit2QTY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit2QTY.Location = new System.Drawing.Point(156, 117); this.unit2QTY.Name = "unit2QTY"; this.unit2QTY.Size = new System.Drawing.Size(98, 29); this.unit2QTY.TabIndex = 4; this.unit2QTY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress); // // unit1QTY // this.unit1QTY.Enabled = false; this.unit1QTY.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit1QTY.Location = new System.Drawing.Point(156, 78); this.unit1QTY.Name = "unit1QTY"; this.unit1QTY.Size = new System.Drawing.Size(98, 29); this.unit1QTY.TabIndex = 1; this.unit1QTY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress); // // panel2 // this.panel2.Controls.Add(this.panel3); this.panel2.Controls.Add(this.menuStrip1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 36); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(807, 34); this.panel2.TabIndex = 16; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 32); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(807, 2); this.panel3.TabIndex = 1; // // menuStrip1 // this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.unitsOfMeasureToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(807, 34); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // unitsOfMeasureToolStripMenuItem // this.unitsOfMeasureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addNewUnitToolStripMenuItem, this.manageUnitsToolStripMenuItem}); this.unitsOfMeasureToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unitsOfMeasureToolStripMenuItem.Name = "unitsOfMeasureToolStripMenuItem"; this.unitsOfMeasureToolStripMenuItem.Size = new System.Drawing.Size(143, 30); this.unitsOfMeasureToolStripMenuItem.Text = "Units Of Measure"; // // addNewUnitToolStripMenuItem // this.addNewUnitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.addNewUnitToolStripMenuItem.Name = "addNewUnitToolStripMenuItem"; this.addNewUnitToolStripMenuItem.Size = new System.Drawing.Size(177, 26); this.addNewUnitToolStripMenuItem.Text = "Add New Unit"; this.addNewUnitToolStripMenuItem.Click += new System.EventHandler(this.button1_Click); // // manageUnitsToolStripMenuItem // this.manageUnitsToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.manageUnitsToolStripMenuItem.Name = "manageUnitsToolStripMenuItem"; this.manageUnitsToolStripMenuItem.Size = new System.Drawing.Size(177, 26); this.manageUnitsToolStripMenuItem.Text = "Manage Units"; this.manageUnitsToolStripMenuItem.Click += new System.EventHandler(this.manageUnitsToolStripMenuItem_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Angle = 80F; this.btnSave.BorderRadius = 20; this.btnSave.ButtonImage = null; this.btnSave.ButtonText = "Save Changes"; this.btnSave.ColorBottom = System.Drawing.Color.DarkGreen; this.btnSave.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206))))); this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.Font = new System.Drawing.Font("Segoe UI", 12.5F); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.ForeColor1 = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(556, 466); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(163, 60); this.btnSave.TabIndex = 17; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.panel1.Controls.Add(this.exitBTN); this.panel1.Controls.Add(this.label1); 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(807, 36); this.panel1.TabIndex = 2; // // exitBTN // this.exitBTN.BackColor = System.Drawing.Color.Transparent; this.exitBTN.Cursor = System.Windows.Forms.Cursors.Hand; this.exitBTN.Dock = System.Windows.Forms.DockStyle.Right; this.exitBTN.Font = new System.Drawing.Font("Segoe UI", 13F); this.exitBTN.ForeColor = System.Drawing.Color.White; this.exitBTN.Location = new System.Drawing.Point(768, 0); this.exitBTN.Name = "exitBTN"; this.exitBTN.Size = new System.Drawing.Size(39, 36); this.exitBTN.TabIndex = 1; this.exitBTN.Text = "x"; this.exitBTN.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.exitBTN.Click += new System.EventHandler(this.ExitBTN_Click); this.exitBTN.MouseEnter += new System.EventHandler(this.exitBTN_MouseEnter); this.exitBTN.MouseLeave += new System.EventHandler(this.ExitBTN_MouseLeave); // // 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(807, 36); this.label1.TabIndex = 0; this.label1.Text = "Edit Product Information"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // EditProductModule // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(807, 590); this.ControlBox = false; this.Controls.Add(this.btnSave); this.Controls.Add(this.panel2); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.holding); this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MainMenuStrip = this.menuStrip1; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "EditProductModule"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.AddProductModule_Load); this.holding.ResumeLayout(false); this.holding.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private gradientPanel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblBrand; private System.Windows.Forms.Label lblDesc; public System.Windows.Forms.TextBox txtDesc; private System.Windows.Forms.Label lblPcode; public System.Windows.Forms.TextBox txtPcode; public System.Windows.Forms.ComboBox cbcBrand; private System.Windows.Forms.Label lblCategory; public System.Windows.Forms.ComboBox cbcCategory; private System.Windows.Forms.Label lblPrice; public System.Windows.Forms.TextBox txtPrice; public System.Windows.Forms.TextBox txtQty; public System.Windows.Forms.Label lblQty; private System.Windows.Forms.Label lblBarcode; public System.Windows.Forms.TextBox txtBarcode; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox name; private System.Windows.Forms.Label exitBTN; private System.Windows.Forms.Panel holding; private System.Windows.Forms.Label label3; private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.ComboBox baseUnit; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label4; public System.Windows.Forms.TextBox costP; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ComboBox unit5; private System.Windows.Forms.ComboBox unit4; private System.Windows.Forms.ComboBox unit3; private System.Windows.Forms.ComboBox unit2; private System.Windows.Forms.ComboBox unit1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; public System.Windows.Forms.TextBox unit5P; public System.Windows.Forms.TextBox unit4P; public System.Windows.Forms.TextBox unit3P; public System.Windows.Forms.TextBox unit2P; public System.Windows.Forms.TextBox unit1P; public System.Windows.Forms.TextBox unit5QTY; public System.Windows.Forms.TextBox unit4QTY; public System.Windows.Forms.TextBox unit3QTY; public System.Windows.Forms.TextBox unit2QTY; public System.Windows.Forms.TextBox unit1QTY; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private MagicButton btnSave; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem unitsOfMeasureToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addNewUnitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem manageUnitsToolStripMenuItem; } }