diff --git a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs
index 93f1423..f282527 100644
--- a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs
+++ b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs
@@ -326,6 +326,7 @@ namespace Rs.MotionPlat.Flow
{
//先把轴移动到安全位
DischargeModuleGoSafePosFlow.Instance.GoSafePostion();
+ TakeTrayFlow.Instance.Take(ETrayType.Input, ETrayType.Empty);
//TakeTrayFlow.Instance.Take(ETrayType.Input, ETrayType.Empty);
//Stock2Flow.Instance.PrepareTray();
StockManager.PrepareTray(2);
@@ -341,7 +342,7 @@ namespace Rs.MotionPlat.Flow
//先把轴移动到安全位
DischargeModuleGoSafePosFlow.Instance.GoSafePostion();
TakeTrayFlow.Instance.Take(ETrayType.Input, ETrayType.Empty);
- GlobalTray.InputTray.ChangeStatus(ESlotStatus.Have);
+ //GlobalTray.InputTray.ChangeStatus(ESlotStatus.Have);
takeSlotIndex = 1;
}
}
diff --git a/Rs.DeweyTester/Flow/SubFlow/StockTakeFlow.cs b/Rs.DeweyTester/Flow/SubFlow/StockTakeFlow.cs
index 5a5a333..4f9172c 100644
--- a/Rs.DeweyTester/Flow/SubFlow/StockTakeFlow.cs
+++ b/Rs.DeweyTester/Flow/SubFlow/StockTakeFlow.cs
@@ -94,7 +94,7 @@ namespace Rs.MotionPlat.Flow.SubFlow
curNozzle = NozzleManager.GetNozzle(nozzleIndex);
if (curNozzle != null)
{
- if(trayType== ETrayType.Input)
+ if (trayType== ETrayType.Input)
{
waitTakeProductSlot = GlobalTray.InputTray.GetSlot(slotIndex);
}
@@ -149,6 +149,7 @@ namespace Rs.MotionPlat.Flow.SubFlow
}
break;
case EStockTakeFlowStep.到料仓取料位下方:
+
targetPosition.StockZ = NozzleManager.GetNozzleToTrayTakeProductPos(trayType, curNozzle.NozzleIndex);
if (NozzleManager.Go(curNozzle, targetPosition.StockZ, GlobalVar.WholeSpeed))
{
@@ -265,6 +266,8 @@ namespace Rs.MotionPlat.Flow.SubFlow
case EButtonType.Retry:
logInfo = GetClassName() + $"选择了重试";
MessageQueue.Instance.Insert(logInfo);
+ curNozzle.VacBreak(EIoOperate.Close, GetClassName());
+ curNozzle.VacSuction(EIoOperate.Close, GetClassName());
//先把产品放下
//StockPlaceFlow.Instance.Place(ETrayType.Input, waitTakeProductSlot.Index, curNozzle.NozzleIndex);
flowStep = EStockTakeFlowStep.到料仓取料位下方;
diff --git a/Rs.DeweyTester/Home.cs b/Rs.DeweyTester/Home.cs
index 65ac68b..4bcdd55 100644
--- a/Rs.DeweyTester/Home.cs
+++ b/Rs.DeweyTester/Home.cs
@@ -684,11 +684,11 @@ namespace Rs.MotionPlat
string dirpath = string.Empty;
dirpath = "D://Communition";
- string[] dirs = Directory.GetDirectories(dirpath);
if (!Directory.Exists(dirpath))
{
Directory.CreateDirectory(dirpath);
}
+ string[] dirs = Directory.GetDirectories(dirpath);
foreach (var dir in dirs)
{
DirectoryInfo di = new DirectoryInfo(dir);
diff --git a/Rs.DeweyTester/Properties/AssemblyInfo.cs b/Rs.DeweyTester/Properties/AssemblyInfo.cs
index c667a67..e730f29 100644
--- a/Rs.DeweyTester/Properties/AssemblyInfo.cs
+++ b/Rs.DeweyTester/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
- [assembly: AssemblyVersion("1.20.24.27")]
+ [assembly: AssemblyVersion("1.20.24.28")]
//[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 6c975c1..7c68962 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs
@@ -146,6 +146,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);
@@ -156,16 +157,15 @@
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;
@@ -173,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
@@ -237,6 +237,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);
@@ -256,16 +257,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;
@@ -279,47 +279,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);
//
@@ -394,6 +394,7 @@
//
// groupBox1
//
+ resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.txtUphRefreshCycle);
this.groupBox1.Controls.Add(this.cboxMsgShowEn);
this.groupBox1.Controls.Add(this.cboxMsgShowCn);
@@ -434,7 +435,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;
@@ -496,10 +496,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
@@ -514,10 +514,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
@@ -529,7 +529,7 @@
//
resources.ApplyResources(this.tbarFlyCameraSpeed, "tbarFlyCameraSpeed");
this.tbarFlyCameraSpeed.LargeChange = 1;
- this.tbarFlyCameraSpeed.Maximum = 100;
+ this.tbarFlyCameraSpeed.Maximum = 7;
this.tbarFlyCameraSpeed.Minimum = 1;
this.tbarFlyCameraSpeed.Name = "tbarFlyCameraSpeed";
this.tbarFlyCameraSpeed.TickStyle = System.Windows.Forms.TickStyle.None;
@@ -730,6 +730,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);
@@ -739,13 +740,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[] {
@@ -754,7 +755,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);
@@ -802,9 +802,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
@@ -825,9 +825,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";
//
@@ -843,9 +843,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.en-US.resx b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
index 298aff0..6c89982 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx
@@ -266,10 +266,10 @@
838, 66
- 296, 44
+ 154, 71
- 299, 73
+ 154, 42
512, 211
@@ -416,10 +416,10 @@
Disabled safety door
- 296, 14
+ 156, 12
- 166, 73
+ 26, 71
125, 12
@@ -428,10 +428,10 @@
Code scanning speed:
- 599, 49
+ 460, 74
- 166, 52
+ 26, 50
125, 12
@@ -440,13 +440,13 @@
Handling tray speed:
- 600, 73
+ 459, 48
- 599, 18
+ 459, 16
- 202, 18
+ 62, 16
89, 12
diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.resx b/Rs.DeweyTester/SysConfig/CommonConfig.resx
index 4a1d6dd..12c7ff8 100644
--- a/Rs.DeweyTester/SysConfig/CommonConfig.resx
+++ b/Rs.DeweyTester/SysConfig/CommonConfig.resx
@@ -117,2698 +117,2701 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
-
- Flat
-
-
- NoControl
-
-
-
- 226, 396
+
+ TC2通信日志
-
- 73, 24
+
+ groupBox1
-
- 7
+
+
+ 42
-
- change
+
+ label15
-
- False
+
+ cboxLanguage
-
- button1
+
+ cboxPrintTC5Communicate
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- groupBox8
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0
+
+
+ 112, 167
-
- 中文
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- English
+
+ 6
-
- 76, 398
+
+ groupBox3
-
- 121, 20
+
+ groupBox1
-
- 43
+
+ groupBox4
-
+
False
-
- cboxLanguage
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 5
-
- groupBox8
+
+ 15
-
- 1
+
+ 27
-
- True
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+
NoControl
-
- 25, 402
-
-
- 35, 12
+
+ Default
-
- 0
+
+ ID
-
- 语言:
+
+ True
-
+
False
-
- label2
+
+ MiddleLeft
-
- System.Windows.Forms.Label, 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
-
- 484, 184
-
-
- 60, 16
-
-
- 8
-
-
- 循环跑
+
+ groupBox3
-
- False
+
+ Category:
-
- cboxInputTrayLoop
+
+ 638, 225
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 155, 14
-
- groupBox8
+
+ 1%
-
- 3
+
+ NoControl
-
- True
+
+ 113, 21
-
+
NoControl
-
- 353, 185
+
+ 0
-
- 60, 16
+
+ 153, 224
-
- 8
+
+ 0
-
- 虚拟码
+
+ tbarTakeTrayFromNg2InputSpeed
-
- False
+
+ 11
-
- cboxEnableVirtuleBarCode
+
+ 787, 441
-
+
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox8
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4
+
+ 20
-
- True
+
+ txtSiteID
-
- NoControl
+
+ cboxEnableTC2
-
- 174, 185
+
+ groupBox1
-
- 60, 16
+
+ Save
-
- 8
+
+ groupBox1
-
- 虚拟轴
+
+ cboxEnableOkTrayCheckFull
-
+
False
-
- cboxVirtualAxis
+
+ tableLayoutPanel1
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ radioButton4
-
- groupBox8
+
+ 47, 12
-
- 5
+
+ 1
-
- True
+
+ label2
-
- NoControl
+
+ ConfigID:
-
- 627, 185
-
-
- 72, 16
+
+ 3, 363
-
- 8
+
+ 启用虚拟二维码
-
- 安全检查
+
+ 90, 6
-
- False
+
+ 59, 12
-
- cboxCheckSafeEnable
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- groupBox8
+
+ 772, 66
-
- 6
+
+ tbarWholeSpeed
-
- True
+
+ 10
-
- NoControl
+
+ TC6通信日志
-
- 26, 221
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 72, 16
+
+ 448, 278
-
+
8
-
- 时间统计
+
+ NoControl
-
- False
+
+ CP
-
- cboxEnableIndexTimeStatistics
+
+ panelEx1
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 47, 38
-
- groupBox8
+
+ 35, 12
-
- 7
+
+ 35
-
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
True
-
- NoControl
+
+ 20
-
- 174, 224
+
+ Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.24.28, Culture=neutral, PublicKeyToken=null
-
- 96, 16
+
+ False
-
- 8
+
+ 113, 21
-
- 是否启用料仓
+
+ cboxMsgShowCn
-
- False
+
+ True
-
- cboxEnableStock
+
+ False
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TC4通信日志
-
- groupBox8
+
+ 是否显示
-
- 8
+
+ groupBox3
-
- True
+
+ NoControl
-
+
NoControl
-
- 26, 185
+
+ NoControl
-
- 48, 16
+
+ True
-
- 8
+
+ InLine
-
- 空跑
+
+ 31
-
- False
+
+ label16
-
- cboxRunSpace
+
+ NoControl
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
+
groupBox8
-
- 9
+
+ 153, 72
-
- Fill
+
+ 中文名
-
- 787, 3
+
+ 4
-
- 778, 432
+
+ NoControl
-
- 3
+
+ ConfigName:
-
- groupBox8
+
+ System.Windows.Forms.ComboBox, 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
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tableLayoutPanel1
+
+ 保存
-
- 0
+
+ groupBox3
-
- Flat
+
+ 弹框语言:
-
- NoControl
+
+ True
-
- 346, 167
+
+ groupBox8
-
- 168, 54
+
+ NoControl
-
- 7
+
+ groupBox1
-
- Save
+
+ 英文名
-
- btnSaveRelCategory
+
+ 1
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 90, 16
-
+
groupBox3
-
- 0
+
+ 186, 20
-
- 112, 167
+
+ TC1
-
- 113, 21
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 14
+
+ 11
-
- txtSiteID
+
+ groupBox1
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 638, 148
-
- groupBox3
+
+ True
-
- 1
+
+ 10
-
- SnCoating
+
+ 42
-
- Paint
+
+ 65, 12
-
- Others
+
+ True
-
- 346, 118
+
+ 1
-
- 197, 20
+
+ 8
-
- 15
+
+ 1%
-
- comBoxCp
+
+ True
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 59, 12
-
- groupBox3
+
+ True
-
- 2
+
+ lblWholeSpeed
-
- SnCoating
+
+ 料仓放料拍照
-
- Paint
+
+ Fill
-
- Others
+
+ NoControl
-
- 346, 80
+
+ 386, 142
-
- 197, 20
+
+ 42, 16
-
- 15
+
+ False
-
- comBoxRelCategory
+
+ CommonConfig
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- groupBox3
+
+ MiddleLeft
-
- 3
+
+ NoControl
-
- InLine
+
+ NoControl
-
- OQC
+
+ 17, 12
-
- IQC
+
+ groupBox1
-
- 352, 38
+
+ 8
-
- 186, 20
+
+ 19
-
- 15
+
+ 3
-
- cboxHostType
+
+ 59, 12
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null
-
- groupBox3
+
+ 137, 170
-
- 4
+
+ 8
-
- SnCoating
+
+ groupBox1
-
- Paint
+
+ Center
-
- Others
+
+ 7
112, 117
-
- 113, 20
+
+ label21
-
- 15
+
+ Bottom
-
- cboxConfigName
+
+ 43
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 7
-
- groupBox3
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 5
+
+ cboxDisableBuzzer
-
- True
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TC3
+
+
NoControl
-
- 307, 121
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 17, 12
+
+ 21
-
- 18
+
+ 8
-
- CP
+
+ 84, 16
-
- MiddleLeft
+
+ 564, 295
-
- label8
+
+ groupBox4
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ txtConfig
-
- groupBox3
+
+ 循环跑
-
- 6
+
+ 144, 16
-
- True
+
+ Others
-
- 31, 217
+
+ 353, 185
-
- 71, 12
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 16
+
+ label5
-
- Sublotname:
+
+ 17, 12
-
- MiddleLeft
+
+ panelEx1
-
- label18
+
+ 1568, 877
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- groupBox3
+
+ 8
-
- 7
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 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:
+
+ 22
-
- 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
+
+ 整体速度:
-
+
+ 0
+
+
8
-
- True
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ 15
-
- 281, 42
+
+ 4
-
- 65, 12
+
+ True
-
- 18
+
+ 90, 16
-
- Host Type:
+
+ 265, 83
-
- MiddleLeft
+
+ NoControl
-
- label11
+
+ 是否显示
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox3
-
-
- 9
-
-
- 112, 214
-
-
- 113, 21
+
+ NoControl
-
- 17
+
+ cboxMsgShowEn
-
- txtSubLotName
+
+ Ok料仓满料报警
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ comBoxRelCategory
-
- groupBox3
+
+ 778, 433
-
- 10
+
+ English
-
+
True
-
- 31, 120
+
+ NoControl
-
- 71, 12
+
+ TC5
-
- 18
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ConfigName:
+
+ 21
-
- MiddleLeft
+
+ 3
-
- label19
+
+ 96, 16
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3, 17
-
- groupBox3
+
+ 7
-
- 11
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 55, 167
+
+ 438, 186
-
- 47, 12
+
+ txtSimulateTestTime
-
- 19
+
+ 293, 148
-
- SiteID:
+
+ Others
-
- MiddleLeft
+
+ False
-
- label20
+
+ 检测视觉软件是否打开
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ False
-
+
groupBox3
-
- 12
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
True
-
- 37, 264
+
+ MiddleLeft
-
- 65, 12
+
+ groupBox3
-
- 20
+
+ button1
-
- ProjectID:
+
+ 778, 432
-
- MiddleLeft
+
+ 1
-
- label21
+
+ groupBox4
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- groupBox3
+
+ groupBox1
-
- 13
+
+ dataGridView1
-
- 112, 261
+
+ SiteID:
-
- 113, 21
+
+ False
-
- 21
+
+ 2
-
- txtProjectID
+
+ 14
-
- System.Windows.Forms.TextBox, 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
-
- groupBox3
+
+ False
-
- 14
+
+ 2
-
- 112, 77
+
+ tableLayoutPanel1
-
+
+ 4
+
+
113, 21
-
- 12
+
+