diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
index 8cba1c8..a70281b 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
@@ -38,7 +38,6 @@
this.cboxEnableVirtuleBarCode = new System.Windows.Forms.CheckBox();
this.cboxVirtualAxis = new System.Windows.Forms.CheckBox();
this.cboxCheckSafeEnable = new System.Windows.Forms.CheckBox();
- this.cboxEnableIndexTimeStatistics = new System.Windows.Forms.CheckBox();
this.cboxEnableStock = new System.Windows.Forms.CheckBox();
this.cboxRunSpace = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
@@ -69,6 +68,7 @@
this.txtSimulateTestYield = new System.Windows.Forms.TextBox();
this.txtSimulateTestTime = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
+ this.cboxEnableIndexTimeStatistics = new System.Windows.Forms.CheckBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
@@ -147,6 +147,7 @@
//
// groupBox8
//
+ resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.Controls.Add(this.button1);
this.groupBox8.Controls.Add(this.cboxLanguage);
this.groupBox8.Controls.Add(this.label2);
@@ -154,19 +155,17 @@
this.groupBox8.Controls.Add(this.cboxEnableVirtuleBarCode);
this.groupBox8.Controls.Add(this.cboxVirtualAxis);
this.groupBox8.Controls.Add(this.cboxCheckSafeEnable);
- this.groupBox8.Controls.Add(this.cboxEnableIndexTimeStatistics);
this.groupBox8.Controls.Add(this.cboxEnableStock);
this.groupBox8.Controls.Add(this.cboxRunSpace);
- resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.ForeColor = System.Drawing.Color.White;
this.groupBox8.Name = "groupBox8";
this.groupBox8.TabStop = false;
//
// button1
//
+ resources.ApplyResources(this.button1, "button1");
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White;
- resources.ApplyResources(this.button1, "button1");
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = false;
@@ -174,11 +173,11 @@
//
// cboxLanguage
//
+ resources.ApplyResources(this.cboxLanguage, "cboxLanguage");
this.cboxLanguage.FormattingEnabled = true;
this.cboxLanguage.Items.AddRange(new object[] {
resources.GetString("cboxLanguage.Items"),
resources.GetString("cboxLanguage.Items1")});
- resources.ApplyResources(this.cboxLanguage, "cboxLanguage");
this.cboxLanguage.Name = "cboxLanguage";
//
// label2
@@ -215,13 +214,6 @@
this.cboxCheckSafeEnable.UseVisualStyleBackColor = true;
this.cboxCheckSafeEnable.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged);
//
- // cboxEnableIndexTimeStatistics
- //
- resources.ApplyResources(this.cboxEnableIndexTimeStatistics, "cboxEnableIndexTimeStatistics");
- this.cboxEnableIndexTimeStatistics.Name = "cboxEnableIndexTimeStatistics";
- this.cboxEnableIndexTimeStatistics.UseVisualStyleBackColor = true;
- this.cboxEnableIndexTimeStatistics.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged);
- //
// cboxEnableStock
//
resources.ApplyResources(this.cboxEnableStock, "cboxEnableStock");
@@ -238,6 +230,7 @@
//
// groupBox3
//
+ resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.btnSaveRelCategory);
this.groupBox3.Controls.Add(this.txtSiteID);
this.groupBox3.Controls.Add(this.comBoxCp);
@@ -257,16 +250,15 @@
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.txtMachineID);
this.groupBox3.Controls.Add(this.label5);
- resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.ForeColor = System.Drawing.Color.White;
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// btnSaveRelCategory
//
+ resources.ApplyResources(this.btnSaveRelCategory, "btnSaveRelCategory");
this.btnSaveRelCategory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnSaveRelCategory.FlatAppearance.BorderColor = System.Drawing.Color.White;
- resources.ApplyResources(this.btnSaveRelCategory, "btnSaveRelCategory");
this.btnSaveRelCategory.ForeColor = System.Drawing.Color.White;
this.btnSaveRelCategory.Name = "btnSaveRelCategory";
this.btnSaveRelCategory.UseVisualStyleBackColor = false;
@@ -280,47 +272,47 @@
//
// comBoxCp
//
+ resources.ApplyResources(this.comBoxCp, "comBoxCp");
this.comBoxCp.FormattingEnabled = true;
this.comBoxCp.Items.AddRange(new object[] {
resources.GetString("comBoxCp.Items"),
resources.GetString("comBoxCp.Items1"),
resources.GetString("comBoxCp.Items2")});
- resources.ApplyResources(this.comBoxCp, "comBoxCp");
this.comBoxCp.Name = "comBoxCp";
this.comBoxCp.SelectedIndexChanged += new System.EventHandler(this.comBoxCp_SelectedIndexChanged);
//
// comBoxRelCategory
//
+ resources.ApplyResources(this.comBoxRelCategory, "comBoxRelCategory");
this.comBoxRelCategory.FormattingEnabled = true;
this.comBoxRelCategory.Items.AddRange(new object[] {
resources.GetString("comBoxRelCategory.Items"),
resources.GetString("comBoxRelCategory.Items1"),
resources.GetString("comBoxRelCategory.Items2")});
- resources.ApplyResources(this.comBoxRelCategory, "comBoxRelCategory");
this.comBoxRelCategory.Name = "comBoxRelCategory";
this.comBoxRelCategory.SelectedIndexChanged += new System.EventHandler(this.comBoxRelCategory_SelectedIndexChanged);
//
// cboxHostType
//
+ resources.ApplyResources(this.cboxHostType, "cboxHostType");
this.cboxHostType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxHostType.FormattingEnabled = true;
this.cboxHostType.Items.AddRange(new object[] {
resources.GetString("cboxHostType.Items"),
resources.GetString("cboxHostType.Items1"),
resources.GetString("cboxHostType.Items2")});
- resources.ApplyResources(this.cboxHostType, "cboxHostType");
this.cboxHostType.Name = "cboxHostType";
this.cboxHostType.SelectedIndexChanged += new System.EventHandler(this.cboxHostType_SelectedIndexChanged);
//
// cboxConfigName
//
+ resources.ApplyResources(this.cboxConfigName, "cboxConfigName");
this.cboxConfigName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxConfigName.FormattingEnabled = true;
this.cboxConfigName.Items.AddRange(new object[] {
resources.GetString("cboxConfigName.Items"),
resources.GetString("cboxConfigName.Items1"),
resources.GetString("cboxConfigName.Items2")});
- resources.ApplyResources(this.cboxConfigName, "cboxConfigName");
this.cboxConfigName.Name = "cboxConfigName";
this.cboxConfigName.SelectedIndexChanged += new System.EventHandler(this.cboxConfigName_SelectedIndexChanged);
//
@@ -395,6 +387,7 @@
//
// groupBox1
//
+ resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.cboxEnableCheckStickMaterial);
this.groupBox1.Controls.Add(this.txtUphRefreshCycle);
this.groupBox1.Controls.Add(this.cboxMsgShowEn);
@@ -402,6 +395,7 @@
this.groupBox1.Controls.Add(this.txtSimulateTestYield);
this.groupBox1.Controls.Add(this.txtSimulateTestTime);
this.groupBox1.Controls.Add(this.label13);
+ this.groupBox1.Controls.Add(this.cboxEnableIndexTimeStatistics);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label12);
@@ -436,7 +430,6 @@
this.groupBox1.Controls.Add(this.lblTakeTrayFromNg2InputSpeed);
this.groupBox1.Controls.Add(this.lblWholeSpeed);
this.groupBox1.Controls.Add(this.label1);
- resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
@@ -483,6 +476,13 @@
resources.ApplyResources(this.label13, "label13");
this.label13.Name = "label13";
//
+ // cboxEnableIndexTimeStatistics
+ //
+ resources.ApplyResources(this.cboxEnableIndexTimeStatistics, "cboxEnableIndexTimeStatistics");
+ this.cboxEnableIndexTimeStatistics.Name = "cboxEnableIndexTimeStatistics";
+ this.cboxEnableIndexTimeStatistics.UseVisualStyleBackColor = true;
+ this.cboxEnableIndexTimeStatistics.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged);
+ //
// label10
//
resources.ApplyResources(this.label10, "label10");
@@ -505,10 +505,10 @@
//
// panelEx1
//
+ resources.ApplyResources(this.panelEx1, "panelEx1");
this.panelEx1.Controls.Add(this.btnSaveSpeedParam);
this.panelEx1.Controls.Add(this.cboxCurRecipe);
this.panelEx1.Controls.Add(this.label4);
- resources.ApplyResources(this.panelEx1, "panelEx1");
this.panelEx1.Name = "panelEx1";
//
// btnSaveSpeedParam
@@ -523,10 +523,10 @@
//
// cboxCurRecipe
//
+ resources.ApplyResources(this.cboxCurRecipe, "cboxCurRecipe");
this.cboxCurRecipe.FormattingEnabled = true;
this.cboxCurRecipe.Items.AddRange(new object[] {
resources.GetString("cboxCurRecipe.Items")});
- resources.ApplyResources(this.cboxCurRecipe, "cboxCurRecipe");
this.cboxCurRecipe.Name = "cboxCurRecipe";
//
// label4
@@ -738,6 +738,7 @@
//
// groupBox4
//
+ resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.Controls.Add(this.dataGridView1);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.panel1);
@@ -747,13 +748,13 @@
this.groupBox4.Controls.Add(this.txtControlCenterPort);
this.groupBox4.Controls.Add(this.cboxEnableExceptionHandlingNozzle);
this.groupBox4.Controls.Add(this.cboxEnableScanBarCodeByDownCamera);
- resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.ForeColor = System.Drawing.Color.White;
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
//
// dataGridView1
//
+ resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
@@ -762,7 +763,6 @@
this.英文名,
this.是否显示,
this.是否需要登录});
- resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
@@ -810,9 +810,9 @@
//
// panel1
//
+ resources.ApplyResources(this.panel1, "panel1");
this.panel1.Controls.Add(this.radioButton4);
this.panel1.Controls.Add(this.radioButton3);
- resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// radioButton4
@@ -833,9 +833,9 @@
//
// txtControlCenterIP
//
+ resources.ApplyResources(this.txtControlCenterIP, "txtControlCenterIP");
this.txtControlCenterIP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtControlCenterIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- resources.ApplyResources(this.txtControlCenterIP, "txtControlCenterIP");
this.txtControlCenterIP.ForeColor = System.Drawing.Color.White;
this.txtControlCenterIP.Name = "txtControlCenterIP";
//
@@ -851,9 +851,9 @@
//
// txtControlCenterPort
//
+ resources.ApplyResources(this.txtControlCenterPort, "txtControlCenterPort");
this.txtControlCenterPort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtControlCenterPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- resources.ApplyResources(this.txtControlCenterPort, "txtControlCenterPort");
this.txtControlCenterPort.ForeColor = System.Drawing.Color.White;
this.txtControlCenterPort.Name = "txtControlCenterPort";
//
diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.cs b/Rs.DeweyTester/SysConfig/CommonConfig.cs
index d878635..bd46d3d 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.cs
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.cs
@@ -94,7 +94,7 @@ namespace Rs.MotionPlat.SysConfig
PositionHelper.BindPosition(groupBox8);
if(GlobalUser.IsSuper())
{
- cboxEnableStock.Visible = cboxRunSpace.Visible = cboxVirtualAxis.Visible = cboxEnableVirtuleBarCode.Visible = cboxInputTrayLoop.Visible = cboxCheckSafeEnable.Visible = cboxEnableIndexTimeStatistics.Visible = true;
+ cboxEnableStock.Visible = cboxRunSpace.Visible = cboxVirtualAxis.Visible = cboxEnableVirtuleBarCode.Visible = cboxInputTrayLoop.Visible = cboxCheckSafeEnable.Visible =true;
}
dataGridView1.AutoGenerateColumns = false;
BindMenu();
diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
index 7aa0dfe..12bda09 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
@@ -236,7 +236,7 @@
100, 21
- 155, 142
+ 154, 147
100, 21
@@ -250,6 +250,15 @@
SimulateTestYield:
+
+ 357, 189
+
+
+ 114, 16
+
+
+ Time statistics
+
670, 294
diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.resx b/Rs.DeweyTester/SysConfig/CommonConfig.resx
index 4ba5356..12e34fc 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.resx
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.resx
@@ -117,2725 +117,2722 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TC2通信日志
+
+
+ groupBox1
+
-
- 2
+
+ 42
-
-
- Flat
+
+ label15
-
- NoControl
+
+ 3
-
-
- 226, 396
+
+ 3
-
- 73, 24
+
+ cboxLanguage
-
- 7
+
+ cboxPrintTC5Communicate
-
- change
+
+ 1
-
- False
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- button1
+
+
+ 112, 167
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox8
+
+ 6
-
- 0
+
+ groupBox3
-
- 中文
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- English
+
+ groupBox4
-
- 76, 398
+
+ False
-
- 121, 20
+
+ 6
-
- 43
+
+ 17
-
- False
+
+ 29
-
- cboxLanguage
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
-
- groupBox8
+
+ Default
-
- 1
+
+ ID
-
+
True
-
- NoControl
+
+ 5
-
- 25, 402
+
+ MiddleLeft
-
- 35, 12
+
+ TC4
-
- 0
+
+ panelEx1
-
- 语言:
+
+ 11
-
+
False
-
- label2
+
+ NoControl
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox3
-
- groupBox8
+
+ Category:
-
- 2
+
+ 638, 225
-
- True
+
+ 155, 14
-
+
+ 1%
+
+
NoControl
-
- 484, 184
+
+ 113, 21
-
- 60, 16
+
+ NoControl
-
- 8
+
+ 0
-
- 循环跑
+
+ 153, 224
-
- False
+
+ 0
-
- cboxInputTrayLoop
+
+ tbarTakeTrayFromNg2InputSpeed
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 13
-
- groupBox8
+
+ 787, 441
-
- 3
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ 20
-
- NoControl
+
+ txtSiteID
-
- 353, 185
+
+ cboxEnableTC2
-
- 60, 16
+
+ groupBox1
-
- 8
+
+ Save
-
- 虚拟码
+
+ groupBox1
-
+
+ cboxEnableOkTrayCheckFull
+
+
False
-
- cboxEnableVirtuleBarCode
+
+ tableLayoutPanel1
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ radioButton4
-
- groupBox8
+
+ 47, 12
-
- 4
+
+ 1
-
- True
+
+ label2
-
- NoControl
+
+ ConfigID:
-
- 174, 185
+
+ 3, 363
-
- 60, 16
+
+ 启用虚拟二维码
-
- 8
+
+ 90, 6
-
- 虚拟轴
+
+ 59, 12
-
- False
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- cboxVirtualAxis
+
+ 8
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ panelEx1
-
- groupBox8
+
+ radioButton3
-
- 5
+
+ 772, 66
-
- True
+
+ tbarWholeSpeed
-
- NoControl
+
+ 10
-
- 627, 185
+
+ TC6通信日志
-
- 72, 16
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 8
+
+ 448, 278
-
- 安全检查
+
+ 153, 186
-
- False
+
+ 8
-
- cboxCheckSafeEnable
+
+ NoControl
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ CP
-
- groupBox8
+
+ panelEx1
-
- 6
+
+ 47, 38
-
- True
+
+ 35, 12
-
- NoControl
+
+ 37
-
- 26, 221
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 72, 16
+
+ False
-
- 8
+
+ 22
-
- 时间统计
+
+ Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.25.7, Culture=neutral, PublicKeyToken=null
-
+
False
-
- cboxEnableIndexTimeStatistics
+
+ 113, 21
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- groupBox8
+
+ False
-
- 7
+
+ TC4通信日志
-
- True
+
+ 是否显示
-
+
+ groupBox3
+
+
NoControl
-
- 174, 224
+
+ 638, 36
-
- 96, 16
+
+ 参数设置
-
- 8
+
+ NoControl
-
- 是否启用料仓
+
+ True
-
- False
+
+ InLine
-
- cboxEnableStock
+
+ 33
-
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox8
+
+ NoControl
-
- 8
+
+ 1
-
- True
+
+ groupBox8
-
- NoControl
+
+ 153, 72
-
- 26, 185
+
+ 中文名
-
- 48, 16
+
+ 4
-
- 8
+
+ Ok料仓满料拍照
-
- 空跑
+
+ ConfigName:
-
- False
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- cboxRunSpace
+
+ 粘料检测
-
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox8
+
+ 保存
-
- 9
+
+ groupBox3
-
- Fill
+
+ 弹框语言:
-
- 787, 3
+
+ True
-
- 778, 432
+
+ lblWholeSpeed
-
- 3
+
+ NoControl
-
- groupBox8
+
+ groupBox1
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 英文名
-
- tableLayoutPanel1
+
+ 1
-
- 0
+
+ 90, 16
-
- Flat
+
+ groupBox3
-
- NoControl
+
+ 186, 20
-
- 346, 167
+
+ TC1
-
- 168, 54
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 7
+
+ 11
-
- Save
+
+ groupBox1
-
- btnSaveRelCategory
+
+ 638, 148
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- groupBox3
+
+ 1
-
- 0
+
+ 10
-
- 112, 167
-
-
- 113, 21
-
-
- 14
-
-
- txtSiteID
+
+ 42
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 65, 12
-
- groupBox3
+
+ True
-
+
1
-
- SnCoating
+
+ 8
-
- Paint
+
+ 1%
-
- Others
+
+ True
-
- 346, 118
+
+ 59, 12
-
- 197, 20
+
+ NoControl
-
- 15
+
+ 料仓放料拍照
-
- comBoxCp
+
+ Fill
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- groupBox3
+
+ 386, 142
-
- 2
+
+ 42, 16
-
- SnCoating
+
+ False
-
- Paint
+
+ CommonConfig
-
- Others
+
+ MiddleLeft
-
- 346, 80
+
+ NoControl
-
- 197, 20
+
+ NoControl
-
- 15
+
+ 17, 12
-
- comBoxRelCategory
+
+ groupBox1
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 10
-
- groupBox3
+
+ 21
3
-
- InLine
-
-
- OQC
-
-
- IQC
-
-
- 352, 38
-
-
- 186, 20
-
-
- 15
+
+ 59, 12
-
- cboxHostType
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 137, 170
-
- groupBox3
+
+ 8
-
- 4
+
+ groupBox1
-
- SnCoating
+
+ groupBox1
-
- Paint
+
+ Center
-
- Others
+
+ 7
112, 117
-
- 113, 20
+
+ lblFlyCameraSpeed
-
- 15
+
+ 43
-
- cboxConfigName
+
+ 7
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox3
+
+ cboxDisableBuzzer
-
- 5
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ False
-
+
+ TC3
+
+
NoControl
-
- 307, 121
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 17, 12
+
+ 23
-
- 18
+
+ 8
-
- CP
+
+ 84, 16
-
- MiddleLeft
+
+ False
-
- label8
+
+ 564, 295
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox4
-
- groupBox3
+
+ txtConfig
-
- 6
+
+ 循环跑
-
- True
+
+ 144, 16
-
- 31, 217
+
+ Others
-
- 71, 12
+
+ 353, 185
-
- 16
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Sublotname:
+
+ label5
-
- MiddleLeft
+
+ 17, 12
-
- label18
+
+ panelEx1
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1568, 877
-
- groupBox3
+
+ 2
-
- 7
+
+ 8
-
- True
+
+ 2
-
- NoControl
+
+ 取放料方式:
-
- 265, 83
+
+ 10
-
- 59, 12
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 18
+
+ 8
-
- Category:
+
+ 24
-
- MiddleLeft
+
+ Others
-
- label3
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ False
-
- groupBox3
+
+ 整体速度:
-
+
8
-
- True
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ 15
-
- 281, 42
+
+ 5
-
- 65, 12
+
+ True
-
- 18
+
+ 90, 16
-
- Host Type:
+
+ 265, 83
-
- MiddleLeft
+
+ NoControl
-
- label11
+
+ 是否显示
-
+
+ 48, 16
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox3
+
+ NoControl
-
- 9
+
+ cboxMsgShowEn
-
- 112, 214
+
+ Ok料仓满料报警
-
- 113, 21
+
+ comBoxRelCategory
-
- 17
+
+ 778, 433
-
- txtSubLotName
+
+ 638, 182
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- groupBox3
+
+ TC5
-
- 10
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ MiddleLeft
-
- 31, 120
+
+ 3
-
- 71, 12
+
+ 96, 16
-
- 18
+
+ 3, 17
-
- ConfigName:
+
+ 7
-
- MiddleLeft
+
+ Fill
-
- label19
+
+ 438, 186
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ txtSimulateTestTime
-
- groupBox3
+
+ 293, 148
-
- 11
+
+ Others
-
- True
+
+ False
-
- 55, 167
+
+ 检测视觉软件是否打开
-
- 47, 12
+
+ False
-
- 19
+
+ NoControl
-
- SiteID:
+
+ groupBox3
-
- MiddleLeft
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- label20
+
+ True
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ MiddleLeft
-
+
groupBox3
-
- 12
+
+ button1
-
- True
+
+ 778, 432
-
- 37, 264
+
+ 1
-
- 65, 12
+
+ groupBox4
-
- 20
+
+ 2
-
- ProjectID:
+
+ groupBox1
-
- MiddleLeft
+
+ dataGridView1
-
- label21
+
+ SiteID:
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ False
-
- groupBox3
+
+ False
-
- 13
+
+ 2
-
- 112, 261
+
+ 16
-
- 113, 21
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 21
+
+ False
-
- txtProjectID
+
+ 2
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tableLayoutPanel1
-
- groupBox3
+
+ 中控IP:
-
- 14
-
-
- 112, 77
-
-
+