namespace WFormReadData_SMR { partial class ZZ_GlueWeigh { /// /// 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.AfterWeigh = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.BeforeWeigh = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.btnRep = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.cmbJYSelect = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.labHMakerID = new System.Windows.Forms.Label(); this.txtHMakerNumber = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtHMaker = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.cmbPro = new System.Windows.Forms.ComboBox(); this.txtPro = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtPcm = new System.Windows.Forms.TextBox(); this.txtLzk = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.btnHMaker = new System.Windows.Forms.Button(); this.ListData = new System.Windows.Forms.ListBox(); this.btnBeFoSelect = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.cmbEquip = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // AfterWeigh // this.AfterWeigh.Enabled = false; this.AfterWeigh.Location = new System.Drawing.Point(327, 188); this.AfterWeigh.Name = "AfterWeigh"; this.AfterWeigh.Size = new System.Drawing.Size(133, 28); this.AfterWeigh.TabIndex = 38; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(242, 194); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 18); this.label5.TabIndex = 37; this.label5.Text = "底部重量:"; // // BeforeWeigh // this.BeforeWeigh.Enabled = false; this.BeforeWeigh.Location = new System.Drawing.Point(104, 186); this.BeforeWeigh.Name = "BeforeWeigh"; this.BeforeWeigh.Size = new System.Drawing.Size(121, 28); this.BeforeWeigh.TabIndex = 35; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 191); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(89, 18); this.label6.TabIndex = 36; this.label6.Text = "顶部重量:"; // // btnRep // this.btnRep.Location = new System.Drawing.Point(471, 105); this.btnRep.Name = "btnRep"; this.btnRep.Size = new System.Drawing.Size(78, 38); this.btnRep.TabIndex = 40; this.btnRep.Text = "更换"; this.btnRep.UseVisualStyleBackColor = true; this.btnRep.Click += new System.EventHandler(this.btnRep_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(576, 107); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(78, 38); this.btnSave.TabIndex = 41; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // cmbJYSelect // this.cmbJYSelect.FormattingEnabled = true; this.cmbJYSelect.Items.AddRange(new object[] { "首件检验单", "工序检验单", "巡检检验单"}); this.cmbJYSelect.Location = new System.Drawing.Point(104, 98); this.cmbJYSelect.Name = "cmbJYSelect"; this.cmbJYSelect.Size = new System.Drawing.Size(121, 26); this.cmbJYSelect.TabIndex = 43; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 102); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 18); this.label1.TabIndex = 42; this.label1.Text = "检验类型:"; // // labHMakerID // this.labHMakerID.AutoSize = true; this.labHMakerID.Location = new System.Drawing.Point(611, 30); this.labHMakerID.Name = "labHMakerID"; this.labHMakerID.Size = new System.Drawing.Size(107, 18); this.labHMakerID.TabIndex = 48; this.labHMakerID.Text = "labHMakerID"; this.labHMakerID.Visible = false; // // txtHMakerNumber // this.txtHMakerNumber.Location = new System.Drawing.Point(327, 20); this.txtHMakerNumber.Name = "txtHMakerNumber"; this.txtHMakerNumber.Size = new System.Drawing.Size(161, 28); this.txtHMakerNumber.TabIndex = 47; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(268, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 18); this.label2.TabIndex = 46; this.label2.Text = "编码:"; // // txtHMaker // this.txtHMaker.Location = new System.Drawing.Point(104, 27); this.txtHMaker.Name = "txtHMaker"; this.txtHMaker.Size = new System.Drawing.Size(121, 28); this.txtHMaker.TabIndex = 31; this.txtHMaker.Enter += new System.EventHandler(this.textBox2_Enter); this.txtHMaker.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown); this.txtHMaker.Leave += new System.EventHandler(this.textBox2_Leave); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(26, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 18); this.label3.TabIndex = 45; this.label3.Text = "制单人:"; // // cmbPro // this.cmbPro.FormattingEnabled = true; this.cmbPro.Location = new System.Drawing.Point(104, 144); this.cmbPro.Name = "cmbPro"; this.cmbPro.Size = new System.Drawing.Size(121, 26); this.cmbPro.TabIndex = 50; // // txtPro // this.txtPro.AutoSize = true; this.txtPro.Location = new System.Drawing.Point(45, 148); this.txtPro.Name = "txtPro"; this.txtPro.Size = new System.Drawing.Size(53, 18); this.txtPro.TabIndex = 49; this.txtPro.Text = "工序:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(304, 66); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 18); this.label4.TabIndex = 54; this.label4.Text = "批次码:"; // // txtPcm // this.txtPcm.Location = new System.Drawing.Point(372, 61); this.txtPcm.Name = "txtPcm"; this.txtPcm.Size = new System.Drawing.Size(116, 28); this.txtPcm.TabIndex = 53; // // txtLzk // this.txtLzk.Location = new System.Drawing.Point(104, 61); this.txtLzk.Name = "txtLzk"; this.txtLzk.Size = new System.Drawing.Size(194, 28); this.txtLzk.TabIndex = 52; this.txtLzk.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLzk_KeyDown); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(26, 66); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(71, 18); this.label7.TabIndex = 51; this.label7.Text = "流转卡:"; // // btnHMaker // this.btnHMaker.Location = new System.Drawing.Point(511, 13); this.btnHMaker.Name = "btnHMaker"; this.btnHMaker.Size = new System.Drawing.Size(94, 38); this.btnHMaker.TabIndex = 55; this.btnHMaker.Text = "更换用户"; this.btnHMaker.UseVisualStyleBackColor = true; this.btnHMaker.Click += new System.EventHandler(this.btnHMaker_Click); // // ListData // this.ListData.FormattingEnabled = true; this.ListData.ItemHeight = 18; this.ListData.Location = new System.Drawing.Point(2, 232); this.ListData.Name = "ListData"; this.ListData.Size = new System.Drawing.Size(776, 292); this.ListData.TabIndex = 56; // // btnBeFoSelect // this.btnBeFoSelect.Location = new System.Drawing.Point(480, 181); this.btnBeFoSelect.Name = "btnBeFoSelect"; this.btnBeFoSelect.Size = new System.Drawing.Size(125, 38); this.btnBeFoSelect.TabIndex = 39; this.btnBeFoSelect.Text = "查询重量"; this.btnBeFoSelect.UseVisualStyleBackColor = true; this.btnBeFoSelect.Click += new System.EventHandler(this.btnBeFoSelect_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(268, 107); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 18); this.label8.TabIndex = 58; this.label8.Text = "设备:"; // // cmbEquip // this.cmbEquip.FormattingEnabled = true; this.cmbEquip.Items.AddRange(new object[] { "全部", "组装1", "组装2"}); this.cmbEquip.Location = new System.Drawing.Point(327, 102); this.cmbEquip.Name = "cmbEquip"; this.cmbEquip.Size = new System.Drawing.Size(121, 26); this.cmbEquip.TabIndex = 57; // // ZZ_GlueWeigh // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 533); this.Controls.Add(this.label8); this.Controls.Add(this.cmbEquip); this.Controls.Add(this.ListData); this.Controls.Add(this.btnHMaker); this.Controls.Add(this.label4); this.Controls.Add(this.txtPcm); this.Controls.Add(this.txtLzk); this.Controls.Add(this.label7); this.Controls.Add(this.cmbPro); this.Controls.Add(this.txtPro); this.Controls.Add(this.labHMakerID); this.Controls.Add(this.txtHMakerNumber); this.Controls.Add(this.label2); this.Controls.Add(this.txtHMaker); this.Controls.Add(this.label3); this.Controls.Add(this.cmbJYSelect); this.Controls.Add(this.label1); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnRep); this.Controls.Add(this.btnBeFoSelect); this.Controls.Add(this.AfterWeigh); this.Controls.Add(this.label5); this.Controls.Add(this.BeforeWeigh); this.Controls.Add(this.label6); this.Name = "ZZ_GlueWeigh"; this.Text = "点胶称重"; this.Activated += new System.EventHandler(this.ZZ_GlueWeigh_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ZZ_GlueWeigh_FormClosing); this.Load += new System.EventHandler(this.ZZ_GlueWeigh_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox AfterWeigh; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox BeforeWeigh; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnRep; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.ComboBox cmbJYSelect; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labHMakerID; private System.Windows.Forms.TextBox txtHMakerNumber; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtHMaker; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbPro; private System.Windows.Forms.Label txtPro; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtPcm; private System.Windows.Forms.TextBox txtLzk; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnHMaker; private System.Windows.Forms.ListBox ListData; private System.Windows.Forms.Button btnBeFoSelect; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cmbEquip; } }