|
@@ -38,7 +38,7 @@
|
|
|
this.pnlDeviceState6 = new System.Windows.Forms.Panel();
|
|
|
this.pnlDeviceState8 = new System.Windows.Forms.Panel();
|
|
|
this.pnlDeviceState7 = new System.Windows.Forms.Panel();
|
|
|
- this.pnlDeviceState5 = new System.Windows.Forms.Panel();
|
|
|
+ this.pnlPassStationDetail = new System.Windows.Forms.Panel();
|
|
|
this.pnlPassStation = new System.Windows.Forms.Panel();
|
|
|
this.cmbResult = new System.Windows.Forms.ComboBox();
|
|
|
this.label39 = new System.Windows.Forms.Label();
|
|
@@ -118,9 +118,22 @@
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.btnStationIn = new System.Windows.Forms.Button();
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.PassStationDetail_SN = new System.Windows.Forms.TextBox();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.PassStationDetail_slot = new System.Windows.Forms.TextBox();
|
|
|
+ this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.label12 = new System.Windows.Forms.Label();
|
|
|
+ this.pnlPassStationDetail_functionNname = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label40 = new System.Windows.Forms.Label();
|
|
|
+ this.pnlPassStationDetail_testItem = new System.Windows.Forms.TextBox();
|
|
|
+ this.pnlPassStationDetail_resultVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.label41 = new System.Windows.Forms.Label();
|
|
|
+ this.label42 = new System.Windows.Forms.Label();
|
|
|
+ this.pnlPassStationDetail_status = new System.Windows.Forms.ComboBox();
|
|
|
this.tabPage3.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
+ this.pnlPassStationDetail.SuspendLayout();
|
|
|
this.pnlPassStation.SuspendLayout();
|
|
|
this.pnlOperateLog.SuspendLayout();
|
|
|
this.pnlStationInputBegin.SuspendLayout();
|
|
@@ -220,7 +233,7 @@
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState6, 0, 2);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState8, 1, 2);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState7, 0, 2);
|
|
|
- this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState5, 2, 1);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.pnlPassStationDetail, 2, 1);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlPassStation, 1, 1);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlOperateLog, 0, 1);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlStationInputBegin, 2, 0);
|
|
@@ -270,16 +283,28 @@
|
|
|
this.pnlDeviceState7.Size = new System.Drawing.Size(502, 163);
|
|
|
this.pnlDeviceState7.TabIndex = 6;
|
|
|
//
|
|
|
- // pnlDeviceState5
|
|
|
- //
|
|
|
- this.pnlDeviceState5.BackColor = System.Drawing.Color.Gray;
|
|
|
- this.pnlDeviceState5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.pnlDeviceState5.Enabled = false;
|
|
|
- this.pnlDeviceState5.Location = new System.Drawing.Point(1020, 173);
|
|
|
- this.pnlDeviceState5.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.pnlDeviceState5.Name = "pnlDeviceState5";
|
|
|
- this.pnlDeviceState5.Size = new System.Drawing.Size(504, 163);
|
|
|
- this.pnlDeviceState5.TabIndex = 5;
|
|
|
+ // pnlPassStationDetail
|
|
|
+ //
|
|
|
+ this.pnlPassStationDetail.BackColor = System.Drawing.Color.Gray;
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.label42);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_status);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_resultVal);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.label41);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_testItem);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.label40);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_functionNname);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.label12);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.PassStationDetail_SN);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.label10);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.label11);
|
|
|
+ this.pnlPassStationDetail.Controls.Add(this.PassStationDetail_slot);
|
|
|
+ this.pnlPassStationDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.pnlPassStationDetail.Enabled = false;
|
|
|
+ this.pnlPassStationDetail.Location = new System.Drawing.Point(1020, 173);
|
|
|
+ this.pnlPassStationDetail.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.pnlPassStationDetail.Name = "pnlPassStationDetail";
|
|
|
+ this.pnlPassStationDetail.Size = new System.Drawing.Size(504, 163);
|
|
|
+ this.pnlPassStationDetail.TabIndex = 5;
|
|
|
//
|
|
|
// pnlPassStation
|
|
|
//
|
|
@@ -1218,6 +1243,135 @@
|
|
|
this.tabControl1.Size = new System.Drawing.Size(1566, 842);
|
|
|
this.tabControl1.TabIndex = 16;
|
|
|
//
|
|
|
+ // PassStationDetail_SN
|
|
|
+ //
|
|
|
+ this.PassStationDetail_SN.Location = new System.Drawing.Point(100, 5);
|
|
|
+ this.PassStationDetail_SN.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PassStationDetail_SN.Name = "PassStationDetail_SN";
|
|
|
+ this.PassStationDetail_SN.Size = new System.Drawing.Size(140, 28);
|
|
|
+ this.PassStationDetail_SN.TabIndex = 86;
|
|
|
+ this.PassStationDetail_SN.Text = "4B180055";
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Location = new System.Drawing.Point(256, 10);
|
|
|
+ this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label10.TabIndex = 85;
|
|
|
+ this.label10.Text = "载具穴位";
|
|
|
+ //
|
|
|
+ // PassStationDetail_slot
|
|
|
+ //
|
|
|
+ this.PassStationDetail_slot.Location = new System.Drawing.Point(345, 4);
|
|
|
+ this.PassStationDetail_slot.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PassStationDetail_slot.Name = "PassStationDetail_slot";
|
|
|
+ this.PassStationDetail_slot.Size = new System.Drawing.Size(140, 28);
|
|
|
+ this.PassStationDetail_slot.TabIndex = 84;
|
|
|
+ this.PassStationDetail_slot.Text = "4B1400103";
|
|
|
+ //
|
|
|
+ // label11
|
|
|
+ //
|
|
|
+ this.label11.AutoSize = true;
|
|
|
+ this.label11.Location = new System.Drawing.Point(12, 11);
|
|
|
+ this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label11.Name = "label11";
|
|
|
+ this.label11.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.label11.TabIndex = 83;
|
|
|
+ this.label11.Text = "产品SN";
|
|
|
+ //
|
|
|
+ // label12
|
|
|
+ //
|
|
|
+ this.label12.AutoSize = true;
|
|
|
+ this.label12.Location = new System.Drawing.Point(12, 49);
|
|
|
+ this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label12.Name = "label12";
|
|
|
+ this.label12.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label12.TabIndex = 87;
|
|
|
+ this.label12.Text = "功能名称";
|
|
|
+ //
|
|
|
+ // pnlPassStationDetail_functionNname
|
|
|
+ //
|
|
|
+ this.pnlPassStationDetail_functionNname.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ this.pnlPassStationDetail_functionNname.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.pnlPassStationDetail_functionNname.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.pnlPassStationDetail_functionNname.FormattingEnabled = true;
|
|
|
+ this.pnlPassStationDetail_functionNname.Items.AddRange(new object[] {
|
|
|
+ "Machine_加⼯模块",
|
|
|
+ "Test_测试模块",
|
|
|
+ "Fixture_Process",
|
|
|
+ "Material_Process",
|
|
|
+ "Tool_Process",
|
|
|
+ "File_Process"});
|
|
|
+ this.pnlPassStationDetail_functionNname.Location = new System.Drawing.Point(100, 46);
|
|
|
+ this.pnlPassStationDetail_functionNname.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pnlPassStationDetail_functionNname.Name = "pnlPassStationDetail_functionNname";
|
|
|
+ this.pnlPassStationDetail_functionNname.Size = new System.Drawing.Size(140, 26);
|
|
|
+ this.pnlPassStationDetail_functionNname.TabIndex = 81;
|
|
|
+ //
|
|
|
+ // label40
|
|
|
+ //
|
|
|
+ this.label40.AutoSize = true;
|
|
|
+ this.label40.Location = new System.Drawing.Point(12, 87);
|
|
|
+ this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label40.Name = "label40";
|
|
|
+ this.label40.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.label40.TabIndex = 88;
|
|
|
+ this.label40.Text = "测试项";
|
|
|
+ //
|
|
|
+ // pnlPassStationDetail_testItem
|
|
|
+ //
|
|
|
+ this.pnlPassStationDetail_testItem.Location = new System.Drawing.Point(100, 84);
|
|
|
+ this.pnlPassStationDetail_testItem.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pnlPassStationDetail_testItem.Name = "pnlPassStationDetail_testItem";
|
|
|
+ this.pnlPassStationDetail_testItem.Size = new System.Drawing.Size(140, 28);
|
|
|
+ this.pnlPassStationDetail_testItem.TabIndex = 89;
|
|
|
+ this.pnlPassStationDetail_testItem.Text = "抛料次数";
|
|
|
+ //
|
|
|
+ // pnlPassStationDetail_resultVal
|
|
|
+ //
|
|
|
+ this.pnlPassStationDetail_resultVal.Location = new System.Drawing.Point(345, 85);
|
|
|
+ this.pnlPassStationDetail_resultVal.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pnlPassStationDetail_resultVal.Name = "pnlPassStationDetail_resultVal";
|
|
|
+ this.pnlPassStationDetail_resultVal.Size = new System.Drawing.Size(140, 28);
|
|
|
+ this.pnlPassStationDetail_resultVal.TabIndex = 91;
|
|
|
+ //
|
|
|
+ // label41
|
|
|
+ //
|
|
|
+ this.label41.AutoSize = true;
|
|
|
+ this.label41.Location = new System.Drawing.Point(256, 89);
|
|
|
+ this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label41.Name = "label41";
|
|
|
+ this.label41.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.label41.TabIndex = 90;
|
|
|
+ this.label41.Text = "测试值";
|
|
|
+ //
|
|
|
+ // label42
|
|
|
+ //
|
|
|
+ this.label42.AutoSize = true;
|
|
|
+ this.label42.Location = new System.Drawing.Point(12, 131);
|
|
|
+ this.label42.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label42.Name = "label42";
|
|
|
+ this.label42.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label42.TabIndex = 93;
|
|
|
+ this.label42.Text = "测试状态";
|
|
|
+ //
|
|
|
+ // pnlPassStationDetail_status
|
|
|
+ //
|
|
|
+ this.pnlPassStationDetail_status.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ this.pnlPassStationDetail_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.pnlPassStationDetail_status.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.pnlPassStationDetail_status.FormattingEnabled = true;
|
|
|
+ this.pnlPassStationDetail_status.Items.AddRange(new object[] {
|
|
|
+ "PASS",
|
|
|
+ "FAIL"});
|
|
|
+ this.pnlPassStationDetail_status.Location = new System.Drawing.Point(100, 128);
|
|
|
+ this.pnlPassStationDetail_status.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pnlPassStationDetail_status.Name = "pnlPassStationDetail_status";
|
|
|
+ this.pnlPassStationDetail_status.Size = new System.Drawing.Size(140, 26);
|
|
|
+ this.pnlPassStationDetail_status.TabIndex = 92;
|
|
|
+ //
|
|
|
// Form_MESTest
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
@@ -1234,6 +1388,8 @@
|
|
|
this.tabPage3.PerformLayout();
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
+ this.pnlPassStationDetail.ResumeLayout(false);
|
|
|
+ this.pnlPassStationDetail.PerformLayout();
|
|
|
this.pnlPassStation.ResumeLayout(false);
|
|
|
this.pnlPassStation.PerformLayout();
|
|
|
this.pnlOperateLog.ResumeLayout(false);
|
|
@@ -1264,7 +1420,7 @@
|
|
|
private System.Windows.Forms.Panel pnlDeviceState6;
|
|
|
private System.Windows.Forms.Panel pnlDeviceState8;
|
|
|
private System.Windows.Forms.Panel pnlDeviceState7;
|
|
|
- private System.Windows.Forms.Panel pnlDeviceState5;
|
|
|
+ private System.Windows.Forms.Panel pnlPassStationDetail;
|
|
|
private System.Windows.Forms.Panel pnlPassStation;
|
|
|
private System.Windows.Forms.ComboBox cmbResult;
|
|
|
private System.Windows.Forms.Label label39;
|
|
@@ -1344,5 +1500,17 @@
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Button btnStationIn;
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TextBox PassStationDetail_SN;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private System.Windows.Forms.Label label11;
|
|
|
+ private System.Windows.Forms.TextBox PassStationDetail_slot;
|
|
|
+ private System.Windows.Forms.TextBox pnlPassStationDetail_testItem;
|
|
|
+ private System.Windows.Forms.Label label40;
|
|
|
+ private System.Windows.Forms.ComboBox pnlPassStationDetail_functionNname;
|
|
|
+ private System.Windows.Forms.Label label12;
|
|
|
+ private System.Windows.Forms.Label label42;
|
|
|
+ private System.Windows.Forms.ComboBox pnlPassStationDetail_status;
|
|
|
+ private System.Windows.Forms.TextBox pnlPassStationDetail_resultVal;
|
|
|
+ private System.Windows.Forms.Label label41;
|
|
|
}
|
|
|
}
|