using BiskLog_Point_Of_Sale.Classes; namespace BiskLog_Point_Of_Sale.Dialogs { partial class PriceAmendmentD { /// /// 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.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label1 = new System.Windows.Forms.Label(); this.EXXIT = new System.Windows.Forms.Label(); this.productName = new System.Windows.Forms.Label(); this.txtCurrent = new System.Windows.Forms.Label(); this.txtnewP = new System.Windows.Forms.TextBox(); this.BTNcancel = new System.Windows.Forms.Button(); this.BTNsave = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.productCode = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.panel1.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.label1); this.panel1.Controls.Add(this.EXXIT); 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(419, 37); this.panel1.TabIndex = 2; // // 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.SystemColors.Control; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(382, 37); this.label1.TabIndex = 0; this.label1.Text = "ALTER PRODUCT PRICE"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // EXXIT // this.EXXIT.BackColor = System.Drawing.Color.Transparent; this.EXXIT.Cursor = System.Windows.Forms.Cursors.Hand; this.EXXIT.Dock = System.Windows.Forms.DockStyle.Right; this.EXXIT.Font = new System.Drawing.Font("Segoe UI", 17F); this.EXXIT.ForeColor = System.Drawing.Color.White; this.EXXIT.Location = new System.Drawing.Point(382, 0); this.EXXIT.Name = "EXXIT"; this.EXXIT.Size = new System.Drawing.Size(37, 37); this.EXXIT.TabIndex = 10; this.EXXIT.Text = "x"; this.EXXIT.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.EXXIT.Click += new System.EventHandler(this.EXXIT_Click); this.EXXIT.MouseEnter += new System.EventHandler(this.Cllose_MouseEnter); this.EXXIT.MouseLeave += new System.EventHandler(this.Cllose_MouseLeave); // // productName // this.productName.AutoSize = true; this.productName.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.productName.Location = new System.Drawing.Point(172, 90); this.productName.Name = "productName"; this.productName.Size = new System.Drawing.Size(0, 21); this.productName.TabIndex = 3; // // txtCurrent // this.txtCurrent.AutoSize = true; this.txtCurrent.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.txtCurrent.Location = new System.Drawing.Point(172, 127); this.txtCurrent.Name = "txtCurrent"; this.txtCurrent.Size = new System.Drawing.Size(0, 21); this.txtCurrent.TabIndex = 3; // // txtnewP // this.txtnewP.Location = new System.Drawing.Point(176, 166); this.txtnewP.Name = "txtnewP"; this.txtnewP.Size = new System.Drawing.Size(201, 29); this.txtnewP.TabIndex = 0; this.txtnewP.TextChanged += new System.EventHandler(this.TxtnewP_TextChanged); this.txtnewP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtnewP_KeyPress); // // BTNcancel // this.BTNcancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.BTNcancel.Cursor = System.Windows.Forms.Cursors.Hand; this.BTNcancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTNcancel.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.BTNcancel.ForeColor = System.Drawing.Color.Silver; this.BTNcancel.Location = new System.Drawing.Point(218, 220); this.BTNcancel.Name = "BTNcancel"; this.BTNcancel.Size = new System.Drawing.Size(159, 39); this.BTNcancel.TabIndex = 2; this.BTNcancel.Text = "CANCEL"; this.BTNcancel.UseVisualStyleBackColor = false; this.BTNcancel.Click += new System.EventHandler(this.EXXIT_Click); // // BTNsave // this.BTNsave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56))))); this.BTNsave.Cursor = System.Windows.Forms.Cursors.Hand; this.BTNsave.DialogResult = System.Windows.Forms.DialogResult.OK; this.BTNsave.Enabled = false; this.BTNsave.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.BTNsave.ForeColor = System.Drawing.Color.Gray; this.BTNsave.Location = new System.Drawing.Point(59, 220); this.BTNsave.Name = "BTNsave"; this.BTNsave.Size = new System.Drawing.Size(113, 39); this.BTNsave.TabIndex = 1; this.BTNsave.Text = "UPDATE"; this.BTNsave.UseVisualStyleBackColor = false; this.BTNsave.Click += new System.EventHandler(this.BTNsave_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 90); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(129, 21); this.label6.TabIndex = 3; this.label6.Text = "PRODUCT NAME"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 126); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(124, 21); this.label7.TabIndex = 3; this.label7.Text = "CURRENT PRICE"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 169); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(90, 21); this.label9.TabIndex = 3; this.label9.Text = "NEW PRICE"; // // productCode // this.productCode.AutoSize = true; this.productCode.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.productCode.Location = new System.Drawing.Point(172, 53); this.productCode.Name = "productCode"; this.productCode.Size = new System.Drawing.Size(0, 21); this.productCode.TabIndex = 3; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(12, 54); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(126, 21); this.label11.TabIndex = 3; this.label11.Text = "PRODUCT CODE"; // // PriceAmendmentD // this.AcceptButton = this.BTNsave; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.BTNcancel; this.ClientSize = new System.Drawing.Size(419, 260); this.ControlBox = false; this.Controls.Add(this.BTNsave); this.Controls.Add(this.BTNcancel); this.Controls.Add(this.txtnewP); this.Controls.Add(this.label9); this.Controls.Add(this.label7); this.Controls.Add(this.label11); this.Controls.Add(this.label6); this.Controls.Add(this.txtCurrent); this.Controls.Add(this.productCode); this.Controls.Add(this.productName); 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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "PriceAmendmentD"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label EXXIT; private System.Windows.Forms.Label productName; private System.Windows.Forms.Label txtCurrent; private System.Windows.Forms.TextBox txtnewP; private System.Windows.Forms.Button BTNcancel; private System.Windows.Forms.Button BTNsave; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label productCode; private System.Windows.Forms.Label label11; private gradientPanel panel1; } }