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.
lj_plc/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjStock/FrmStock.Designer.cs

275 lines
12 KiB
C#

using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace Mesnac.Action.ChemicalWeighing.LjStock
{
partial class FrmStock
{
/// <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.Jog = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.Lead = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.SlowScale = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.Slow = new System.Windows.Forms.TextBox();
this.High = new System.Windows.Forms.TextBox();
this.TankName = new System.Windows.Forms.TextBox();
this.TankCode = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Jog
//
this.Jog.Location = new System.Drawing.Point(133, 333);
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 = 39;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(52, 336);
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 = 38;
this.label9.Text = "点动值:";
//
// Lead
//
this.Lead.Location = new System.Drawing.Point(133, 298);
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 = 37;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(52, 301);
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 = 36;
this.label8.Text = "提前量:";
//
// SlowScale
//
this.SlowScale.Location = new System.Drawing.Point(133, 256);
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 = 35;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(52, 259);
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 = 34;
this.label7.Text = "慢称值:";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(133, 14);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 33;
//
// Slow
//
this.Slow.Location = new System.Drawing.Point(133, 209);
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 = 31;
//
// High
//
this.High.Location = new System.Drawing.Point(133, 163);
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 = 32;
//
// TankName
//
this.TankName.Enabled = false;
this.TankName.Location = new System.Drawing.Point(133, 116);
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 = 29;
//
// TankCode
//
this.TankCode.Enabled = false;
this.TankCode.Location = new System.Drawing.Point(133, 65);
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 = 30;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(227, 392);
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 = 28;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(54, 392);
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 = 27;
this.btnOK.Text = "确认";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(52, 209);
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 = 23;
this.label6.Text = "低速称量速度:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(52, 163);
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 = 22;
this.label5.Text = "高速称量速度:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(52, 116);
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 24;
this.label4.Text = "料仓名称";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(52, 65);
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 = 26;
this.label3.Text = "料仓编码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(52, 17);
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 = 25;
this.label1.Text = "物料名称:";
//
// FrmStock
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(362, 450);
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 = "FrmStock";
this.Text = "料仓物料";
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.TextBox Jog;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox Lead;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox SlowScale;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TextBox Slow;
private System.Windows.Forms.TextBox High;
private System.Windows.Forms.TextBox TankName;
private System.Windows.Forms.TextBox TankCode;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
#endregion
}
}