namespace BiskLog_Point_Of_Sale.Products_Module { partial class PriceAmendentForm { /// /// 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(PriceAmendentForm)); this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.exitBTN = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lblDesc = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtDesc = new System.Windows.Forms.TextBox(); this.name = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.unit2New = new System.Windows.Forms.TextBox(); this.unit2Current = new System.Windows.Forms.TextBox(); this.unit2Name = new System.Windows.Forms.TextBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.unit1New = new System.Windows.Forms.TextBox(); this.unit1Current = new System.Windows.Forms.TextBox(); this.unit1Name = new System.Windows.Forms.TextBox(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.unit5New = new System.Windows.Forms.TextBox(); this.unit5Current = new System.Windows.Forms.TextBox(); this.unit5Name = new System.Windows.Forms.TextBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.label20 = new System.Windows.Forms.Label(); this.unit4New = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.unit4Name = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.unit4Current = new System.Windows.Forms.TextBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.unit3New = new System.Windows.Forms.TextBox(); this.unit3Current = new System.Windows.Forms.TextBox(); this.unit3Name = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.baseNew = new System.Windows.Forms.TextBox(); this.baseCurrent = new System.Windows.Forms.TextBox(); this.baseName = new System.Windows.Forms.TextBox(); this.btnSave = new BiskLog_Point_Of_Sale.Classes.MagicButton(); this.baseUnitCode = new System.Windows.Forms.Label(); this.unit1Code = new System.Windows.Forms.Label(); this.unit2Code = new System.Windows.Forms.Label(); this.unit3Code = new System.Windows.Forms.Label(); this.unit4Code = new System.Windows.Forms.Label(); this.unit5Code = new System.Windows.Forms.Label(); this.pcode = new System.Windows.Forms.Label(); this.holding = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox8.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox3.SuspendLayout(); this.holding.SuspendLayout(); this.SuspendLayout(); // // 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(935, 36); this.panel1.TabIndex = 4; // // 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(896, 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(935, 36); this.label1.TabIndex = 0; this.label1.Text = "Price Amendment Page"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox1 // this.groupBox1.Controls.Add(this.lblDesc); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtDesc); this.groupBox1.Controls.Add(this.name); this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox1.Location = new System.Drawing.Point(181, 39); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(555, 180); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "Product Details"; // // 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(89, 21); this.lblDesc.TabIndex = 4; this.lblDesc.Text = "Description"; // // 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(110, 21); this.label2.TabIndex = 4; this.label2.Text = "Product Name"; // // 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.ReadOnly = true; this.txtDesc.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDesc.Size = new System.Drawing.Size(338, 96); this.txtDesc.TabIndex = 1; // // 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.ReadOnly = true; this.name.Size = new System.Drawing.Size(338, 29); this.name.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.groupBox5); this.groupBox2.Controls.Add(this.groupBox4); this.groupBox2.Controls.Add(this.groupBox8); this.groupBox2.Controls.Add(this.groupBox7); this.groupBox2.Controls.Add(this.groupBox6); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox2.Location = new System.Drawing.Point(6, 225); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(930, 354); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "Pricing"; // // groupBox5 // this.groupBox5.Controls.Add(this.label12); this.groupBox5.Controls.Add(this.label13); this.groupBox5.Controls.Add(this.label14); this.groupBox5.Controls.Add(this.unit2New); this.groupBox5.Controls.Add(this.unit2Current); this.groupBox5.Controls.Add(this.unit2Name); this.groupBox5.Location = new System.Drawing.Point(623, 28); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(282, 142); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; this.groupBox5.Text = "Alternate Unit Of Measure 2"; // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label12.Location = new System.Drawing.Point(6, 106); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(80, 21); this.label12.TabIndex = 4; this.label12.Text = "New Price"; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label13.Location = new System.Drawing.Point(6, 70); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(101, 21); this.label13.TabIndex = 4; this.label13.Text = "Current Price"; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label14.Location = new System.Drawing.Point(6, 34); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(39, 21); this.label14.TabIndex = 4; this.label14.Text = "Unit"; // // unit2New // this.unit2New.Enabled = false; this.unit2New.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit2New.Location = new System.Drawing.Point(115, 102); this.unit2New.Name = "unit2New"; this.unit2New.Size = new System.Drawing.Size(161, 29); this.unit2New.TabIndex = 2; this.unit2New.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baseNew_KeyPress); // // unit2Current // this.unit2Current.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit2Current.Location = new System.Drawing.Point(115, 66); this.unit2Current.Name = "unit2Current"; this.unit2Current.ReadOnly = true; this.unit2Current.Size = new System.Drawing.Size(161, 29); this.unit2Current.TabIndex = 0; // // unit2Name // this.unit2Name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit2Name.Location = new System.Drawing.Point(115, 30); this.unit2Name.Name = "unit2Name"; this.unit2Name.ReadOnly = true; this.unit2Name.Size = new System.Drawing.Size(161, 29); this.unit2Name.TabIndex = 0; // // groupBox4 // this.groupBox4.Controls.Add(this.label9); this.groupBox4.Controls.Add(this.label10); this.groupBox4.Controls.Add(this.label11); this.groupBox4.Controls.Add(this.unit1New); this.groupBox4.Controls.Add(this.unit1Current); this.groupBox4.Controls.Add(this.unit1Name); this.groupBox4.Location = new System.Drawing.Point(315, 28); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(283, 142); this.groupBox4.TabIndex = 0; this.groupBox4.TabStop = false; this.groupBox4.Text = "Alternate Unit Of Measure 1"; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label9.Location = new System.Drawing.Point(6, 106); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(80, 21); this.label9.TabIndex = 4; this.label9.Text = "New Price"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label10.Location = new System.Drawing.Point(6, 70); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(101, 21); this.label10.TabIndex = 4; this.label10.Text = "Current Price"; // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label11.Location = new System.Drawing.Point(6, 32); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(39, 21); this.label11.TabIndex = 4; this.label11.Text = "Unit"; // // unit1New // this.unit1New.Enabled = false; this.unit1New.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit1New.Location = new System.Drawing.Point(116, 102); this.unit1New.Name = "unit1New"; this.unit1New.Size = new System.Drawing.Size(161, 29); this.unit1New.TabIndex = 1; this.unit1New.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baseNew_KeyPress); // // unit1Current // this.unit1Current.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit1Current.Location = new System.Drawing.Point(116, 66); this.unit1Current.Name = "unit1Current"; this.unit1Current.ReadOnly = true; this.unit1Current.Size = new System.Drawing.Size(161, 29); this.unit1Current.TabIndex = 0; // // unit1Name // this.unit1Name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit1Name.Location = new System.Drawing.Point(116, 29); this.unit1Name.Name = "unit1Name"; this.unit1Name.ReadOnly = true; this.unit1Name.Size = new System.Drawing.Size(161, 29); this.unit1Name.TabIndex = 0; // // groupBox8 // this.groupBox8.Controls.Add(this.label21); this.groupBox8.Controls.Add(this.label22); this.groupBox8.Controls.Add(this.label23); this.groupBox8.Controls.Add(this.unit5New); this.groupBox8.Controls.Add(this.unit5Current); this.groupBox8.Controls.Add(this.unit5Name); this.groupBox8.Location = new System.Drawing.Point(623, 193); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(283, 145); this.groupBox8.TabIndex = 0; this.groupBox8.TabStop = false; this.groupBox8.Text = "Alternate Unit Of Measure 5"; // // label21 // this.label21.AutoSize = true; this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label21.Location = new System.Drawing.Point(6, 108); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(80, 21); this.label21.TabIndex = 8; this.label21.Text = "New Price"; // // label22 // this.label22.AutoSize = true; this.label22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label22.Location = new System.Drawing.Point(6, 73); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(101, 21); this.label22.TabIndex = 9; this.label22.Text = "Current Price"; // // label23 // this.label23.AutoSize = true; this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label23.Location = new System.Drawing.Point(6, 35); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(39, 21); this.label23.TabIndex = 10; this.label23.Text = "Unit"; // // unit5New // this.unit5New.Enabled = false; this.unit5New.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit5New.Location = new System.Drawing.Point(116, 105); this.unit5New.Name = "unit5New"; this.unit5New.Size = new System.Drawing.Size(161, 29); this.unit5New.TabIndex = 5; this.unit5New.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baseNew_KeyPress); // // unit5Current // this.unit5Current.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit5Current.Location = new System.Drawing.Point(116, 69); this.unit5Current.Name = "unit5Current"; this.unit5Current.ReadOnly = true; this.unit5Current.Size = new System.Drawing.Size(161, 29); this.unit5Current.TabIndex = 6; // // unit5Name // this.unit5Name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit5Name.Location = new System.Drawing.Point(116, 31); this.unit5Name.Name = "unit5Name"; this.unit5Name.ReadOnly = true; this.unit5Name.Size = new System.Drawing.Size(161, 29); this.unit5Name.TabIndex = 7; // // groupBox7 // this.groupBox7.Controls.Add(this.label20); this.groupBox7.Controls.Add(this.unit4New); this.groupBox7.Controls.Add(this.label19); this.groupBox7.Controls.Add(this.unit4Name); this.groupBox7.Controls.Add(this.label18); this.groupBox7.Controls.Add(this.unit4Current); this.groupBox7.Location = new System.Drawing.Point(315, 193); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(283, 145); this.groupBox7.TabIndex = 0; this.groupBox7.TabStop = false; this.groupBox7.Text = "Alternate Unit Of Measure 4"; // // label20 // this.label20.AutoSize = true; this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label20.Location = new System.Drawing.Point(6, 108); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(80, 21); this.label20.TabIndex = 8; this.label20.Text = "New Price"; // // unit4New // this.unit4New.Enabled = false; this.unit4New.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit4New.Location = new System.Drawing.Point(116, 105); this.unit4New.Name = "unit4New"; this.unit4New.Size = new System.Drawing.Size(161, 29); this.unit4New.TabIndex = 4; this.unit4New.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baseNew_KeyPress); // // label19 // this.label19.AutoSize = true; this.label19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label19.Location = new System.Drawing.Point(6, 73); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(101, 21); this.label19.TabIndex = 9; this.label19.Text = "Current Price"; // // unit4Name // this.unit4Name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit4Name.Location = new System.Drawing.Point(116, 31); this.unit4Name.Name = "unit4Name"; this.unit4Name.ReadOnly = true; this.unit4Name.Size = new System.Drawing.Size(161, 29); this.unit4Name.TabIndex = 7; // // label18 // this.label18.AutoSize = true; this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label18.Location = new System.Drawing.Point(6, 35); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(39, 21); this.label18.TabIndex = 10; this.label18.Text = "Unit"; // // unit4Current // this.unit4Current.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit4Current.Location = new System.Drawing.Point(116, 69); this.unit4Current.Name = "unit4Current"; this.unit4Current.ReadOnly = true; this.unit4Current.Size = new System.Drawing.Size(161, 29); this.unit4Current.TabIndex = 6; // // groupBox6 // this.groupBox6.Controls.Add(this.label15); this.groupBox6.Controls.Add(this.label16); this.groupBox6.Controls.Add(this.label17); this.groupBox6.Controls.Add(this.unit3New); this.groupBox6.Controls.Add(this.unit3Current); this.groupBox6.Controls.Add(this.unit3Name); this.groupBox6.Location = new System.Drawing.Point(10, 193); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(283, 145); this.groupBox6.TabIndex = 0; this.groupBox6.TabStop = false; this.groupBox6.Text = "Alternate Unit Of Measure 3"; // // label15 // this.label15.AutoSize = true; this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label15.Location = new System.Drawing.Point(6, 108); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(80, 21); this.label15.TabIndex = 8; this.label15.Text = "New Price"; // // label16 // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label16.Location = new System.Drawing.Point(6, 73); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(101, 21); this.label16.TabIndex = 9; this.label16.Text = "Current Price"; // // label17 // this.label17.AutoSize = true; this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label17.Location = new System.Drawing.Point(6, 35); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(39, 21); this.label17.TabIndex = 10; this.label17.Text = "Unit"; // // unit3New // this.unit3New.Enabled = false; this.unit3New.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit3New.Location = new System.Drawing.Point(116, 105); this.unit3New.Name = "unit3New"; this.unit3New.Size = new System.Drawing.Size(161, 29); this.unit3New.TabIndex = 3; this.unit3New.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baseNew_KeyPress); // // unit3Current // this.unit3Current.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit3Current.Location = new System.Drawing.Point(116, 69); this.unit3Current.Name = "unit3Current"; this.unit3Current.ReadOnly = true; this.unit3Current.Size = new System.Drawing.Size(161, 29); this.unit3Current.TabIndex = 6; // // unit3Name // this.unit3Name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.unit3Name.Location = new System.Drawing.Point(116, 31); this.unit3Name.Name = "unit3Name"; this.unit3Name.ReadOnly = true; this.unit3Name.Size = new System.Drawing.Size(161, 29); this.unit3Name.TabIndex = 7; // // groupBox3 // this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.baseNew); this.groupBox3.Controls.Add(this.baseCurrent); this.groupBox3.Controls.Add(this.baseName); this.groupBox3.Location = new System.Drawing.Point(10, 28); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(283, 142); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "Base Unit Of Measure"; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label8.Location = new System.Drawing.Point(6, 106); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(80, 21); this.label8.TabIndex = 4; this.label8.Text = "New Price"; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label7.Location = new System.Drawing.Point(6, 71); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(101, 21); this.label7.TabIndex = 4; this.label7.Text = "Current Price"; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label6.Location = new System.Drawing.Point(6, 33); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(39, 21); this.label6.TabIndex = 4; this.label6.Text = "Unit"; // // baseNew // this.baseNew.Enabled = false; this.baseNew.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.baseNew.Location = new System.Drawing.Point(116, 103); this.baseNew.Name = "baseNew"; this.baseNew.Size = new System.Drawing.Size(161, 29); this.baseNew.TabIndex = 0; this.baseNew.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baseNew_KeyPress); // // baseCurrent // this.baseCurrent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.baseCurrent.Location = new System.Drawing.Point(116, 67); this.baseCurrent.Name = "baseCurrent"; this.baseCurrent.ReadOnly = true; this.baseCurrent.Size = new System.Drawing.Size(161, 29); this.baseCurrent.TabIndex = 0; // // baseName // this.baseName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.baseName.Location = new System.Drawing.Point(116, 29); this.baseName.Name = "baseName"; this.baseName.ReadOnly = true; this.baseName.Size = new System.Drawing.Size(161, 29); this.baseName.TabIndex = 0; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Angle = 38F; this.btnSave.BorderRadius = 20; this.btnSave.ButtonImage = null; this.btnSave.ButtonText = "Make 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(382, 589); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(216, 60); this.btnSave.TabIndex = 6; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // baseUnitCode // this.baseUnitCode.AutoSize = true; this.baseUnitCode.Location = new System.Drawing.Point(768, 56); this.baseUnitCode.Name = "baseUnitCode"; this.baseUnitCode.Size = new System.Drawing.Size(0, 21); this.baseUnitCode.TabIndex = 19; this.baseUnitCode.Visible = false; // // unit1Code // this.unit1Code.AutoSize = true; this.unit1Code.Location = new System.Drawing.Point(768, 77); this.unit1Code.Name = "unit1Code"; this.unit1Code.Size = new System.Drawing.Size(0, 21); this.unit1Code.TabIndex = 19; this.unit1Code.Visible = false; // // unit2Code // this.unit2Code.AutoSize = true; this.unit2Code.Location = new System.Drawing.Point(768, 98); this.unit2Code.Name = "unit2Code"; this.unit2Code.Size = new System.Drawing.Size(0, 21); this.unit2Code.TabIndex = 19; this.unit2Code.Visible = false; // // unit3Code // this.unit3Code.AutoSize = true; this.unit3Code.Location = new System.Drawing.Point(768, 119); this.unit3Code.Name = "unit3Code"; this.unit3Code.Size = new System.Drawing.Size(0, 21); this.unit3Code.TabIndex = 19; this.unit3Code.Visible = false; // // unit4Code // this.unit4Code.AutoSize = true; this.unit4Code.Location = new System.Drawing.Point(768, 140); this.unit4Code.Name = "unit4Code"; this.unit4Code.Size = new System.Drawing.Size(0, 21); this.unit4Code.TabIndex = 19; this.unit4Code.Visible = false; // // unit5Code // this.unit5Code.AutoSize = true; this.unit5Code.Location = new System.Drawing.Point(768, 161); this.unit5Code.Name = "unit5Code"; this.unit5Code.Size = new System.Drawing.Size(0, 21); this.unit5Code.TabIndex = 19; this.unit5Code.Visible = false; // // pcode // this.pcode.AutoSize = true; this.pcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.pcode.Location = new System.Drawing.Point(22, 77); this.pcode.Name = "pcode"; this.pcode.Size = new System.Drawing.Size(0, 21); this.pcode.TabIndex = 4; this.pcode.Visible = false; // // 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(338, 289); this.holding.Name = "holding"; this.holding.Size = new System.Drawing.Size(259, 91); this.holding.TabIndex = 20; 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(15, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(216, 42); this.label3.TabIndex = 1; this.label3.Text = "Making pricing amendments, \r\nplease wait......"; // // metroProgressSpinner1 // this.metroProgressSpinner1.Location = new System.Drawing.Point(107, 48); 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; // // PriceAmendentForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(935, 651); this.ControlBox = false; this.Controls.Add(this.holding); this.Controls.Add(this.unit5Code); this.Controls.Add(this.pcode); this.Controls.Add(this.unit4Code); this.Controls.Add(this.unit3Code); this.Controls.Add(this.unit2Code); this.Controls.Add(this.unit1Code); this.Controls.Add(this.baseUnitCode); this.Controls.Add(this.btnSave); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "PriceAmendentForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Load += new System.EventHandler(this.PriceAmendentForm_Load); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox8.ResumeLayout(false); this.groupBox8.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.holding.ResumeLayout(false); this.holding.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Classes.gradientPanel panel1; private System.Windows.Forms.Label exitBTN; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lblDesc; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox txtDesc; public System.Windows.Forms.TextBox name; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; public System.Windows.Forms.TextBox unit2Current; public System.Windows.Forms.TextBox unit2Name; public System.Windows.Forms.TextBox unit1Current; public System.Windows.Forms.TextBox unit1Name; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label23; public System.Windows.Forms.TextBox unit5Current; public System.Windows.Forms.TextBox unit5Name; private System.Windows.Forms.Label label19; public System.Windows.Forms.TextBox unit4Name; private System.Windows.Forms.Label label18; public System.Windows.Forms.TextBox unit4Current; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; public System.Windows.Forms.TextBox unit3Current; public System.Windows.Forms.TextBox unit3Name; public System.Windows.Forms.TextBox baseCurrent; public System.Windows.Forms.TextBox baseName; private System.Windows.Forms.Label label12; public System.Windows.Forms.TextBox unit2New; private System.Windows.Forms.Label label9; public System.Windows.Forms.TextBox unit1New; private System.Windows.Forms.Label label21; public System.Windows.Forms.TextBox unit5New; private System.Windows.Forms.Label label20; public System.Windows.Forms.TextBox unit4New; private System.Windows.Forms.Label label15; public System.Windows.Forms.TextBox unit3New; private System.Windows.Forms.Label label8; public System.Windows.Forms.TextBox baseNew; private Classes.MagicButton btnSave; private System.Windows.Forms.Label baseUnitCode; private System.Windows.Forms.Label unit1Code; private System.Windows.Forms.Label unit2Code; private System.Windows.Forms.Label unit3Code; private System.Windows.Forms.Label unit4Code; private System.Windows.Forms.Label unit5Code; private System.Windows.Forms.Label pcode; private System.Windows.Forms.Panel holding; private System.Windows.Forms.Label label3; private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner1; } }