修复扫码定位失败自动跳过英文错误

develop
lhiven 8 months ago
parent d85ea6a5bd
commit 6fecad1569

@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
[assembly: AssemblyVersion("3.20.24.52")]
[assembly: AssemblyVersion("3.20.24.53")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

@ -160,6 +160,7 @@
//
// groupBox8
//
resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.Controls.Add(this.button1);
this.groupBox8.Controls.Add(this.cboxLanguage);
this.groupBox8.Controls.Add(this.label2);
@ -188,16 +189,15 @@
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;
@ -205,11 +205,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,19 +248,19 @@
//
// txtClosedQifuValue
//
resources.ApplyResources(this.txtClosedQifuValue, "txtClosedQifuValue");
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);
//
// 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);
//
@ -271,9 +271,9 @@
//
// 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 = "";
@ -417,6 +417,7 @@
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.txtQrcodeLength);
this.groupBox3.Controls.Add(this.groupBox10);
this.groupBox3.Controls.Add(this.groupBox9);
@ -425,7 +426,6 @@
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.cboxUpCameraName);
this.groupBox3.Controls.Add(this.label19);
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.ForeColor = System.Drawing.Color.White;
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
@ -438,20 +438,20 @@
//
// 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);
@ -468,15 +468,16 @@
//
// 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);
@ -484,24 +485,23 @@
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);
@ -523,17 +523,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
//
this.cboxDownLocationCameraName.FormattingEnabled = true;
resources.ApplyResources(this.cboxDownLocationCameraName, "cboxDownLocationCameraName");
this.cboxDownLocationCameraName.FormattingEnabled = true;
this.cboxDownLocationCameraName.Name = "cboxDownLocationCameraName";
//
// label8
@ -548,8 +548,8 @@
//
// cboxUpCameraName
//
this.cboxUpCameraName.FormattingEnabled = true;
resources.ApplyResources(this.cboxUpCameraName, "cboxUpCameraName");
this.cboxUpCameraName.FormattingEnabled = true;
this.cboxUpCameraName.Name = "cboxUpCameraName";
//
// label19
@ -559,6 +559,7 @@
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.btnImageSavePath);
this.groupBox1.Controls.Add(this.txtImageSaveDays);
this.groupBox1.Controls.Add(this.txtImageSavePath);
@ -585,16 +586,15 @@
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;
@ -613,8 +613,8 @@
//
// panelEx1
//
this.panelEx1.Controls.Add(this.btnSaveSpeedParam);
resources.ApplyResources(this.panelEx1, "panelEx1");
this.panelEx1.Controls.Add(this.btnSaveSpeedParam);
this.panelEx1.Name = "panelEx1";
//
// btnSaveSpeedParam
@ -629,10 +629,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
@ -778,6 +778,7 @@
//
// groupBox4
//
resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.Controls.Add(this.dataGridView1);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.panel1);
@ -787,13 +788,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;
@ -803,7 +804,6 @@
this.,
this.,
this.});
resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.Name = "dataGridView1";
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1;
@ -853,9 +853,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
@ -876,9 +876,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";
//
@ -894,9 +894,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";
//
@ -912,10 +912,14 @@
this.cboxEnableScanBarCodeByDownCamera.Name = "cboxEnableScanBarCodeByDownCamera";
this.cboxEnableScanBarCodeByDownCamera.UseVisualStyleBackColor = true;
//
// folderBrowserDialog1
//
resources.ApplyResources(this.folderBrowserDialog1, "folderBrowserDialog1");
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
this.contextMenuStrip1.Name = "contextMenuStrip1";
//
// CommonConfig
//

