From 91d633fdfc2695d42cb14f5d9004d69755c11d39 Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 6 Aug 2024 14:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=AC=E8=BF=90=E6=96=99=E7=9B=98=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E5=90=8E=EF=BC=8C=E5=BC=82=E6=AD=A5=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=96=99=E7=9B=98=E4=B8=8A=E6=96=99=E6=B5=81=E7=A8=8B=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=90=8C=E6=AD=A5=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Commom/GlobalVar.cs | 25 + Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs | 54 +- Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs | 6 +- Rs.SkyLine/SysConfig/CommonConfig.Designer.cs | 68 +- Rs.SkyLine/SysConfig/CommonConfig.resx | 3546 +++++++++-------- 5 files changed, 1897 insertions(+), 1802 deletions(-) diff --git a/Rs.SkyLine/Commom/GlobalVar.cs b/Rs.SkyLine/Commom/GlobalVar.cs index b58107c..7d73855 100644 --- a/Rs.SkyLine/Commom/GlobalVar.cs +++ b/Rs.SkyLine/Commom/GlobalVar.cs @@ -2063,5 +2063,30 @@ namespace Rs.Framework return SysConfigParam.GetValue(nameof(EnableRefreshImageUI)); } } + + + /// + /// 关闭气浮 + /// + [ParameterInit("double", "0.01", "system", "关闭气浮")] + public static double ClosedQifuValue + { + get + { + return SysConfigParam.GetValue(nameof(ClosedQifuValue)); + } + } + + /// + /// 治具放料是否打开真空吸 + /// + [ParameterInit("bool", "True", "system", "治具放料是否打开真空吸")] + public static bool EnablePlaceToFixtureOpenVac + { + get + { + return SysConfigParam.GetValue(nameof(EnablePlaceToFixtureOpenVac)); + } + } } } diff --git a/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs b/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs index 85df893..1947a3a 100644 --- a/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs @@ -1185,12 +1185,12 @@ namespace Rs.MotionPlat.Flow null, () => { - Task.Run(() => { + //Task.Run(() => { StockManager.Instance.GetStock(ETrayType.Input).Load(EStockTrayLoadMode.AfterTakeTray, () => { GlobalTray.GetTray(ETrayType.Input).ChangeStatus(ESlotStatus.NotHave); }); - }); - Thread.Sleep(1000); + //}); + //Thread.Sleep(1000); }); StockManager.Instance.GetStock(ETrayType.Input).WaitFinished(); } @@ -1239,11 +1239,11 @@ namespace Rs.MotionPlat.Flow null, () => { - Task.Run(() => - { + //Task.Run(() => + //{ StockManager.Instance.GetStock(ETrayType.Ok).Load(EStockTrayLoadMode.AfterTakeTray, null); - }); - Thread.Sleep(1000); + //}); + //Thread.Sleep(1000); }); StockManager.Instance.GetStock(ETrayType.Ok).WaitFinished(); } @@ -1261,11 +1261,11 @@ namespace Rs.MotionPlat.Flow null, () => { - Task.Run(() => - { + //Task.Run(() => + //{ StockManager.Instance.GetStock(ETrayType.Ok).Load(EStockTrayLoadMode.AfterTakeTray, null); - }); - Thread.Sleep(1000); + //}); + //Thread.Sleep(1000); }); StockManager.Instance.GetStock(ETrayType.Ok).WaitFinished(); } @@ -1314,11 +1314,11 @@ namespace Rs.MotionPlat.Flow null, () => { - Task.Run(() => - { + //Task.Run(() => + //{ StockManager.Instance.GetStock(ETrayType.Ng).Load(EStockTrayLoadMode.AfterTakeTray, null); - }); - Thread.Sleep(1000); + //}); + //Thread.Sleep(1000); }); StockManager.Instance.GetStock(ETrayType.Ng).WaitFinished(); } @@ -1336,11 +1336,11 @@ namespace Rs.MotionPlat.Flow null, () => { - Task.Run(() => - { + //Task.Run(() => + //{ StockManager.Instance.GetStock(ETrayType.Ng).Load(EStockTrayLoadMode.AfterTakeTray, null); - }); - Thread.Sleep(1000); + //}); + //Thread.Sleep(1000); }); StockManager.Instance.GetStock(ETrayType.Ng).WaitFinished(); } @@ -1385,11 +1385,11 @@ namespace Rs.MotionPlat.Flow null, () => { - Task.Run(() => - { + //Task.Run(() => + //{ StockManager.Instance.GetStock(ETrayType.Multi).Load(EStockTrayLoadMode.AfterTakeTray, null); - }); - Thread.Sleep(1000); + //}); + //Thread.Sleep(1000); }); StockManager.Instance.GetStock(ETrayType.Multi).WaitFinished(); } @@ -1407,11 +1407,11 @@ namespace Rs.MotionPlat.Flow null, () => { - Task.Run(() => - { + //Task.Run(() => + //{ StockManager.Instance.GetStock(ETrayType.Multi).Load(EStockTrayLoadMode.AfterTakeTray, null); - }); - Thread.Sleep(1000); + //}); + //Thread.Sleep(1000); }); StockManager.Instance.GetStock(ETrayType.Multi).WaitFinished(); } diff --git a/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs b/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs index 4aeb175..15cfb32 100644 --- a/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs @@ -812,7 +812,8 @@ namespace Rs.AutoDischarge.V3.Flow { logInfo = GetClassName() + $"{GetTrayName()}料仓下料完成已运动到起始位"; MessageQueue.Instance.Insert(logInfo); - + finished = true; + isRunning = false; ChangeStatus(EStockTrayStatus.Unloaded); //unloadStep = EStockTrayUnloadFlowStep.等待命令; StockZ.Home(); @@ -828,8 +829,7 @@ namespace Rs.AutoDischarge.V3.Flow { isFull = false; } - finished = true; - isRunning = false; + StockFlow.Zero(0); //actionFinishedEvent.Set(); } diff --git a/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs b/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs index 3a8be37..9de47f5 100644 --- a/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs +++ b/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs @@ -124,6 +124,8 @@ this.cboxEnableExceptionHandlingNozzle = new System.Windows.Forms.CheckBox(); this.cboxEnableScanBarCodeByDownCamera = new System.Windows.Forms.CheckBox(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); + this.label18 = new System.Windows.Forms.Label(); + this.txtClosedQifuValue = new System.Windows.Forms.TextBox(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox8.SuspendLayout(); this.groupBox2.SuspendLayout(); @@ -154,12 +156,13 @@ // // groupBox8 // - resources.ApplyResources(this.groupBox8, "groupBox8"); this.groupBox8.Controls.Add(this.button1); this.groupBox8.Controls.Add(this.cboxLanguage); this.groupBox8.Controls.Add(this.label2); this.groupBox8.Controls.Add(this.groupBox2); + this.groupBox8.Controls.Add(this.txtClosedQifuValue); this.groupBox8.Controls.Add(this.txtQifuValue); + this.groupBox8.Controls.Add(this.label18); this.groupBox8.Controls.Add(this.txtDischargeRetakeNum); this.groupBox8.Controls.Add(this.label9); this.groupBox8.Controls.Add(this.cboxScanBarcodeFailAutoSkip); @@ -181,15 +184,16 @@ this.groupBox8.Controls.Add(this.cboxEnableTestFixtureFiberCheck); this.groupBox8.Controls.Add(this.cboxEnableIndexTimeStatistics); 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; @@ -197,11 +201,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 @@ -240,18 +244,18 @@ // // txtQifuValue // - resources.ApplyResources(this.txtQifuValue, "txtQifuValue"); this.txtQifuValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtQifuValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtQifuValue.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.txtQifuValue, "txtQifuValue"); this.txtQifuValue.Name = "txtQifuValue"; this.txtQifuValue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtQifuValue_KeyUp); // // txtDischargeRetakeNum // - resources.ApplyResources(this.txtDischargeRetakeNum, "txtDischargeRetakeNum"); this.txtDischargeRetakeNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtDischargeRetakeNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtDischargeRetakeNum, "txtDischargeRetakeNum"); this.txtDischargeRetakeNum.ForeColor = System.Drawing.Color.White; this.txtDischargeRetakeNum.Name = "txtDischargeRetakeNum"; this.txtDischargeRetakeNum.Tag = ""; @@ -395,33 +399,33 @@ // // groupBox3 // - resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Controls.Add(this.groupBox10); this.groupBox3.Controls.Add(this.groupBox9); this.groupBox3.Controls.Add(this.cboxDownLocationCameraName); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.cboxUpCameraName); + resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // groupBox10 // - resources.ApplyResources(this.groupBox10, "groupBox10"); this.groupBox10.Controls.Add(this.txtUpCameraExposureTime); this.groupBox10.Controls.Add(this.label21); this.groupBox10.Controls.Add(this.label24); this.groupBox10.Controls.Add(this.txtUpCameraGain); this.groupBox10.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox10, "groupBox10"); this.groupBox10.Name = "groupBox10"; this.groupBox10.TabStop = false; // // txtUpCameraExposureTime // - resources.ApplyResources(this.txtUpCameraExposureTime, "txtUpCameraExposureTime"); this.txtUpCameraExposureTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtUpCameraExposureTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtUpCameraExposureTime, "txtUpCameraExposureTime"); this.txtUpCameraExposureTime.ForeColor = System.Drawing.Color.White; this.txtUpCameraExposureTime.Name = "txtUpCameraExposureTime"; this.txtUpCameraExposureTime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); @@ -438,16 +442,15 @@ // // txtUpCameraGain // - resources.ApplyResources(this.txtUpCameraGain, "txtUpCameraGain"); this.txtUpCameraGain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtUpCameraGain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtUpCameraGain, "txtUpCameraGain"); this.txtUpCameraGain.ForeColor = System.Drawing.Color.White; this.txtUpCameraGain.Name = "txtUpCameraGain"; this.txtUpCameraGain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); // // groupBox9 // - resources.ApplyResources(this.groupBox9, "groupBox9"); this.groupBox9.Controls.Add(this.txtFlyGrabExposureTime); this.groupBox9.Controls.Add(this.txtDownCameraFlyRegrabNum); this.groupBox9.Controls.Add(this.label12); @@ -455,23 +458,24 @@ this.groupBox9.Controls.Add(this.label13); this.groupBox9.Controls.Add(this.txtFlyGrabGain); this.groupBox9.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.groupBox9, "groupBox9"); this.groupBox9.Name = "groupBox9"; this.groupBox9.TabStop = false; // // txtFlyGrabExposureTime // - resources.ApplyResources(this.txtFlyGrabExposureTime, "txtFlyGrabExposureTime"); this.txtFlyGrabExposureTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFlyGrabExposureTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFlyGrabExposureTime, "txtFlyGrabExposureTime"); this.txtFlyGrabExposureTime.ForeColor = System.Drawing.Color.White; this.txtFlyGrabExposureTime.Name = "txtFlyGrabExposureTime"; this.txtFlyGrabExposureTime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); // // txtDownCameraFlyRegrabNum // - resources.ApplyResources(this.txtDownCameraFlyRegrabNum, "txtDownCameraFlyRegrabNum"); this.txtDownCameraFlyRegrabNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtDownCameraFlyRegrabNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtDownCameraFlyRegrabNum, "txtDownCameraFlyRegrabNum"); this.txtDownCameraFlyRegrabNum.ForeColor = System.Drawing.Color.White; this.txtDownCameraFlyRegrabNum.Name = "txtDownCameraFlyRegrabNum"; this.txtDownCameraFlyRegrabNum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); @@ -493,17 +497,17 @@ // // txtFlyGrabGain // - resources.ApplyResources(this.txtFlyGrabGain, "txtFlyGrabGain"); this.txtFlyGrabGain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtFlyGrabGain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtFlyGrabGain, "txtFlyGrabGain"); this.txtFlyGrabGain.ForeColor = System.Drawing.Color.White; this.txtFlyGrabGain.Name = "txtFlyGrabGain"; this.txtFlyGrabGain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); // // cboxDownLocationCameraName // - resources.ApplyResources(this.cboxDownLocationCameraName, "cboxDownLocationCameraName"); this.cboxDownLocationCameraName.FormattingEnabled = true; + resources.ApplyResources(this.cboxDownLocationCameraName, "cboxDownLocationCameraName"); this.cboxDownLocationCameraName.Name = "cboxDownLocationCameraName"; // // label8 @@ -518,13 +522,12 @@ // // cboxUpCameraName // - resources.ApplyResources(this.cboxUpCameraName, "cboxUpCameraName"); this.cboxUpCameraName.FormattingEnabled = true; + resources.ApplyResources(this.cboxUpCameraName, "cboxUpCameraName"); this.cboxUpCameraName.Name = "cboxUpCameraName"; // // groupBox1 // - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.btnImageSavePath); this.groupBox1.Controls.Add(this.txtImageSaveDays); this.groupBox1.Controls.Add(this.txtImageSavePath); @@ -551,15 +554,16 @@ this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label3); 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; // // btnImageSavePath // - resources.ApplyResources(this.btnImageSavePath, "btnImageSavePath"); this.btnImageSavePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnImageSavePath.FlatAppearance.BorderColor = System.Drawing.Color.White; + resources.ApplyResources(this.btnImageSavePath, "btnImageSavePath"); this.btnImageSavePath.ForeColor = System.Drawing.Color.White; this.btnImageSavePath.Name = "btnImageSavePath"; this.btnImageSavePath.UseVisualStyleBackColor = false; @@ -578,8 +582,8 @@ // // panelEx1 // - resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.Controls.Add(this.btnSaveSpeedParam); + resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.Name = "panelEx1"; // // btnSaveSpeedParam @@ -594,10 +598,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 @@ -743,7 +747,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); @@ -753,13 +756,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.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; @@ -769,6 +772,7 @@ this.英文名, this.是否显示, this.是否需要登录}); + resources.ApplyResources(this.dataGridView1, "dataGridView1"); this.dataGridView1.Name = "dataGridView1"; dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1; @@ -818,9 +822,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 @@ -841,9 +845,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"; // @@ -859,9 +863,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"; // @@ -877,9 +881,19 @@ this.cboxEnableScanBarCodeByDownCamera.Name = "cboxEnableScanBarCodeByDownCamera"; this.cboxEnableScanBarCodeByDownCamera.UseVisualStyleBackColor = true; // - // folderBrowserDialog1 + // label18 + // + resources.ApplyResources(this.label18, "label18"); + this.label18.Name = "label18"; + // + // txtClosedQifuValue // - resources.ApplyResources(this.folderBrowserDialog1, "folderBrowserDialog1"); + this.txtClosedQifuValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); + this.txtClosedQifuValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtClosedQifuValue.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.txtClosedQifuValue, "txtClosedQifuValue"); + this.txtClosedQifuValue.Name = "txtClosedQifuValue"; + this.txtClosedQifuValue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtQifuValue_KeyUp); // // CommonConfig // @@ -1013,5 +1027,7 @@ private System.Windows.Forms.Label label10; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.CheckBox cboxEnableRefreshImageUI; + private System.Windows.Forms.TextBox txtClosedQifuValue; + private System.Windows.Forms.Label label18; } } \ No newline at end of file diff --git a/Rs.SkyLine/SysConfig/CommonConfig.resx b/Rs.SkyLine/SysConfig/CommonConfig.resx index 2eeb0d9..c2e43ab 100644 --- a/Rs.SkyLine/SysConfig/CommonConfig.resx +++ b/Rs.SkyLine/SysConfig/CommonConfig.resx @@ -118,2685 +118,2739 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 2 - - - 174, 66 + + + Flat - - 4 + + NoControl - - label15 + + + 226, 396 - - 禁用离子风扇检测 + + 73, 24 - - 扫码失败自动跳过 + + 7 - - cboxLanguage + + change - - 1 + + False - - - NoControl + + button1 - - System.Windows.Forms.GroupBox, 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 - - True + + groupBox8 - - True + + 0 - - groupBox10 + + 中文 - - True + + English - - groupBox1 + + 76, 398 - - groupBox4 + + 121, 20 - - 4 + + 43 - - 155, 100 + + False - - 7 + + cboxLanguage - - System.Windows.Forms.DataGridViewCheckBoxColumn, 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 - - 42 + + groupBox8 - - 484, 66 + + 1 - - Default + + True - - 52, 325 + + NoControl - - ID + + 25, 402 - - lblTakeTraySpeed + + 35, 12 - - True + + 0 - + + 语言: + + False - - groupBox1 + + label2 - - groupBox1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox9 + + groupBox8 - - 定位飞拍速度: + + 2 - - 484, 98 + + Bottom, Right - + True - - 155, 14 - - - 5% + + NoControl - - 8 + + 146, 30 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 16 - - NoControl + + 8 - - System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 韩文 - - NoControl + + cboxMsgShowKo - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox2 - + 0 - - tbarTakeTrayFromNg2InputSpeed + + True - - 8 + + NoControl - - 30, 25 + + 92, 30 - - 787, 441 + + 48, 16 - - 47, 12 + + 8 - - 设备参数 + + 英文 - - 选择 + + cboxMsgShowEn - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox2 - - groupBox1 + + 1 - - groupBox3 + + True - - 8 + + NoControl - - Center + + 28, 30 - + + 48, 16 + + 8 - - False + + 中文 - - 是否需要登录 + + cboxMsgShowCn - - 300, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox2 - - 10, 79 + + 2 - - radioButton4 + + 458, 322 - - 36, 56 + + 311, 98 - - cboxDisableCheckSocketLock + + 52 - - 1 + + 弹框语言 - - label2 + + groupBox2 - - groupBox1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 363 + + groupBox8 - - tbarTakeTraySpeed + + 3 - - 90, 6 + + 486, 25 - - 47, 12 + + 100, 21 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 54 - + + 0.01 + + + Center + + + txtClosedQifuValue + + 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 + + groupBox8 - - radioButton3 + + 4 - - 772, 66 + + 255, 28 - - tbarWholeSpeed + + 100, 21 - - 0 + + 54 - - NoControl + + 0.01 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Center - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtQifuValue - - 35, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox8 + + + 5 + + True - + NoControl - - 上相机: + + 405, 30 - - 300, 20 + + 71, 12 - - panelEx1 + + 50 - - 83, 12 + + 关闭气压值: - - groupBox1 + + label18 - - 35, 12 + + System.Windows.Forms.Label, 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 + + groupBox8 - - 14 + + 6 - + 宋体, 9pt - - English + + 112, 28 - - 拍照定位失败自动跳过 + + 60, 21 - - 59, 12 + + 48 - - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.35, Culture=neutral, PublicKeyToken=null + + 1 - - False + + Center - - cboxMsgShowCn + + txtDischargeRetakeNum - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox8 - - 6, 12 + + 7 - - 83, 21 + + True - - 是否显示 + + NoControl - - 韩文 + + 202, 34 - - groupBox10 + + 47, 12 - - NoControl + + 50 - - NoControl + + 气压值: - - True + + label9 - - False + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label11 + + groupBox8 - - label16 + + 8 - - 26, 283 + + True - - 120, 16 + + NoControl - - 155, 44 + + 27, 102 - - groupBox3 + + 120, 16 - - 30, 52 + + 53 - - NoControl + + 扫码失败自动跳过 - + + cboxScanBarcodeFailAutoSkip + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox8 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 保存 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 174, 98 - - 100, 21 + + 144, 16 - - 配方: + + 53 - - 47 + + 拍照定位失败自动跳过 - - lblWholeSpeed + + cboxLocationFailAutoSkip - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - groupBox1 + + 10 - - 英文名 - - - 1 + + True - - 105, 67 + + NoControl - - 83, 21 + + 24, 33 - - 353, 66 + + 83, 12 - - 0.01 + + 47 - - 206, 168 + + 排料重取次数: - - 取放料方式: + + label29 - - 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 - - 1 + + groupBox8 - - 2 + + 11 - - Center + + True - - 19 + + NoControl - - 1 + + 26, 66 - - cboxLocationFailAutoSkip + + 72, 16 - - groupBox8 + + 8 - - 1 + + 禁用门禁 - - 42 + + cboxDisableDoor - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox8 - + + 12 + + True - - 48, 16 + + NoControl - - 4 + + 484, 184 - - 8 + + 60, 16 - - True + + 8 - - 22 + + 循环跑 - - 83, 12 + + False - - NoControl + + cboxInputTrayLoop - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox8 - - Fill + + 13 - - False + + True - - CommonConfig + + NoControl - - 5 + + 353, 185 - - NoControl + + 60, 16 - - NoControl + + 8 - - 47, 12 + + 虚拟码 - - groupBox2 + + False - - 2 + + cboxEnableVirtuleBarCode - - 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 - - 83, 12 + + groupBox8 - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + 14 - - 137, 170 + + True - - 8 + + NoControl - - 127.0.0.1 + + 174, 185 - - groupBox9 + + 60, 16 - - Center + + 8 - - 59, 12 + + 虚拟轴 - - 43 + + False - - 24 + + cboxVirtualAxis - - 39, 70 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox8 - - 17, 12 + + 15 - - 93, 21 + + True - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 353, 98 - - 75, 20 + + 42, 16 - + 8 - - 84, 16 - - - 26, 249 + + GRR - - groupBox4 + + cboxGRR - - 循环跑 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 353, 185 + + groupBox8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + NoControl - - label5 + + 627, 185 - - 17, 12 - - - label29 - - - label24 - - - panelEx1 - - - 1568, 877 + + 72, 16 - - 2 + + 8 - - 35, 12 + + 安全检查 - - True + + False - - 8 + + cboxCheckSafeEnable - - groupBox3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox8 - - 75, 47 + + 17 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 198, 123 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 174, 66 - - NoControl + + 144, 16 - - groupBox1 + + 8 - - 772, 413 + + 禁用检测治具是否锁定 - - label12 + + cboxDisableCheckSocketLock - - 627, 100 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox8 - - True - - - 42 + + 18 - + True - - 50, 47 - - + NoControl - - 是否显示 - - - 重拍次数: - - - NoControl + + 484, 66 - - cboxMsgShowEn + + 120, 16 - + 8 - - False - - - 778, 433 + + 禁用离子风扇检测 - - tableLayoutPanel1 + + cboxDisableIonFanCheck - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox8 - - 778, 432 - - - 11 + + 19 - + True - - 202, 34 - - - 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 + + 484, 98 - - 458, 49 + + 96, 16 - - 75, 20 + + 8 - - tbarStockBeltSpeed + + 禁用正压检测 - - 9 + + cboxDisablePPressCheck - - 34, 52 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + groupBox8 - - 1 + + 20 - - False + + True - + NoControl - - True + + 627, 66 - - button1 + + 120, 16 - - 10 + + 8 - - 778, 432 + + 治具有无产品检测 - - 排料重取次数: + + cboxSocketHasProductCheck - - groupBox4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox8 - - 42, 16 + + 21 - - dataGridView1 + + True - - 0 + + NoControl + + + 174, 137 + + + 96, 16 8 - - False + + 启用刷新图片 - - 2 + + cboxEnableRefreshImageUI - - 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 - - False + + groupBox8 - - 2 + + 22 - - tableLayoutPanel1 + + True - - 300, 20 + + NoControl - - 中控IP: + + 27, 137 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120, 16 - - True + + 8 - - 153, 133 + + 启用工作环境检测 - - 107, 322 + + cboxEnableWorkEnviromentCheck - - 155, 70 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox8 - - 257, 115 - - - 115, 246 + + 23 - + True - - 3 + + NoControl - - 300, 20 + + 627, 100 - - NoControl + + 96, 16 - - 22 + + 8 - - 53 + + 禁用负压检测 - - cboxSocketHasProductCheck + + cboxDisableNPressCheck - - groupBox9 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label26 + + groupBox8 - - True + + 24 - + True - - 17 + + NoControl - - 上相机 + + 353, 66 - - True + + 96, 16 - - True + + 8 - - True + + 启用光纤检测 - - Flat + + cboxEnableTestFixtureFiberCheck - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 96, 16 + + groupBox8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - NoControl + + True - + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 221 - - folderBrowserDialog1 + + 72, 16 - - 0 + + 8 - - groupBox4 + + 时间统计 - - 35, 12 + + False - - True + + cboxEnableIndexTimeStatistics - - 93, 21 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50 + + groupBox8 - - 446, 243 + + 26 - - 300, 20 + + True - + NoControl - - cboxScanBarcodeFailAutoSkip - - - 72, 16 - - - label14 + + 26, 185 - - label4 + + 48, 16 - - 71, 16 + + 8 - - groupBox10 + + 空跑 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - 25 + + cboxRunSpace - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill - - - lblTakeTrayFromNg2InputSpeed + + groupBox8 - - 中控端口: + + 27 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - cboxEnableIndexTimeStatistics + + 787, 3 - - 43 + + 778, 432 - - NoControl + + 3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 设备参数 - + groupBox8 System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tableLayoutPanel1 - - True + + 0 - - 2 + + 宋体, 9pt - - groupBox1 + + 75, 20 - - 83, 12 + + 83, 21 - - 14 + + 42 - - 27, 102 + + 60 - - NoControl + + Center - - 3, 441 + + txtUpCameraExposureTime - - 8 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox10 - - True + + 0 - + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 + + NoControl - - 627, 66 + + 30, 25 - + 35, 12 - - cboxMsgShowKo + + 0 - - 1 + + 曝光: - - 96, 16 + + label21 - - 72, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtUpCameraGain + + groupBox10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 下相机 + + True - + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 30, 52 - - NoControl + + 35, 12 - - 59, 12 + + 0 - - groupBox4 + + 增益: - - groupBox3 + + label24 - - 42 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox10 - - 60, 21 + + 2 - - txtDownCameraFlyRegrabNum + + 宋体, 9pt - - 190, 33 + + 75, 47 - - cboxInputTrayLoop + + 83, 21 - - 60, 16 + + 42 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 60 - - 20 + + Center - - 83, 12 + + txtUpCameraGain - - System.Windows.Forms.Label, 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 - - 23 + + groupBox10 - - Menu + + 3 - - 语言: + + 32, 115 - - 8 + + 198, 123 - - 17, 12 + + 43 - - 0 + + 上相机 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox10 - - 5 + + 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 + + groupBox3 - - label8 + + 0 - - txtControlCenterIP + + 宋体, 9pt - - 174, 98 + + 75, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 83, 21 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42 - - 1568, 877 + + 60 - - 曝光: + + Center - - 54 + + txtFlyGrabExposureTime - - 43 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + groupBox9 - - 1 + + 0 - - 从左到右 + + 宋体, 9pt - - 300, 20 + + 75, 74 - - 8 + + 83, 21 - - 787, 3 + + 42 - - 时间统计 + + 5 - - True + + Center - - txtImageSavePath + + txtDownCameraFlyRegrabNum - - panel1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox9 - - 8 + + 1 - + + True + + NoControl - - 3, 17 + + 30, 25 - - groupBox1 + + 35, 12 - - NoControl + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 曝光: - - 1 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - txtQifuValue - - - NoControl + + label12 - - $this + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 112, 28 + + groupBox9 - - False + + 2 - - cboxGRR + + True - - groupBox2 + + NoControl - - 5 + + 10, 79 - - 启用工作环境检测 + + 59, 12 - - 53 + + 0 - - 中文名 + + 重拍次数: - - 9 + + label14 - - 42 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 宋体, 9pt + + groupBox9 - - label10 + + 3 - - 17, 12 + + True - - 弹框语言 + + NoControl - - cboxCurRecipe + + 34, 52 - - False + + 35, 12 - - 37, 167 + + 0 - - lblFlyCameraSpeed + + 增益: - - False + + label13 - - 459, 170 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox9 - - 20 + + 4 - - False + + 宋体, 9pt - - False + + 75, 47 - - 7 + + 83, 21 - - 627, 185 + + 42 - - True + + 60 - - NoControl + + Center - - groupBox8 + + txtFlyGrabGain - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox9 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - 572, 6 + + 257, 115 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 198, 123 43 - - groupBox1 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - cboxVirtualAxis + + 下相机 - - 24, 33 + + groupBox9 - - 348, 20 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox3 - - cboxEnableScanBarCodeByDownCamera + + 1 - - btnImageSavePath + + 105, 67 - - label6 + + 348, 20 - + 1 - - 778, 433 - - - 50, 73 - - - 60 + + cboxDownLocationCameraName - - 空跑 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox3 - - 0 + + 2 - + True - + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44, 33 - - groupBox8 + + 47, 12 - - groupBox8 + + 0 - - 17, 12 + + 上相机: - - 1 + + label8 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox3 - - 0 + + 3 - + True - - 0 + + NoControl - - 0 + + 39, 70 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - 气压值: + + 47, 12 - + 0 - - tbarScanBarcodeSpeed + + 下相机: - - 中文 + + label7 - - 启用光纤检测 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox3 - - 8 + + 4 - - 146, 30 + + 105, 30 - - False + + 348, 20 - - 75, 74 + + 1 - - 50, 104 + + cboxUpCameraName - - groupBox8 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 扫码飞怕速度: + + groupBox3 - - 26, 221 + + 5 - - Flat + + Fill - - 16 + + 3, 441 - - groupBox9 + + 778, 433 - - 0 + + 2 - - 4 + + 相机参数设定 - - System.Windows.Forms.Label, 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 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox8 + + tableLayoutPanel1 - - 0 + + 1 - - 0 + + Flat - - 47, 12 + + NoControl - - 459, 135 + + 446, 243 - - 2 + + 59, 25 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - NoControl + + 选择 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnImageSavePath - - cboxEnableVirtuleBarCode + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox1 + + 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 115, 280 - - Center + + 93, 21 - - 禁用正压检测 + + 3 - - 458, 106 + + txtImageSaveDays - - 255, 28 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnSaveSpeedParam + + groupBox1 - - 52 + + 1 - - 71, 16 + + 115, 246 - - 图片保存路径: + + 311, 21 - - Fill + + 3 - - 5 + + txtImageSavePath - - cboxUpCameraName + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panel1 + + groupBox1 - - groupBox3 + + 2 - - Center + + Bottom, Right - - 26, 185 + + Flat - + NoControl - - 3 + + 572, 6 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 197, 54 - - 0 + + 7 - - groupBox8 + + 保存 - - label27 + + btnSaveSpeedParam - - 宋体, 9pt + + System.Windows.Forms.Button, 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 + + panelEx1 - - 74, 18 + + 0 - - 83, 21 + + Bottom - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 363 - - 1 + + 772, 66 - - 启用刷新图片 + + 2 - - NoControl + + panelEx1 - - 226, 396 + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - groupBox4 - - - change - - - cboxDisableNPressCheck - - + groupBox1 - - 皮带速度: - - - False - - - 治具有无产品检测 - - - groupBox4 + + 3 - - cboxDisableIonFanCheck + + Default - - 宋体, 9pt + + 107, 322 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 348, 20 - - 0 + + 1 - - 0, 0 + + False - - NoControl + + cboxCurRecipe - - groupBox4 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 348, 20 + + groupBox1 - - 宋体, 9pt + + 4 - - 7 + + True - - 48, 16 + + NoControl - - txtControlCenterPort + + 52, 325 - - 8 + + 35, 12 - + 0 - - groupBox9 + + 配方: - - 12, 6 + + False - - 13 + + label4 - - 120, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox1 - + + 5 + + False - - panel1 + + NoControl - - 8 + + 155, 100 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 300, 20 - - cboxDownLocationCameraName + + 1 - - 1% + + tbarTakeTraySpeed - - 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 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - Fill + + 6 - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - 42 + + NoControl - - True + + 155, 70 - - 311, 98 + + 300, 20 - - groupBox8 + + 1 - - 1% + + tbarScanBarcodeSpeed - - groupBox1 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox1 - - 5 + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - 105, 30 + + NoControl - - True + + 155, 44 - - cboxEnableTestFixtureFiberCheck + + 300, 20 - - 增益: + + 1 - - True + + tbarFlyCameraSpeed System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26, 66 + + groupBox1 - - 60 + + 8 - - groupBox1 + + False - - 0 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 153, 166 - - False + + 300, 20 - - cboxDisablePPressCheck + + 1 - - 83, 21 + + tbarTakeTrayFromNg2InputSpeed - - groupBox8 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label9 + + groupBox1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - 197, 54 + + False - + NoControl - - NoControl + + 153, 133 - - 5% + + 300, 20 - - tableLayoutPanel1 + + 1 - + + tbarStockBeltSpeed + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 10 + + False - - 27, 137 + + NoControl - - 353, 98 + + 155, 14 - - True + + 300, 20 - + 1 - - 17, 12 - - - 59, 25 + + tbarWholeSpeed - - 3, 3 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + groupBox1 - - GRR + + 11 - - 1 + + True - - 2 + + NoControl - - cboxDisableDoor + + 458, 106 - - 17 + + 17, 12 - - 92, 30 + + 0 - - 73, 24 + + 5% - - 174, 137 + + lblTakeTraySpeed - + System.Windows.Forms.Label, 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 - - 从右到左 + + 12 - + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 2 + + 458, 75 - - 禁用负压检测 + + 17, 12 - - 71, 12 + + 0 - - 2 + + 5% - - 153, 166 + + lblScanBarcodeSpeed - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21 + + groupBox1 - - 禁用检测治具是否锁定 + + 13 - - groupBox1 + + True - - txtUpCameraExposureTime + + NoControl - - 英文名 + + 458, 49 - - 18 + + 17, 12 - - NoControl + + 0 - - 中文名 + + 5% - - 启用强力吸嘴 + + lblFlyCameraSpeed - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 14 + + True - - cboxCheckSafeEnable + + NoControl - + + 50, 104 + + + 83, 12 + + 0 - - txtFlyGrabExposureTime + + 搬运料盘速度: - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label5 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26, 166 + + groupBox1 - - Bottom + + 15 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 下相机扫码 + + NoControl - - 23 + + 26, 283 - - 48, 16 + + 83, 12 - - 60, 16 + + 0 + + + 图片保存天数: label17 - - 115, 280 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 搬运带料料盘速度: + + groupBox1 - - 整体速度: + + 16 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + NoControl - - txtDischargeRetakeNum - - - label1 + + 26, 249 - - lblScanBarcodeSpeed + + 83, 12 - - 8 + + 0 - - 198, 123 + + 图片保存路径: - - label3 + + label10 - - 5% + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox1 - - 8 + + 17 - - 25 + + True - - groupBox8 + + NoControl - - 3 + + 26, 166 - - groupBox1 + + 107, 12 - + 0 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 + + 搬运带料料盘速度: - - 96, 16 + + label15 - - 76, 398 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox1 - - groupBox8 + + 18 - - 安全检查 + + True - - 42 + + NoControl - - Fill + + 459, 170 - - 1 + + 17, 12 - - NoControl + + 0 - - True + + 1% - - txtImageSaveDays + + lblTakeTrayFromNg2InputSpeed - - groupBox8 + + 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 - - groupBox8 + + 19 - + True - - groupBox1 + + NoControl - - 32, 115 + + 459, 135 - - Center + + 17, 12 - - cboxEnableExceptionHandlingNozzle + + 0 - - 宋体, 9pt + + 1% - - 0 + + lblStockBeltSpeed - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44, 33 + + groupBox1 - - 曝光: + + 20 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + NoControl - - groupBox8 - - - groupBox1 + + 458, 18 - - True + + 17, 12 - - CommonConfig + + 0 - - 8 + + 5% - - 8 + + lblWholeSpeed - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox1 - - NoControl + + 21 - - 0 + + True - - Fill + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 74, 137 - - 中文 + + 59, 12 - + 0 - - <?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> - - - 46, 38 - - - NoControl + + 皮带速度: - - Bottom, Right + + label11 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox1 - - 144, 16 + + 22 - + True - - groupBox3 - - + NoControl - - 72, 16 + + 50, 73 - - 5 + + 83, 12 - - groupBox8 + + 0 - - 15 + + 扫码飞怕速度: - - cboxRunSpace + + label16 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + groupBox1 - - 60, 16 + + 23 - - 下相机: + + True - - 8 + + NoControl - - groupBox1 + + 50, 47 - - groupBox10 + + 83, 12 - - groupBox8 + + 0 - - ID + + 定位飞拍速度: - - 83, 21 + + label3 - - groupBox4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox1 - - groupBox8 + + 24 - - 174, 185 + + True - + NoControl - + + 74, 18 + + + 59, 12 + + 0 - - 7 + + 整体速度: - - 96, 16 + + label1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox1 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - 120, 16 + + Fill - + + 3, 3 + + + 778, 432 + + 0 - - groupBox3 + + 速度 - - cboxEnableWorkEnviromentCheck + + groupBox1 - - False + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60 + + tableLayoutPanel1 - - 19 + + 2 - - groupBox2 + + True + + + ID - - 宋体, 9pt + + True + + + 中文名 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + + + 英文名 - - NoControl + + True + + + 是否显示 - - Bottom, Right + + True + + + 是否需要登录 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - NoControl + + 3, 17 - - 458, 75 + + 772, 413 - - 虚拟轴 + + 43 - - 相机参数设定 + + dataGridView1 - - Flat + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Center + + groupBox4 - - label7 + + 0 - + + True + + + NoControl + + + 46, 38 + + + 71, 12 + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 取放料方式: - - 搬运料盘速度: + + False - - 48, 16 + + label6 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox4 + + + 1 + + True - - 144, 16 + + NoControl - - label13 + + 90, 6 - + + 71, 16 + + + 1 + + + 从右到左 + + + radioButton4 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 0 + + True - - 311, 21 + + NoControl - - 59, 12 + + 12, 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 71, 16 - - 37, 145 + + 1 - - 10 + + 从左到右 + + + radioButton3 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 1 + + + 36, 56 + + + 190, 33 + + + 2 + + + False + + + panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox4 + + + 2 + + + 宋体, 9pt + + + 102, 115 178, 21 - - 25, 402 + + 42 - - groupBox8 + + 127.0.0.1 - - 宋体, 9pt + + Center - - 0 + + False - - 348, 20 + + txtControlCenterIP - - lblStockBeltSpeed + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + groupBox4 - + 3 - + + True + + NoControl - - 6 + + 35, 117 - - 2 + + 47, 12 - - 2048 + + 0 - - 禁用门禁 + + 中控IP: - - 75, 47 + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label26 - - groupBox1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 74, 137 + + groupBox4 - - 3 + + 4 + + + True NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 137, 170 - - 484, 184 + + 59, 12 - - 15 + + 0 - - NoControl + + 中控端口: - - groupBox1 + + False - - 35, 117 + + label27 - - 6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60 + + groupBox4 - - False + + 5 - - groupBox9 + + 宋体, 9pt - - 28, 30 + + 206, 168 - - True + + 93, 21 - - 121, 20 + + 42 - - groupBox8 + + 2048 - - NoControl + + Center - - 速度 + + False - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtControlCenterPort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox4 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - groupBox1 + + True - - 7 + + NoControl - - Center + + 37, 145 - - 1 + + 96, 16 - - 12 + + 8 - - 3 + + 启用强力吸嘴 - - txtFlyGrabGain + + False - - 102, 115 + + cboxEnableExceptionHandlingNozzle - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 groupBox4 - - cboxEnableRefreshImageUI - - - 0 + + 7 - - 1 + + True - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 120, 16 + + 37, 167 - - False + + 84, 16 - - 458, 322 + + 8 - - 35, 12 + + 下相机扫码 - + False - - 增益: - - - 5% + + cboxEnableScanBarCodeByDownCamera - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24 + + groupBox4 - - groupBox1 + + 8 - - 107, 12 + + Fill - - 英文 + + 787, 441 - - 虚拟码 + + 778, 433 - - groupBox1 + + 4 - - groupBox10 + + Menu - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox4 - - 0 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30, 25 + + tableLayoutPanel1 - - 4 + + 3 - - 21 + + Fill - - 48 + + 0, 0 - - 96, 16 + + 2 - - NoControl + + 1568, 877 - - groupBox1 + + 1 - - 13 + + tableLayoutPanel1 - + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + 0 - - True + + <?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> - + + 17, 17 + + True + + + 6, 12 - - 3 + + 1568, 877 - - Center + + CommonConfig - - tbarFlyCameraSpeed + + ID - - System.Windows.Forms.TextBox, 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 - - tableLayoutPanel1 + + 中文名 - - 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 - - 1 + + 英文名 - - label21 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + 是否显示 - - 458, 18 + + System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 是否需要登录 - - 0 - - - True + + System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + folderBrowserDialog1 - - 83, 12 + + System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + CommonConfig - - 图片保存天数: + + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.41, Culture=neutral, PublicKeyToken=null - - True - - - en-US - - - True - - - 17, 17 - - - True - - - True - - - True - - - True - \ No newline at end of file