namespace BiskLog_Point_Of_Sale.POSDialogs
{
partial class AlterWindow
{
///
/// 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(AlterWindow));
this.panel1 = new System.Windows.Forms.Panel();
this.qtylbl = new System.Windows.Forms.TextBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.currencyLBL = new System.Windows.Forms.Label();
this.sellingPriceTXT = new System.Windows.Forms.TextBox();
this.confirm = new BiskLog_Point_Of_Sale.Classes.MagicButton();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.totallbl = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.unitMeasure = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.productNamelbl = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.productIDlbl = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
this.label1 = new System.Windows.Forms.Label();
this.exitBTN = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.gradientPanel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.qtylbl);
this.panel1.Controls.Add(this.flowLayoutPanel1);
this.panel1.Controls.Add(this.confirm);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.totallbl);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.unitMeasure);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.productNamelbl);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.productIDlbl);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.gradientPanel1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(512, 587);
this.panel1.TabIndex = 3;
//
// qtylbl
//
this.qtylbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.qtylbl.Location = new System.Drawing.Point(251, 338);
this.qtylbl.Name = "qtylbl";
this.qtylbl.Size = new System.Drawing.Size(195, 29);
this.qtylbl.TabIndex = 7;
this.qtylbl.TextChanged += new System.EventHandler(this.qtylbl_TextChanged);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.flowLayoutPanel1.Controls.Add(this.currencyLBL);
this.flowLayoutPanel1.Controls.Add(this.sellingPriceTXT);
this.flowLayoutPanel1.Location = new System.Drawing.Point(236, 403);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(243, 38);
this.flowLayoutPanel1.TabIndex = 6;
//
// currencyLBL
//
this.currencyLBL.AutoSize = true;
this.currencyLBL.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.currencyLBL.Location = new System.Drawing.Point(3, 7);
this.currencyLBL.Margin = new System.Windows.Forms.Padding(3, 7, 3, 0);
this.currencyLBL.Name = "currencyLBL";
this.currencyLBL.Size = new System.Drawing.Size(0, 21);
this.currencyLBL.TabIndex = 1;
//
// sellingPriceTXT
//
this.sellingPriceTXT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.sellingPriceTXT.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.sellingPriceTXT.Font = new System.Drawing.Font("Segoe UI", 15F);
this.sellingPriceTXT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.sellingPriceTXT.Location = new System.Drawing.Point(9, 3);
this.sellingPriceTXT.Name = "sellingPriceTXT";
this.sellingPriceTXT.Size = new System.Drawing.Size(166, 27);
this.sellingPriceTXT.TabIndex = 3;
this.sellingPriceTXT.Text = "0";
this.sellingPriceTXT.TextChanged += new System.EventHandler(this.sellingPrice_TextChanged);
//
// confirm
//
this.confirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.confirm.Angle = 243F;
this.confirm.BorderRadius = 20;
this.confirm.ButtonImage = null;
this.confirm.ButtonText = "Confirm Change";
this.confirm.ColorBottom = System.Drawing.Color.OliveDrab;
this.confirm.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(32)))));
this.confirm.Cursor = System.Windows.Forms.Cursors.Hand;
this.confirm.Font = new System.Drawing.Font("Segoe UI", 12.5F);
this.confirm.ForeColor = System.Drawing.Color.White;
this.confirm.ForeColor1 = System.Drawing.Color.White;
this.confirm.Location = new System.Drawing.Point(152, 505);
this.confirm.Name = "confirm";
this.confirm.Size = new System.Drawing.Size(193, 52);
this.confirm.TabIndex = 4;
this.confirm.Click += new System.EventHandler(this.confirm_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.box;
this.pictureBox1.Location = new System.Drawing.Point(132, 56);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(203, 196);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// totallbl
//
this.totallbl.AutoSize = true;
this.totallbl.Location = new System.Drawing.Point(252, 444);
this.totallbl.Name = "totallbl";
this.totallbl.Size = new System.Drawing.Size(77, 21);
this.totallbl.TabIndex = 1;
this.totallbl.Text = "Total Cost";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(59, 444);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 21);
this.label6.TabIndex = 1;
this.label6.Text = "Total Cost";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(59, 409);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(95, 21);
this.label5.TabIndex = 1;
this.label5.Text = "Selling Price";
//
// unitMeasure
//
this.unitMeasure.AutoSize = true;
this.unitMeasure.Location = new System.Drawing.Point(252, 374);
this.unitMeasure.Name = "unitMeasure";
this.unitMeasure.Size = new System.Drawing.Size(28, 21);
this.unitMeasure.TabIndex = 1;
this.unitMeasure.Text = "55";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(59, 374);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(124, 21);
this.label7.TabIndex = 1;
this.label7.Text = "Unit Of Measure";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(59, 339);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(70, 21);
this.label4.TabIndex = 1;
this.label4.Text = "Quantity";
//
// productNamelbl
//
this.productNamelbl.AutoSize = true;
this.productNamelbl.Location = new System.Drawing.Point(252, 304);
this.productNamelbl.Name = "productNamelbl";
this.productNamelbl.Size = new System.Drawing.Size(110, 21);
this.productNamelbl.TabIndex = 1;
this.productNamelbl.Text = "Product Name";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(59, 304);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(110, 21);
this.label3.TabIndex = 1;
this.label3.Text = "Product Name";
//
// productIDlbl
//
this.productIDlbl.AutoSize = true;
this.productIDlbl.Location = new System.Drawing.Point(252, 269);
this.productIDlbl.Name = "productIDlbl";
this.productIDlbl.Size = new System.Drawing.Size(83, 21);
this.productIDlbl.TabIndex = 1;
this.productIDlbl.Text = "Product ID";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(59, 269);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 21);
this.label2.TabIndex = 1;
this.label2.Text = "Product ID";
//
// gradientPanel1
//
this.gradientPanel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.gradientPanel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
this.gradientPanel1.Controls.Add(this.label1);
this.gradientPanel1.Controls.Add(this.exitBTN);
this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.gradientPanel1.Location = new System.Drawing.Point(0, 0);
this.gradientPanel1.Name = "gradientPanel1";
this.gradientPanel1.Size = new System.Drawing.Size(510, 39);
this.gradientPanel1.TabIndex = 0;
//
// 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", 15F);
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(462, 39);
this.label1.TabIndex = 1;
this.label1.Text = "Product Sale Edit";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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.ForeColor = System.Drawing.Color.White;
this.exitBTN.Location = new System.Drawing.Point(462, 0);
this.exitBTN.Name = "exitBTN";
this.exitBTN.Size = new System.Drawing.Size(48, 39);
this.exitBTN.TabIndex = 0;
this.exitBTN.Text = "x";
this.exitBTN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.exitBTN.Click += new System.EventHandler(this.exitBTN_Click);
//
// AlterWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(512, 587);
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.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "AlterWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "AlterWindow";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.gradientPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Classes.gradientPanel gradientPanel1;
private System.Windows.Forms.Label exitBTN;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label productNamelbl;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label productIDlbl;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label totallbl;
private System.Windows.Forms.TextBox sellingPriceTXT;
private System.Windows.Forms.Label unitMeasure;
private System.Windows.Forms.Label label7;
private Classes.MagicButton confirm;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Label currencyLBL;
private System.Windows.Forms.TextBox qtylbl;
}
}