105 lines
4.0 KiB
C#
105 lines
4.0 KiB
C#
|
namespace dnSeeds
|
|||
|
{
|
|||
|
partial class ScanInput
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 必需的设计器变量。
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
private System.Windows.Forms.MainMenu mainMenu1;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 清理所有正在使用的资源。
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows 窗体设计器生成的代码
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 设计器支持所需的方法 - 不要
|
|||
|
/// 使用代码编辑器修改此方法的内容。
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.mainMenu1 = new System.Windows.Forms.MainMenu();
|
|||
|
this.textBoxDeskId = new System.Windows.Forms.TextBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.txtboxSeedsNo = new System.Windows.Forms.TextBox();
|
|||
|
this.btnStart = new System.Windows.Forms.Button();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// textBoxDeskId
|
|||
|
//
|
|||
|
this.textBoxDeskId.Location = new System.Drawing.Point(62, 27);
|
|||
|
this.textBoxDeskId.Name = "textBoxDeskId";
|
|||
|
this.textBoxDeskId.Size = new System.Drawing.Size(154, 23);
|
|||
|
this.textBoxDeskId.TabIndex = 0;
|
|||
|
this.textBoxDeskId.Text = "1";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.Location = new System.Drawing.Point(3, 30);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(53, 20);
|
|||
|
this.label1.Text = "分拣墙";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.Location = new System.Drawing.Point(3, 59);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(53, 20);
|
|||
|
this.label2.Text = "播种单";
|
|||
|
//
|
|||
|
// txtboxSeedsNo
|
|||
|
//
|
|||
|
this.txtboxSeedsNo.Location = new System.Drawing.Point(62, 56);
|
|||
|
this.txtboxSeedsNo.Name = "txtboxSeedsNo";
|
|||
|
this.txtboxSeedsNo.Size = new System.Drawing.Size(154, 23);
|
|||
|
this.txtboxSeedsNo.TabIndex = 2;
|
|||
|
this.txtboxSeedsNo.Text = "seedsNo010";
|
|||
|
//
|
|||
|
// btnStart
|
|||
|
//
|
|||
|
this.btnStart.Location = new System.Drawing.Point(76, 116);
|
|||
|
this.btnStart.Name = "btnStart";
|
|||
|
this.btnStart.Size = new System.Drawing.Size(78, 34);
|
|||
|
this.btnStart.TabIndex = 4;
|
|||
|
this.btnStart.Text = "开始";
|
|||
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
|||
|
//
|
|||
|
// NewSeeds
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.AutoScroll = true;
|
|||
|
this.ClientSize = new System.Drawing.Size(228, 226);
|
|||
|
this.Controls.Add(this.btnStart);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.txtboxSeedsNo);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.textBoxDeskId);
|
|||
|
this.Menu = this.mainMenu1;
|
|||
|
this.Name = "NewSeeds";
|
|||
|
this.Text = "开始新播种";
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TextBox textBoxDeskId;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.TextBox txtboxSeedsNo;
|
|||
|
private System.Windows.Forms.Button btnStart;
|
|||
|
}
|
|||
|
}
|