namespace Point_Of_Sale_Managment { partial class quantityTruck { /// /// 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(quantityManual)); this.txtqty = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtqty // this.txtqty.Dock = System.Windows.Forms.DockStyle.Fill; this.txtqty.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtqty.Location = new System.Drawing.Point(0, 0); this.txtqty.Name = "txtqty"; this.txtqty.Size = new System.Drawing.Size(179, 39); this.txtqty.TabIndex = 0; this.txtqty.TextChanged += new System.EventHandler(this.txtqty_TextChanged); this.txtqty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.quantityManual_KeyDown); this.txtqty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Txtqty_KeyPress); // // quantityManual // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(179, 39); this.Controls.Add(this.txtqty); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "quantityManual"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Quantity"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.quantityManual_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.TextBox txtqty; } }