namespace WFormReadData_SMR { partial class JZ_ReadDate { /// /// 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.label1 = new System.Windows.Forms.Label(); this.ListData = new System.Windows.Forms.ListBox(); this.btnSelect = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtPcm = new System.Windows.Forms.TextBox(); this.txtLzk = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.cmbPro = new System.Windows.Forms.ComboBox(); this.txtPro = new System.Windows.Forms.Label(); this.btnSave = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txtLj = new System.Windows.Forms.TextBox(); this.btnLj = new System.Windows.Forms.Button(); this.txtHMakerNumber = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtHMaker = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.labHMakerID = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 182); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(116, 18); this.label1.TabIndex = 17; this.label1.Text = "读取数据显示"; // // ListData // this.ListData.FormattingEnabled = true; this.ListData.ItemHeight = 18; this.ListData.Location = new System.Drawing.Point(20, 203); this.ListData.Name = "ListData"; this.ListData.Size = new System.Drawing.Size(948, 274); this.ListData.TabIndex = 16; // // btnSelect // this.btnSelect.Location = new System.Drawing.Point(781, 68); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(78, 38); this.btnSelect.TabIndex = 15; this.btnSelect.Text = "更换"; this.btnSelect.UseVisualStyleBackColor = true; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(289, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 18); this.label3.TabIndex = 24; this.label3.Text = "批次码:"; // // txtPcm // this.txtPcm.Location = new System.Drawing.Point(367, 63); this.txtPcm.Name = "txtPcm"; this.txtPcm.ReadOnly = true; this.txtPcm.Size = new System.Drawing.Size(137, 28); this.txtPcm.TabIndex = 23; // // txtLzk // this.txtLzk.Location = new System.Drawing.Point(89, 63); this.txtLzk.Name = "txtLzk"; this.txtLzk.Size = new System.Drawing.Size(194, 28); this.txtLzk.TabIndex = 22; this.txtLzk.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLzk_KeyDown); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(11, 68); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 18); this.label4.TabIndex = 21; this.label4.Text = "流转卡:"; // // cmbPro // this.cmbPro.FormattingEnabled = true; this.cmbPro.Location = new System.Drawing.Point(89, 110); this.cmbPro.Name = "cmbPro"; this.cmbPro.Size = new System.Drawing.Size(156, 26); this.cmbPro.TabIndex = 26; // // txtPro // this.txtPro.AutoSize = true; this.txtPro.Location = new System.Drawing.Point(30, 114); this.txtPro.Name = "txtPro"; this.txtPro.Size = new System.Drawing.Size(53, 18); this.txtPro.TabIndex = 25; this.txtPro.Text = "工序:"; // // btnSave // this.btnSave.Location = new System.Drawing.Point(865, 142); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(63, 42); this.btnSave.TabIndex = 30; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 154); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 18); this.label2.TabIndex = 29; this.label2.Text = "路径:"; // // txtLj // this.txtLj.Location = new System.Drawing.Point(89, 149); this.txtLj.Name = "txtLj"; this.txtLj.Size = new System.Drawing.Size(637, 28); this.txtLj.TabIndex = 28; // // btnLj // this.btnLj.Location = new System.Drawing.Point(744, 142); this.btnLj.Name = "btnLj"; this.btnLj.Size = new System.Drawing.Size(115, 42); this.btnLj.TabIndex = 27; this.btnLj.Text = "选择路径"; this.btnLj.UseVisualStyleBackColor = true; this.btnLj.Click += new System.EventHandler(this.btnLj_Click); // // txtHMakerNumber // this.txtHMakerNumber.Location = new System.Drawing.Point(366, 25); this.txtHMakerNumber.Name = "txtHMakerNumber"; this.txtHMakerNumber.Size = new System.Drawing.Size(170, 28); this.txtHMakerNumber.TabIndex = 34; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(306, 30); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 18); this.label5.TabIndex = 33; this.label5.Text = "编码:"; // // txtHMaker // this.txtHMaker.Location = new System.Drawing.Point(89, 25); this.txtHMaker.Name = "txtHMaker"; this.txtHMaker.Size = new System.Drawing.Size(193, 28); this.txtHMaker.TabIndex = 31; this.txtHMaker.Enter += new System.EventHandler(this.txtHMaker_Enter); this.txtHMaker.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaker_KeyDown); this.txtHMaker.Leave += new System.EventHandler(this.txtHMaker_Leave); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(11, 30); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(71, 18); this.label6.TabIndex = 32; this.label6.Text = "制单人:"; // // labHMakerID // this.labHMakerID.AutoSize = true; this.labHMakerID.Location = new System.Drawing.Point(558, 28); this.labHMakerID.Name = "labHMakerID"; this.labHMakerID.Size = new System.Drawing.Size(107, 18); this.labHMakerID.TabIndex = 35; this.labHMakerID.Text = "labHMakerID"; this.labHMakerID.Visible = false; // // JZ_ReadDate // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(979, 490); this.Controls.Add(this.labHMakerID); this.Controls.Add(this.txtHMakerNumber); this.Controls.Add(this.label5); this.Controls.Add(this.txtHMaker); this.Controls.Add(this.label6); this.Controls.Add(this.btnSave); this.Controls.Add(this.label2); this.Controls.Add(this.txtLj); this.Controls.Add(this.btnLj); this.Controls.Add(this.cmbPro); this.Controls.Add(this.txtPro); this.Controls.Add(this.label3); this.Controls.Add(this.txtPcm); this.Controls.Add(this.txtLzk); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.ListData); this.Controls.Add(this.btnSelect); this.Name = "JZ_ReadDate"; this.Text = "浸渍性能检查"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.JZ_ReadDate_FormClosing); this.Load += new System.EventHandler(this.JZ_ReadDate_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox ListData; private System.Windows.Forms.Button btnSelect; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtPcm; private System.Windows.Forms.TextBox txtLzk; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cmbPro; private System.Windows.Forms.Label txtPro; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtLj; private System.Windows.Forms.Button btnLj; private System.Windows.Forms.TextBox txtHMakerNumber; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtHMaker; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label labHMakerID; } }