311 lines
13 KiB
C#
311 lines
13 KiB
C#
namespace MEStest
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <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.label20 = new System.Windows.Forms.Label();
|
||
this.tBTool = new System.Windows.Forms.TextBox();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.tBStationHand = new System.Windows.Forms.TextBox();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.tBSN = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.btMesSet = new System.Windows.Forms.Button();
|
||
this.btMesGet = new System.Windows.Forms.Button();
|
||
this.btMesUnInit = new System.Windows.Forms.Button();
|
||
this.btMesEnd = new System.Windows.Forms.Button();
|
||
this.btMesStart = new System.Windows.Forms.Button();
|
||
this.btMesInit = new System.Windows.Forms.Button();
|
||
this.MultiMesStart = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
this.label20.Location = new System.Drawing.Point(51, 97);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(59, 12);
|
||
this.label20.TabIndex = 62;
|
||
this.label20.Text = "ErrCode:";
|
||
//
|
||
// tBTool
|
||
//
|
||
this.tBTool.Location = new System.Drawing.Point(104, 63);
|
||
this.tBTool.Name = "tBTool";
|
||
this.tBTool.Size = new System.Drawing.Size(112, 21);
|
||
this.tBTool.TabIndex = 61;
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
this.label13.Location = new System.Drawing.Point(51, 70);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(41, 12);
|
||
this.label13.TabIndex = 60;
|
||
this.label13.Text = "工具:";
|
||
//
|
||
// tBStationHand
|
||
//
|
||
this.tBStationHand.Location = new System.Drawing.Point(104, 36);
|
||
this.tBStationHand.Name = "tBStationHand";
|
||
this.tBStationHand.Size = new System.Drawing.Size(112, 21);
|
||
this.tBStationHand.TabIndex = 59;
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
this.label9.Location = new System.Drawing.Point(51, 43);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(41, 12);
|
||
this.label9.TabIndex = 58;
|
||
this.label9.Text = "工位:";
|
||
//
|
||
// tBSN
|
||
//
|
||
this.tBSN.Location = new System.Drawing.Point(104, 9);
|
||
this.tBSN.Name = "tBSN";
|
||
this.tBSN.Size = new System.Drawing.Size(112, 21);
|
||
this.tBSN.TabIndex = 57;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
this.label1.Location = new System.Drawing.Point(51, 16);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(29, 12);
|
||
this.label1.TabIndex = 56;
|
||
this.label1.Text = "SN:";
|
||
//
|
||
// btMesSet
|
||
//
|
||
this.btMesSet.Location = new System.Drawing.Point(151, 247);
|
||
this.btMesSet.Name = "btMesSet";
|
||
this.btMesSet.Size = new System.Drawing.Size(85, 25);
|
||
this.btMesSet.TabIndex = 55;
|
||
this.btMesSet.Text = "btMesSet";
|
||
this.btMesSet.UseVisualStyleBackColor = true;
|
||
this.btMesSet.Click += new System.EventHandler(this.btMesSet_Click);
|
||
//
|
||
// btMesGet
|
||
//
|
||
this.btMesGet.Location = new System.Drawing.Point(51, 244);
|
||
this.btMesGet.Name = "btMesGet";
|
||
this.btMesGet.Size = new System.Drawing.Size(85, 25);
|
||
this.btMesGet.TabIndex = 54;
|
||
this.btMesGet.Text = "btMesGet";
|
||
this.btMesGet.UseVisualStyleBackColor = true;
|
||
this.btMesGet.Click += new System.EventHandler(this.btMesGet_Click);
|
||
//
|
||
// btMesUnInit
|
||
//
|
||
this.btMesUnInit.BackColor = System.Drawing.SystemColors.Highlight;
|
||
this.btMesUnInit.Location = new System.Drawing.Point(151, 275);
|
||
this.btMesUnInit.Name = "btMesUnInit";
|
||
this.btMesUnInit.Size = new System.Drawing.Size(85, 25);
|
||
this.btMesUnInit.TabIndex = 53;
|
||
this.btMesUnInit.Text = "btMesUnInit";
|
||
this.btMesUnInit.UseVisualStyleBackColor = false;
|
||
this.btMesUnInit.Click += new System.EventHandler(this.btMesUnInit_Click);
|
||
//
|
||
// btMesEnd
|
||
//
|
||
this.btMesEnd.BackColor = System.Drawing.SystemColors.Highlight;
|
||
this.btMesEnd.Location = new System.Drawing.Point(49, 275);
|
||
this.btMesEnd.Name = "btMesEnd";
|
||
this.btMesEnd.Size = new System.Drawing.Size(85, 25);
|
||
this.btMesEnd.TabIndex = 52;
|
||
this.btMesEnd.Text = "btMesEnd";
|
||
this.btMesEnd.UseVisualStyleBackColor = false;
|
||
this.btMesEnd.Click += new System.EventHandler(this.btMesEnd_Click);
|
||
//
|
||
// btMesStart
|
||
//
|
||
this.btMesStart.BackColor = System.Drawing.SystemColors.Highlight;
|
||
this.btMesStart.Location = new System.Drawing.Point(151, 216);
|
||
this.btMesStart.Name = "btMesStart";
|
||
this.btMesStart.Size = new System.Drawing.Size(85, 25);
|
||
this.btMesStart.TabIndex = 51;
|
||
this.btMesStart.Text = "btMesStart";
|
||
this.btMesStart.UseVisualStyleBackColor = false;
|
||
this.btMesStart.Click += new System.EventHandler(this.btMesStart_Click);
|
||
//
|
||
// btMesInit
|
||
//
|
||
this.btMesInit.BackColor = System.Drawing.SystemColors.Highlight;
|
||
this.btMesInit.Location = new System.Drawing.Point(51, 216);
|
||
this.btMesInit.Name = "btMesInit";
|
||
this.btMesInit.Size = new System.Drawing.Size(85, 25);
|
||
this.btMesInit.TabIndex = 50;
|
||
this.btMesInit.Text = "btMesInit";
|
||
this.btMesInit.UseVisualStyleBackColor = false;
|
||
this.btMesInit.Click += new System.EventHandler(this.btMesInit_Click);
|
||
//
|
||
// MultiMesStart
|
||
//
|
||
this.MultiMesStart.Location = new System.Drawing.Point(151, 306);
|
||
this.MultiMesStart.Name = "MultiMesStart";
|
||
this.MultiMesStart.Size = new System.Drawing.Size(85, 25);
|
||
this.MultiMesStart.TabIndex = 64;
|
||
this.MultiMesStart.Text = "MultiMesStart";
|
||
this.MultiMesStart.UseVisualStyleBackColor = true;
|
||
this.MultiMesStart.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.BackColor = System.Drawing.SystemColors.Highlight;
|
||
this.button1.Location = new System.Drawing.Point(51, 337);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 65;
|
||
this.button1.Text = "btMesEnd2";
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.BackColor = System.Drawing.SystemColors.Highlight;
|
||
this.button2.Location = new System.Drawing.Point(53, 308);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(83, 23);
|
||
this.button2.TabIndex = 66;
|
||
this.button2.Text = "btMesStart2";
|
||
this.button2.UseVisualStyleBackColor = false;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(12, 126);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(95, 12);
|
||
this.label2.TabIndex = 67;
|
||
this.label2.Text = "ErrDescription:";
|
||
this.label2.Click += new System.EventHandler(this.label2_Click);
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(104, 123);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(203, 21);
|
||
this.textBox1.TabIndex = 68;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(12, 155);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(53, 12);
|
||
this.label3.TabIndex = 69;
|
||
this.label3.Text = "Alldata:";
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(62, 150);
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.Size = new System.Drawing.Size(245, 21);
|
||
this.textBox2.TabIndex = 70;
|
||
//
|
||
// textBox3
|
||
//
|
||
this.textBox3.Location = new System.Drawing.Point(104, 94);
|
||
this.textBox3.Name = "textBox3";
|
||
this.textBox3.Size = new System.Drawing.Size(100, 21);
|
||
this.textBox3.TabIndex = 71;
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(319, 394);
|
||
this.Controls.Add(this.textBox3);
|
||
this.Controls.Add(this.textBox2);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.MultiMesStart);
|
||
this.Controls.Add(this.label20);
|
||
this.Controls.Add(this.tBTool);
|
||
this.Controls.Add(this.label13);
|
||
this.Controls.Add(this.tBStationHand);
|
||
this.Controls.Add(this.label9);
|
||
this.Controls.Add(this.tBSN);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.btMesSet);
|
||
this.Controls.Add(this.btMesGet);
|
||
this.Controls.Add(this.btMesUnInit);
|
||
this.Controls.Add(this.btMesEnd);
|
||
this.Controls.Add(this.btMesStart);
|
||
this.Controls.Add(this.btMesInit);
|
||
this.Name = "Form1";
|
||
this.Text = "Form1";
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label20;
|
||
private System.Windows.Forms.TextBox tBTool;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.TextBox tBStationHand;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.TextBox tBSN;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Button btMesSet;
|
||
private System.Windows.Forms.Button btMesGet;
|
||
private System.Windows.Forms.Button btMesUnInit;
|
||
private System.Windows.Forms.Button btMesEnd;
|
||
private System.Windows.Forms.Button btMesStart;
|
||
private System.Windows.Forms.Button btMesInit;
|
||
private System.Windows.Forms.Button MultiMesStart;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.TextBox textBox3;
|
||
|
||
}
|
||
}
|
||
|