namespace WCS_Client.Frm { partial class FrmUpdateCurrenMatureNum { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.txt_CurrentMatureNum = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txt_MatureNum = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txt_BARCODE = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txt_MatureRoomName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txt_MatureRoomNo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txt_InMatureRoomDate = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.txt_InMatureRoomDate); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txt_MatureRoomName); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txt_MatureRoomNo); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.txt_CurrentMatureNum); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txt_MatureNum); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txt_BARCODE); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(29, 22); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(406, 335); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "熟化信息"; // // button2 // this.button2.Location = new System.Drawing.Point(199, 276); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(94, 26); this.button2.TabIndex = 7; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(91, 276); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(94, 26); this.button1.TabIndex = 6; this.button1.Text = "提交"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // txt_CurrentMatureNum // this.txt_CurrentMatureNum.Location = new System.Drawing.Point(156, 220); this.txt_CurrentMatureNum.Name = "txt_CurrentMatureNum"; this.txt_CurrentMatureNum.Size = new System.Drawing.Size(152, 21); this.txt_CurrentMatureNum.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(61, 223); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 12); this.label3.TabIndex = 4; this.label3.Text = "当前熟化次数:"; // // txt_MatureNum // this.txt_MatureNum.Location = new System.Drawing.Point(156, 183); this.txt_MatureNum.Name = "txt_MatureNum"; this.txt_MatureNum.ReadOnly = true; this.txt_MatureNum.Size = new System.Drawing.Size(152, 21); this.txt_MatureNum.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(73, 186); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 2; this.label2.Text = "需熟化次数:"; // // txt_BARCODE // this.txt_BARCODE.Location = new System.Drawing.Point(156, 42); this.txt_BARCODE.Name = "txt_BARCODE"; this.txt_BARCODE.ReadOnly = true; this.txt_BARCODE.Size = new System.Drawing.Size(152, 21); this.txt_BARCODE.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(73, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 0; this.label1.Text = "熟化架条码:"; // // txt_MatureRoomName // this.txt_MatureRoomName.Location = new System.Drawing.Point(156, 112); this.txt_MatureRoomName.Name = "txt_MatureRoomName"; this.txt_MatureRoomName.ReadOnly = true; this.txt_MatureRoomName.Size = new System.Drawing.Size(152, 21); this.txt_MatureRoomName.TabIndex = 11; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(73, 115); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 10; this.label4.Text = "熟化房名称:"; // // txt_MatureRoomNo // this.txt_MatureRoomNo.Location = new System.Drawing.Point(156, 78); this.txt_MatureRoomNo.Name = "txt_MatureRoomNo"; this.txt_MatureRoomNo.ReadOnly = true; this.txt_MatureRoomNo.Size = new System.Drawing.Size(152, 21); this.txt_MatureRoomNo.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(73, 81); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 8; this.label5.Text = "熟化房编号:"; // // txt_InMatureRoomDate // this.txt_InMatureRoomDate.Location = new System.Drawing.Point(156, 147); this.txt_InMatureRoomDate.Name = "txt_InMatureRoomDate"; this.txt_InMatureRoomDate.ReadOnly = true; this.txt_InMatureRoomDate.Size = new System.Drawing.Size(152, 21); this.txt_InMatureRoomDate.TabIndex = 13; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(61, 150); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(89, 12); this.label6.TabIndex = 12; this.label6.Text = "入熟化房时间:"; // // FrmUpdateCurrenMatureNum // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(453, 371); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.Name = "FrmUpdateCurrenMatureNum"; this.Text = "修改当前熟化次数信息"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox txt_CurrentMatureNum; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txt_MatureNum; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txt_BARCODE; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox txt_MatureRoomName; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txt_MatureRoomNo; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txt_InMatureRoomDate; private System.Windows.Forms.Label label6; } }