You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
278 lines
11 KiB
C#
278 lines
11 KiB
C#
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.LjTanNum
|
|
{
|
|
partial class FrmTankNum
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </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.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.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
this.btnCancel.TabIndex = 13;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(75, 418);
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
this.btnOK.TabIndex = 12;
|
|
this.btnOK.Text = "确认";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// 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.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
|
this.label1.TabIndex = 11;
|
|
this.label1.Text = "物料名称:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(154, 40);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 20);
|
|
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.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 12);
|
|
this.label3.TabIndex = 11;
|
|
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.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(59, 12);
|
|
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.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);
|
|
//
|
|
// SlowScale
|
|
//
|
|
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;
|
|
//
|
|
// 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 = "点动值:";
|
|
//
|
|
// FrmTankNum
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
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.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.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.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 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;
|
|
}
|
|
} |