diff --git a/Rs.DeweyTester/Commom/GlobalVar.cs b/Rs.DeweyTester/Commom/GlobalVar.cs
index 95555b0..16b7c1b 100644
--- a/Rs.DeweyTester/Commom/GlobalVar.cs
+++ b/Rs.DeweyTester/Commom/GlobalVar.cs
@@ -23,6 +23,17 @@ namespace Rs.Framework
#region newpro
+ ///
+ /// 扫码失败是否测试
+ ///
+ [ParameterInit("bool", "true", "system", "扫码失败是否测试")]
+ public static bool ScanFailToTest
+ {
+ get
+ {
+ return SysConfigParam.GetValue(nameof(ScanFailToTest));
+ }
+ }
///
diff --git a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs
index b1edc71..faea53d 100644
--- a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs
+++ b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs
@@ -428,7 +428,7 @@ namespace Rs.MotionPlat.Flow
else if (fixtureret.Result == EOneGrabSixteenResult.LocationOkScanBarcodeFail)
{
Nozzle idleNozzle = NozzleManager.GetIdelNozzle();
- if (false)
+ if (!GlobalVar.ScanFailToTest)
{
StockTakeFlow.Instance.Take(ETrayType.Input, ret.SlotIndex, idleNozzle.NozzleIndex);
//放料
diff --git a/Rs.DeweyTester/Properties/AssemblyInfo.cs b/Rs.DeweyTester/Properties/AssemblyInfo.cs
index fdf1a60..42d27c9 100644
--- a/Rs.DeweyTester/Properties/AssemblyInfo.cs
+++ b/Rs.DeweyTester/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
- [assembly: AssemblyVersion("20.25.26.1")]
+ [assembly: AssemblyVersion("20.25.27.2")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
index c741ead..99c5a6f 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
@@ -93,6 +93,7 @@
this.cboxEnableBeforePlaceTrayToOkGrab = new System.Windows.Forms.CheckBox();
this.cboxEnableOkTrayCheckFull = new System.Windows.Forms.CheckBox();
this.cboxEnableBeforePlaceProductGrab = new System.Windows.Forms.CheckBox();
+ this.cboxScanFailToTest = new System.Windows.Forms.CheckBox();
this.cboxDisableBuzzer = new System.Windows.Forms.CheckBox();
this.cboxCheckVisionSwOpened = new System.Windows.Forms.CheckBox();
this.cboxIsSimTest = new System.Windows.Forms.CheckBox();
@@ -151,6 +152,7 @@
//
// groupBox8
//
+ resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.Controls.Add(this.txtHightChannel);
this.groupBox8.Controls.Add(this.button1);
this.groupBox8.Controls.Add(this.cboxLanguage);
@@ -162,7 +164,6 @@
this.groupBox8.Controls.Add(this.cboxEnableStock);
this.groupBox8.Controls.Add(this.cboxRunSpace);
this.groupBox8.Controls.Add(this.label14);
- resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.ForeColor = System.Drawing.Color.White;
this.groupBox8.Name = "groupBox8";
this.groupBox8.TabStop = false;
@@ -175,9 +176,9 @@
//
// 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;
@@ -185,11 +186,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
@@ -247,6 +248,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);
@@ -266,16 +268,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;
@@ -289,47 +290,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);
//
@@ -404,6 +405,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);
@@ -431,6 +433,7 @@
this.groupBox1.Controls.Add(this.cboxEnableBeforePlaceTrayToOkGrab);
this.groupBox1.Controls.Add(this.cboxEnableOkTrayCheckFull);
this.groupBox1.Controls.Add(this.cboxEnableBeforePlaceProductGrab);
+ this.groupBox1.Controls.Add(this.cboxScanFailToTest);
this.groupBox1.Controls.Add(this.cboxDisableBuzzer);
this.groupBox1.Controls.Add(this.cboxCheckVisionSwOpened);
this.groupBox1.Controls.Add(this.cboxIsSimTest);
@@ -448,7 +451,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;
@@ -535,10 +537,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
@@ -553,10 +555,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
@@ -655,6 +657,13 @@
this.cboxEnableBeforePlaceProductGrab.UseVisualStyleBackColor = true;
this.cboxEnableBeforePlaceProductGrab.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged);
//
+ // cboxScanFailToTest
+ //
+ resources.ApplyResources(this.cboxScanFailToTest, "cboxScanFailToTest");
+ this.cboxScanFailToTest.Name = "cboxScanFailToTest";
+ this.cboxScanFailToTest.UseVisualStyleBackColor = true;
+ this.cboxScanFailToTest.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged);
+ //
// cboxDisableBuzzer
//
resources.ApplyResources(this.cboxDisableBuzzer, "cboxDisableBuzzer");
@@ -768,6 +777,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);
@@ -777,13 +787,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[] {
@@ -792,7 +802,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);
@@ -840,9 +849,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
@@ -863,9 +872,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";
//
@@ -881,9 +890,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";
//
@@ -1027,5 +1036,6 @@
private System.Windows.Forms.TextBox txtHightChannel;
private System.Windows.Forms.TextBox txtBarcodeLength;
private System.Windows.Forms.Label label22;
+ private System.Windows.Forms.CheckBox cboxScanFailToTest;
}
}
\ No newline at end of file
diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
index cb55c9d..e542fe0 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
@@ -117,10 +117,6 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
251, 388
@@ -152,9 +148,6 @@
36, 206
-
- False
-
853, 3
@@ -356,6 +349,15 @@
take photos of the bin before loading
+
+ 641, 206
+
+
+ 126, 16
+
+
+ Scan fail to test
+
684, 243
diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.resx b/Rs.DeweyTester/SysConfig/CommonConfig.resx
index 5e57e70..4dfe8f5 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.resx
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.resx
@@ -117,2836 +117,2869 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
-
- 102, 295
+
+ TC2通信日志
-
- 72, 21
+
+ groupBox1
-
- 44
+
+ 4
-
- 1
+
+ label15
-
- False
+
+ cboxLanguage
-
- txtHightChannel
+
+ cboxPrintTC5Communicate
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- groupBox8
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0
+
+
+ 112, 167
-
-
- Flat
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+
+ 10
-
- 226, 396
+
+ groupBox3
-
- 73, 24
+
+ 8
-
- 7
+
+ groupBox1
-
- change
+
+ groupBox4
-
+
False
-
- button1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox8
+
+ 8
-
- 1
+
+ 19
-
- 中文
+
+ 32
-
- English
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 76, 398
+
+ 4
-
- 121, 20
+
+ ID
-
- 43
+
+ True
-
+
False
-
- cboxLanguage
+
+ MiddleLeft
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TC4
-
- groupBox8
+
+ panelEx1
-
- 2
+
+ 11
-
- True
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+
NoControl
-
- 25, 402
-
-
- 35, 12
-
-
- 0
+
+ groupBox8
-
- 语言:
+
+ Category:
-
- False
+
+ 638, 225
-
- label2
+
+ System.Windows.Forms.CheckBox, 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
+
+ 1%
-
- groupBox8
+
+ SnCoating
-
- 3
+
+ 113, 21
-
- True
+
+ 0
-
+
NoControl
-
- 484, 184
-
-
- 60, 16
+
+ 7
-
- 8
+
+ 0
-
- 循环跑
+
+ tbarTakeTrayFromNg2InputSpeed
-
- False
+
+ 15
-
- cboxInputTrayLoop
+
+ 787, 441
-
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox8
+
+ NoControl
-
- 4
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, 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
+
+ 10
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 34, 298
-
- groupBox8
+
+ radioButton4
-
- 5
+
+ 47, 12
-
- True
+
+ 71, 12
-
- NoControl
+
+ 1
-
- 174, 185
+
+ label2
-
- 60, 16
+
+ 27
-
- 8
+
+ cboxEnableCheckStickMaterial
-
- 虚拟轴
+
+ 3, 363
-
- False
+
+ 启用虚拟二维码
-
- cboxVirtualAxis
+
+ 90, 6
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 59, 12
-
- groupBox8
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 6
+
+ radioButton3
-
+
True
-
- NoControl
+
+ 772, 66
-
- 627, 185
+
+ tbarWholeSpeed
-
- 72, 16
+
+ 10
-
- 8
+
+ True
-
- 安全检查
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- False
+
+ 448, 278
-
- cboxCheckSafeEnable
+
+ 65, 12
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ txtSimulateTestYield
-
+
groupBox8
-
- 7
+
+ CP
-
- True
+
+ panelEx1
-
- NoControl
+
+ False
-
- 174, 224
+
+ 47, 38
-
- 96, 16
+
+ 35, 12
-
- 8
+
+ 40
-
- 是否启用料仓
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
False
-
- cboxEnableStock
+
+ 24
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=20.25.27.1, Culture=neutral, PublicKeyToken=null
-
- groupBox8
+
+ False
-
- 8
+
+ 113, 21
-
+
+ cboxMsgShowCn
+
+
+ label22
+
+
True
-
- NoControl
+
+ False
-
- 26, 185
+
+ TC4通信日志
-
- 48, 16
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
8
-
- 空跑
-
-
- False
+
+ groupBox3
-
- cboxRunSpace
+
+ NoControl
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- groupBox8
+
+ NoControl
-
- 9
+
+ cboxEnableBeforePlaceProductGrab
-
+
True
-
- NoControl
+
+ InLine
-
- 34, 298
+
+ label11
-
- 59, 12
+
+ label16
-
- 10
+
+ NoControl
-
- 高速通道:
+
+ 1
-
- False
+
+ groupBox8
-
- label14
+
+ 153, 72
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ groupBox3
-
- groupBox8
+
+ 4
-
- 10
+
+ NoControl
-
- Fill
+
+ ConfigName:
-
- 787, 3
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 778, 432
+
+ 粘料检测
-
- 3
+
+ False
-
- groupBox8
+
+ System.Windows.Forms.TextBox, 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
+
+ 保存
-
- tableLayoutPanel1
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0
+
+ 弹框语言:
-
- Flat
+
+ 配方:
-
+
+ lblWholeSpeed
+
+
NoControl
-
- 346, 167
+
+ groupBox1
-
- 168, 54
+
+ 英文名
-
- 7
+
+ 1
-
- Save
+
+ 90, 16
-
- btnSaveRelCategory
+
+ groupBox3
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 186, 20
-
- groupBox3
+
+ TC1
-
- 0
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 112, 167
+
+ 11
-
- 113, 21
+
+ groupBox1
-
- 14
+
+ 638, 148
-
- txtSiteID
+
+ True
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- groupBox3
+
+ groupBox1
-
- 1
+
+ cboxEnableVirtualBarCode
-
- SnCoating
+
+ 42
-
- Paint
+
+ 65, 12
-
- Others
+
+ True
-
- 346, 118
+
+ 48, 16
-
- 197, 20
+
+ 1
-
- 15
+
+ 8
-
- comBoxCp
+
+ 638, 68
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 9
+
+
+ 59, 12
groupBox3
-
- 2
+
+ True
-
- SnCoating
+
+ cboxPrintTC1Communicate
-
- Paint
+
+ 料仓放料拍照
-
- Others
+
+ Fill
-
- 346, 80
+
+ 386, 142
-
- 197, 20
+
+ True
-
- 15
+
+ label9
-
- comBoxRelCategory
+
+ MiddleLeft
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- groupBox3
+
+ NoControl
-
- 3
+
+ 21
-
- InLine
+
+ 17, 12
-
- OQC
+
+ groupBox1
-
- IQC
+
+ 12
-
- 352, 38
+
+ 23
-
- 186, 20
+
+ 3
-
- 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
+
+ True
-
- 4
+
+ 8
-
- SnCoating
+
+ cboxScanFailToTest
-
- Paint
+
+ groupBox1
-
- Others
+
+ Center
+
+
+ 7
+
+
+ 8
112, 117
-
- 113, 20
+
+ lblFlyCameraSpeed
-
- 15
+
+ 43
-
- cboxConfigName
+
+ 9
-
- 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
-
+
+ ProjectID:
+
+
NoControl
-
- 307, 121
+
+ 35, 117
-
- 17, 12
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 18
+
+ 25
-
- CP
+
+ groupBox3
-
- MiddleLeft
+
+ TC3
-
- label8
+
+ 8
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 22
-
- groupBox3
+
+ False
-
- 6
+
+ 564, 295
-
- True
+
+ groupBox4
-
- 31, 217
-
-
- 71, 12
-
-
- 16
+
+ txtConfig
-
- Sublotname:
+
+ 循环跑
-
- MiddleLeft
+
+ 153, 40
-
- label18
+
+ Others
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 353, 185
-
- groupBox3
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 7
+
+ label5
-
- True
+
+ 17, 12
-
- NoControl
+
+ panelEx1
-
- 265, 83
+
+ 1568, 877
-
- 59, 12
+
+ 2
-
- 18
+
+ 8
-
- Category:
+
+ 8
-
- MiddleLeft
+
+ 取放料方式:
-
- label3
+
+ 10
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox3
-
-
+
8
-
- True
-
-
- NoControl
+
+ 26
-
- 281, 42
+
+ Others
-
- 65, 12
+
+ Paint
-
- 18
+
+ False
-
- Host Type:
+
+ 整体速度:
-
- MiddleLeft
+
+ 8
-
- label11
+
+ 174, 224
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox3
-
-
- 9
+
+ 15
-
- 112, 214
+
+ 7
-
- 113, 21
+
+ True
-
- 17
+
+ 90, 16
-
- txtSubLotName
+
+ 265, 83
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- groupBox3
+
+ 是否显示
-
- 10
+
+ NoControl
-
- True
+
+ NoControl
-
- 31, 120
+
+ cboxMsgShowEn
-
- 71, 12
+
+ 8
-
- 18
+
+ comBoxRelCategory
-
- ConfigName:
+
+ 778, 433
-
- MiddleLeft
+
+ groupBox1
-
- label19
+
+ 638, 182
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- groupBox3
+
+ 778, 432
-
- 11
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ 21
-
- 55, 167
+
+ 4
-
- 47, 12
+
+ True
-
- 19
+
+ 96, 16
-
- SiteID:
+
+ NoControl
-
- MiddleLeft
+
+ 50, 113
-
- label20
+
+ 43
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox3
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 12
+
+ 438, 186
-
- True
+
+ groupBox1
-
- 37, 264
+
+ txtSimulateTestTime
-
- 65, 12
+
+ 293, 148
-
- 20
+
+ panelEx1
-
- ProjectID:
+
+ 检测视觉软件是否打开
-
- MiddleLeft
+
+ False
-
- label21
+
+ NoControl
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 55, 167
-
- groupBox3
+
+ NoControl
-
- 13
+
+