diff --git a/Rs.DeweyTester/Commom/Msgbox.cs b/Rs.DeweyTester/Commom/Msgbox.cs index a4230f0..bed2afc 100644 --- a/Rs.DeweyTester/Commom/Msgbox.cs +++ b/Rs.DeweyTester/Commom/Msgbox.cs @@ -54,7 +54,7 @@ namespace Rs.MotionPlat.Commom BuzzerManager.Instance.On(); LightManger.Instance.SetStatus(ELightStatus.Red); } - + Ops.Stop(); string logInfo = $"{alarmInfo.CN}"; LogHelper.Debug($"ShowDialog({logInfo},{buttons}, {warning})"); // LogHelper.Debug(logInfo); diff --git a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs index f95daa2..3a43646 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs @@ -138,7 +138,7 @@ namespace Rs.MotionPlat.Flow { while (run) { - if (stop) + if (stop || !SafeDoorCheck.Check()) { Thread.Sleep(10); continue; diff --git a/Rs.DeweyTester/FormMain.cs b/Rs.DeweyTester/FormMain.cs index 50e1970..edcab5c 100644 --- a/Rs.DeweyTester/FormMain.cs +++ b/Rs.DeweyTester/FormMain.cs @@ -144,6 +144,21 @@ namespace Rs.MotionPlat btnLight.BackColor = Color.FromArgb(56, 56, 56); } + if (!Ops.IsOn("门禁")) + { + if(btnDoorStatus.BackColor!=Color.Red) + { + btnDoorStatus.BackColor = Color.Red; + } + } + else + { + if (btnDoorStatus.BackColor != Color.Green) + { + btnDoorStatus.BackColor = Color.Green; + } + } + //获取运行信息 while (MessageQueue.Instance.HaveMessage()) { diff --git a/Rs.DeweyTester/FormMain.designer.cs b/Rs.DeweyTester/FormMain.designer.cs index 45eabd7..c548847 100644 --- a/Rs.DeweyTester/FormMain.designer.cs +++ b/Rs.DeweyTester/FormMain.designer.cs @@ -32,7 +32,7 @@ namespace Rs.MotionPlat private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox37 = new System.Windows.Forms.GroupBox(); @@ -156,6 +156,7 @@ namespace Rs.MotionPlat this.timertc6 = new System.Windows.Forms.Timer(this.components); this.timeruph = new System.Windows.Forms.Timer(this.components); this.timerLight = new System.Windows.Forms.Timer(this.components); + this.btnDoorStatus = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.groupBox37.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_errinfo)).BeginInit(); @@ -224,14 +225,14 @@ namespace Rs.MotionPlat this.dgv_errinfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv_errinfo.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText; this.dgv_errinfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle2.BackColor = System.Drawing.Color.Red; - dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; - dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dgv_errinfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle1.BackColor = System.Drawing.Color.Red; + dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; + dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgv_errinfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgv_errinfo.ColumnHeadersHeight = 30; this.dgv_errinfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, @@ -265,6 +266,7 @@ namespace Rs.MotionPlat // // groupBox36 // + this.groupBox36.Controls.Add(this.btnDoorStatus); this.groupBox36.Controls.Add(this.btnSelectProduct); this.groupBox36.Controls.Add(this.btnUpCameraGrab); this.groupBox36.Controls.Add(this.btnClearData); @@ -286,7 +288,7 @@ namespace Rs.MotionPlat this.btnSelectProduct.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSelectProduct.FlatAppearance.BorderSize = 0; this.btnSelectProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnSelectProduct.Location = new System.Drawing.Point(8, 193); + this.btnSelectProduct.Location = new System.Drawing.Point(8, 164); this.btnSelectProduct.Name = "btnSelectProduct"; this.btnSelectProduct.Size = new System.Drawing.Size(129, 35); this.btnSelectProduct.TabIndex = 0; @@ -300,7 +302,7 @@ namespace Rs.MotionPlat this.btnUpCameraGrab.Cursor = System.Windows.Forms.Cursors.Hand; this.btnUpCameraGrab.FlatAppearance.BorderSize = 0; this.btnUpCameraGrab.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnUpCameraGrab.Location = new System.Drawing.Point(162, 193); + this.btnUpCameraGrab.Location = new System.Drawing.Point(162, 164); this.btnUpCameraGrab.Name = "btnUpCameraGrab"; this.btnUpCameraGrab.Size = new System.Drawing.Size(147, 35); this.btnUpCameraGrab.TabIndex = 0; @@ -314,7 +316,7 @@ namespace Rs.MotionPlat this.btnClearData.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClearData.FlatAppearance.BorderSize = 0; this.btnClearData.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnClearData.Location = new System.Drawing.Point(8, 106); + this.btnClearData.Location = new System.Drawing.Point(8, 92); this.btnClearData.Name = "btnClearData"; this.btnClearData.Size = new System.Drawing.Size(129, 35); this.btnClearData.TabIndex = 0; @@ -356,7 +358,7 @@ namespace Rs.MotionPlat this.btnBuzzer.Cursor = System.Windows.Forms.Cursors.Hand; this.btnBuzzer.FlatAppearance.BorderSize = 0; this.btnBuzzer.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnBuzzer.Location = new System.Drawing.Point(162, 106); + this.btnBuzzer.Location = new System.Drawing.Point(162, 92); this.btnBuzzer.Name = "btnBuzzer"; this.btnBuzzer.Size = new System.Drawing.Size(147, 35); this.btnBuzzer.TabIndex = 0; @@ -1794,6 +1796,20 @@ namespace Rs.MotionPlat this.timerLight.Interval = 500; this.timerLight.Tick += new System.EventHandler(this.timerLight_Tick); // + // btnDoorStatus + // + this.btnDoorStatus.BackColor = System.Drawing.Color.Green; + this.btnDoorStatus.FlatAppearance.BorderSize = 0; + this.btnDoorStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnDoorStatus.Font = new System.Drawing.Font("宋体", 23F); + this.btnDoorStatus.ForeColor = System.Drawing.Color.White; + this.btnDoorStatus.Location = new System.Drawing.Point(8, 205); + this.btnDoorStatus.Name = "btnDoorStatus"; + this.btnDoorStatus.Size = new System.Drawing.Size(301, 48); + this.btnDoorStatus.TabIndex = 1; + this.btnDoorStatus.Text = "Door"; + this.btnDoorStatus.UseVisualStyleBackColor = false; + // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -1966,5 +1982,6 @@ namespace Rs.MotionPlat private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.Timer timerLight; + private System.Windows.Forms.Button btnDoorStatus; } } \ No newline at end of file diff --git a/Rs.DeweyTester/Module/NozzleCollection.cs b/Rs.DeweyTester/Module/NozzleCollection.cs index a6587a9..499046f 100644 --- a/Rs.DeweyTester/Module/NozzleCollection.cs +++ b/Rs.DeweyTester/Module/NozzleCollection.cs @@ -492,10 +492,10 @@ namespace Rs.MotionPlat.Commom { TargetPosition targetPos = new TargetPosition(); targetPos = FixtureManager.GetFixtureGrabPos(fixtureIndex); - MessageQueue.Instance.Insert($"治具拍照位:x:{targetPos.X},y:{targetPos.Y2}"); + LogHelper.Debug($"治具{fixtureIndex}拍照位 X:{targetPos.X},Y2:{targetPos.Y2}"); targetPos.X += GetNozzleToCameraOffsetX(nozzleIndex); targetPos.Y2 += GetNozzleToCameraOffsetY2(nozzleIndex); - MessageQueue.Instance.Insert($"吸嘴{nozzleIndex}到相机X:x-{GetNozzleToCameraOffsetX(nozzleIndex)},吸嘴{nozzleIndex}到相机Y2-{GetNozzleToCameraOffsetY2(nozzleIndex)}"); + LogHelper.Debug($"吸嘴{nozzleIndex}到相机 X:{GetNozzleToCameraOffsetX(nozzleIndex)},Y2:{GetNozzleToCameraOffsetY2(nozzleIndex)}"); return targetPos; } diff --git a/Rs.DeweyTester/Properties/AssemblyInfo.cs b/Rs.DeweyTester/Properties/AssemblyInfo.cs index 60f805e..f1d5bf1 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.31.2")] + [assembly: AssemblyVersion("20.25.33.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 99c5a6f..68b5561 100644 --- a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs +++ b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs @@ -152,7 +152,6 @@ // // groupBox8 // - resources.ApplyResources(this.groupBox8, "groupBox8"); this.groupBox8.Controls.Add(this.txtHightChannel); this.groupBox8.Controls.Add(this.button1); this.groupBox8.Controls.Add(this.cboxLanguage); @@ -164,6 +163,7 @@ 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; @@ -176,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; @@ -186,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 @@ -248,7 +248,6 @@ // // groupBox3 // - resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Controls.Add(this.btnSaveRelCategory); this.groupBox3.Controls.Add(this.txtSiteID); this.groupBox3.Controls.Add(this.comBoxCp); @@ -268,15 +267,16 @@ 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; @@ -290,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); // @@ -405,7 +405,6 @@ // // groupBox1 // - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.cboxEnableCheckStickMaterial); this.groupBox1.Controls.Add(this.txtUphRefreshCycle); this.groupBox1.Controls.Add(this.cboxMsgShowEn); @@ -451,6 +450,7 @@ 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; @@ -458,8 +458,9 @@ // cboxEnableCheckStickMaterial // resources.ApplyResources(this.cboxEnableCheckStickMaterial, "cboxEnableCheckStickMaterial"); + this.cboxEnableCheckStickMaterial.BackColor = System.Drawing.Color.Transparent; this.cboxEnableCheckStickMaterial.Name = "cboxEnableCheckStickMaterial"; - this.cboxEnableCheckStickMaterial.UseVisualStyleBackColor = true; + this.cboxEnableCheckStickMaterial.UseVisualStyleBackColor = false; this.cboxEnableCheckStickMaterial.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // txtUphRefreshCycle @@ -533,14 +534,15 @@ // label7 // resources.ApplyResources(this.label7, "label7"); + this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Name = "label7"; // // 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 @@ -555,10 +557,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 @@ -590,99 +592,113 @@ // cboxEnableTC6 // resources.ApplyResources(this.cboxEnableTC6, "cboxEnableTC6"); + this.cboxEnableTC6.BackColor = System.Drawing.Color.Transparent; this.cboxEnableTC6.Name = "cboxEnableTC6"; - this.cboxEnableTC6.UseVisualStyleBackColor = true; + this.cboxEnableTC6.UseVisualStyleBackColor = false; this.cboxEnableTC6.CheckedChanged += new System.EventHandler(this.cboxFixture_CheckedChanged); // // cboxEnableTC4 // resources.ApplyResources(this.cboxEnableTC4, "cboxEnableTC4"); + this.cboxEnableTC4.BackColor = System.Drawing.Color.Transparent; this.cboxEnableTC4.Name = "cboxEnableTC4"; - this.cboxEnableTC4.UseVisualStyleBackColor = true; + this.cboxEnableTC4.UseVisualStyleBackColor = false; this.cboxEnableTC4.CheckedChanged += new System.EventHandler(this.cboxFixture_CheckedChanged); // // cboxEnableTC5 // resources.ApplyResources(this.cboxEnableTC5, "cboxEnableTC5"); + this.cboxEnableTC5.BackColor = System.Drawing.Color.Transparent; this.cboxEnableTC5.Name = "cboxEnableTC5"; - this.cboxEnableTC5.UseVisualStyleBackColor = true; + this.cboxEnableTC5.UseVisualStyleBackColor = false; this.cboxEnableTC5.CheckedChanged += new System.EventHandler(this.cboxFixture_CheckedChanged); // // cboxEnableTC3 // resources.ApplyResources(this.cboxEnableTC3, "cboxEnableTC3"); + this.cboxEnableTC3.BackColor = System.Drawing.Color.Transparent; this.cboxEnableTC3.Name = "cboxEnableTC3"; - this.cboxEnableTC3.UseVisualStyleBackColor = true; + this.cboxEnableTC3.UseVisualStyleBackColor = false; this.cboxEnableTC3.CheckedChanged += new System.EventHandler(this.cboxFixture_CheckedChanged); // // cboxEnableTC2 // resources.ApplyResources(this.cboxEnableTC2, "cboxEnableTC2"); + this.cboxEnableTC2.BackColor = System.Drawing.Color.Transparent; this.cboxEnableTC2.Name = "cboxEnableTC2"; - this.cboxEnableTC2.UseVisualStyleBackColor = true; + this.cboxEnableTC2.UseVisualStyleBackColor = false; this.cboxEnableTC2.CheckedChanged += new System.EventHandler(this.cboxFixture_CheckedChanged); // // cboxEnableTC1 // resources.ApplyResources(this.cboxEnableTC1, "cboxEnableTC1"); + this.cboxEnableTC1.BackColor = System.Drawing.Color.Transparent; this.cboxEnableTC1.Name = "cboxEnableTC1"; - this.cboxEnableTC1.UseVisualStyleBackColor = true; + this.cboxEnableTC1.UseVisualStyleBackColor = false; this.cboxEnableTC1.CheckedChanged += new System.EventHandler(this.cboxFixture_CheckedChanged); // // cboxEnableVirtualBarCode // resources.ApplyResources(this.cboxEnableVirtualBarCode, "cboxEnableVirtualBarCode"); + this.cboxEnableVirtualBarCode.BackColor = System.Drawing.Color.Transparent; this.cboxEnableVirtualBarCode.Name = "cboxEnableVirtualBarCode"; - this.cboxEnableVirtualBarCode.UseVisualStyleBackColor = true; + this.cboxEnableVirtualBarCode.UseVisualStyleBackColor = false; this.cboxEnableVirtualBarCode.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxEnableBeforePlaceTrayToOkGrab // resources.ApplyResources(this.cboxEnableBeforePlaceTrayToOkGrab, "cboxEnableBeforePlaceTrayToOkGrab"); + this.cboxEnableBeforePlaceTrayToOkGrab.BackColor = System.Drawing.Color.Transparent; this.cboxEnableBeforePlaceTrayToOkGrab.Name = "cboxEnableBeforePlaceTrayToOkGrab"; - this.cboxEnableBeforePlaceTrayToOkGrab.UseVisualStyleBackColor = true; + this.cboxEnableBeforePlaceTrayToOkGrab.UseVisualStyleBackColor = false; this.cboxEnableBeforePlaceTrayToOkGrab.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxEnableOkTrayCheckFull // resources.ApplyResources(this.cboxEnableOkTrayCheckFull, "cboxEnableOkTrayCheckFull"); + this.cboxEnableOkTrayCheckFull.BackColor = System.Drawing.Color.Transparent; this.cboxEnableOkTrayCheckFull.Name = "cboxEnableOkTrayCheckFull"; - this.cboxEnableOkTrayCheckFull.UseVisualStyleBackColor = true; + this.cboxEnableOkTrayCheckFull.UseVisualStyleBackColor = false; this.cboxEnableOkTrayCheckFull.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxEnableBeforePlaceProductGrab // resources.ApplyResources(this.cboxEnableBeforePlaceProductGrab, "cboxEnableBeforePlaceProductGrab"); + this.cboxEnableBeforePlaceProductGrab.BackColor = System.Drawing.Color.Transparent; this.cboxEnableBeforePlaceProductGrab.Name = "cboxEnableBeforePlaceProductGrab"; - this.cboxEnableBeforePlaceProductGrab.UseVisualStyleBackColor = true; + this.cboxEnableBeforePlaceProductGrab.UseVisualStyleBackColor = false; this.cboxEnableBeforePlaceProductGrab.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxScanFailToTest // resources.ApplyResources(this.cboxScanFailToTest, "cboxScanFailToTest"); + this.cboxScanFailToTest.BackColor = System.Drawing.Color.Transparent; this.cboxScanFailToTest.Name = "cboxScanFailToTest"; - this.cboxScanFailToTest.UseVisualStyleBackColor = true; + this.cboxScanFailToTest.UseVisualStyleBackColor = false; this.cboxScanFailToTest.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxDisableBuzzer // resources.ApplyResources(this.cboxDisableBuzzer, "cboxDisableBuzzer"); + this.cboxDisableBuzzer.BackColor = System.Drawing.Color.Transparent; this.cboxDisableBuzzer.Name = "cboxDisableBuzzer"; - this.cboxDisableBuzzer.UseVisualStyleBackColor = true; + this.cboxDisableBuzzer.UseVisualStyleBackColor = false; this.cboxDisableBuzzer.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxCheckVisionSwOpened // resources.ApplyResources(this.cboxCheckVisionSwOpened, "cboxCheckVisionSwOpened"); + this.cboxCheckVisionSwOpened.BackColor = System.Drawing.Color.Transparent; this.cboxCheckVisionSwOpened.Name = "cboxCheckVisionSwOpened"; - this.cboxCheckVisionSwOpened.UseVisualStyleBackColor = true; + this.cboxCheckVisionSwOpened.UseVisualStyleBackColor = false; this.cboxCheckVisionSwOpened.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxIsSimTest // resources.ApplyResources(this.cboxIsSimTest, "cboxIsSimTest"); + this.cboxIsSimTest.BackColor = System.Drawing.Color.Transparent; this.cboxIsSimTest.Name = "cboxIsSimTest"; - this.cboxIsSimTest.UseVisualStyleBackColor = true; + this.cboxIsSimTest.UseVisualStyleBackColor = false; this.cboxIsSimTest.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // cboxPrintTC6Communicate @@ -730,8 +746,9 @@ // cboxDisableDoor // resources.ApplyResources(this.cboxDisableDoor, "cboxDisableDoor"); + this.cboxDisableDoor.BackColor = System.Drawing.Color.Transparent; this.cboxDisableDoor.Name = "cboxDisableDoor"; - this.cboxDisableDoor.UseVisualStyleBackColor = true; + this.cboxDisableDoor.UseVisualStyleBackColor = false; this.cboxDisableDoor.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // tbarWholeSpeed @@ -777,7 +794,6 @@ // // groupBox4 // - resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.Controls.Add(this.dataGridView1); this.groupBox4.Controls.Add(this.label6); this.groupBox4.Controls.Add(this.panel1); @@ -787,13 +803,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[] { @@ -802,6 +818,7 @@ 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); @@ -849,9 +866,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 @@ -872,9 +889,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"; // @@ -890,9 +907,9 @@ // // txtControlCenterPort // - resources.ApplyResources(this.txtControlCenterPort, "txtControlCenterPort"); this.txtControlCenterPort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtControlCenterPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtControlCenterPort, "txtControlCenterPort"); this.txtControlCenterPort.ForeColor = System.Drawing.Color.White; this.txtControlCenterPort.Name = "txtControlCenterPort"; // diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.cs b/Rs.DeweyTester/SysConfig/CommonConfig.cs index 47ecacc..a275dbd 100644 --- a/Rs.DeweyTester/SysConfig/CommonConfig.cs +++ b/Rs.DeweyTester/SysConfig/CommonConfig.cs @@ -96,6 +96,7 @@ namespace Rs.MotionPlat.SysConfig { label14.Visible=txtHightChannel.Visible=cboxEnableStock.Visible = cboxRunSpace.Visible = cboxVirtualAxis.Visible = cboxEnableVirtuleBarCode.Visible = cboxInputTrayLoop.Visible = cboxCheckSafeEnable.Visible =true; } + dataGridView1.AutoGenerateColumns = false; BindMenu(); relCategorieList.Clear(); @@ -116,6 +117,14 @@ namespace Rs.MotionPlat.SysConfig comBoxRelCategory.SelectedItem = GlobalVar.RelCategory; CheckPermission(); + if (GlobalUser.IsVender()) + { + cboxDisableDoor.Enabled = true; + } + else + { + cboxDisableDoor.Enabled = false; + } } private void BindMenu() diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.resx b/Rs.DeweyTester/SysConfig/CommonConfig.resx index 4dfe8f5..dc2a4ab 100644 --- a/Rs.DeweyTester/SysConfig/CommonConfig.resx +++ b/Rs.DeweyTester/SysConfig/CommonConfig.resx @@ -117,2869 +117,2869 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TC2通信日志 + + + 2 - - groupBox1 + + + 102, 295 - - 4 + + 72, 21 - - label15 + + 44 - - cboxLanguage + + 1 - - cboxPrintTC5Communicate + + False - - 2 + + txtHightChannel - - System.Windows.Forms.CheckBox, 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 - - - 112, 167 + + groupBox8 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - - 10 + + + Flat - - groupBox3 + + NoControl - - 8 + + 226, 396 - - groupBox1 + + 73, 24 - - groupBox4 + + 7 - + + change + + False - - 8 + + button1 - - 19 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32 + + groupBox8 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 4 + + 中文 - - ID + + English - - True + + 76, 398 - + + 121, 20 + + + 43 + + False - - MiddleLeft + + cboxLanguage - - TC4 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelEx1 + + groupBox8 - - 11 + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - + NoControl - - groupBox8 + + 25, 402 - - Category: + + 35, 12 - - 638, 225 + + 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 语言: - - 1% + + False - - SnCoating + + label2 - - 113, 21 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox8 - + + 3 + + + True + + NoControl - - 7 + + 484, 184 - - 0 + + 60, 16 - - tbarTakeTrayFromNg2InputSpeed + + 8 - - 15 + + 循环跑 - - 787, 441 + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cboxInputTrayLoop - - NoControl + + 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 + + groupBox8 - - 20 + + 4 - - txtSiteID + + True - - cboxEnableTC2 + + NoControl - - groupBox1 + + 353, 185 - - Save + + 60, 16 - - groupBox1 + + 8 - - cboxEnableOkTrayCheckFull + + 虚拟码 - + False - - 10 + + cboxEnableVirtuleBarCode - - 34, 298 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - radioButton4 + + groupBox8 - - 47, 12 + + 5 - - 71, 12 + + True - - 1 + + NoControl - - label2 + + 174, 185 - - 27 + + 60, 16 - - cboxEnableCheckStickMaterial + + 8 - - 3, 363 + + 虚拟轴 - - 启用虚拟二维码 + + False - - 90, 6 + + cboxVirtualAxis - - 59, 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - radioButton3 + + 6 - + True - - 772, 66 + + NoControl - - tbarWholeSpeed + + 627, 185 - - 10 + + 72, 16 - - True + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 安全检查 - - 448, 278 + + False - - 65, 12 + + cboxCheckSafeEnable - - txtSimulateTestYield + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox8 - - CP + + 7 - - panelEx1 + + True - - False + + NoControl - - 47, 38 + + 174, 224 - - 35, 12 + + 96, 16 - - 40 + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 是否启用料仓 - + False - - 24 - - - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=20.25.27.1, Culture=neutral, PublicKeyToken=null - - - False + + cboxEnableStock - - 113, 21 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxMsgShowCn + + groupBox8 - - label22 + + 8 - + True - - False + + NoControl - - TC4通信日志 + + 26, 185 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 16 - + 8 - - groupBox3 + + 空跑 - - NoControl + + False - - NoControl + + cboxRunSpace - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxEnableBeforePlaceProductGrab + + groupBox8 - - True + + 9 - - InLine + + True - - label11 + + NoControl - - label16 + + 34, 298 - - NoControl + + 59, 12 - - 1 + + 10 - - groupBox8 + + 高速通道: - - 153, 72 + + False - - groupBox3 + + label14 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox8 - - ConfigName: + + 10 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - 粘料检测 + + 787, 3 - - False + + 778, 432 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 保存 + + groupBox8 - - System.Windows.Forms.Label, 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 - - 配方: + + 0 - - lblWholeSpeed + + Flat - + NoControl - - groupBox1 + + 346, 167 - - 英文名 + + 168, 54 - - 1 + + 7 - - 90, 16 - - - groupBox3 + + Save - - 186, 20 + + btnSaveRelCategory - - TC1 + + System.Windows.Forms.Button, 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 - - 11 + + 0 - - groupBox1 + + 112, 167 - - 638, 148 + + 113, 21 - - True + + 14 - - NoControl + + txtSiteID - - groupBox1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxEnableVirtualBarCode + + groupBox3 - - 42 + + 1 - - 65, 12 + + SnCoating - - True + + Paint - - 48, 16 + + Others - - 1 + + 346, 118 - - 8 + + 197, 20 - - 638, 68 + + 15 - - 9 + + comBoxCp - - 59, 12 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 groupBox3 - - True - - - cboxPrintTC1Communicate - - - 料仓放料拍照 + + 2 - - Fill + + SnCoating - - 386, 142 + + Paint - - True + + Others - - label9 + + 346, 80 - - MiddleLeft + + 197, 20 - - NoControl + + 15 - - NoControl + + comBoxRelCategory - - 21 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 12 + + groupBox3 - - groupBox1 + + 3 - - 12 + + InLine - - 23 + + OQC - - 3 + + IQC - - 59, 12 + + 352, 38 - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null + + 186, 20 - - 137, 170 + + 15 - - True + + cboxHostType - - 8 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxScanFailToTest + + groupBox3 - - groupBox1 + + 4 - - Center + + SnCoating - - 7 + + Paint - - 8 + + Others 112, 117 - - lblFlyCameraSpeed - - - 43 + + 113, 20 - - 9 + + 15 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cboxConfigName - - cboxDisableBuzzer + + System.Windows.Forms.ComboBox, 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 + + 5 - - ProjectID: + + True - + NoControl - - 35, 117 + + 307, 121 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 12 - - 25 + + 18 - - groupBox3 + + CP - - TC3 + + MiddleLeft - - 8 + + label8 - - 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox3 - - 564, 295 + + 6 - - groupBox4 + + True - - txtConfig + + 31, 217 - - 循环跑 + + 71, 12 - - 153, 40 + + 16 - - Others + + Sublotname: - - 353, 185 + + MiddleLeft - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label18 - - label5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 12 + + groupBox3 - - panelEx1 + + 7 - - 1568, 877 + + True - - 2 + + NoControl - - 8 + + 265, 83 - - 8 + + 59, 12 - - 取放料方式: + + 18 - - 10 + + Category: - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft - - 8 + + label3 - - 26 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Others + + groupBox3 - - Paint + + 8 - - False + + True - - 整体速度: + + NoControl - - 8 + + 281, 42 - - 174, 224 + + 65, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - 15 + + Host Type: - - 7 + + MiddleLeft - - True + + label11 - - 90, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 265, 83 + + groupBox3 - - NoControl + + 9 - - 是否显示 + + 112, 214 - - NoControl + + 113, 21 - - NoControl + + 17 - - cboxMsgShowEn + + txtSubLotName - - 8 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - comBoxRelCategory + + groupBox3 - - 778, 433 + + 10 - - groupBox1 + + True - - 638, 182 + + 31, 120 - - NoControl + + 71, 12 - - 778, 432 + + 18 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ConfigName: - - 21 + + MiddleLeft - - 4 + + label19 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 96, 16 + + groupBox3 - - NoControl + + 11 - - 50, 113 + + True - - 43 + + 55, 167 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - 438, 186 + + SiteID: - - groupBox1 + + MiddleLeft - - txtSimulateTestTime + + label20 - - 293, 148 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelEx1 + + groupBox3 - - 检测视觉软件是否打开 + + 12 - - False + + True - - NoControl + + 37, 264 - - 55, 167 + + 65, 12 - - NoControl + + 20 - - True + + ProjectID: - + MiddleLeft - - 47, 12 - - - groupBox3 - - - button1 - - - 778, 432 - - - 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 - - 144, 16 + + 21 - - False + + txtProjectID - - 1% + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox3 - - 18 + + 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 112, 77 - - False + + 113, 21 - - 2 + + 12 - - tableLayoutPanel1 + + txtConfig - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 中控IP: + + groupBox3 - - 113, 21 + + 15 - + True - - cboxEnableTC5 + + 43, 80 - - 71, 12 + + 59, 12 - - 90, 16 + + 13 - - 102, 35 + + ConfigID: - - 6, 12 + + MiddleLeft - - groupBox1 + + label17 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox3 - - 42, 16 + + 16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 112, 38 - - NoControl + + 113, 21 - - btnSaveSpeedParam + + 11 - - 26, 40 + + txtMachineID - - label26 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox3 - - 346, 118 + + 17 - + True - - 26, 185 - - - 102, 295 - - - 10 + + NoControl - - 112, 214 + + 37, 41 - - 17 + + 65, 12 - - 90, 16 + + 10 - - 113, 21 + + MachineID: - - 是否显示 + + label5 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + groupBox3 - - cboxPrintTC4Communicate + + 18 - - True + + Fill - - TC5 + + 3, 441 - - Fill + + 778, 433 - - Center + + 2 - + groupBox3 - - cboxPrintTC3Communicate - - - 638, 109 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - IQC + + tableLayoutPanel1 - + 1 - - OQC + + True - - label20 + + 638, 182 - - 59, 12 + + 72, 16 - - False + + 13 - - groupBox4 + + 粘料检测 - - 35, 12 + + cboxEnableCheckStickMaterial - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 93, 21 + + groupBox1 - - 10 - - - 12 + + 0 - - 300, 20 + + 155, 109 - - label19 + + 100, 21 - - groupBox3 + + 12 - - 72, 16 + + txtUphRefreshCycle - - 5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxPrintTC6Communicate + + groupBox1 - - label14 + + 1 - - txtSubLotName + + True - - label4 + + NoControl - - True + + 705, 294 - - groupBox3 + + 48, 16 - + 8 - - 1 + + 英文 - - 9 + + False - + + cboxMsgShowEn + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox1 - + + 2 + + True - - 5 + + NoControl - - groupBox1 + + 641, 294 - - groupBox1 + + 48, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - Fill + + 中文 - - lblTakeTrayFromNg2InputSpeed + + False - - 中控端口: + + cboxMsgShowCn - - True + + System.Windows.Forms.CheckBox, 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 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - cboxEnableIndexTimeStatistics + + 149, 335 - - 512, 186 + + 94, 21 - - 8 + + 11 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - NoControl + + txtBarcodeLength - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + groupBox1 - - 29 + + 4 - - 153, 278 + + 386, 142 - - 2 + + 94, 21 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - groupBox8 + + txtSimulateTestYield - - label3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox1 - - 108, 16 + + 5 - - 0 + + True - - groupBox1 + + NoControl - - MiddleLeft + + 56, 341 - - MiddleLeft + + 71, 12 - - 772, 413 + + 10 - - 3, 441 + + 二维码长度: - - 8 + + label22 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - tableLayoutPanel1 + + 386, 107 94, 21 - - 83, 12 + + 11 - - 13 + + txtSimulateTestTime - - label12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 72, 16 + + groupBox1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 59, 12 + + NoControl - - groupBox4 + + 293, 148 - - groupBox3 + + 83, 12 - - 190, 33 - - - cboxInputTrayLoop + + 10 - - comBoxCp + + 模拟测试良率: - - False + + label13 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + groupBox1 - - 6 + + 8 - - Menu + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 语言: + + 153, 148 - - 8 + + 72, 16 - - System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - NoControl + + 时间统计 - - 0 + + cboxEnableIndexTimeStatistics - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox1 - - label8 + + 9 - - txtControlCenterIP + + True - - CommonConfig + + NoControl - - Ok料仓满料拍照 + + 564, 295 - - NoControl + + 59, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - 1568, 877 + + 弹框语言: - - 模拟测试时间: + + False - - 22 + + label10 - - 113, 21 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 42, 16 + + groupBox1 - + 10 - + True - - 5 - - - cboxCurRecipe - - + NoControl - - 从左到右 + + 50, 113 - - 12 + + 77, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - Others + + UPH刷新周期: - - 787, 3 + + label9 - - 时间统计 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Paint + + groupBox1 - - 0 + + 11 - - panel1 + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - txtBarcodeLength + + 293, 113 - - 是否启用料仓 + + 83, 12 - - 高速通道: + + 10 - - 3 + + 模拟测试时间: - - False + + label12 - - 31, 120 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - groupBox8 + + 12 - - 153, 224 + + True - - 34 + + NoControl - - 8 + + 80, 187 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 59, 12 - - True + + 10 - - NoControl + + 治具启用: - - $this + + label7 - - 155, 14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleLeft + + groupBox1 13 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Right - - groupBox1 + + Flat - - 8 + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 572, 6 - - 346, 167 + + 197, 54 - - NoControl + + 7 - - NoControl + + 保存 - - 16 + + btnSaveSpeedParam - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 - - - groupBox1 - - - label10 - - - 17, 12 - - - btnSaveRelCategory - - - groupBox3 + + panelEx1 - - NoControl + + 0 - - True + + Default - - 197, 20 + + 102, 35 - - Flat + + 348, 20 - - True + + 1 False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 37, 167 - - - 113, 20 - - - 60, 16 + + cboxCurRecipe - - cboxCheckVisionSwOpened + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 300, 20 + + panelEx1 - - 459, 44 + + 1 - + True - - 206, 168 + + NoControl - - False + + 47, 38 - - False + + 35, 12 - - True + + 0 - - 31 + + 配方: - - 7 + + False - - 627, 185 + + label4 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 英文名 + + panelEx1 - - 299, 278 + + 2 - - 112, 38 + + Bottom - - True + + 3, 363 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 772, 66 - - 572, 6 + + 2 - - 虚拟轴 + + panelEx1 - - 96, 16 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null - - groupBox3 + + groupBox1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - cboxVirtualAxis + + False - - 197, 20 + + NoControl - - 348, 20 + + 153, 72 - - groupBox1 + + 300, 20 - - 15 + + 1 - - cboxEnableScanBarCodeByDownCamera + + tbarFlyCameraSpeed - - label6 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - 778, 433 + + 15 - - groupBox1 + + False - + NoControl - - 空跑 + + 153, 40 - - 108, 16 + + 300, 20 1 - - True - - - 448, 312 - - - 94, 21 + + tbarTakeTrayFromNg2InputSpeed - - 36 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16 - - groupBox8 + + True - + NoControl - - 227, 186 + + 512, 186 - - 17, 12 + + 42, 16 - - groupBox1 + + 8 - - True + + TC6 - - 2 + + cboxEnableTC6 - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - cboxConfigName + + 17 - + True - - True + + NoControl - - 0 + + 373, 186 - - 0 + + 42, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - False + + TC4 - - UPH刷新周期: + + cboxEnableTC4 - - SnCoating + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox1 - - 中文 + + 18 - - groupBox1 + + True - - 3 + + NoControl - - label18 + + 438, 186 - - cboxHostType + + 42, 16 - + 8 - - False - - - 37, 41 + + TC5 - - 飞拍速度: + + cboxEnableTC5 - - 153, 148 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + groupBox1 - - 16 + + 19 - - 0 + + True - - 0 + + NoControl - - txtMachineID + + 299, 186 - - groupBox1 + + 42, 16 - - 352, 38 + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TC3 - - 42, 16 + + cboxEnableTC3 - - 15 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - 35 - - - 0 - - - cboxEnableStock + + 20 - - 77, 12 + + True - - 84, 16 + + NoControl - - 2 + + 227, 186 - - 12 + + 42, 16 - - NoControl + + 8 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TC2 - - cboxEnableVirtuleBarCode + + cboxEnableTC2 - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 178, 21 + + groupBox1 - - txtProjectID + + 21 - + True - - False + + NoControl - - 300, 20 + + 153, 186 - - 71, 16 + + 42, 16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - Fill + + TC1 - - panel1 + + cboxEnableTC1 - - 293, 113 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox1 - - 20 + + 22 - - NoControl + + True - + NoControl - - 14 + + 638, 148 - - 0 + + 108, 16 - - groupBox8 + + 8 - - label27 + + 启用虚拟二维码 - - cboxEnableTC1 + + cboxEnableVirtualBarCode - - 二维码长度: + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 84, 16 + + groupBox1 - - 127.0.0.1 + + 23 - - 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, 68 - - 1 + + 108, 16 - - 71, 12 + + 8 - - 11 + + Ok料仓满料拍照 - - 10 + + cboxEnableBeforePlaceTrayToOkGrab - - 90, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 226, 396 + + groupBox1 - - 112, 261 + + 24 - - groupBox4 + + True - - change + + NoControl - - Sublotname: + + 638, 36 - - groupBox1 + + 108, 16 - - Host Type: + + 8 - + + Ok料仓满料报警 + + + cboxEnableOkTrayCheckFull + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - 72, 16 + + 25 - + + True + + NoControl - - 153, 186 + + 638, 109 - - 宋体, 9pt + + 96, 16 - + + 8 + + + 料仓放料拍照 + + + cboxEnableBeforePlaceProductGrab + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + groupBox1 - - 0, 0 + + 26 - - groupBox4 + + True - - txtUphRefreshCycle + + NoControl 638, 259 - - 宋体, 9pt + + 84, 16 - - 是否需要登录 + + 8 - - True + + 扫码NG测试 - - txtControlCenterPort + + cboxScanFailToTest - - 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MachineID: + + groupBox1 + + + 27 + + + True NoControl - - 0 - - - 12, 6 + + 638, 225 - - MiddleLeft + + 84, 16 - + 8 - - 14 - - - False + + 禁用蜂鸣器 - - NoControl + + cboxDisableBuzzer - - panel1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28 - - 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 + + NoControl - + + 448, 225 + + + 144, 16 + + 8 - - 43, 80 + + 检测视觉软件是否打开 - - Fill + + cboxCheckVisionSwOpened - - 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 + + groupBox1 - + + 29 + + True - - 56, 341 + + NoControl - - 3, 17 + + 299, 224 - - groupBox1 + + 72, 16 - + 8 - - groupBox1 - - - NoControl + + 模拟测试 - - 59, 12 + + cboxIsSimTest - - 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 - - False - - - groupBox8 + + 30 - + True - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 108, 16 + + 448, 312 - + 90, 16 - - 168, 54 - - - cboxEnableTC4 + + 8 - - 386, 107 + + TC6通信日志 - - groupBox1 + + False - - NoControl + + cboxPrintTC6Communicate - - 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 - - 8 + + groupBox1 - - 8 + + 31 - - TC3通信日志 + + True - - 153, 312 + + NoControl - - groupBox8 + + 448, 278 - - TC6 + + 90, 16 - - 16 + + 8 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TC3通信日志 - - 197, 54 + + False - - 65, 12 + + cboxPrintTC3Communicate - - 5% + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tableLayoutPanel1 + + groupBox1 - - False + + 32 - + + True + + NoControl - - 71, 16 + + 299, 312 - - NoControl + + 90, 16 - - 36, 56 + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TC5通信日志 - - 3, 3 + + False - - 46, 38 + + cboxPrintTC5Communicate - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 42 + + groupBox1 - - cboxDisableDoor + + 33 - - 705, 294 + + True - - 73, 24 + + NoControl - - 模拟测试 + + 299, 278 - - 中文名 + + 90, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - True + + TC2通信日志 - - 从右到左 + + False - - True + + cboxPrintTC2Communicate - - 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 - - 3 + + groupBox1 - - 60, 16 + + 34 - + True - + NoControl - - 72, 16 + + 153, 312 - - cboxIsSimTest + + 90, 16 - - True + + 8 - - 1 + + TC4通信日志 - - groupBox3 + + False - - groupBox1 + + cboxPrintTC4Communicate - - 8 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 42, 16 + + groupBox1 - - 41 + + 35 - - 299, 186 + + True - - 中文名 + + NoControl - - 112, 77 + + 153, 278 - - 启用强力吸嘴 + + 90, 16 - - cboxCheckSafeEnable + + 8 - - 18 + + TC1通信日志 - - True + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cboxPrintTC1Communicate - - True + + 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 - - Bottom + + 36 - - 下相机扫码 + + True - - 39 + + False - - 44 + + NoControl - - 448, 225 + + 153, 224 - - 48, 16 + + 72, 16 - - 299, 312 + + 8 - - 60, 16 + + 禁用门禁 - - label17 + + cboxDisableDoor - - groupBox8 + + 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 - - cboxEnableBeforePlaceTrayToOkGrab + + 37 - - 搬运带料料盘速度: + + False - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - True + + 155, 14 - - NoControl + + 300, 20 - - label1 + + 1 - - 76, 398 + + tbarWholeSpeed - - 84, 16 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox1 - - Default + + 38 - - 0 + + True - - groupBox1 + + NoControl - - 8 + + 74, 72 - - 44 + + 59, 12 - - groupBox1 + + 0 - - groupBox8 + + 飞拍速度: - - 6 + + label16 - - NoControl + + 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 + + 39 - + True - - 80, 187 - - - 1 - - + NoControl - - MiddleLeft - - - groupBox8 + + 459, 76 - - 安全检查 + + 17, 12 - - TC6通信日志 + + 0 - - Fill + + 1% - - groupBox1 + + lblFlyCameraSpeed - - 18 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtHightChannel + + groupBox1 - - 149, 335 + + 40 - + True - - cboxEnableExceptionHandlingNozzle - - - 31, 217 + + NoControl - - 0 + + 26, 40 - - 346, 80 + + 107, 12 - - 307, 121 + + 0 - - 2 + + 搬运带料料盘速度: - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label15 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 groupBox1 - + + 41 + + True - - groupBox3 + + NoControl - - + + 459, 44 - - 8 + + 17, 12 - - 8 + + 0 - + + 1% + + + lblTakeTrayFromNg2InputSpeed + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 174, 185 + + groupBox1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42 - + True - - 10 + + NoControl - - TC5通信日志 + + 458, 18 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 12 - - 中文 + + 0 - - 28 + + 5% - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblWholeSpeed - - <?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> + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox1 - + + 43 + + True - + NoControl - - False + + 74, 18 - - NoControl + + 59, 12 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 整体速度: - - 74, 72 + + label1 - - 94, 21 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox1 - - True + + 44 - - False + + Fill - - 373, 186 + + 3, 3 - - 72, 16 + + 778, 432 - - 5 + + 0 - - 7 + + 参数设置 - - cboxRunSpace + + groupBox1 - - 17 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + tableLayoutPanel1 - - 治具启用: + + 2 - - groupBox1 + + True + + + ID - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + + + 中文名 - - ID + + True + + + 英文名 - - groupBox4 + + True + + + 是否显示 - + True + + + 是否需要登录 - - 18 + + Fill - - NoControl + + 3, 17 - - 0 + + 772, 413 - - 7 + + 43 - - 15 + + dataGridView1 - - groupBox3 + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + groupBox4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - False + + True - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 1 + + 46, 38 - - False + + 71, 12 - - 42 + + 0 - - 42, 16 + + 取放料方式: - - True + + False - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label6 - - Paint + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bottom, Right + + groupBox4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - + + True + + NoControl - - 25, 402 + + 90, 6 - - 8 + + 71, 16 - - label7 + + 1 - - 18 + + 从右到左 - - tableLayoutPanel1 + + radioButton4 - - Flat + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 48, 16 + + panel1 - + + 0 + + True - - 8 + + NoControl - - label13 + + 12, 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 71, 16 - - True + + 1 - - 59, 12 + + 从左到右 - - 155, 109 + + radioButton3 - - 638, 36 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + panel1 - - True + + 1 - - 59, 12 + + 36, 56 - - 8 + + 190, 33 - - 37, 145 + + 2 - - 37 + + False - - 8 + + panel1 - - 8 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 72, 21 + + groupBox4 - - 30 + + 2 - - groupBox1 + + 宋体, 9pt - - 3 + + 102, 115 - - TC1通信日志 + + 178, 21 - - groupBox4 + + 42 - - 6 + + 127.0.0.1 - - 2 + + Center - - 2048 + + False - - 禁用门禁 + + txtControlCenterIP - - TC2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 禁用蜂鸣器 + + groupBox4 - - 281, 42 + + 3 - - 10 + + True - + NoControl - - 484, 184 + + 35, 117 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47, 12 - - 33 + + 0 - - 11 + + 中控IP: - - groupBox3 + + False - - cboxPrintTC2Communicate + + label26 - - Ok料仓满料报警 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox4 - - 扫码NG测试 + + 4 - + + True + + NoControl - - 641, 294 + + 137, 170 - - NoControl + + 59, 12 - - 121, 20 + + 0 - - 11 + + 中控端口: - - 参数设置 + + False - - groupBox3 + + label27 - - 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 - - SnCoating + + 5 + + + 宋体, 9pt - - 299, 224 + + 206, 168 - - cboxEnableTC6 + + 93, 21 - - 13 + + 42 - - 19 + + 2048 - - System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Center - - 2 + + False - - 102, 115 + + txtControlCenterPort - - English + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - 1 + + True - + NoControl - - True + + 37, 145 - - groupBox1 + + 96, 16 - - 83, 12 + + 8 - + + 启用强力吸嘴 + + + False + + + cboxEnableExceptionHandlingNozzle + + System.Windows.Forms.CheckBox, 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 + + groupBox4 - - 模拟测试良率: + + 7 - + True - - True + + NoControl - - 107, 12 + + 37, 167 - - 英文 + + 84, 16 - - 虚拟码 + + 8 - + + 下相机扫码 + + False - + + cboxEnableScanBarCodeByDownCamera + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox4 - - 37, 264 + + 8 + + + Fill + + + 787, 441 + + + 778, 433 4 - - 43 + + Menu - - NoControl + + groupBox4 - - 6 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tableLayoutPanel1 - - True + + 3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - tbarFlyCameraSpeed + + 0, 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - + + 1568, 877 + + + 1 + + tableLayoutPanel1 - - NoControl + + System.Windows.Forms.TableLayoutPanel, 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 + + $this - - 1 + + 0 - - 17 + + <?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> - - cboxEnableTC3 + + True + + + 6, 12 - - label21 + + 1568, 877 - - 38 + + - - 96, 16 + + ID - - 42, 16 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 458, 18 + + 中文名 - - True + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 21 + + 英文名 - - 是否需要登录 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 是否显示 - - 0 + + System.Windows.Forms.DataGridViewCheckBoxColumn, 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 + + 是否需要登录 - - groupBox3 + + System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ConfigID: + + CommonConfig + + + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=20.25.32.1, Culture=neutral, PublicKeyToken=null - - True - - - en-US - - - True - - - True - - - True - - - True - - - True - \ No newline at end of file