namespace SHARP_CLAS_UI { partial class Form_Tray_Count_Set { /// /// 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.btn_OK = new System.Windows.Forms.Button(); this.label73 = new System.Windows.Forms.Label(); this.tb_Current_Tray_Count = new System.Windows.Forms.TextBox(); this.label75 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lb_Description = new System.Windows.Forms.Label(); this.nud_Set_Tray_Count = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.nud_Set_Tray_Count)).BeginInit(); this.SuspendLayout(); // // btn_OK // this.btn_OK.Location = new System.Drawing.Point(93, 120); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(114, 51); this.btn_OK.TabIndex = 6; this.btn_OK.Text = "OK"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // label73 // this.label73.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label73.Location = new System.Drawing.Point(243, 57); this.label73.Name = "label73"; this.label73.Size = new System.Drawing.Size(36, 21); this.label73.TabIndex = 71; this.label73.Text = "EA"; this.label73.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tb_Current_Tray_Count // this.tb_Current_Tray_Count.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tb_Current_Tray_Count.Location = new System.Drawing.Point(152, 57); this.tb_Current_Tray_Count.Name = "tb_Current_Tray_Count"; this.tb_Current_Tray_Count.ReadOnly = true; this.tb_Current_Tray_Count.Size = new System.Drawing.Size(85, 21); this.tb_Current_Tray_Count.TabIndex = 69; this.tb_Current_Tray_Count.Text = "0"; // // label75 // this.label75.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label75.Location = new System.Drawing.Point(12, 57); this.label75.Name = "label75"; this.label75.Size = new System.Drawing.Size(134, 21); this.label75.TabIndex = 70; this.label75.Text = "Current Tray Count"; this.label75.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label1.Location = new System.Drawing.Point(243, 93); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(36, 21); this.label1.TabIndex = 74; this.label1.Text = "EA"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.Location = new System.Drawing.Point(12, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(134, 21); this.label2.TabIndex = 73; this.label2.Text = "Set Tray Count"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lb_Description // this.lb_Description.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Description.Location = new System.Drawing.Point(12, 22); this.lb_Description.Name = "lb_Description"; this.lb_Description.Size = new System.Drawing.Size(267, 21); this.lb_Description.TabIndex = 76; this.lb_Description.Text = "Limit sensor is detected."; this.lb_Description.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // nud_Set_Tray_Count // this.nud_Set_Tray_Count.Location = new System.Drawing.Point(152, 95); this.nud_Set_Tray_Count.Maximum = new decimal(new int[] { 200, 0, 0, 0}); this.nud_Set_Tray_Count.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nud_Set_Tray_Count.Name = "nud_Set_Tray_Count"; this.nud_Set_Tray_Count.Size = new System.Drawing.Size(85, 21); this.nud_Set_Tray_Count.TabIndex = 77; this.nud_Set_Tray_Count.Value = new decimal(new int[] { 1, 0, 0, 0}); // // Form_Tray_Count_Set // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(296, 183); this.ControlBox = false; this.Controls.Add(this.nud_Set_Tray_Count); this.Controls.Add(this.lb_Description); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.label73); this.Controls.Add(this.tb_Current_Tray_Count); this.Controls.Add(this.label75); this.Controls.Add(this.btn_OK); this.Name = "Form_Tray_Count_Set"; this.Text = "Form_Tray_Count_Set"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.nud_Set_Tray_Count)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.Label label73; private System.Windows.Forms.TextBox tb_Current_Tray_Count; private System.Windows.Forms.Label label75; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lb_Description; private System.Windows.Forms.NumericUpDown nud_Set_Tray_Count; } }