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 + + True - - txtConfig + + groupBox1 - + + 8 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + 102, 35 - - 15 + + 6, 12 - - True + + groupBox1 - - 43, 80 + + True - - 59, 12 + + True - - 13 + + 300, 20 - - ConfigID: + + NoControl - - MiddleLeft + + btnSaveSpeedParam - - label17 + + 127.0.0.1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label26 - + groupBox3 - - 16 - - - 112, 38 - - - 113, 21 + + 48, 16 - - 11 + + 346, 118 - - txtMachineID + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 185 - - groupBox3 + + 1 - - 17 + + 6 - - True + + 112, 214 - - NoControl + + 13 - - 37, 41 + + 90, 16 - - 65, 12 + + 113, 21 - - 10 + + True - - MachineID: + + False - - label5 + + Flat - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cboxPrintTC4Communicate - - groupBox3 + + True - - 18 + + 42, 16 - + Fill - - 3, 441 - - - 778, 433 - - - 2 + + Center - + groupBox3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 参数设置 - - tableLayoutPanel1 + + cboxPrintTC3Communicate - - 1 + + 638, 109 - - 155, 109 + + IQC - - 100, 21 + + 0 - - 12 + + 1 - - txtUphRefreshCycle + + OQC - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label20 - - groupBox1 + + lblFlyCameraSpeed - - 0 + + groupBox4 - + + 35, 12 + + True - - NoControl + + 93, 21 - - 705, 294 + + 10 - - 48, 16 + + 12 - - 8 + + 300, 20 - - 英文 + + label19 - - False + + groupBox3 - - cboxMsgShowEn + + 72, 16 - - System.Windows.Forms.CheckBox, 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 - - groupBox1 + + 5 - - 1 + + cboxPrintTC6Communicate - - True + + txtSubLotName - - NoControl + + True - - 641, 294 + + groupBox3 - - 48, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + 71, 12 - - 中文 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + False - - cboxMsgShowCn + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - + groupBox1 - - 2 + + groupBox1 - - 386, 142 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 94, 21 + + False - - 11 + + lblTakeTrayFromNg2InputSpeed - - txtSimulateTestYield + + True - - 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 - - groupBox1 + + Host Type: - - 3 + + cboxEnableIndexTimeStatistics - - 386, 107 + + 512, 186 - - 94, 21 + + 8 - - 11 + + NoControl - - txtSimulateTestTime + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24 - - groupBox1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + label3 - - True + + 2 - + + 108, 16 + + + groupBox1 + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 293, 148 + + MiddleLeft - - 83, 12 + + MiddleLeft - - 10 + + 772, 413 - - 模拟测试良率: + + 3, 441 - - label13 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - groupBox1 + + NoControl - - 5 + + True - + True - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 564, 295 + + tableLayoutPanel1 - - 59, 12 + + 94, 21 - - 10 + + 83, 12 - - 弹框语言: + + 13 - - False + + label12 - - label10 + + 72, 16 - + + 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 - - groupBox1 + + groupBox4 - - 6 + + groupBox3 - - True + + 190, 33 - + + cboxInputTrayLoop + + + 60, 16 + + + 11 + + NoControl - - 50, 113 + + Menu - - 77, 12 + + cboxEnableTC1 - - 10 + + 语言: - - UPH刷新周期: + + 8 - - label9 + + System.Windows.Forms.DataGridViewCheckBoxColumn, 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 + + NoControl - - groupBox1 + + 0 - + + groupBox4 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - True + + label8 - - NoControl + + 74, 72 - - 293, 113 + + Ok料仓满料拍照 - - 83, 12 + + NoControl - - 10 + + 1568, 877 模拟测试时间: - - label12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - groupBox1 + + 113, 21 - - 8 + + 42, 16 - + True - - NoControl + + cboxCurRecipe - - 80, 187 + + NoControl - - 59, 12 + + 从左到右 - - 10 + + 12 - - 治具启用: - - - label7 - - - System.Windows.Forms.Label, 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 - - groupBox1 + + 8 - - 9 + + 787, 3 - - Bottom, Right + + 时间统计 - - Flat + + Paint - - NoControl + + 0 - - 572, 6 + + panel1 - - 197, 54 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + cboxIsSimTest - - 保存 + + False - - btnSaveSpeedParam + + 55, 167 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - panelEx1 + + 15 - - 0 + + label27 - - Default + + 29 - - 102, 35 + + True - - 348, 20 + + NoControl - - 1 + + True - - False + + MiddleLeft - - cboxCurRecipe + + 11 - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelEx1 + + groupBox1 - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + cboxConfigName - + NoControl - - 47, 38 - - - 35, 12 + + NoControl - - 0 + + 12 - - 配方: + + NoControl - - False + + groupBox1 - - label4 + + groupBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label10 - - panelEx1 + + 17, 12 - - 2 + + btnSaveRelCategory - - Bottom + + groupBox3 - - 3, 363 + + 8 - - 772, 66 + + NoControl - - 2 + + True - - panelEx1 + + 197, 20 - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + Flat - - 10 + + True - + False - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 153, 72 + + 37, 167 - - 300, 20 + + 113, 20 - - 1 + + cboxCheckVisionSwOpened - - tbarFlyCameraSpeed + + 33 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - groupBox1 + + 35, 117 - - 11 + + 17 - + + 模拟测试良率: + + False - - NoControl + + True - - 153, 40 + + 26 - - 300, 20 + + 7 - - 1 + + 627, 185 - - tbarTakeTrayFromNg2InputSpeed + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - groupBox1 + + 299, 278 - - 12 + + 112, 38 - - True + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 572, 6 - - 512, 186 + + 虚拟轴 - - 42, 16 + + 96, 16 - - 8 - - - TC6 - - - cboxEnableTC6 + + groupBox3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - groupBox1 + + cboxVirtualAxis - - 13 + + 197, 20 - - True + + 348, 20 - - NoControl + + 15 - - 373, 186 + + cboxEnableScanBarCodeByDownCamera - - 42, 16 + + label6 - - 8 + + True - - TC4 + + 778, 433 - - cboxEnableTC4 + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 空跑 - - groupBox1 + + 108, 16 - - 14 + + 1 - + True - - NoControl + + 448, 312 - - 438, 186 + + cboxPrintTC1Communicate - - 42, 16 + + NoControl - - 8 + + txtSimulateTestYield - - TC5 + + groupBox8 - - cboxEnableTC5 + + 227, 186 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 12 - + groupBox1 - - 15 + + 9 - + True - - NoControl + + groupBox3 - - 299, 186 + + groupBox1 - - 42, 16 + + True - - 8 + + 0 - - TC3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxEnableTC3 + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + UPH刷新周期: - - groupBox1 + + SnCoating - - 16 + + 0 - - True + + 中文 - - NoControl + + 英文 - - 227, 186 + + 3 - - 42, 16 + + cboxHostType - + 8 - - TC2 - - - cboxEnableTC2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - groupBox1 + + 37, 41 - - 17 + + 飞拍速度: - - True + + 26, 221 - - NoControl + + 346, 167 - - 153, 186 + + 14 - - 42, 16 + + 16 - - 8 + + 0 - - TC1 + + TC2 - - cboxEnableTC1 + + groupBox1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 352, 38 - - groupBox1 + + 174, 224 - - 18 + + 42, 16 - - True + + 15 - - NoControl + + groupBox8 - - 638, 148 + + 30 - - 108, 16 + + 0 - - 8 + + groupBox1 - - 启用虚拟二维码 + + 77, 12 - - cboxEnableVirtualBarCode + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - groupBox1 + + 28 - - 19 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - NoControl + + cboxEnableVirtuleBarCode - - 638, 68 + + False - - 108, 16 + + 178, 21 - - 8 + + 778, 432 - - Ok料仓满料拍照 + + txtProjectID - - cboxEnableBeforePlaceTrayToOkGrab + + 65, 12 - + + 300, 20 + + + 71, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + Fill - - 20 + + panel1 - - True + + 293, 113 - - NoControl + + 8 - - 638, 36 + + 16 - - 108, 16 + + NoControl - - 8 + + 10 - - Ok料仓满料报警 + + 0 - - cboxEnableOkTrayCheckFull + + groupBox8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - + groupBox1 - - 21 + + 74, 18 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 638, 109 + + 1 - - 96, 16 + + 18 - - 8 + + 71, 12 - - 料仓放料拍照 + + True - - cboxEnableBeforePlaceProductGrab + + 226, 396 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 112, 261 - - groupBox1 + + groupBox4 - - 22 + + change - - True + + Sublotname: - - NoControl + + 是否启用料仓 - - 638, 225 + + groupBox1 - - 84, 16 + + 484, 184 - - 8 + + groupBox4 - - 禁用蜂鸣器 + + True - - cboxDisableBuzzer + + 宋体, 9pt - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + 18 - - 23 + + 0, 0 - - True + + groupBox4 - - NoControl + + txtUphRefreshCycle - - 448, 225 + + 宋体, 9pt - - 144, 16 + + 是否需要登录 - - 8 + + True - - 检测视觉软件是否打开 + + txtControlCenterPort - - cboxCheckVisionSwOpened + + 94, 21 + + + 13 System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 - - - 24 - - - True - - + NoControl - - 299, 224 + + 12, 6 - - 72, 16 + + MiddleLeft - + 8 - - 模拟测试 - - - cboxIsSimTest + + 14 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - groupBox1 + + NoControl - - 25 + + label9 - - True + + panel1 - - NoControl + + groupBox1 - - 448, 312 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 90, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 8 - - TC6通信日志 + + 43, 80 - - False + + Fill - - cboxPrintTC6Communicate + + 71, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 638, 68 + + groupBox1 - - 26 + + 8 - - True + + groupBox1 - + NoControl - - 448, 278 + + 59, 12 - - 90, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox1 - - TC3通信日志 + + True - - False + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxPrintTC3Communicate + + 108, 16 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + 90, 16 - - 27 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 168, 54 - - NoControl + + cboxEnableTC4 - - 299, 312 + + 386, 107 + + + 48, 16 + + + NoControl 90, 16 - + 8 - - TC5通信日志 + + 8 - - False + + TC3通信日志 - - cboxPrintTC5Communicate + + comBoxCp - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 153, 312 - - groupBox1 + + 206, 168 - - 28 + + TC6 - - True + + 16 - - NoControl + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 299, 278 + + 197, 54 - - 90, 16 + + 65, 12 - - 8 + + 5% - - TC2通信日志 + + tableLayoutPanel1 - + False - - cboxPrintTC2Communicate + + 71, 16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox1 + + 36, 56 - - 29 + + 31, 120 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 3, 3 - - 153, 312 + + 1 - - 90, 16 + + 9 - - 8 + + NoControl - - TC4通信日志 + + groupBox1 - - False + + 73, 24 - - cboxPrintTC4Communicate + + 模拟测试 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 中文 - - groupBox1 + + True - - 30 + + 从右到左 - + True - - NoControl - - - 153, 278 + + True - - 90, 16 + + 2 - + 8 - - TC1通信日志 + + NoControl - - False + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxPrintTC1Communicate + + 72, 16 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 - - - 31 + + 153, 278 - - True + + 1 - - NoControl + + 153, 40 - - 153, 224 + + groupBox3 - - 72, 16 + + groupBox1 - + 8 - - 禁用门禁 + + 英文名 - - cboxDisableDoor + + groupBox8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 299, 186 - - groupBox1 + + 中文名 - - 32 + + 112, 77 - - False - - - NoControl - - - 155, 14 - - - 300, 20 + + 启用强力吸嘴 - - 1 + + cboxCheckSafeEnable - - tbarWholeSpeed + + 中控IP: - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - groupBox1 + + True - - 33 + + label18 - + True - - NoControl + + 26, 40 - - 74, 72 + + True - - 59, 12 + + 下相机扫码 - - 0 + + 34 - - 飞拍速度: + + 448, 225 - - label16 + + 48, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 299, 312 - - groupBox1 + + cboxEnableBeforePlaceProductGrab - - 34 + + label17 - - True + + label11 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 459, 76 + + cboxEnableBeforePlaceTrayToOkGrab - - 17, 12 + + 搬运带料料盘速度: - + 0 - - 1% + + NoControl - - lblFlyCameraSpeed + + groupBox1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 - - - 35 + + label1 - - True + + 76, 398 - - NoControl + + 84, 16 - - 26, 40 + + groupBox1 - - 107, 12 + + False - + 0 - - 搬运带料料盘速度: + + groupBox1 - - label15 + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 39 - + groupBox1 - - 36 + + groupBox8 - - True + + cboxEnableStock - + NoControl - - 459, 44 - - - 17, 12 - - - 0 - - - 1% - - - lblTakeTrayFromNg2InputSpeed - - - System.Windows.Forms.Label, 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 - - groupBox1 + + 459, 76 - - 37 + + 80, 187 - - True + + 17 - + NoControl - - 458, 18 + + 2 - - 17, 12 + + MiddleLeft - - 0 + + groupBox8 - - 5% + + 安全检查 - - lblWholeSpeed + + txtMachineID - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42, 16 - + + 1 + + groupBox1 - - 38 + + 配方: - + True - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 74, 18 + + cboxEnableExceptionHandlingNozzle - - 59, 12 + + 31, 217 - + 0 - - 整体速度: + + 346, 80 - - label1 + + 307, 121 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ProjectID: - - groupBox1 + + NoControl - - 39 + + NoControl - - Fill + + groupBox1 - - 3, 3 - - - 778, 432 + + groupBox3 - - 0 + + CommonConfig - - 参数设置 + + 8 - - groupBox1 + + $this - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - tableLayoutPanel1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - - ID - - True - - - 中文名 + + 10 - - True - - - 英文名 + + 中控端口: - - True - - - 是否显示 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - 是否需要登录 + + 47, 12 - - Fill + + 23 - - 3, 17 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 772, 413 + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox8" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="groupBox3" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox4" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50,Percent,50,Absolute,20" /></TableLayoutSettings> - - 43 + + 46, 38 - - dataGridView1 + + True - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox4 + + 18 - - 0 + + NoControl - + + System.Windows.Forms.Label, 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 - - NoControl + + 60, 16 - - 46, 38 + + Fill - - 71, 12 + + 373, 186 - - 0 + + 72, 16 - - 取放料方式: + + 5 - - False + + 6 - - label6 + + cboxRunSpace - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 60, 16 - - groupBox4 + + 8 - - 1 + + 治具启用: - - True + + groupBox1 - + + groupBox8 + + + ID + + + 10 + + + 174, 185 + + NoControl - - 90, 6 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 71, 16 + + 7 - - 1 + + 15 - - 从右到左 + + groupBox3 - - radioButton4 + + groupBox1 - + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panel1 + + False - - 0 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 8 + + True - + + 37 + + + 42, 16 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Paint + + + 36 + + + Bottom, Right + + + 155, 109 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 12, 6 + + NoControl - - 71, 16 + + TC5通信日志 - - 1 + + 8 - - 从左到右 + + label7 - - radioButton3 + + 18 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - panel1 + + MachineID: - - 1 + + Flat - - 36, 56 + + NoControl - - 190, 33 + + True - - 2 + + 8 - - False + + label13 - - panel1 + + radioButton3 - - System.Windows.Forms.Panel, 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 - - groupBox4 + + 59, 12 - - 2 + + 9 - - 宋体, 9pt + + 638, 36 - - 102, 115 + + 10 - - 178, 21 + + 59, 12 - - 42 + + 8 - - 127.0.0.1 + + 37, 145 - - Center + + 32 - - False + + 25, 402 - - txtControlCenterIP + + 8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - groupBox4 + + groupBox1 - + 3 - - True - - - NoControl + + TC1通信日志 - - 35, 117 + + 6 - - 47, 12 + + 2 - - 0 + + 2048 - - 中控IP: + + 禁用门禁 - - False + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label26 + + 禁用蜂鸣器 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 281, 42 - - groupBox4 + + NoControl - - 4 + + Fill - + True - + + 18 + + NoControl - - 137, 170 + + cboxEnableVirtualBarCode - - 59, 12 + + 8 - - 0 + + cboxDisableDoor - - 中控端口: + + 7 - - False + + groupBox3 - - label27 + + cboxPrintTC2Communicate - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - groupBox4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + False - - 宋体, 9pt + + txtControlCenterIP - - 206, 168 + + NoControl - - 93, 21 + + 8 - - 42 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2048 + + 121, 20 - - Center + + 705, 294 - - False + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtControlCenterPort + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - groupBox4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + 90, 16 - - True + + SnCoating - - NoControl + + 299, 224 - - 37, 145 + + cboxEnableTC5 - - 96, 16 + + cboxEnableTC6 - - 8 + + SnCoating - - 启用强力吸嘴 + + System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + False - - cboxEnableExceptionHandlingNozzle + + 102, 115 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 groupBox4 - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 1 - + NoControl - - 37, 167 - - - 84, 16 + + True - - 8 + + groupBox1 - - 下相机扫码 + + 83, 12 - - False + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxEnableScanBarCodeByDownCamera + + System.Windows.Forms.TextBox, 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 + + 50, 113 - - groupBox4 + + 43 - + 8 - - Fill + + 107, 12 - - 787, 441 + + True - - 778, 433 + + 虚拟码 - - 4 + + False - - Menu + + False - - groupBox4 + + 19 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tableLayoutPanel1 + + 37, 264 - - 3 + + 4 - - Fill + + 38 - - 0, 0 + + NoControl - - 2 + + 5 - - 1568, 877 + + 0 - - 1 + + 0 - - tableLayoutPanel1 + + Paint - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbarFlyCameraSpeed - - $this + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tableLayoutPanel1 - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox8" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="groupBox3" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox4" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50,Percent,50,Absolute,20" /></TableLayoutSettings> + + NoControl - - True - - - 6, 12 + + 459, 44 - - 1568, 877 + + label4 - - CommonConfig + + 17 - - ID + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cboxEnableTC3 - - 中文名 + + panelEx1 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - 英文名 + + 96, 16 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 153, 186 - - 是否显示 + + 458, 18 - - System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + + 100, 21 + + 是否需要登录 - - System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - CommonConfig + + 641, 294 - - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.24.27, Culture=neutral, PublicKeyToken=null + + 0 + + + 59, 12 + + True + + + en-US + + + True + + + True + + + True + + + True + + + True + \ No newline at end of file