namespace MainForm.FaForm
{
partial class Form_MESTest
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_MESTest));
this.btnStationIn = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtSN = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnStationOut = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.txtBulletclipCodeNum = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtBulletclipCode = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtVehicleCodeNum = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtVehicleCode = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cmbSNType = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.txtInfo = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.cmbStationName = new System.Windows.Forms.ComboBox();
this.cmbProResult = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnStationIn
//
this.btnStationIn.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnStationIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStationIn.Location = new System.Drawing.Point(588, 12);
this.btnStationIn.Name = "btnStationIn";
this.btnStationIn.Size = new System.Drawing.Size(62, 23);
this.btnStationIn.TabIndex = 0;
this.btnStationIn.Text = "进站";
this.btnStationIn.UseVisualStyleBackColor = false;
this.btnStationIn.Click += new System.EventHandler(this.btnStationIn_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(400, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "SN类型";
//
// txtSN
//
this.txtSN.Location = new System.Drawing.Point(280, 12);
this.txtSN.Name = "txtSN";
this.txtSN.Size = new System.Drawing.Size(100, 21);
this.txtSN.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(245, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 4;
this.label2.Text = "SN号";
//
// btnStationOut
//
this.btnStationOut.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnStationOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStationOut.Location = new System.Drawing.Point(656, 12);
this.btnStationOut.Name = "btnStationOut";
this.btnStationOut.Size = new System.Drawing.Size(62, 23);
this.btnStationOut.TabIndex = 5;
this.btnStationOut.Text = "出站";
this.btnStationOut.UseVisualStyleBackColor = false;
this.btnStationOut.Click += new System.EventHandler(this.btnStationOut_Click);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.cmbProResult);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtBulletclipCodeNum);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtBulletclipCode);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtVehicleCodeNum);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtVehicleCode);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Location = new System.Drawing.Point(10, 38);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1022, 356);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "产品数据";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(12, 25);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 11;
this.label8.Text = "产品结果";
//
// txtBulletclipCodeNum
//
this.txtBulletclipCodeNum.Location = new System.Drawing.Point(282, 76);
this.txtBulletclipCodeNum.Name = "txtBulletclipCodeNum";
this.txtBulletclipCodeNum.Size = new System.Drawing.Size(75, 21);
this.txtBulletclipCodeNum.TabIndex = 10;
this.txtBulletclipCodeNum.Text = "1";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(223, 80);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 9;
this.label6.Text = "弹夹穴号";
//
// txtBulletclipCode
//
this.txtBulletclipCode.Location = new System.Drawing.Point(59, 75);
this.txtBulletclipCode.Name = "txtBulletclipCode";
this.txtBulletclipCode.Size = new System.Drawing.Size(155, 21);
this.txtBulletclipCode.TabIndex = 8;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(12, 79);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 7;
this.label7.Text = "弹夹码";
//
// txtVehicleCodeNum
//
this.txtVehicleCodeNum.Location = new System.Drawing.Point(282, 49);
this.txtVehicleCodeNum.Name = "txtVehicleCodeNum";
this.txtVehicleCodeNum.Size = new System.Drawing.Size(75, 21);
this.txtVehicleCodeNum.TabIndex = 6;
this.txtVehicleCodeNum.Text = "1";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(223, 53);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 5;
this.label5.Text = "载具穴号";
//
// txtVehicleCode
//
this.txtVehicleCode.Location = new System.Drawing.Point(59, 48);
this.txtVehicleCode.Name = "txtVehicleCode";
this.txtVehicleCode.Size = new System.Drawing.Size(155, 21);
this.txtVehicleCode.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 0;
this.label4.Text = "载具码";
//
// cmbSNType
//
this.cmbSNType.BackColor = System.Drawing.Color.WhiteSmoke;
this.cmbSNType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSNType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbSNType.FormattingEnabled = true;
this.cmbSNType.Items.AddRange(new object[] {
"产品SN",
"载具SN",
"弹夹SN"});
this.cmbSNType.Location = new System.Drawing.Point(447, 13);
this.cmbSNType.Name = "cmbSNType";
this.cmbSNType.Size = new System.Drawing.Size(126, 20);
this.cmbSNType.TabIndex = 11;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 402);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 12;
this.label3.Text = "结果:";
//
// txtInfo
//
this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtInfo.Location = new System.Drawing.Point(10, 418);
this.txtInfo.Multiline = true;
this.txtInfo.Name = "txtInfo";
this.txtInfo.Size = new System.Drawing.Size(1022, 131);
this.txtInfo.TabIndex = 13;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(22, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 15;
this.label9.Text = "工站名";
//
// cmbStationName
//
this.cmbStationName.BackColor = System.Drawing.Color.WhiteSmoke;
this.cmbStationName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbStationName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbStationName.FormattingEnabled = true;
this.cmbStationName.Items.AddRange(new object[] {
"[S1]Tray盘上料装备",
"[S2]FCT",
"[S3]值板机",
"[S4_1]载具下线装备",
"[S4_3]提升机1",
"[S4_4]提升机2",
"[S4_5]载具上线装备",
"[S5]Tray盘下料装备"});
this.cmbStationName.Location = new System.Drawing.Point(68, 12);
this.cmbStationName.Name = "cmbStationName";
this.cmbStationName.Size = new System.Drawing.Size(156, 20);
this.cmbStationName.TabIndex = 13;
//
// cmbProResult
//
this.cmbProResult.BackColor = System.Drawing.Color.WhiteSmoke;
this.cmbProResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbProResult.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbProResult.FormattingEnabled = true;
this.cmbProResult.Items.AddRange(new object[] {
"OK",
"NG"});
this.cmbProResult.Location = new System.Drawing.Point(71, 21);
this.cmbProResult.Name = "cmbProResult";
this.cmbProResult.Size = new System.Drawing.Size(92, 20);
this.cmbProResult.TabIndex = 14;
//
// Form_MESTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1044, 561);
this.Controls.Add(this.cmbStationName);
this.Controls.Add(this.label9);
this.Controls.Add(this.txtInfo);
this.Controls.Add(this.label3);
this.Controls.Add(this.cmbSNType);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnStationOut);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtSN);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnStationIn);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_MESTest";
this.Text = "手动过站页面";
this.Load += new System.EventHandler(this.Form_MESTest_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnStationIn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtSN;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnStationOut;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox cmbSNType;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtInfo;
private System.Windows.Forms.TextBox txtVehicleCode;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtVehicleCodeNum;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtBulletclipCodeNum;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtBulletclipCode;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox cmbStationName;
private System.Windows.Forms.ComboBox cmbProResult;
}
}