@ -118,36 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="groupBox8.Location" type="System.Drawing.Point, System.Drawing">
<value>853, 3</value>
</data>
<data name="groupBox8.Size" type="System.Drawing.Size, System.Drawing">
<value>845, 432</value>
</data>
<data name="groupBox8.Text" xml:space="preserve">
<value>Device paramter</value>
</data>
<data name="groupBox3.Size" type="System.Drawing.Size, System.Drawing">
<value>844, 433</value>
</data>
<data name="groupBox3.Text" xml:space="preserve">
<value>Camera parameter setting</value>
</data>
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>844, 432</value>
</data>
<data name="groupBox1.Text" xml:space="preserve">
<value>Speed</value>
</data>
<data name="groupBox4.Location" type="System.Drawing.Point, System.Drawing">
<value>853, 441</value>
</data>
<data name="groupBox4.Size" type="System.Drawing.Size, System.Drawing">
<value>845, 433</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>1701, 877</value>
</data>
<data name="button1.Location" type="System.Drawing.Point, System.Drawing">
<value>251, 388</value>
</data>
@ -163,12 +133,6 @@
<data name="label2.Text" xml:space="preserve">
<value>Language:</value>
</data>
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
<value>519, 322</value>
</data>
<data name="groupBox2.Text" xml:space="preserve">
<value>Pop-up language</value>
</data>
<data name="cboxMsgShowKo.Size" type="System.Drawing.Size, System.Drawing">
<value>36, 16</value>
</data>
@ -187,6 +151,12 @@
<data name="cboxMsgShowCn.Text" xml:space="preserve">
<value>CN</value>
</data>
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
<value>519, 322</value>
</data>
<data name="groupBox2.Text" xml:space="preserve">
<value>Pop-up language</value>
</data>
<data name="txtQifuValue.Location" type="System.Drawing.Point, System.Drawing">
<value>372, 31</value>
</data>
@ -212,10 +182,10 @@
<value>260, 104</value>
</data>
<data name="cboxLocationFailAutoSkip.Size" type="System.Drawing.Size, System.Drawing">
<value>270, 16</value>
<value>204, 16</value>
</data>
<data name="cboxLocationFailAutoSkip.Text" xml:space="preserve">
<value>Disable Tester docking to handler Sensing</value>
<value>Auto skip when offset CCD fail</value>
</data>
<data name="label29.Location" type="System.Drawing.Point, System.Drawing">
<value>25, 35</value>
@ -322,11 +292,14 @@
<data name="cboxRunSpace.Location" type="System.Drawing.Point, System.Drawing">
<value>36, 206</value>
</data>
<data name="groupBox10.Size" type="System.Drawing.Size, System.Drawing">
<value>305, 146</value>
<data name="groupBox8.Location" type="System.Drawing.Point, System.Drawing">
<value>853, 3</value>
</data>
<data name="groupBox10.Text" xml:space="preserve">
<value>Upper camera</value>
<data name="groupBox8.Size" type="System.Drawing.Size, System.Drawing">
<value>845, 432</value>
</data>
<data name="groupBox8.Text" xml:space="preserve">
<value>Device paramter</value>
</data>
<data name="txtUpCameraExposureTime.Location" type="System.Drawing.Point, System.Drawing">
<value>131, 20</value>
@ -343,14 +316,11 @@
<data name="txtUpCameraGain.Location" type="System.Drawing.Point, System.Drawing">
<value>131, 47</value>
</data>
<data name="groupBox9.Location" type="System.Drawing.Point, System.Drawing">
<value>396, 115</value>
</data>
<data name="groupBox9.Size" type="System.Drawing.Size, System.Drawing">
<value>308, 146</value>
<data name="groupBox10.Size" type="System.Drawing.Size, System.Drawing">
<value>305, 146</value>
</data>
<data name="groupBox9.Text" xml:space="preserve">
<value>Lower camera</value>
<data name="groupBox10.Text" xml:space="preserve">
<value>Upper camera</value>
</data>
<data name="txtFlyGrabExposureTime.Location" type="System.Drawing.Point, System.Drawing">
<value>159, 20</value>
@ -385,6 +355,15 @@
<data name="txtFlyGrabGain.Location" type="System.Drawing.Point, System.Drawing">
<value>159, 47</value>
</data>
<data name="groupBox9.Location" type="System.Drawing.Point, System.Drawing">
<value>396, 115</value>
</data>
<data name="groupBox9.Size" type="System.Drawing.Size, System.Drawing">
<value>308, 146</value>
</data>
<data name="groupBox9.Text" xml:space="preserve">
<value>Lower camera</value>
</data>
<data name="cboxDownLocationCameraName.Location" type="System.Drawing.Point, System.Drawing">
<value>132, 67</value>
</data>
@ -409,6 +388,12 @@
<data name="label19.Text" xml:space="preserve">
<value>Qrcode length:</value>
</data>
<data name="groupBox3.Size" type="System.Drawing.Size, System.Drawing">
<value>844, 433</value>
</data>
<data name="groupBox3.Text" xml:space="preserve">
<value>Camera parameter setting</value>
</data>
<data name="btnImageSavePath.Location" type="System.Drawing.Point, System.Drawing">
<value>470, 243</value>
</data>
@ -421,15 +406,15 @@
<data name="txtImageSavePath.Location" type="System.Drawing.Point, System.Drawing">
<value>139, 246</value>
</data>
<data name="panelEx1.Size" type="System.Drawing.Size, System.Drawing">
<value>838, 66</value>
</data>
<data name="btnSaveSpeedParam.Location" type="System.Drawing.Point, System.Drawing">
<value>638, 6</value>
</data>
<data name="btnSaveSpeedParam.Text" xml:space="preserve">
<value>Save</value>
</data>
<data name="panelEx1.Size" type="System.Drawing.Size, System.Drawing">
<value>838, 66</value>
</data>
<data name="tbarTakeTraySpeed.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 100</value>
</data>
@ -532,9 +517,24 @@
<data name="label1.Text" xml:space="preserve">
<value>Overall speed :</value>
</data>
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>844, 432</value>
</data>
<data name="groupBox1.Text" xml:space="preserve">
<value>Speed</value>
</data>
<data name="dataGridView1.Size" type="System.Drawing.Size, System.Drawing">
<value>839, 413</value>
</data>
<data name="groupBox4.Location" type="System.Drawing.Point, System.Drawing">
<value>853, 441</value>
</data>
<data name="groupBox4.Size" type="System.Drawing.Size, System.Drawing">
<value>845, 433</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>1701, 877</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>1701, 877</value>
</data>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save