|
|
|
@ -33,42 +33,23 @@ namespace Mesnac.Action.ChemicalWeighing.LjTanNum
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.TankCode = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.TankName = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.High = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Slow = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SlowScale = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Lead = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Jog = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
this.DayBinName = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.DrpType = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// TankCode
|
|
|
|
|
//
|
|
|
|
|
this.TankCode.Enabled = false;
|
|
|
|
|
this.TankCode.Location = new System.Drawing.Point(154, 91);
|
|
|
|
|
this.TankCode.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.TankCode.Name = "TankCode";
|
|
|
|
|
this.TankCode.Size = new System.Drawing.Size(129, 21);
|
|
|
|
|
this.TankCode.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(248, 418);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(372, 627);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(147, 68);
|
|
|
|
|
this.btnCancel.TabIndex = 13;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
@ -76,10 +57,10 @@ namespace Mesnac.Action.ChemicalWeighing.LjTanNum
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(75, 418);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(112, 627);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(147, 68);
|
|
|
|
|
this.btnOK.TabIndex = 12;
|
|
|
|
|
this.btnOK.Text = "确认";
|
|
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
|
@ -88,191 +69,91 @@ namespace Mesnac.Action.ChemicalWeighing.LjTanNum
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(73, 43);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(110, 117);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(89, 18);
|
|
|
|
|
this.label1.TabIndex = 11;
|
|
|
|
|
this.label1.Text = "物料名称:";
|
|
|
|
|
//
|
|
|
|
|
// comboBox1
|
|
|
|
|
//
|
|
|
|
|
this.comboBox1.FormattingEnabled = true;
|
|
|
|
|
this.comboBox1.Location = new System.Drawing.Point(154, 40);
|
|
|
|
|
this.comboBox1.Location = new System.Drawing.Point(231, 112);
|
|
|
|
|
this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.comboBox1.Name = "comboBox1";
|
|
|
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 20);
|
|
|
|
|
this.comboBox1.Size = new System.Drawing.Size(180, 26);
|
|
|
|
|
this.comboBox1.TabIndex = 15;
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(73, 91);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(110, 32);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(89, 18);
|
|
|
|
|
this.label3.TabIndex = 11;
|
|
|
|
|
this.label3.Text = "日罐编码:";
|
|
|
|
|
this.label3.Text = "物料类别:";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(73, 142);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(110, 213);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(89, 18);
|
|
|
|
|
this.label4.TabIndex = 11;
|
|
|
|
|
this.label4.Text = "日罐编码:";
|
|
|
|
|
//
|
|
|
|
|
// TankName
|
|
|
|
|
//
|
|
|
|
|
this.TankName.Enabled = false;
|
|
|
|
|
this.TankName.Location = new System.Drawing.Point(154, 142);
|
|
|
|
|
this.TankName.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.TankName.Name = "TankName";
|
|
|
|
|
this.TankName.Size = new System.Drawing.Size(129, 21);
|
|
|
|
|
this.TankName.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(73, 189);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
this.label5.TabIndex = 11;
|
|
|
|
|
this.label5.Text = "高速称量速度:";
|
|
|
|
|
//
|
|
|
|
|
// High
|
|
|
|
|
//
|
|
|
|
|
this.High.Location = new System.Drawing.Point(154, 189);
|
|
|
|
|
this.High.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.High.Name = "High";
|
|
|
|
|
this.High.Size = new System.Drawing.Size(129, 21);
|
|
|
|
|
this.High.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(73, 235);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
this.label6.TabIndex = 11;
|
|
|
|
|
this.label6.Text = "低速称量速度:";
|
|
|
|
|
this.label6.Click += new System.EventHandler(this.label6_Click);
|
|
|
|
|
//
|
|
|
|
|
// Slow
|
|
|
|
|
this.label4.Text = "日罐名称:";
|
|
|
|
|
//
|
|
|
|
|
this.Slow.Location = new System.Drawing.Point(154, 235);
|
|
|
|
|
this.Slow.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.Slow.Name = "Slow";
|
|
|
|
|
this.Slow.Size = new System.Drawing.Size(129, 21);
|
|
|
|
|
this.Slow.TabIndex = 14;
|
|
|
|
|
this.Slow.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
|
|
|
// DayBinName
|
|
|
|
|
//
|
|
|
|
|
// SlowScale
|
|
|
|
|
this.DayBinName.Enabled = false;
|
|
|
|
|
this.DayBinName.Location = new System.Drawing.Point(231, 213);
|
|
|
|
|
this.DayBinName.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
|
|
this.DayBinName.Name = "DayBinName";
|
|
|
|
|
this.DayBinName.Size = new System.Drawing.Size(192, 28);
|
|
|
|
|
this.DayBinName.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
this.SlowScale.Location = new System.Drawing.Point(154, 282);
|
|
|
|
|
this.SlowScale.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.SlowScale.Name = "SlowScale";
|
|
|
|
|
this.SlowScale.Size = new System.Drawing.Size(129, 21);
|
|
|
|
|
this.SlowScale.TabIndex = 17;
|
|
|
|
|
// DrpType
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(73, 285);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(47, 12);
|
|
|
|
|
this.label7.TabIndex = 16;
|
|
|
|
|
this.label7.Text = "慢称值:";
|
|
|
|
|
//
|
|
|
|
|
// Lead
|
|
|
|
|
//
|
|
|
|
|
this.Lead.Location = new System.Drawing.Point(154, 324);
|
|
|
|
|
this.Lead.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.Lead.Name = "Lead";
|
|
|
|
|
this.Lead.Size = new System.Drawing.Size(129, 21);
|
|
|
|
|
this.Lead.TabIndex = 19;
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(73, 327);
|
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(47, 12);
|
|
|
|
|
this.label8.TabIndex = 18;
|
|
|
|
|
this.label8.Text = "提前量:";
|
|
|
|
|
//
|
|
|
|
|
// Jog
|
|
|
|
|
//
|
|
|
|
|
this.Jog.Location = new System.Drawing.Point(154, 359);
|
|
|
|
|
this.Jog.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.Jog.Name = "Jog";
|
|
|
|
|
this.Jog.Size = new System.Drawing.Size(129, 21);
|
|
|
|
|
this.Jog.TabIndex = 21;
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(73, 362);
|
|
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(47, 12);
|
|
|
|
|
this.label9.TabIndex = 20;
|
|
|
|
|
this.label9.Text = "点动值:";
|
|
|
|
|
this.DrpType.FormattingEnabled = true;
|
|
|
|
|
this.DrpType.Location = new System.Drawing.Point(231, 24);
|
|
|
|
|
this.DrpType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.DrpType.Name = "DrpType";
|
|
|
|
|
this.DrpType.Size = new System.Drawing.Size(180, 26);
|
|
|
|
|
this.DrpType.TabIndex = 15;
|
|
|
|
|
this.DrpType.SelectedIndexChanged += new System.EventHandler(this.DrpType_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// FrmTankNum
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(453, 536);
|
|
|
|
|
this.Controls.Add(this.Jog);
|
|
|
|
|
this.Controls.Add(this.label9);
|
|
|
|
|
this.Controls.Add(this.Lead);
|
|
|
|
|
this.Controls.Add(this.label8);
|
|
|
|
|
this.Controls.Add(this.SlowScale);
|
|
|
|
|
this.Controls.Add(this.label7);
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(680, 804);
|
|
|
|
|
this.Controls.Add(this.DrpType);
|
|
|
|
|
this.Controls.Add(this.comboBox1);
|
|
|
|
|
this.Controls.Add(this.Slow);
|
|
|
|
|
this.Controls.Add(this.High);
|
|
|
|
|
this.Controls.Add(this.TankName);
|
|
|
|
|
this.Controls.Add(this.TankCode);
|
|
|
|
|
this.Controls.Add(this.DayBinName);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
|
|
this.Controls.Add(this.label6);
|
|
|
|
|
this.Controls.Add(this.label5);
|
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.Name = "FrmTankNum";
|
|
|
|
|
this.Text = "日罐物料对应";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TextBox TankCode;
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
|
|
private Label label1;
|
|
|
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
|
|
|
private Label label2;
|
|
|
|
|
private Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private Label label4;
|
|
|
|
|
private TextBox TankName;
|
|
|
|
|
private Label label5;
|
|
|
|
|
private TextBox High;
|
|
|
|
|
private Label label6;
|
|
|
|
|
private TextBox Slow;
|
|
|
|
|
private TextBox SlowScale;
|
|
|
|
|
private Label label7;
|
|
|
|
|
private TextBox Lead;
|
|
|
|
|
private Label label8;
|
|
|
|
|
private TextBox Jog;
|
|
|
|
|
private Label label9;
|
|
|
|
|
private TextBox DayBinName;
|
|
|
|
|
private System.Windows.Forms.ComboBox DrpType;
|
|
|
|
|
}
|
|
|
|
|
}
|