|
@@ -35,10 +35,22 @@
|
|
|
this.txtInfo_Iot = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
- this.pnlDeviceState6 = new System.Windows.Forms.Panel();
|
|
|
+ this.pnlFileUp = new System.Windows.Forms.Panel();
|
|
|
this.pnlDeviceState8 = new System.Windows.Forms.Panel();
|
|
|
this.pnlDeviceState7 = new System.Windows.Forms.Panel();
|
|
|
this.pnlPassStationDetail = new System.Windows.Forms.Panel();
|
|
|
+ this.label42 = new System.Windows.Forms.Label();
|
|
|
+ this.pnlPassStationDetail_status = new System.Windows.Forms.ComboBox();
|
|
|
+ this.pnlPassStationDetail_resultVal = new System.Windows.Forms.TextBox();
|
|
|
+ this.label41 = new System.Windows.Forms.Label();
|
|
|
+ this.pnlPassStationDetail_testItem = new System.Windows.Forms.TextBox();
|
|
|
+ this.label40 = new System.Windows.Forms.Label();
|
|
|
+ this.pnlPassStationDetail_functionNname = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label12 = new System.Windows.Forms.Label();
|
|
|
+ this.PassStationDetail_SN = new System.Windows.Forms.TextBox();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.PassStationDetail_slot = new System.Windows.Forms.TextBox();
|
|
|
this.pnlPassStation = new System.Windows.Forms.Panel();
|
|
|
this.cmbResult = new System.Windows.Forms.ComboBox();
|
|
|
this.label39 = new System.Windows.Forms.Label();
|
|
@@ -118,21 +130,16 @@
|
|
|
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.pnlFileUp_sn = new System.Windows.Forms.TextBox();
|
|
|
+ this.label43 = new System.Windows.Forms.Label();
|
|
|
+ this.label44 = new System.Windows.Forms.Label();
|
|
|
+ this.pnlFileUp_slot = new System.Windows.Forms.TextBox();
|
|
|
+ this.pnlFileUp_path = new System.Windows.Forms.TextBox();
|
|
|
+ this.label45 = new System.Windows.Forms.Label();
|
|
|
this.tabPage3.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
+ this.pnlFileUp.SuspendLayout();
|
|
|
this.pnlPassStationDetail.SuspendLayout();
|
|
|
this.pnlPassStation.SuspendLayout();
|
|
|
this.pnlOperateLog.SuspendLayout();
|
|
@@ -230,7 +237,7 @@
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
- this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState6, 0, 2);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.pnlFileUp, 0, 2);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState8, 1, 2);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState7, 0, 2);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pnlPassStationDetail, 2, 1);
|
|
@@ -250,16 +257,22 @@
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1528, 509);
|
|
|
this.tableLayoutPanel1.TabIndex = 31;
|
|
|
//
|
|
|
- // pnlDeviceState6
|
|
|
- //
|
|
|
- this.pnlDeviceState6.BackColor = System.Drawing.Color.Gray;
|
|
|
- this.pnlDeviceState6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.pnlDeviceState6.Enabled = false;
|
|
|
- this.pnlDeviceState6.Location = new System.Drawing.Point(4, 342);
|
|
|
- this.pnlDeviceState6.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.pnlDeviceState6.Name = "pnlDeviceState6";
|
|
|
- this.pnlDeviceState6.Size = new System.Drawing.Size(502, 163);
|
|
|
- this.pnlDeviceState6.TabIndex = 8;
|
|
|
+ // pnlFileUp
|
|
|
+ //
|
|
|
+ this.pnlFileUp.BackColor = System.Drawing.Color.Gray;
|
|
|
+ this.pnlFileUp.Controls.Add(this.pnlFileUp_path);
|
|
|
+ this.pnlFileUp.Controls.Add(this.label45);
|
|
|
+ this.pnlFileUp.Controls.Add(this.pnlFileUp_sn);
|
|
|
+ this.pnlFileUp.Controls.Add(this.label43);
|
|
|
+ this.pnlFileUp.Controls.Add(this.label44);
|
|
|
+ this.pnlFileUp.Controls.Add(this.pnlFileUp_slot);
|
|
|
+ this.pnlFileUp.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.pnlFileUp.Enabled = false;
|
|
|
+ this.pnlFileUp.Location = new System.Drawing.Point(4, 342);
|
|
|
+ this.pnlFileUp.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.pnlFileUp.Name = "pnlFileUp";
|
|
|
+ this.pnlFileUp.Size = new System.Drawing.Size(502, 163);
|
|
|
+ this.pnlFileUp.TabIndex = 8;
|
|
|
//
|
|
|
// pnlDeviceState8
|
|
|
//
|
|
@@ -306,6 +319,135 @@
|
|
|
this.pnlPassStationDetail.Size = new System.Drawing.Size(504, 163);
|
|
|
this.pnlPassStationDetail.TabIndex = 5;
|
|
|
//
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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 = "测试值";
|
|
|
+ //
|
|
|
+ // 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 = "抛料次数";
|
|
|
+ //
|
|
|
+ // 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_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;
|
|
|
+ //
|
|
|
+ // 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 = "功能名称";
|
|
|
+ //
|
|
|
+ // 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 = "载具穴位";
|
|
|
+ //
|
|
|
+ // 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";
|
|
|
+ //
|
|
|
+ // 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";
|
|
|
+ //
|
|
|
// pnlPassStation
|
|
|
//
|
|
|
this.pnlPassStation.BackColor = System.Drawing.Color.Gray;
|
|
@@ -1243,134 +1385,62 @@
|
|
|
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;
|
|
|
+ // pnlFileUp_sn
|
|
|
+ //
|
|
|
+ this.pnlFileUp_sn.Location = new System.Drawing.Point(92, 16);
|
|
|
+ this.pnlFileUp_sn.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pnlFileUp_sn.Name = "pnlFileUp_sn";
|
|
|
+ this.pnlFileUp_sn.Size = new System.Drawing.Size(140, 28);
|
|
|
+ this.pnlFileUp_sn.TabIndex = 90;
|
|
|
+ this.pnlFileUp_sn.Text = "4B180055";
|
|
|
+ //
|
|
|
+ // label43
|
|
|
+ //
|
|
|
+ this.label43.AutoSize = true;
|
|
|
+ this.label43.Location = new System.Drawing.Point(248, 21);
|
|
|
+ this.label43.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label43.Name = "label43";
|
|
|
+ this.label43.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label43.TabIndex = 89;
|
|
|
+ this.label43.Text = "载具穴位";
|
|
|
+ //
|
|
|
+ // label44
|
|
|
+ //
|
|
|
+ this.label44.AutoSize = true;
|
|
|
+ this.label44.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label44.Name = "label44";
|
|
|
+ this.label44.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.label44.TabIndex = 87;
|
|
|
+ this.label44.Text = "产品SN";
|
|
|
+ //
|
|
|
+ // pnlFileUp_slot
|
|
|
+ //
|
|
|
+ this.pnlFileUp_slot.Location = new System.Drawing.Point(337, 15);
|
|
|
+ this.pnlFileUp_slot.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pnlFileUp_slot.Name = "pnlFileUp_slot";
|
|
|
+ this.pnlFileUp_slot.Size = new System.Drawing.Size(140, 28);
|
|
|
+ this.pnlFileUp_slot.TabIndex = 88;
|
|
|
+ this.pnlFileUp_slot.Text = "4B1400103";
|
|
|
+ //
|
|
|
+ // pnlFileUp_path
|
|
|
+ //
|
|
|
+ this.pnlFileUp_path.Location = new System.Drawing.Point(92, 63);
|
|
|
+ this.pnlFileUp_path.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pnlFileUp_path.Name = "pnlFileUp_path";
|
|
|
+ this.pnlFileUp_path.Size = new System.Drawing.Size(385, 28);
|
|
|
+ this.pnlFileUp_path.TabIndex = 93;
|
|
|
+ this.pnlFileUp_path.Text = "D:\\Temp\\VisionLog\\Pic\\Left";
|
|
|
+ //
|
|
|
+ // label45
|
|
|
+ //
|
|
|
+ this.label45.AutoSize = true;
|
|
|
+ this.label45.Location = new System.Drawing.Point(3, 67);
|
|
|
+ this.label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label45.Name = "label45";
|
|
|
+ this.label45.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label45.TabIndex = 92;
|
|
|
+ this.label45.Text = "文件路径";
|
|
|
//
|
|
|
// Form_MESTest
|
|
|
//
|
|
@@ -1388,6 +1458,8 @@
|
|
|
this.tabPage3.PerformLayout();
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
+ this.pnlFileUp.ResumeLayout(false);
|
|
|
+ this.pnlFileUp.PerformLayout();
|
|
|
this.pnlPassStationDetail.ResumeLayout(false);
|
|
|
this.pnlPassStationDetail.PerformLayout();
|
|
|
this.pnlPassStation.ResumeLayout(false);
|
|
@@ -1417,7 +1489,7 @@
|
|
|
private System.Windows.Forms.TextBox txtInfo_Iot;
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
- private System.Windows.Forms.Panel pnlDeviceState6;
|
|
|
+ private System.Windows.Forms.Panel pnlFileUp;
|
|
|
private System.Windows.Forms.Panel pnlDeviceState8;
|
|
|
private System.Windows.Forms.Panel pnlDeviceState7;
|
|
|
private System.Windows.Forms.Panel pnlPassStationDetail;
|
|
@@ -1512,5 +1584,11 @@
|
|
|
private System.Windows.Forms.ComboBox pnlPassStationDetail_status;
|
|
|
private System.Windows.Forms.TextBox pnlPassStationDetail_resultVal;
|
|
|
private System.Windows.Forms.Label label41;
|
|
|
+ private System.Windows.Forms.TextBox pnlFileUp_path;
|
|
|
+ private System.Windows.Forms.Label label45;
|
|
|
+ private System.Windows.Forms.TextBox pnlFileUp_sn;
|
|
|
+ private System.Windows.Forms.Label label43;
|
|
|
+ private System.Windows.Forms.Label label44;
|
|
|
+ private System.Windows.Forms.TextBox pnlFileUp_slot;
|
|
|
}
|
|
|
}
|