namespace BiskLog_Point_Of_Sale.Delivery { partial class TruckStockUp { /// /// 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 System.Windows.Forms.Panel(); this.holding = new MetroFramework.Controls.MetroProgressSpinner(); this.button1 = new System.Windows.Forms.Button(); this.stockQuantity = new System.Windows.Forms.NumericUpDown(); this.lblPname = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.exit = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblunit = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.stockQuantity)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.holding); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.stockQuantity); this.panel1.Controls.Add(this.lblunit); this.panel1.Controls.Add(this.lblPname); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(417, 216); this.panel1.TabIndex = 0; // // holding // this.holding.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56))))); this.holding.Location = new System.Drawing.Point(174, 159); this.holding.Maximum = 100; this.holding.Name = "holding"; this.holding.Size = new System.Drawing.Size(40, 36); this.holding.TabIndex = 4; this.holding.UseCustomBackColor = true; this.holding.UseSelectable = true; this.holding.Visible = false; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56))))); this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.button1.Location = new System.Drawing.Point(135, 159); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(133, 36); this.button1.TabIndex = 3; this.button1.Text = "RESTOCK"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.Button1_Click); // // stockQuantity // this.stockQuantity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.stockQuantity.Location = new System.Drawing.Point(174, 120); this.stockQuantity.Name = "stockQuantity"; this.stockQuantity.Size = new System.Drawing.Size(120, 29); this.stockQuantity.TabIndex = 2; this.stockQuantity.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.StockQuantity_KeyPress); // // lblPname // this.lblPname.AutoSize = true; this.lblPname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblPname.Location = new System.Drawing.Point(170, 59); this.lblPname.Name = "lblPname"; this.lblPname.Size = new System.Drawing.Size(129, 21); this.lblPname.TabIndex = 1; this.lblPname.Text = "PRODUCT NAME"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label5.Location = new System.Drawing.Point(11, 122); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(84, 21); this.label5.TabIndex = 1; this.label5.Text = "QUANTITY"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label3.Location = new System.Drawing.Point(11, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(129, 21); this.label3.TabIndex = 1; this.label3.Text = "PRODUCT NAME"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.exit); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(415, 36); this.panel2.TabIndex = 0; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(372, 36); this.label2.TabIndex = 1; this.label2.Text = "RESTOCK PRODUCT"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // exit // this.exit.Cursor = System.Windows.Forms.Cursors.Hand; this.exit.Dock = System.Windows.Forms.DockStyle.Right; this.exit.ForeColor = System.Drawing.Color.White; this.exit.Location = new System.Drawing.Point(372, 0); this.exit.Name = "exit"; this.exit.Size = new System.Drawing.Size(43, 36); this.exit.TabIndex = 0; this.exit.Text = "x"; this.exit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.exit.Click += new System.EventHandler(this.Exit_Click); this.exit.MouseEnter += new System.EventHandler(this.Exit_MouseEnter); this.exit.MouseLeave += new System.EventHandler(this.Exit_MouseLeave); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label1.Location = new System.Drawing.Point(11, 89); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(143, 21); this.label1.TabIndex = 1; this.label1.Text = "UNIT OF MEASURE"; // // lblunit // this.lblunit.AutoSize = true; this.lblunit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.lblunit.Location = new System.Drawing.Point(170, 89); this.lblunit.Name = "lblunit"; this.lblunit.Size = new System.Drawing.Size(0, 21); this.lblunit.TabIndex = 1; // // TruckStockUp // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(417, 216); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "TruckStockUp"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.stockQuantity)).EndInit(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button1; private System.Windows.Forms.NumericUpDown stockQuantity; private System.Windows.Forms.Label lblPname; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label exit; private MetroFramework.Controls.MetroProgressSpinner holding; private System.Windows.Forms.Label lblunit; private System.Windows.Forms.Label label1; } }