From 4a3672e1de14a635062f9b782e981b12f1229a8f Mon Sep 17 00:00:00 2001 From: hyelinjung Date: Mon, 2 Feb 2026 17:50:56 +0900 Subject: [PATCH] =?UTF-8?q?1.LDM=20=EA=B2=80=EC=82=AC=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?(=EC=88=98=EC=9E=85/=EC=83=9D=EC=82=B01/=EC=83=9D=EC=82=B02)=20?= =?UTF-8?q?2.=EB=B2=84=EC=A0=84=202.1.3=203.LDM=20measure=20config=20UI=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductFunctionTester/Main_Form.Designer.vb | 5077 +++++++++++-------- ProductFunctionTester/Main_Form.vb | 1187 ++++- 2 files changed, 4051 insertions(+), 2213 deletions(-) diff --git a/ProductFunctionTester/Main_Form.Designer.vb b/ProductFunctionTester/Main_Form.Designer.vb index cc9ed9d..808d45d 100644 --- a/ProductFunctionTester/Main_Form.Designer.vb +++ b/ProductFunctionTester/Main_Form.Designer.vb @@ -1019,6 +1019,19 @@ Partial Class Main_Form Me.txbRFtest2 = New System.Windows.Forms.TextBox() Me.lbRFtest1 = New System.Windows.Forms.Label() Me.txbRFtest1 = New System.Windows.Forms.TextBox() + Me.txbHFLDMMax3 = New System.Windows.Forms.TextBox() + Me.txbHFLDMMax2 = New System.Windows.Forms.TextBox() + Me.txbHFLDMMax1 = New System.Windows.Forms.TextBox() + Me.txbHFLDMMin3 = New System.Windows.Forms.TextBox() + Me.txbHFLDMMin2 = New System.Windows.Forms.TextBox() + Me.txbHFLDMMin1 = New System.Windows.Forms.TextBox() + Me.txbLDMVRmax3 = New System.Windows.Forms.TextBox() + Me.txbLDMVRmax2 = New System.Windows.Forms.TextBox() + Me.txbLDMVRmax1 = New System.Windows.Forms.TextBox() + Me.txbLDMVRmin3 = New System.Windows.Forms.TextBox() + Me.txbLDMVRmin2 = New System.Windows.Forms.TextBox() + Me.txbLDMVRmin1 = New System.Windows.Forms.TextBox() + Me.BarTimer = New System.Windows.Forms.Timer(Me.components) Me.pnOption.SuspendLayout Me.gbJigNum.SuspendLayout @@ -1455,12 +1468,13 @@ Partial Class Main_Form Me.txbCmdWindow.BackColor = System.Drawing.Color.Black Me.txbCmdWindow.Font = New System.Drawing.Font("함초롬바탕", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbCmdWindow.ForeColor = System.Drawing.Color.White - Me.txbCmdWindow.Location = New System.Drawing.Point(1100, 245) + Me.txbCmdWindow.Location = New System.Drawing.Point(1257, 306) + Me.txbCmdWindow.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCmdWindow.Multiline = True Me.txbCmdWindow.Name = "txbCmdWindow" Me.txbCmdWindow.ReadOnly = True Me.txbCmdWindow.ScrollBars = System.Windows.Forms.ScrollBars.Vertical - Me.txbCmdWindow.Size = New System.Drawing.Size(810, 440) + Me.txbCmdWindow.Size = New System.Drawing.Size(925, 549) Me.txbCmdWindow.TabIndex = 94 ' 'pnOption @@ -1477,9 +1491,10 @@ Partial Class Main_Form Me.pnOption.Controls.Add(Me.gbETC) Me.pnOption.Controls.Add(Me.gbScopeOption) Me.pnOption.Controls.Add(Me.gbChkPoint) - Me.pnOption.Location = New System.Drawing.Point(1937, 5) + Me.pnOption.Location = New System.Drawing.Point(2214, 6) + Me.pnOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnOption.Name = "pnOption" - Me.pnOption.Size = New System.Drawing.Size(1910, 1005) + Me.pnOption.Size = New System.Drawing.Size(2183, 1256) Me.pnOption.TabIndex = 97 Me.pnOption.Visible = False ' @@ -1489,20 +1504,23 @@ Partial Class Main_Form Me.gbJigNum.Controls.Add(Me.nudJigNum) Me.gbJigNum.Controls.Add(Me.CheckBox1) Me.gbJigNum.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbJigNum.Location = New System.Drawing.Point(1727, 116) + Me.gbJigNum.Location = New System.Drawing.Point(1974, 145) + Me.gbJigNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbJigNum.Name = "gbJigNum" - Me.gbJigNum.Size = New System.Drawing.Size(164, 74) + Me.gbJigNum.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbJigNum.Size = New System.Drawing.Size(187, 92) Me.gbJigNum.TabIndex = 135 Me.gbJigNum.TabStop = False Me.gbJigNum.Text = "JIG 번호" ' 'nudJigNum ' - Me.nudJigNum.Location = New System.Drawing.Point(37, 31) + Me.nudJigNum.Location = New System.Drawing.Point(42, 39) + Me.nudJigNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudJigNum.Maximum = New Decimal(New Integer() {5, 0, 0, 0}) Me.nudJigNum.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudJigNum.Name = "nudJigNum" - Me.nudJigNum.Size = New System.Drawing.Size(96, 32) + Me.nudJigNum.Size = New System.Drawing.Size(110, 38) Me.nudJigNum.TabIndex = 81 Me.nudJigNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudJigNum.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -1514,9 +1532,10 @@ Partial Class Main_Form Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox1.Enabled = False Me.CheckBox1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.CheckBox1.Location = New System.Drawing.Point(176, 30) + Me.CheckBox1.Location = New System.Drawing.Point(201, 38) + Me.CheckBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.CheckBox1.Name = "CheckBox1" - Me.CheckBox1.Size = New System.Drawing.Size(111, 28) + Me.CheckBox1.Size = New System.Drawing.Size(139, 36) Me.CheckBox1.TabIndex = 80 Me.CheckBox1.Text = "MES 사용" Me.CheckBox1.UseVisualStyleBackColor = True @@ -1528,9 +1547,11 @@ Partial Class Main_Form Me.gbckbETC.Controls.Add(Me.ckbPostgre) Me.gbckbETC.Controls.Add(Me.chkAdmin) Me.gbckbETC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbckbETC.Location = New System.Drawing.Point(1230, 116) + Me.gbckbETC.Location = New System.Drawing.Point(1406, 145) + Me.gbckbETC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbckbETC.Name = "gbckbETC" - Me.gbckbETC.Size = New System.Drawing.Size(503, 74) + Me.gbckbETC.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbckbETC.Size = New System.Drawing.Size(575, 92) Me.gbckbETC.TabIndex = 134 Me.gbckbETC.TabStop = False Me.gbckbETC.Text = "기타 옵션" @@ -1539,19 +1560,21 @@ Partial Class Main_Form ' Me.Panel2.Controls.Add(Me.txbTDSNHead) Me.Panel2.Controls.Add(Me.Label3) - Me.Panel2.Location = New System.Drawing.Point(136, 21) + Me.Panel2.Location = New System.Drawing.Point(155, 26) + Me.Panel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel2.Name = "Panel2" - Me.Panel2.Size = New System.Drawing.Size(355, 45) + Me.Panel2.Size = New System.Drawing.Size(406, 56) Me.Panel2.TabIndex = 82 ' 'txbTDSNHead ' Me.txbTDSNHead.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbTDSNHead.ImeMode = System.Windows.Forms.ImeMode.Disable - Me.txbTDSNHead.Location = New System.Drawing.Point(112, 2) + Me.txbTDSNHead.Location = New System.Drawing.Point(128, 2) + Me.txbTDSNHead.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDSNHead.MaxLength = 50 Me.txbTDSNHead.Name = "txbTDSNHead" - Me.txbTDSNHead.Size = New System.Drawing.Size(240, 39) + Me.txbTDSNHead.Size = New System.Drawing.Size(274, 46) Me.txbTDSNHead.TabIndex = 2 Me.txbTDSNHead.Text = "DIT/J3" Me.txbTDSNHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1560,9 +1583,9 @@ Partial Class Main_Form ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label3.Location = New System.Drawing.Point(5, 11) + Me.Label3.Location = New System.Drawing.Point(6, 14) Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(109, 24) + Me.Label3.Size = New System.Drawing.Size(139, 32) Me.Label3.TabIndex = 0 Me.Label3.Text = "TDSNHead" ' @@ -1572,9 +1595,10 @@ Partial Class Main_Form Me.ckbPostgre.Checked = True Me.ckbPostgre.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbPostgre.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbPostgre.Location = New System.Drawing.Point(9, 46) + Me.ckbPostgre.Location = New System.Drawing.Point(10, 58) + Me.ckbPostgre.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbPostgre.Name = "ckbPostgre" - Me.ckbPostgre.Size = New System.Drawing.Size(111, 28) + Me.ckbPostgre.Size = New System.Drawing.Size(139, 36) Me.ckbPostgre.TabIndex = 81 Me.ckbPostgre.Text = "MES 사용" Me.ckbPostgre.UseVisualStyleBackColor = True @@ -1583,9 +1607,10 @@ Partial Class Main_Form ' Me.chkAdmin.AutoSize = True Me.chkAdmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.chkAdmin.Location = New System.Drawing.Point(9, 20) + Me.chkAdmin.Location = New System.Drawing.Point(10, 25) + Me.chkAdmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chkAdmin.Name = "chkAdmin" - Me.chkAdmin.Size = New System.Drawing.Size(119, 28) + Me.chkAdmin.Size = New System.Drawing.Size(151, 36) Me.chkAdmin.TabIndex = 79 Me.chkAdmin.Text = "관리자모드" Me.chkAdmin.UseVisualStyleBackColor = True @@ -1596,9 +1621,11 @@ Partial Class Main_Form Me.gbopETC.Controls.Add(Me.gbopSet) Me.gbopETC.Controls.Add(Me.gbopSet2) Me.gbopETC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbopETC.Location = New System.Drawing.Point(1230, 188) + Me.gbopETC.Location = New System.Drawing.Point(1406, 235) + Me.gbopETC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbopETC.Name = "gbopETC" - Me.gbopETC.Size = New System.Drawing.Size(666, 124) + Me.gbopETC.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbopETC.Size = New System.Drawing.Size(761, 155) Me.gbopETC.TabIndex = 133 Me.gbopETC.TabStop = False Me.gbopETC.Text = "설정 항목" @@ -1607,9 +1634,11 @@ Partial Class Main_Form ' Me.gbStandard.Controls.Add(Me.rdbStdMax) Me.gbStandard.Controls.Add(Me.rdbStdAl) - Me.gbStandard.Location = New System.Drawing.Point(305, 25) + Me.gbStandard.Location = New System.Drawing.Point(349, 31) + Me.gbStandard.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbStandard.Name = "gbStandard" - Me.gbStandard.Size = New System.Drawing.Size(354, 95) + Me.gbStandard.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbStandard.Size = New System.Drawing.Size(405, 119) Me.gbStandard.TabIndex = 139 Me.gbStandard.TabStop = False Me.gbStandard.Text = "판정 기준 제품" @@ -1618,9 +1647,10 @@ Partial Class Main_Form ' Me.rdbStdMax.AutoSize = True Me.rdbStdMax.Checked = True - Me.rdbStdMax.Location = New System.Drawing.Point(15, 40) + Me.rdbStdMax.Location = New System.Drawing.Point(17, 50) + Me.rdbStdMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbStdMax.Name = "rdbStdMax" - Me.rdbStdMax.Size = New System.Drawing.Size(122, 28) + Me.rdbStdMax.Size = New System.Drawing.Size(154, 36) Me.rdbStdMax.TabIndex = 2 Me.rdbStdMax.TabStop = True Me.rdbStdMax.Text = "MAXIMUM" @@ -1629,9 +1659,10 @@ Partial Class Main_Form 'rdbStdAl ' Me.rdbStdAl.AutoSize = True - Me.rdbStdAl.Location = New System.Drawing.Point(144, 40) + Me.rdbStdAl.Location = New System.Drawing.Point(165, 50) + Me.rdbStdAl.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbStdAl.Name = "rdbStdAl" - Me.rdbStdAl.Size = New System.Drawing.Size(115, 28) + Me.rdbStdAl.Size = New System.Drawing.Size(145, 36) Me.rdbStdAl.TabIndex = 3 Me.rdbStdAl.Text = "ALTO/DS" Me.rdbStdAl.UseVisualStyleBackColor = True @@ -1641,9 +1672,11 @@ Partial Class Main_Form Me.gbopSet.Controls.Add(Me.rdbMC) Me.gbopSet.Controls.Add(Me.rdbSort) Me.gbopSet.Controls.Add(Me.rdbRF) - Me.gbopSet.Location = New System.Drawing.Point(5, 25) + Me.gbopSet.Location = New System.Drawing.Point(6, 31) + Me.gbopSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbopSet.Name = "gbopSet" - Me.gbopSet.Size = New System.Drawing.Size(294, 95) + Me.gbopSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbopSet.Size = New System.Drawing.Size(336, 119) Me.gbopSet.TabIndex = 137 Me.gbopSet.TabStop = False Me.gbopSet.Text = "Scope 설정창" @@ -1652,9 +1685,10 @@ Partial Class Main_Form ' Me.rdbMC.AutoSize = True Me.rdbMC.Checked = True - Me.rdbMC.Location = New System.Drawing.Point(15, 40) + Me.rdbMC.Location = New System.Drawing.Point(17, 50) + Me.rdbMC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMC.Name = "rdbMC" - Me.rdbMC.Size = New System.Drawing.Size(100, 28) + Me.rdbMC.Size = New System.Drawing.Size(127, 36) Me.rdbMC.TabIndex = 2 Me.rdbMC.TabStop = True Me.rdbMC.Text = "미세전류" @@ -1663,9 +1697,10 @@ Partial Class Main_Form 'rdbSort ' Me.rdbSort.AutoSize = True - Me.rdbSort.Location = New System.Drawing.Point(186, 40) + Me.rdbSort.Location = New System.Drawing.Point(213, 50) + Me.rdbSort.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbSort.Name = "rdbSort" - Me.rdbSort.Size = New System.Drawing.Size(100, 28) + Me.rdbSort.Size = New System.Drawing.Size(127, 36) Me.rdbSort.TabIndex = 4 Me.rdbSort.Text = "판정기준" Me.rdbSort.UseVisualStyleBackColor = True @@ -1673,9 +1708,10 @@ Partial Class Main_Form 'rdbRF ' Me.rdbRF.AutoSize = True - Me.rdbRF.Location = New System.Drawing.Point(127, 40) + Me.rdbRF.Location = New System.Drawing.Point(145, 50) + Me.rdbRF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbRF.Name = "rdbRF" - Me.rdbRF.Size = New System.Drawing.Size(53, 28) + Me.rdbRF.Size = New System.Drawing.Size(66, 36) Me.rdbRF.TabIndex = 3 Me.rdbRF.Text = "RF" Me.rdbRF.UseVisualStyleBackColor = True @@ -1686,9 +1722,11 @@ Partial Class Main_Form Me.gbopSet2.Controls.Add(Me.RadioButton7) Me.gbopSet2.Controls.Add(Me.RadioButton8) Me.gbopSet2.Controls.Add(Me.rdbLed) - Me.gbopSet2.Location = New System.Drawing.Point(5, 25) + Me.gbopSet2.Location = New System.Drawing.Point(6, 31) + Me.gbopSet2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbopSet2.Name = "gbopSet2" - Me.gbopSet2.Size = New System.Drawing.Size(280, 95) + Me.gbopSet2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbopSet2.Size = New System.Drawing.Size(320, 119) Me.gbopSet2.TabIndex = 138 Me.gbopSet2.TabStop = False Me.gbopSet2.Text = "설정화면" @@ -1698,9 +1736,10 @@ Partial Class Main_Form ' Me.rdbTestMode.AutoSize = True Me.rdbTestMode.Checked = True - Me.rdbTestMode.Location = New System.Drawing.Point(38, 27) + Me.rdbTestMode.Location = New System.Drawing.Point(43, 34) + Me.rdbTestMode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbTestMode.Name = "rdbTestMode" - Me.rdbTestMode.Size = New System.Drawing.Size(100, 28) + Me.rdbTestMode.Size = New System.Drawing.Size(127, 36) Me.rdbTestMode.TabIndex = 5 Me.rdbTestMode.TabStop = True Me.rdbTestMode.Text = "측정설정" @@ -1710,9 +1749,10 @@ Partial Class Main_Form ' Me.RadioButton7.AutoSize = True Me.RadioButton7.Enabled = False - Me.RadioButton7.Location = New System.Drawing.Point(38, 59) + Me.RadioButton7.Location = New System.Drawing.Point(43, 74) + Me.RadioButton7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.RadioButton7.Name = "RadioButton7" - Me.RadioButton7.Size = New System.Drawing.Size(64, 28) + Me.RadioButton7.Size = New System.Drawing.Size(81, 36) Me.RadioButton7.TabIndex = 135 Me.RadioButton7.Text = "부저" Me.RadioButton7.UseVisualStyleBackColor = True @@ -1721,9 +1761,10 @@ Partial Class Main_Form ' Me.RadioButton8.AutoSize = True Me.RadioButton8.Enabled = False - Me.RadioButton8.Location = New System.Drawing.Point(160, 59) + Me.RadioButton8.Location = New System.Drawing.Point(183, 74) + Me.RadioButton8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.RadioButton8.Name = "RadioButton8" - Me.RadioButton8.Size = New System.Drawing.Size(80, 28) + Me.RadioButton8.Size = New System.Drawing.Size(100, 36) Me.RadioButton8.TabIndex = 136 Me.RadioButton8.Text = "OLED" Me.RadioButton8.UseVisualStyleBackColor = True @@ -1731,9 +1772,10 @@ Partial Class Main_Form 'rdbLed ' Me.rdbLed.AutoSize = True - Me.rdbLed.Location = New System.Drawing.Point(160, 27) + Me.rdbLed.Location = New System.Drawing.Point(183, 34) + Me.rdbLed.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbLed.Name = "rdbLed" - Me.rdbLed.Size = New System.Drawing.Size(66, 28) + Me.rdbLed.Size = New System.Drawing.Size(82, 36) Me.rdbLed.TabIndex = 5 Me.rdbLed.Text = "LED" Me.rdbLed.UseVisualStyleBackColor = True @@ -1745,9 +1787,11 @@ Partial Class Main_Form Me.gbJIGOption.Controls.Add(Me.gbJgDelay) Me.gbJIGOption.Controls.Add(Me.gbJgTimeout) Me.gbJIGOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbJIGOption.Location = New System.Drawing.Point(947, 5) + Me.gbJIGOption.Location = New System.Drawing.Point(1082, 6) + Me.gbJIGOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbJIGOption.Name = "gbJIGOption" - Me.gbJIGOption.Size = New System.Drawing.Size(276, 307) + Me.gbJIGOption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbJIGOption.Size = New System.Drawing.Size(315, 384) Me.gbJIGOption.TabIndex = 132 Me.gbJIGOption.TabStop = False Me.gbJIGOption.Text = "JIG 설정" @@ -1756,9 +1800,11 @@ Partial Class Main_Form ' Me.gbDTTimeout.Controls.Add(Me.pnDTTimeout) Me.gbDTTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbDTTimeout.Location = New System.Drawing.Point(6, 207) + Me.gbDTTimeout.Location = New System.Drawing.Point(7, 259) + Me.gbDTTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDTTimeout.Name = "gbDTTimeout" - Me.gbDTTimeout.Size = New System.Drawing.Size(260, 75) + Me.gbDTTimeout.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDTTimeout.Size = New System.Drawing.Size(297, 94) Me.gbDTTimeout.TabIndex = 112 Me.gbDTTimeout.TabStop = False Me.gbDTTimeout.Text = "DataTimeout" @@ -1767,18 +1813,20 @@ Partial Class Main_Form ' Me.pnDTTimeout.Controls.Add(Me.txbDTTimeout) Me.pnDTTimeout.Controls.Add(Me.lbDTTimeout) - Me.pnDTTimeout.Location = New System.Drawing.Point(6, 25) + Me.pnDTTimeout.Location = New System.Drawing.Point(7, 31) + Me.pnDTTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDTTimeout.Name = "pnDTTimeout" - Me.pnDTTimeout.Size = New System.Drawing.Size(249, 45) + Me.pnDTTimeout.Size = New System.Drawing.Size(285, 56) Me.pnDTTimeout.TabIndex = 4 ' 'txbDTTimeout ' Me.txbDTTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDTTimeout.Location = New System.Drawing.Point(99, 2) + Me.txbDTTimeout.Location = New System.Drawing.Point(113, 2) + Me.txbDTTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDTTimeout.MaxLength = 5 Me.txbDTTimeout.Name = "txbDTTimeout" - Me.txbDTTimeout.Size = New System.Drawing.Size(146, 39) + Me.txbDTTimeout.Size = New System.Drawing.Size(166, 46) Me.txbDTTimeout.TabIndex = 2 Me.txbDTTimeout.Text = "1000" Me.txbDTTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1787,9 +1835,9 @@ Partial Class Main_Form ' Me.lbDTTimeout.AutoSize = True Me.lbDTTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDTTimeout.Location = New System.Drawing.Point(5, 11) + Me.lbDTTimeout.Location = New System.Drawing.Point(6, 14) Me.lbDTTimeout.Name = "lbDTTimeout" - Me.lbDTTimeout.Size = New System.Drawing.Size(88, 24) + Me.lbDTTimeout.Size = New System.Drawing.Size(114, 32) Me.lbDTTimeout.TabIndex = 0 Me.lbDTTimeout.Text = "TimeOut" ' @@ -1797,9 +1845,11 @@ Partial Class Main_Form ' Me.gbJgDelay.Controls.Add(Me.pnJgDelay) Me.gbJgDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbJgDelay.Location = New System.Drawing.Point(6, 119) + Me.gbJgDelay.Location = New System.Drawing.Point(7, 149) + Me.gbJgDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbJgDelay.Name = "gbJgDelay" - Me.gbJgDelay.Size = New System.Drawing.Size(260, 75) + Me.gbJgDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbJgDelay.Size = New System.Drawing.Size(297, 94) Me.gbJgDelay.TabIndex = 111 Me.gbJgDelay.TabStop = False Me.gbJgDelay.Text = "OnDelay" @@ -1808,17 +1858,19 @@ Partial Class Main_Form ' Me.pnJgDelay.Controls.Add(Me.txbJgDelay) Me.pnJgDelay.Controls.Add(Me.lbJgDelay) - Me.pnJgDelay.Location = New System.Drawing.Point(6, 25) + Me.pnJgDelay.Location = New System.Drawing.Point(7, 31) + Me.pnJgDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnJgDelay.Name = "pnJgDelay" - Me.pnJgDelay.Size = New System.Drawing.Size(245, 45) + Me.pnJgDelay.Size = New System.Drawing.Size(280, 56) Me.pnJgDelay.TabIndex = 4 ' 'txbJgDelay ' Me.txbJgDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbJgDelay.Location = New System.Drawing.Point(99, 2) + Me.txbJgDelay.Location = New System.Drawing.Point(113, 2) + Me.txbJgDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbJgDelay.Name = "txbJgDelay" - Me.txbJgDelay.Size = New System.Drawing.Size(146, 39) + Me.txbJgDelay.Size = New System.Drawing.Size(166, 46) Me.txbJgDelay.TabIndex = 2 Me.txbJgDelay.Text = "1000" Me.txbJgDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1827,9 +1879,9 @@ Partial Class Main_Form ' Me.lbJgDelay.AutoSize = True Me.lbJgDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbJgDelay.Location = New System.Drawing.Point(33, 11) + Me.lbJgDelay.Location = New System.Drawing.Point(38, 14) Me.lbJgDelay.Name = "lbJgDelay" - Me.lbJgDelay.Size = New System.Drawing.Size(60, 24) + Me.lbJgDelay.Size = New System.Drawing.Size(78, 32) Me.lbJgDelay.TabIndex = 0 Me.lbJgDelay.Text = "Delay" ' @@ -1837,9 +1889,11 @@ Partial Class Main_Form ' Me.gbJgTimeout.Controls.Add(Me.pnJgTimeout) Me.gbJgTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbJgTimeout.Location = New System.Drawing.Point(6, 30) + Me.gbJgTimeout.Location = New System.Drawing.Point(7, 38) + Me.gbJgTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbJgTimeout.Name = "gbJgTimeout" - Me.gbJgTimeout.Size = New System.Drawing.Size(260, 75) + Me.gbJgTimeout.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbJgTimeout.Size = New System.Drawing.Size(297, 94) Me.gbJgTimeout.TabIndex = 110 Me.gbJgTimeout.TabStop = False Me.gbJgTimeout.Text = "OnTimeout" @@ -1848,18 +1902,20 @@ Partial Class Main_Form ' Me.pnJgTimeout.Controls.Add(Me.txbJgTimeout) Me.pnJgTimeout.Controls.Add(Me.lbJgTimeout) - Me.pnJgTimeout.Location = New System.Drawing.Point(6, 25) + Me.pnJgTimeout.Location = New System.Drawing.Point(7, 31) + Me.pnJgTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnJgTimeout.Name = "pnJgTimeout" - Me.pnJgTimeout.Size = New System.Drawing.Size(249, 45) + Me.pnJgTimeout.Size = New System.Drawing.Size(285, 56) Me.pnJgTimeout.TabIndex = 4 ' 'txbJgTimeout ' Me.txbJgTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbJgTimeout.Location = New System.Drawing.Point(99, 2) + Me.txbJgTimeout.Location = New System.Drawing.Point(113, 2) + Me.txbJgTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbJgTimeout.MaxLength = 5 Me.txbJgTimeout.Name = "txbJgTimeout" - Me.txbJgTimeout.Size = New System.Drawing.Size(146, 39) + Me.txbJgTimeout.Size = New System.Drawing.Size(166, 46) Me.txbJgTimeout.TabIndex = 2 Me.txbJgTimeout.Text = "2000" Me.txbJgTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1868,9 +1924,9 @@ Partial Class Main_Form ' Me.lbJgTimeout.AutoSize = True Me.lbJgTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbJgTimeout.Location = New System.Drawing.Point(5, 11) + Me.lbJgTimeout.Location = New System.Drawing.Point(6, 14) Me.lbJgTimeout.Name = "lbJgTimeout" - Me.lbJgTimeout.Size = New System.Drawing.Size(88, 24) + Me.lbJgTimeout.Size = New System.Drawing.Size(114, 32) Me.lbJgTimeout.TabIndex = 0 Me.lbJgTimeout.Text = "TimeOut" ' @@ -1883,9 +1939,11 @@ Partial Class Main_Form Me.gbEqipOption.Controls.Add(Me.dgvID) Me.gbEqipOption.Controls.Add(Me.gbSerial) Me.gbEqipOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEqipOption.Location = New System.Drawing.Point(3, 5) + Me.gbEqipOption.Location = New System.Drawing.Point(3, 6) + Me.gbEqipOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEqipOption.Name = "gbEqipOption" - Me.gbEqipOption.Size = New System.Drawing.Size(1220, 307) + Me.gbEqipOption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEqipOption.Size = New System.Drawing.Size(1394, 384) Me.gbEqipOption.TabIndex = 131 Me.gbEqipOption.TabStop = False Me.gbEqipOption.Text = "장비 연결 데이터" @@ -1895,26 +1953,29 @@ Partial Class Main_Form Me.pnScopeID.Controls.Add(Me.txbScopeID) Me.pnScopeID.Controls.Add(Me.cbbScopeID) Me.pnScopeID.Controls.Add(Me.lbScopeID) - Me.pnScopeID.Location = New System.Drawing.Point(13, 197) + Me.pnScopeID.Location = New System.Drawing.Point(15, 246) + Me.pnScopeID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnScopeID.Name = "pnScopeID" - Me.pnScopeID.Size = New System.Drawing.Size(590, 50) + Me.pnScopeID.Size = New System.Drawing.Size(674, 62) Me.pnScopeID.TabIndex = 0 ' 'txbScopeID ' Me.txbScopeID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbScopeID.Location = New System.Drawing.Point(261, 10) + Me.txbScopeID.Location = New System.Drawing.Point(298, 12) + Me.txbScopeID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbScopeID.Name = "txbScopeID" - Me.txbScopeID.Size = New System.Drawing.Size(309, 32) + Me.txbScopeID.Size = New System.Drawing.Size(353, 38) Me.txbScopeID.TabIndex = 2 ' 'cbbScopeID ' Me.cbbScopeID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cbbScopeID.FormattingEnabled = True - Me.cbbScopeID.Location = New System.Drawing.Point(159, 10) + Me.cbbScopeID.Location = New System.Drawing.Point(182, 12) + Me.cbbScopeID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cbbScopeID.Name = "cbbScopeID" - Me.cbbScopeID.Size = New System.Drawing.Size(96, 32) + Me.cbbScopeID.Size = New System.Drawing.Size(109, 40) Me.cbbScopeID.TabIndex = 1 Me.cbbScopeID.Text = "Select!" ' @@ -1922,9 +1983,9 @@ Partial Class Main_Form ' Me.lbScopeID.AutoSize = True Me.lbScopeID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbScopeID.Location = New System.Drawing.Point(21, 13) + Me.lbScopeID.Location = New System.Drawing.Point(24, 16) Me.lbScopeID.Name = "lbScopeID" - Me.lbScopeID.Size = New System.Drawing.Size(132, 24) + Me.lbScopeID.Size = New System.Drawing.Size(167, 32) Me.lbScopeID.TabIndex = 0 Me.lbScopeID.Text = "스코프 ID 설정" ' @@ -1934,17 +1995,19 @@ Partial Class Main_Form Me.pnSpecID.Controls.Add(Me.txbSpecID) Me.pnSpecID.Controls.Add(Me.cbbSpecID) Me.pnSpecID.Controls.Add(Me.lbSpecID) - Me.pnSpecID.Location = New System.Drawing.Point(13, 246) + Me.pnSpecID.Location = New System.Drawing.Point(15, 308) + Me.pnSpecID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnSpecID.Name = "pnSpecID" - Me.pnSpecID.Size = New System.Drawing.Size(590, 50) + Me.pnSpecID.Size = New System.Drawing.Size(674, 62) Me.pnSpecID.TabIndex = 1 ' 'ckbScopeZ ' Me.ckbScopeZ.AutoSize = True - Me.ckbScopeZ.Location = New System.Drawing.Point(493, 10) + Me.ckbScopeZ.Location = New System.Drawing.Point(563, 12) + Me.ckbScopeZ.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbScopeZ.Name = "ckbScopeZ" - Me.ckbScopeZ.Size = New System.Drawing.Size(90, 31) + Me.ckbScopeZ.Size = New System.Drawing.Size(114, 39) Me.ckbScopeZ.TabIndex = 3 Me.ckbScopeZ.Text = "Z 사용" Me.ckbScopeZ.UseVisualStyleBackColor = True @@ -1952,18 +2015,20 @@ Partial Class Main_Form 'txbSpecID ' Me.txbSpecID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbSpecID.Location = New System.Drawing.Point(261, 10) + Me.txbSpecID.Location = New System.Drawing.Point(298, 12) + Me.txbSpecID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbSpecID.Name = "txbSpecID" - Me.txbSpecID.Size = New System.Drawing.Size(226, 32) + Me.txbSpecID.Size = New System.Drawing.Size(258, 38) Me.txbSpecID.TabIndex = 2 ' 'cbbSpecID ' Me.cbbSpecID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cbbSpecID.FormattingEnabled = True - Me.cbbSpecID.Location = New System.Drawing.Point(159, 10) + Me.cbbSpecID.Location = New System.Drawing.Point(182, 12) + Me.cbbSpecID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cbbSpecID.Name = "cbbSpecID" - Me.cbbSpecID.Size = New System.Drawing.Size(96, 32) + Me.cbbSpecID.Size = New System.Drawing.Size(109, 40) Me.cbbSpecID.TabIndex = 1 Me.cbbSpecID.Text = "Select!" ' @@ -1971,9 +2036,9 @@ Partial Class Main_Form ' Me.lbSpecID.AutoSize = True Me.lbSpecID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbSpecID.Location = New System.Drawing.Point(3, 13) + Me.lbSpecID.Location = New System.Drawing.Point(3, 16) Me.lbSpecID.Name = "lbSpecID" - Me.lbSpecID.Size = New System.Drawing.Size(150, 24) + Me.lbSpecID.Size = New System.Drawing.Size(190, 32) Me.lbSpecID.TabIndex = 0 Me.lbSpecID.Text = "스펙트럼 ID 설정" ' @@ -1988,9 +2053,11 @@ Partial Class Main_Form Me.gbEqipReg.Controls.Add(Me.lbRgScName) Me.gbEqipReg.Controls.Add(Me.txbRgScID) Me.gbEqipReg.Controls.Add(Me.lbRgScID) - Me.gbEqipReg.Location = New System.Drawing.Point(609, 94) + Me.gbEqipReg.Location = New System.Drawing.Point(696, 118) + Me.gbEqipReg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEqipReg.Name = "gbEqipReg" - Me.gbEqipReg.Size = New System.Drawing.Size(329, 202) + Me.gbEqipReg.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEqipReg.Size = New System.Drawing.Size(376, 252) Me.gbEqipReg.TabIndex = 131 Me.gbEqipReg.TabStop = False Me.gbEqipReg.Text = "장비등록" @@ -1999,26 +2066,29 @@ Partial Class Main_Form ' Me.cbbRgScType.FormattingEnabled = True Me.cbbRgScType.Items.AddRange(New Object() {"Spectrum", "Scope"}) - Me.cbbRgScType.Location = New System.Drawing.Point(95, 115) + Me.cbbRgScType.Location = New System.Drawing.Point(109, 144) + Me.cbbRgScType.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cbbRgScType.Name = "cbbRgScType" - Me.cbbRgScType.Size = New System.Drawing.Size(223, 35) + Me.cbbRgScType.Size = New System.Drawing.Size(254, 42) Me.cbbRgScType.TabIndex = 130 Me.cbbRgScType.Text = "선택!" ' 'btnScDel ' - Me.btnScDel.Location = New System.Drawing.Point(18, 152) + Me.btnScDel.Location = New System.Drawing.Point(21, 190) + Me.btnScDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnScDel.Name = "btnScDel" - Me.btnScDel.Size = New System.Drawing.Size(145, 45) + Me.btnScDel.Size = New System.Drawing.Size(166, 56) Me.btnScDel.TabIndex = 130 Me.btnScDel.Text = "삭 제" Me.btnScDel.UseVisualStyleBackColor = True ' 'btnScRg ' - Me.btnScRg.Location = New System.Drawing.Point(173, 152) + Me.btnScRg.Location = New System.Drawing.Point(198, 190) + Me.btnScRg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnScRg.Name = "btnScRg" - Me.btnScRg.Size = New System.Drawing.Size(145, 45) + Me.btnScRg.Size = New System.Drawing.Size(166, 56) Me.btnScRg.TabIndex = 129 Me.btnScRg.Text = "등 록" Me.btnScRg.UseVisualStyleBackColor = True @@ -2026,41 +2096,43 @@ Partial Class Main_Form 'lbRgScType ' Me.lbRgScType.AutoSize = True - Me.lbRgScType.Location = New System.Drawing.Point(34, 117) + Me.lbRgScType.Location = New System.Drawing.Point(39, 146) Me.lbRgScType.Name = "lbRgScType" - Me.lbRgScType.Size = New System.Drawing.Size(52, 27) + Me.lbRgScType.Size = New System.Drawing.Size(67, 35) Me.lbRgScType.TabIndex = 129 Me.lbRgScType.Text = "종류" ' 'txbRgScName ' - Me.txbRgScName.Location = New System.Drawing.Point(95, 34) + Me.txbRgScName.Location = New System.Drawing.Point(109, 42) + Me.txbRgScName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRgScName.Name = "txbRgScName" - Me.txbRgScName.Size = New System.Drawing.Size(223, 35) + Me.txbRgScName.Size = New System.Drawing.Size(254, 42) Me.txbRgScName.TabIndex = 126 ' 'lbRgScName ' Me.lbRgScName.AutoSize = True - Me.lbRgScName.Location = New System.Drawing.Point(13, 37) + Me.lbRgScName.Location = New System.Drawing.Point(15, 46) Me.lbRgScName.Name = "lbRgScName" - Me.lbRgScName.Size = New System.Drawing.Size(72, 27) + Me.lbRgScName.Size = New System.Drawing.Size(93, 35) Me.lbRgScName.TabIndex = 125 Me.lbRgScName.Text = "장비명" ' 'txbRgScID ' - Me.txbRgScID.Location = New System.Drawing.Point(95, 74) + Me.txbRgScID.Location = New System.Drawing.Point(109, 92) + Me.txbRgScID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRgScID.Name = "txbRgScID" - Me.txbRgScID.Size = New System.Drawing.Size(223, 35) + Me.txbRgScID.Size = New System.Drawing.Size(254, 42) Me.txbRgScID.TabIndex = 128 ' 'lbRgScID ' Me.lbRgScID.AutoSize = True - Me.lbRgScID.Location = New System.Drawing.Point(13, 77) + Me.lbRgScID.Location = New System.Drawing.Point(15, 96) Me.lbRgScID.Name = "lbRgScID" - Me.lbRgScID.Size = New System.Drawing.Size(73, 27) + Me.lbRgScID.Size = New System.Drawing.Size(94, 35) Me.lbRgScID.TabIndex = 127 Me.lbRgScID.Text = "장비ID" ' @@ -2068,12 +2140,13 @@ Partial Class Main_Form ' Me.dgvID.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvID.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.df_ScopeName, Me.df_ScopeID, Me.df_type}) - Me.dgvID.Location = New System.Drawing.Point(10, 30) + Me.dgvID.Location = New System.Drawing.Point(11, 38) + Me.dgvID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvID.Name = "dgvID" Me.dgvID.RowHeadersWidth = 51 Me.dgvID.RowTemplate.Height = 23 Me.dgvID.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect - Me.dgvID.Size = New System.Drawing.Size(593, 161) + Me.dgvID.Size = New System.Drawing.Size(678, 201) Me.dgvID.TabIndex = 124 ' 'df_ScopeName @@ -2107,9 +2180,11 @@ Partial Class Main_Form Me.gbSerial.Controls.Add(Me.lbSerial) Me.gbSerial.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbSerial.ForeColor = System.Drawing.Color.Black - Me.gbSerial.Location = New System.Drawing.Point(609, 27) + Me.gbSerial.Location = New System.Drawing.Point(696, 34) + Me.gbSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSerial.Name = "gbSerial" - Me.gbSerial.Size = New System.Drawing.Size(329, 68) + Me.gbSerial.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSerial.Size = New System.Drawing.Size(376, 85) Me.gbSerial.TabIndex = 110 Me.gbSerial.TabStop = False Me.gbSerial.Text = "통신 설정" @@ -2117,9 +2192,10 @@ Partial Class Main_Form 'btnSerial ' Me.btnSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnSerial.Location = New System.Drawing.Point(247, 14) + Me.btnSerial.Location = New System.Drawing.Point(282, 18) + Me.btnSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSerial.Name = "btnSerial" - Me.btnSerial.Size = New System.Drawing.Size(71, 45) + Me.btnSerial.Size = New System.Drawing.Size(81, 56) Me.btnSerial.TabIndex = 4 Me.btnSerial.Text = "스캔" Me.btnSerial.UseVisualStyleBackColor = True @@ -2128,9 +2204,10 @@ Partial Class Main_Form ' Me.cbbSerial.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cbbSerial.FormattingEnabled = True - Me.cbbSerial.Location = New System.Drawing.Point(92, 17) + Me.cbbSerial.Location = New System.Drawing.Point(105, 21) + Me.cbbSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cbbSerial.Name = "cbbSerial" - Me.cbbSerial.Size = New System.Drawing.Size(152, 40) + Me.cbbSerial.Size = New System.Drawing.Size(173, 47) Me.cbbSerial.TabIndex = 1 Me.cbbSerial.Text = "Select!" ' @@ -2138,18 +2215,19 @@ Partial Class Main_Form ' Me.lbSerial.AutoSize = True Me.lbSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbSerial.Location = New System.Drawing.Point(10, 26) + Me.lbSerial.Location = New System.Drawing.Point(11, 32) Me.lbSerial.Name = "lbSerial" - Me.lbSerial.Size = New System.Drawing.Size(79, 24) + Me.lbSerial.Size = New System.Drawing.Size(100, 32) Me.lbSerial.TabIndex = 0 Me.lbSerial.Text = "JIG Port" ' 'btnSave ' Me.btnSave.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnSave.Location = New System.Drawing.Point(1230, 5) + Me.btnSave.Location = New System.Drawing.Point(1406, 6) + Me.btnSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSave.Name = "btnSave" - Me.btnSave.Size = New System.Drawing.Size(330, 105) + Me.btnSave.Size = New System.Drawing.Size(377, 131) Me.btnSave.TabIndex = 125 Me.btnSave.Text = "저 장 하 기" Me.btnSave.UseVisualStyleBackColor = True @@ -2157,9 +2235,10 @@ Partial Class Main_Form 'btnOpExit ' Me.btnOpExit.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnOpExit.Location = New System.Drawing.Point(1565, 5) + Me.btnOpExit.Location = New System.Drawing.Point(1789, 6) + Me.btnOpExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnOpExit.Name = "btnOpExit" - Me.btnOpExit.Size = New System.Drawing.Size(330, 105) + Me.btnOpExit.Size = New System.Drawing.Size(377, 131) Me.btnOpExit.TabIndex = 109 Me.btnOpExit.Text = "나 가 기" Me.btnOpExit.UseVisualStyleBackColor = True @@ -2171,9 +2250,11 @@ Partial Class Main_Form Me.gbSpecOption.Controls.Add(Me.gbRBW) Me.gbSpecOption.Controls.Add(Me.gbHFoption) Me.gbSpecOption.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbSpecOption.Location = New System.Drawing.Point(3, 312) + Me.gbSpecOption.Location = New System.Drawing.Point(3, 390) + Me.gbSpecOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSpecOption.Name = "gbSpecOption" - Me.gbSpecOption.Size = New System.Drawing.Size(647, 682) + Me.gbSpecOption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSpecOption.Size = New System.Drawing.Size(739, 852) Me.gbSpecOption.TabIndex = 135 Me.gbSpecOption.TabStop = False Me.gbSpecOption.Text = "Spectrum 설정" @@ -2182,9 +2263,11 @@ Partial Class Main_Form ' Me.gbSpan.Controls.Add(Me.pnSpan) Me.gbSpan.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbSpan.Location = New System.Drawing.Point(13, 35) + Me.gbSpan.Location = New System.Drawing.Point(15, 44) + Me.gbSpan.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSpan.Name = "gbSpan" - Me.gbSpan.Size = New System.Drawing.Size(300, 80) + Me.gbSpan.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSpan.Size = New System.Drawing.Size(343, 100) Me.gbSpan.TabIndex = 105 Me.gbSpan.TabStop = False Me.gbSpan.Text = "Span" @@ -2193,17 +2276,19 @@ Partial Class Main_Form ' Me.pnSpan.Controls.Add(Me.txbSpan) Me.pnSpan.Controls.Add(Me.lbSpan) - Me.pnSpan.Location = New System.Drawing.Point(6, 29) + Me.pnSpan.Location = New System.Drawing.Point(7, 36) + Me.pnSpan.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnSpan.Name = "pnSpan" - Me.pnSpan.Size = New System.Drawing.Size(291, 45) + Me.pnSpan.Size = New System.Drawing.Size(333, 56) Me.pnSpan.TabIndex = 4 ' 'txbSpan ' Me.txbSpan.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbSpan.Location = New System.Drawing.Point(114, 3) + Me.txbSpan.Location = New System.Drawing.Point(130, 4) + Me.txbSpan.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbSpan.Name = "txbSpan" - Me.txbSpan.Size = New System.Drawing.Size(170, 39) + Me.txbSpan.Size = New System.Drawing.Size(194, 46) Me.txbSpan.TabIndex = 2 Me.txbSpan.Text = "0.005" Me.txbSpan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2212,9 +2297,9 @@ Partial Class Main_Form ' Me.lbSpan.AutoSize = True Me.lbSpan.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbSpan.Location = New System.Drawing.Point(6, 12) + Me.lbSpan.Location = New System.Drawing.Point(7, 15) Me.lbSpan.Name = "lbSpan" - Me.lbSpan.Size = New System.Drawing.Size(107, 24) + Me.lbSpan.Size = New System.Drawing.Size(138, 32) Me.lbSpan.TabIndex = 0 Me.lbSpan.Text = "Span(MHz)" ' @@ -2222,9 +2307,11 @@ Partial Class Main_Form ' Me.gbRBW.Controls.Add(Me.pnRBW) Me.gbRBW.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRBW.Location = New System.Drawing.Point(330, 35) + Me.gbRBW.Location = New System.Drawing.Point(377, 44) + Me.gbRBW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRBW.Name = "gbRBW" - Me.gbRBW.Size = New System.Drawing.Size(300, 80) + Me.gbRBW.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRBW.Size = New System.Drawing.Size(343, 100) Me.gbRBW.TabIndex = 107 Me.gbRBW.TabStop = False Me.gbRBW.Text = "RBW" @@ -2233,17 +2320,19 @@ Partial Class Main_Form ' Me.pnRBW.Controls.Add(Me.txbRBW) Me.pnRBW.Controls.Add(Me.lbRBW) - Me.pnRBW.Location = New System.Drawing.Point(6, 29) + Me.pnRBW.Location = New System.Drawing.Point(7, 36) + Me.pnRBW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRBW.Name = "pnRBW" - Me.pnRBW.Size = New System.Drawing.Size(291, 45) + Me.pnRBW.Size = New System.Drawing.Size(333, 56) Me.pnRBW.TabIndex = 4 ' 'txbRBW ' Me.txbRBW.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRBW.Location = New System.Drawing.Point(114, 3) + Me.txbRBW.Location = New System.Drawing.Point(130, 4) + Me.txbRBW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRBW.Name = "txbRBW" - Me.txbRBW.Size = New System.Drawing.Size(170, 39) + Me.txbRBW.Size = New System.Drawing.Size(194, 46) Me.txbRBW.TabIndex = 2 Me.txbRBW.Text = "0.003" Me.txbRBW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2252,9 +2341,9 @@ Partial Class Main_Form ' Me.lbRBW.AutoSize = True Me.lbRBW.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRBW.Location = New System.Drawing.Point(6, 12) + Me.lbRBW.Location = New System.Drawing.Point(7, 15) Me.lbRBW.Name = "lbRBW" - Me.lbRBW.Size = New System.Drawing.Size(103, 24) + Me.lbRBW.Size = New System.Drawing.Size(133, 32) Me.lbRBW.TabIndex = 0 Me.lbRBW.Text = "RBW(MHz)" ' @@ -2270,9 +2359,11 @@ Partial Class Main_Form Me.gbHFoption.Controls.Add(Me.gbHFRun) Me.gbHFoption.Controls.Add(Me.gbHFLowShot) Me.gbHFoption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbHFoption.Location = New System.Drawing.Point(13, 120) + Me.gbHFoption.Location = New System.Drawing.Point(15, 150) + Me.gbHFoption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFoption.Name = "gbHFoption" - Me.gbHFoption.Size = New System.Drawing.Size(616, 545) + Me.gbHFoption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFoption.Size = New System.Drawing.Size(704, 681) Me.gbHFoption.TabIndex = 110 Me.gbHFoption.TabStop = False Me.gbHFoption.Text = "HIFU 측정 설정" @@ -2280,9 +2371,11 @@ Partial Class Main_Form 'gbRefLev ' Me.gbRefLev.Controls.Add(Me.pnRefLev) - Me.gbRefLev.Location = New System.Drawing.Point(7, 458) + Me.gbRefLev.Location = New System.Drawing.Point(8, 572) + Me.gbRefLev.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRefLev.Name = "gbRefLev" - Me.gbRefLev.Size = New System.Drawing.Size(300, 80) + Me.gbRefLev.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRefLev.Size = New System.Drawing.Size(343, 100) Me.gbRefLev.TabIndex = 116 Me.gbRefLev.TabStop = False Me.gbRefLev.Text = "Ref Level Offset" @@ -2291,18 +2384,20 @@ Partial Class Main_Form ' Me.pnRefLev.Controls.Add(Me.txbHFRefLev) Me.pnRefLev.Controls.Add(Me.lbRefLev) - Me.pnRefLev.Location = New System.Drawing.Point(6, 29) + Me.pnRefLev.Location = New System.Drawing.Point(7, 36) + Me.pnRefLev.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRefLev.Name = "pnRefLev" - Me.pnRefLev.Size = New System.Drawing.Size(291, 45) + Me.pnRefLev.Size = New System.Drawing.Size(333, 56) Me.pnRefLev.TabIndex = 4 ' 'txbHFRefLev ' Me.txbHFRefLev.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFRefLev.Location = New System.Drawing.Point(114, 3) + Me.txbHFRefLev.Location = New System.Drawing.Point(130, 4) + Me.txbHFRefLev.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFRefLev.MaxLength = 4 Me.txbHFRefLev.Name = "txbHFRefLev" - Me.txbHFRefLev.Size = New System.Drawing.Size(170, 39) + Me.txbHFRefLev.Size = New System.Drawing.Size(194, 46) Me.txbHFRefLev.TabIndex = 2 Me.txbHFRefLev.Text = "38.9" Me.txbHFRefLev.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2311,18 +2406,20 @@ Partial Class Main_Form ' Me.lbRefLev.AutoSize = True Me.lbRefLev.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRefLev.Location = New System.Drawing.Point(16, 12) + Me.lbRefLev.Location = New System.Drawing.Point(18, 15) Me.lbRefLev.Name = "lbRefLev" - Me.lbRefLev.Size = New System.Drawing.Size(94, 24) + Me.lbRefLev.Size = New System.Drawing.Size(121, 32) Me.lbRefLev.TabIndex = 0 Me.lbRefLev.Text = "Ref Level" ' 'gbDSDelay ' Me.gbDSDelay.Controls.Add(Me.pnDSDelay) - Me.gbDSDelay.Location = New System.Drawing.Point(309, 375) + Me.gbDSDelay.Location = New System.Drawing.Point(353, 469) + Me.gbDSDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSDelay.Name = "gbDSDelay" - Me.gbDSDelay.Size = New System.Drawing.Size(300, 80) + Me.gbDSDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSDelay.Size = New System.Drawing.Size(343, 100) Me.gbDSDelay.TabIndex = 115 Me.gbDSDelay.TabStop = False Me.gbDSDelay.Text = "전원 ON 후 Delay(DUALSONIC)" @@ -2331,18 +2428,20 @@ Partial Class Main_Form ' Me.pnDSDelay.Controls.Add(Me.txbDSDelay) Me.pnDSDelay.Controls.Add(Me.lbDSDelay) - Me.pnDSDelay.Location = New System.Drawing.Point(6, 29) + Me.pnDSDelay.Location = New System.Drawing.Point(7, 36) + Me.pnDSDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSDelay.Name = "pnDSDelay" - Me.pnDSDelay.Size = New System.Drawing.Size(291, 45) + Me.pnDSDelay.Size = New System.Drawing.Size(333, 56) Me.pnDSDelay.TabIndex = 4 ' 'txbDSDelay ' Me.txbDSDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSDelay.Location = New System.Drawing.Point(114, 3) + Me.txbDSDelay.Location = New System.Drawing.Point(130, 4) + Me.txbDSDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSDelay.MaxLength = 3 Me.txbDSDelay.Name = "txbDSDelay" - Me.txbDSDelay.Size = New System.Drawing.Size(170, 39) + Me.txbDSDelay.Size = New System.Drawing.Size(194, 46) Me.txbDSDelay.TabIndex = 2 Me.txbDSDelay.Text = "15" Me.txbDSDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2351,18 +2450,20 @@ Partial Class Main_Form ' Me.lbDSDelay.AutoSize = True Me.lbDSDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSDelay.Location = New System.Drawing.Point(56, 12) + Me.lbDSDelay.Location = New System.Drawing.Point(64, 15) Me.lbDSDelay.Name = "lbDSDelay" - Me.lbDSDelay.Size = New System.Drawing.Size(60, 24) + Me.lbDSDelay.Size = New System.Drawing.Size(78, 32) Me.lbDSDelay.TabIndex = 0 Me.lbDSDelay.Text = "Delay" ' 'gbHFReCkCnt ' Me.gbHFReCkCnt.Controls.Add(Me.pnHFReCkCnt) - Me.gbHFReCkCnt.Location = New System.Drawing.Point(7, 375) + Me.gbHFReCkCnt.Location = New System.Drawing.Point(8, 469) + Me.gbHFReCkCnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFReCkCnt.Name = "gbHFReCkCnt" - Me.gbHFReCkCnt.Size = New System.Drawing.Size(300, 80) + Me.gbHFReCkCnt.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFReCkCnt.Size = New System.Drawing.Size(343, 100) Me.gbHFReCkCnt.TabIndex = 114 Me.gbHFReCkCnt.TabStop = False Me.gbHFReCkCnt.Text = "최대 재시도 횟수" @@ -2371,18 +2472,20 @@ Partial Class Main_Form ' Me.pnHFReCkCnt.Controls.Add(Me.txbHFReCkCnt) Me.pnHFReCkCnt.Controls.Add(Me.lbHFReCkCnt) - Me.pnHFReCkCnt.Location = New System.Drawing.Point(6, 29) + Me.pnHFReCkCnt.Location = New System.Drawing.Point(7, 36) + Me.pnHFReCkCnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFReCkCnt.Name = "pnHFReCkCnt" - Me.pnHFReCkCnt.Size = New System.Drawing.Size(291, 45) + Me.pnHFReCkCnt.Size = New System.Drawing.Size(333, 56) Me.pnHFReCkCnt.TabIndex = 4 ' 'txbHFReCkCnt ' Me.txbHFReCkCnt.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFReCkCnt.Location = New System.Drawing.Point(114, 3) + Me.txbHFReCkCnt.Location = New System.Drawing.Point(130, 4) + Me.txbHFReCkCnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFReCkCnt.MaxLength = 2 Me.txbHFReCkCnt.Name = "txbHFReCkCnt" - Me.txbHFReCkCnt.Size = New System.Drawing.Size(170, 39) + Me.txbHFReCkCnt.Size = New System.Drawing.Size(194, 46) Me.txbHFReCkCnt.TabIndex = 2 Me.txbHFReCkCnt.Text = "15" Me.txbHFReCkCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2391,18 +2494,20 @@ Partial Class Main_Form ' Me.lbHFReCkCnt.AutoSize = True Me.lbHFReCkCnt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFReCkCnt.Location = New System.Drawing.Point(8, 12) + Me.lbHFReCkCnt.Location = New System.Drawing.Point(9, 15) Me.lbHFReCkCnt.Name = "lbHFReCkCnt" - Me.lbHFReCkCnt.Size = New System.Drawing.Size(102, 24) + Me.lbHFReCkCnt.Size = New System.Drawing.Size(131, 32) Me.lbHFReCkCnt.TabIndex = 0 Me.lbHFReCkCnt.Text = "PlayCount" ' 'gbHFStDelay ' Me.gbHFStDelay.Controls.Add(Me.pnHFStDelay) - Me.gbHFStDelay.Location = New System.Drawing.Point(7, 205) + Me.gbHFStDelay.Location = New System.Drawing.Point(8, 256) + Me.gbHFStDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFStDelay.Name = "gbHFStDelay" - Me.gbHFStDelay.Size = New System.Drawing.Size(300, 80) + Me.gbHFStDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFStDelay.Size = New System.Drawing.Size(343, 100) Me.gbHFStDelay.TabIndex = 109 Me.gbHFStDelay.TabStop = False Me.gbHFStDelay.Text = "측정 전 딜레이" @@ -2411,17 +2516,19 @@ Partial Class Main_Form ' Me.pnHFStDelay.Controls.Add(Me.txbHFStDelay) Me.pnHFStDelay.Controls.Add(Me.lbHFStDelay) - Me.pnHFStDelay.Location = New System.Drawing.Point(6, 29) + Me.pnHFStDelay.Location = New System.Drawing.Point(7, 36) + Me.pnHFStDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFStDelay.Name = "pnHFStDelay" - Me.pnHFStDelay.Size = New System.Drawing.Size(291, 45) + Me.pnHFStDelay.Size = New System.Drawing.Size(333, 56) Me.pnHFStDelay.TabIndex = 4 ' 'txbHFStDelay ' Me.txbHFStDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFStDelay.Location = New System.Drawing.Point(114, 3) + Me.txbHFStDelay.Location = New System.Drawing.Point(130, 4) + Me.txbHFStDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFStDelay.Name = "txbHFStDelay" - Me.txbHFStDelay.Size = New System.Drawing.Size(170, 39) + Me.txbHFStDelay.Size = New System.Drawing.Size(194, 46) Me.txbHFStDelay.TabIndex = 2 Me.txbHFStDelay.Text = "300" Me.txbHFStDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2430,18 +2537,20 @@ Partial Class Main_Form ' Me.lbHFStDelay.AutoSize = True Me.lbHFStDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFStDelay.Location = New System.Drawing.Point(6, 12) + Me.lbHFStDelay.Location = New System.Drawing.Point(7, 15) Me.lbHFStDelay.Name = "lbHFStDelay" - Me.lbHFStDelay.Size = New System.Drawing.Size(108, 24) + Me.lbHFStDelay.Size = New System.Drawing.Size(141, 32) Me.lbHFStDelay.TabIndex = 0 Me.lbHFStDelay.Text = "Delay(m/s)" ' 'gbHFReCnt ' Me.gbHFReCnt.Controls.Add(Me.pnHFReCnt) - Me.gbHFReCnt.Location = New System.Drawing.Point(6, 290) + Me.gbHFReCnt.Location = New System.Drawing.Point(7, 362) + Me.gbHFReCnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFReCnt.Name = "gbHFReCnt" - Me.gbHFReCnt.Size = New System.Drawing.Size(300, 80) + Me.gbHFReCnt.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFReCnt.Size = New System.Drawing.Size(343, 100) Me.gbHFReCnt.TabIndex = 113 Me.gbHFReCnt.TabStop = False Me.gbHFReCnt.Text = "재시도 PlayCount" @@ -2450,17 +2559,19 @@ Partial Class Main_Form ' Me.pnHFReCnt.Controls.Add(Me.txbHFReCnt) Me.pnHFReCnt.Controls.Add(Me.lbHFReCnt) - Me.pnHFReCnt.Location = New System.Drawing.Point(6, 29) + Me.pnHFReCnt.Location = New System.Drawing.Point(7, 36) + Me.pnHFReCnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFReCnt.Name = "pnHFReCnt" - Me.pnHFReCnt.Size = New System.Drawing.Size(291, 45) + Me.pnHFReCnt.Size = New System.Drawing.Size(333, 56) Me.pnHFReCnt.TabIndex = 4 ' 'txbHFReCnt ' Me.txbHFReCnt.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFReCnt.Location = New System.Drawing.Point(114, 3) + Me.txbHFReCnt.Location = New System.Drawing.Point(130, 4) + Me.txbHFReCnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFReCnt.Name = "txbHFReCnt" - Me.txbHFReCnt.Size = New System.Drawing.Size(170, 39) + Me.txbHFReCnt.Size = New System.Drawing.Size(194, 46) Me.txbHFReCnt.TabIndex = 2 Me.txbHFReCnt.Text = "5" Me.txbHFReCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2469,9 +2580,9 @@ Partial Class Main_Form ' Me.lbHFReCnt.AutoSize = True Me.lbHFReCnt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFReCnt.Location = New System.Drawing.Point(8, 12) + Me.lbHFReCnt.Location = New System.Drawing.Point(9, 15) Me.lbHFReCnt.Name = "lbHFReCnt" - Me.lbHFReCnt.Size = New System.Drawing.Size(102, 24) + Me.lbHFReCnt.Size = New System.Drawing.Size(131, 32) Me.lbHFReCnt.TabIndex = 0 Me.lbHFReCnt.Text = "PlayCount" ' @@ -2480,9 +2591,11 @@ Partial Class Main_Form Me.gbTestFR.Controls.Add(Me.pnFrStep3) Me.gbTestFR.Controls.Add(Me.pnFrStep2) Me.gbTestFR.Controls.Add(Me.pnFrStep1) - Me.gbTestFR.Location = New System.Drawing.Point(309, 25) + Me.gbTestFR.Location = New System.Drawing.Point(353, 31) + Me.gbTestFR.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTestFR.Name = "gbTestFR" - Me.gbTestFR.Size = New System.Drawing.Size(300, 172) + Me.gbTestFR.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTestFR.Size = New System.Drawing.Size(343, 215) Me.gbTestFR.TabIndex = 106 Me.gbTestFR.TabStop = False Me.gbTestFR.Text = "Test 주파수" @@ -2491,17 +2604,19 @@ Partial Class Main_Form ' Me.pnFrStep3.Controls.Add(Me.txbFrStep3) Me.pnFrStep3.Controls.Add(Me.lbFrStep3) - Me.pnFrStep3.Location = New System.Drawing.Point(6, 117) + Me.pnFrStep3.Location = New System.Drawing.Point(7, 146) + Me.pnFrStep3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnFrStep3.Name = "pnFrStep3" - Me.pnFrStep3.Size = New System.Drawing.Size(291, 47) + Me.pnFrStep3.Size = New System.Drawing.Size(333, 59) Me.pnFrStep3.TabIndex = 6 ' 'txbFrStep3 ' Me.txbFrStep3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbFrStep3.Location = New System.Drawing.Point(114, 3) + Me.txbFrStep3.Location = New System.Drawing.Point(130, 4) + Me.txbFrStep3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFrStep3.Name = "txbFrStep3" - Me.txbFrStep3.Size = New System.Drawing.Size(171, 39) + Me.txbFrStep3.Size = New System.Drawing.Size(195, 46) Me.txbFrStep3.TabIndex = 2 Me.txbFrStep3.Text = "7150" Me.txbFrStep3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2510,27 +2625,29 @@ Partial Class Main_Form ' Me.lbFrStep3.AutoSize = True Me.lbFrStep3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbFrStep3.Location = New System.Drawing.Point(40, 12) + Me.lbFrStep3.Location = New System.Drawing.Point(46, 15) Me.lbFrStep3.Name = "lbFrStep3" - Me.lbFrStep3.Size = New System.Drawing.Size(66, 24) + Me.lbFrStep3.Size = New System.Drawing.Size(109, 40) Me.lbFrStep3.TabIndex = 0 - Me.lbFrStep3.Text = "Step 3" + Me.lbFrStep3.Text = "Freq 3" ' 'pnFrStep2 ' Me.pnFrStep2.Controls.Add(Me.txbFrStep2) Me.pnFrStep2.Controls.Add(Me.lbFrStep2) - Me.pnFrStep2.Location = New System.Drawing.Point(6, 73) + Me.pnFrStep2.Location = New System.Drawing.Point(7, 91) + Me.pnFrStep2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnFrStep2.Name = "pnFrStep2" - Me.pnFrStep2.Size = New System.Drawing.Size(291, 47) + Me.pnFrStep2.Size = New System.Drawing.Size(333, 59) Me.pnFrStep2.TabIndex = 5 ' 'txbFrStep2 ' Me.txbFrStep2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbFrStep2.Location = New System.Drawing.Point(114, 3) + Me.txbFrStep2.Location = New System.Drawing.Point(130, 4) + Me.txbFrStep2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFrStep2.Name = "txbFrStep2" - Me.txbFrStep2.Size = New System.Drawing.Size(171, 39) + Me.txbFrStep2.Size = New System.Drawing.Size(195, 46) Me.txbFrStep2.TabIndex = 2 Me.txbFrStep2.Text = "7000" Me.txbFrStep2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2539,27 +2656,29 @@ Partial Class Main_Form ' Me.lbFrStep2.AutoSize = True Me.lbFrStep2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbFrStep2.Location = New System.Drawing.Point(40, 12) + Me.lbFrStep2.Location = New System.Drawing.Point(46, 15) Me.lbFrStep2.Name = "lbFrStep2" - Me.lbFrStep2.Size = New System.Drawing.Size(66, 24) + Me.lbFrStep2.Size = New System.Drawing.Size(109, 40) Me.lbFrStep2.TabIndex = 0 - Me.lbFrStep2.Text = "Step 2" + Me.lbFrStep2.Text = "Freq 2" ' 'pnFrStep1 ' Me.pnFrStep1.Controls.Add(Me.txbFrStep1) Me.pnFrStep1.Controls.Add(Me.lbFrStep1) - Me.pnFrStep1.Location = New System.Drawing.Point(6, 29) + Me.pnFrStep1.Location = New System.Drawing.Point(7, 36) + Me.pnFrStep1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnFrStep1.Name = "pnFrStep1" - Me.pnFrStep1.Size = New System.Drawing.Size(291, 47) + Me.pnFrStep1.Size = New System.Drawing.Size(333, 59) Me.pnFrStep1.TabIndex = 4 ' 'txbFrStep1 ' Me.txbFrStep1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbFrStep1.Location = New System.Drawing.Point(114, 3) + Me.txbFrStep1.Location = New System.Drawing.Point(130, 4) + Me.txbFrStep1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFrStep1.Name = "txbFrStep1" - Me.txbFrStep1.Size = New System.Drawing.Size(171, 39) + Me.txbFrStep1.Size = New System.Drawing.Size(195, 46) Me.txbFrStep1.TabIndex = 2 Me.txbFrStep1.Text = "6850" Me.txbFrStep1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2568,18 +2687,20 @@ Partial Class Main_Form ' Me.lbFrStep1.AutoSize = True Me.lbFrStep1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbFrStep1.Location = New System.Drawing.Point(40, 12) + Me.lbFrStep1.Location = New System.Drawing.Point(46, 15) Me.lbFrStep1.Name = "lbFrStep1" - Me.lbFrStep1.Size = New System.Drawing.Size(66, 24) + Me.lbFrStep1.Size = New System.Drawing.Size(109, 40) Me.lbFrStep1.TabIndex = 0 - Me.lbFrStep1.Text = "Step 1" + Me.lbFrStep1.Text = "Freq 1" ' 'gbHFeffect ' Me.gbHFeffect.Controls.Add(Me.pnHFeffect) - Me.gbHFeffect.Location = New System.Drawing.Point(309, 290) + Me.gbHFeffect.Location = New System.Drawing.Point(353, 362) + Me.gbHFeffect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFeffect.Name = "gbHFeffect" - Me.gbHFeffect.Size = New System.Drawing.Size(300, 80) + Me.gbHFeffect.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFeffect.Size = New System.Drawing.Size(343, 100) Me.gbHFeffect.TabIndex = 112 Me.gbHFeffect.TabStop = False Me.gbHFeffect.Text = "이전 데이터와 최소 오차" @@ -2588,17 +2709,19 @@ Partial Class Main_Form ' Me.pnHFeffect.Controls.Add(Me.txbHFeffect) Me.pnHFeffect.Controls.Add(Me.lbHFeffect) - Me.pnHFeffect.Location = New System.Drawing.Point(6, 29) + Me.pnHFeffect.Location = New System.Drawing.Point(7, 36) + Me.pnHFeffect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFeffect.Name = "pnHFeffect" - Me.pnHFeffect.Size = New System.Drawing.Size(291, 45) + Me.pnHFeffect.Size = New System.Drawing.Size(333, 56) Me.pnHFeffect.TabIndex = 4 ' 'txbHFeffect ' Me.txbHFeffect.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFeffect.Location = New System.Drawing.Point(114, 3) + Me.txbHFeffect.Location = New System.Drawing.Point(130, 4) + Me.txbHFeffect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFeffect.Name = "txbHFeffect" - Me.txbHFeffect.Size = New System.Drawing.Size(170, 39) + Me.txbHFeffect.Size = New System.Drawing.Size(194, 46) Me.txbHFeffect.TabIndex = 2 Me.txbHFeffect.Text = "2" Me.txbHFeffect.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2607,9 +2730,9 @@ Partial Class Main_Form ' Me.lbHFeffect.AutoSize = True Me.lbHFeffect.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFeffect.Location = New System.Drawing.Point(-1, 12) + Me.lbHFeffect.Location = New System.Drawing.Point(-1, 15) Me.lbHFeffect.Name = "lbHFeffect" - Me.lbHFeffect.Size = New System.Drawing.Size(117, 24) + Me.lbHFeffect.Size = New System.Drawing.Size(151, 32) Me.lbHFeffect.TabIndex = 0 Me.lbHFeffect.Text = "최소 전력(W)" ' @@ -2618,9 +2741,11 @@ Partial Class Main_Form Me.gbHFRun.Controls.Add(Me.pnHFCount) Me.gbHFRun.Controls.Add(Me.pnHFwait) Me.gbHFRun.Controls.Add(Me.pnHFRun) - Me.gbHFRun.Location = New System.Drawing.Point(6, 25) + Me.gbHFRun.Location = New System.Drawing.Point(7, 31) + Me.gbHFRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFRun.Name = "gbHFRun" - Me.gbHFRun.Size = New System.Drawing.Size(300, 172) + Me.gbHFRun.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFRun.Size = New System.Drawing.Size(343, 215) Me.gbHFRun.TabIndex = 108 Me.gbHFRun.TabStop = False Me.gbHFRun.Text = "동작 시간 설정" @@ -2629,19 +2754,21 @@ Partial Class Main_Form ' Me.pnHFCount.Controls.Add(Me.nudHFCount) Me.pnHFCount.Controls.Add(Me.lbHFCount) - Me.pnHFCount.Location = New System.Drawing.Point(6, 29) + Me.pnHFCount.Location = New System.Drawing.Point(7, 36) + Me.pnHFCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFCount.Name = "pnHFCount" - Me.pnHFCount.Size = New System.Drawing.Size(291, 45) + Me.pnHFCount.Size = New System.Drawing.Size(333, 56) Me.pnHFCount.TabIndex = 5 ' 'nudHFCount ' Me.nudHFCount.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudHFCount.Location = New System.Drawing.Point(115, 3) + Me.nudHFCount.Location = New System.Drawing.Point(131, 4) + Me.nudHFCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudHFCount.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.nudHFCount.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudHFCount.Name = "nudHFCount" - Me.nudHFCount.Size = New System.Drawing.Size(171, 39) + Me.nudHFCount.Size = New System.Drawing.Size(195, 46) Me.nudHFCount.TabIndex = 103 Me.nudHFCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudHFCount.Value = New Decimal(New Integer() {10, 0, 0, 0}) @@ -2650,9 +2777,9 @@ Partial Class Main_Form ' Me.lbHFCount.AutoSize = True Me.lbHFCount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFCount.Location = New System.Drawing.Point(6, 12) + Me.lbHFCount.Location = New System.Drawing.Point(7, 15) Me.lbHFCount.Name = "lbHFCount" - Me.lbHFCount.Size = New System.Drawing.Size(102, 24) + Me.lbHFCount.Size = New System.Drawing.Size(131, 32) Me.lbHFCount.TabIndex = 0 Me.lbHFCount.Text = "PlayCount" ' @@ -2660,18 +2787,20 @@ Partial Class Main_Form ' Me.pnHFwait.Controls.Add(Me.nudHFwait) Me.pnHFwait.Controls.Add(Me.lbHFwait) - Me.pnHFwait.Location = New System.Drawing.Point(6, 117) + Me.pnHFwait.Location = New System.Drawing.Point(7, 146) + Me.pnHFwait.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFwait.Name = "pnHFwait" - Me.pnHFwait.Size = New System.Drawing.Size(291, 45) + Me.pnHFwait.Size = New System.Drawing.Size(333, 56) Me.pnHFwait.TabIndex = 4 ' 'nudHFwait ' Me.nudHFwait.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudHFwait.Location = New System.Drawing.Point(115, 3) + Me.nudHFwait.Location = New System.Drawing.Point(131, 4) + Me.nudHFwait.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudHFwait.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nudHFwait.Name = "nudHFwait" - Me.nudHFwait.Size = New System.Drawing.Size(171, 39) + Me.nudHFwait.Size = New System.Drawing.Size(195, 46) Me.nudHFwait.TabIndex = 103 Me.nudHFwait.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudHFwait.Value = New Decimal(New Integer() {50, 0, 0, 0}) @@ -2680,9 +2809,9 @@ Partial Class Main_Form ' Me.lbHFwait.AutoSize = True Me.lbHFwait.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFwait.Location = New System.Drawing.Point(15, 12) + Me.lbHFwait.Location = New System.Drawing.Point(17, 15) Me.lbHFwait.Name = "lbHFwait" - Me.lbHFwait.Size = New System.Drawing.Size(93, 24) + Me.lbHFwait.Size = New System.Drawing.Size(122, 32) Me.lbHFwait.TabIndex = 0 Me.lbHFwait.Text = "WaitTime" ' @@ -2690,19 +2819,21 @@ Partial Class Main_Form ' Me.pnHFRun.Controls.Add(Me.nudHFRun) Me.pnHFRun.Controls.Add(Me.lbHFRun) - Me.pnHFRun.Location = New System.Drawing.Point(6, 73) + Me.pnHFRun.Location = New System.Drawing.Point(7, 91) + Me.pnHFRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFRun.Name = "pnHFRun" - Me.pnHFRun.Size = New System.Drawing.Size(291, 45) + Me.pnHFRun.Size = New System.Drawing.Size(333, 56) Me.pnHFRun.TabIndex = 4 ' 'nudHFRun ' Me.nudHFRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudHFRun.Location = New System.Drawing.Point(115, 3) + Me.nudHFRun.Location = New System.Drawing.Point(131, 4) + Me.nudHFRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudHFRun.Maximum = New Decimal(New Integer() {5000, 0, 0, 0}) Me.nudHFRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudHFRun.Name = "nudHFRun" - Me.nudHFRun.Size = New System.Drawing.Size(171, 39) + Me.nudHFRun.Size = New System.Drawing.Size(195, 46) Me.nudHFRun.TabIndex = 103 Me.nudHFRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudHFRun.Value = New Decimal(New Integer() {100, 0, 0, 0}) @@ -2711,18 +2842,20 @@ Partial Class Main_Form ' Me.lbHFRun.AutoSize = True Me.lbHFRun.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFRun.Location = New System.Drawing.Point(22, 12) + Me.lbHFRun.Location = New System.Drawing.Point(25, 15) Me.lbHFRun.Name = "lbHFRun" - Me.lbHFRun.Size = New System.Drawing.Size(86, 24) + Me.lbHFRun.Size = New System.Drawing.Size(111, 32) Me.lbHFRun.TabIndex = 0 Me.lbHFRun.Text = "Runtime" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'gbHFLowShot ' Me.gbHFLowShot.Controls.Add(Me.pnHFLowShot) - Me.gbHFLowShot.Location = New System.Drawing.Point(309, 205) + Me.gbHFLowShot.Location = New System.Drawing.Point(353, 256) + Me.gbHFLowShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFLowShot.Name = "gbHFLowShot" - Me.gbHFLowShot.Size = New System.Drawing.Size(300, 80) + Me.gbHFLowShot.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFLowShot.Size = New System.Drawing.Size(343, 100) Me.gbHFLowShot.TabIndex = 111 Me.gbHFLowShot.TabStop = False Me.gbHFLowShot.Text = "첫 샷 최소 전력" @@ -2731,17 +2864,19 @@ Partial Class Main_Form ' Me.pnHFLowShot.Controls.Add(Me.txbHFLowShot) Me.pnHFLowShot.Controls.Add(Me.lbHFLowShot) - Me.pnHFLowShot.Location = New System.Drawing.Point(6, 29) + Me.pnHFLowShot.Location = New System.Drawing.Point(7, 36) + Me.pnHFLowShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFLowShot.Name = "pnHFLowShot" - Me.pnHFLowShot.Size = New System.Drawing.Size(291, 45) + Me.pnHFLowShot.Size = New System.Drawing.Size(333, 56) Me.pnHFLowShot.TabIndex = 4 ' 'txbHFLowShot ' Me.txbHFLowShot.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFLowShot.Location = New System.Drawing.Point(114, 3) + Me.txbHFLowShot.Location = New System.Drawing.Point(130, 4) + Me.txbHFLowShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFLowShot.Name = "txbHFLowShot" - Me.txbHFLowShot.Size = New System.Drawing.Size(170, 39) + Me.txbHFLowShot.Size = New System.Drawing.Size(194, 46) Me.txbHFLowShot.TabIndex = 2 Me.txbHFLowShot.Text = "1" Me.txbHFLowShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2750,9 +2885,9 @@ Partial Class Main_Form ' Me.lbHFLowShot.AutoSize = True Me.lbHFLowShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFLowShot.Location = New System.Drawing.Point(-1, 12) + Me.lbHFLowShot.Location = New System.Drawing.Point(-1, 15) Me.lbHFLowShot.Name = "lbHFLowShot" - Me.lbHFLowShot.Size = New System.Drawing.Size(117, 24) + Me.lbHFLowShot.Size = New System.Drawing.Size(151, 32) Me.lbHFLowShot.TabIndex = 0 Me.lbHFLowShot.Text = "최소 전력(W)" ' @@ -2765,9 +2900,11 @@ Partial Class Main_Form Me.gbLedOp.Controls.Add(Me.gbCamDelay) Me.gbLedOp.Controls.Add(Me.gbLedCdn) Me.gbLedOp.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLedOp.Location = New System.Drawing.Point(3, 312) + Me.gbLedOp.Location = New System.Drawing.Point(3, 390) + Me.gbLedOp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLedOp.Name = "gbLedOp" - Me.gbLedOp.Size = New System.Drawing.Size(647, 682) + Me.gbLedOp.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLedOp.Size = New System.Drawing.Size(739, 852) Me.gbLedOp.TabIndex = 112 Me.gbLedOp.TabStop = False Me.gbLedOp.Text = "LED 설정" @@ -2776,9 +2913,11 @@ Partial Class Main_Form ' Me.gbLedRe.Controls.Add(Me.pnLedRe) Me.gbLedRe.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLedRe.Location = New System.Drawing.Point(325, 567) + Me.gbLedRe.Location = New System.Drawing.Point(371, 709) + Me.gbLedRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLedRe.Name = "gbLedRe" - Me.gbLedRe.Size = New System.Drawing.Size(297, 80) + Me.gbLedRe.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLedRe.Size = New System.Drawing.Size(339, 100) Me.gbLedRe.TabIndex = 140 Me.gbLedRe.TabStop = False Me.gbLedRe.Text = "재촬영 Count" @@ -2787,19 +2926,21 @@ Partial Class Main_Form ' Me.pnLedRe.Controls.Add(Me.nudLedRe) Me.pnLedRe.Controls.Add(Me.lbLedRe) - Me.pnLedRe.Location = New System.Drawing.Point(6, 29) + Me.pnLedRe.Location = New System.Drawing.Point(7, 36) + Me.pnLedRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLedRe.Name = "pnLedRe" - Me.pnLedRe.Size = New System.Drawing.Size(280, 45) + Me.pnLedRe.Size = New System.Drawing.Size(320, 56) Me.pnLedRe.TabIndex = 102 ' 'nudLedRe ' Me.nudLedRe.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudLedRe.Location = New System.Drawing.Point(98, 3) + Me.nudLedRe.Location = New System.Drawing.Point(112, 4) + Me.nudLedRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudLedRe.Maximum = New Decimal(New Integer() {5, 0, 0, 0}) Me.nudLedRe.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudLedRe.Name = "nudLedRe" - Me.nudLedRe.Size = New System.Drawing.Size(170, 39) + Me.nudLedRe.Size = New System.Drawing.Size(194, 46) Me.nudLedRe.TabIndex = 140 Me.nudLedRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudLedRe.Value = New Decimal(New Integer() {3, 0, 0, 0}) @@ -2807,9 +2948,9 @@ Partial Class Main_Form 'lbLedRe ' Me.lbLedRe.AutoSize = True - Me.lbLedRe.Location = New System.Drawing.Point(30, 12) + Me.lbLedRe.Location = New System.Drawing.Point(34, 15) Me.lbLedRe.Name = "lbLedRe" - Me.lbLedRe.Size = New System.Drawing.Size(65, 24) + Me.lbLedRe.Size = New System.Drawing.Size(83, 32) Me.lbLedRe.TabIndex = 0 Me.lbLedRe.Text = "Count" ' @@ -2817,9 +2958,11 @@ Partial Class Main_Form ' Me.gbLedStart.Controls.Add(Me.pnLEDStart) Me.gbLedStart.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLedStart.Location = New System.Drawing.Point(20, 568) + Me.gbLedStart.Location = New System.Drawing.Point(23, 710) + Me.gbLedStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLedStart.Name = "gbLedStart" - Me.gbLedStart.Size = New System.Drawing.Size(297, 80) + Me.gbLedStart.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLedStart.Size = New System.Drawing.Size(339, 100) Me.gbLedStart.TabIndex = 139 Me.gbLedStart.TabStop = False Me.gbLedStart.Text = "테스트 촬영 Count" @@ -2828,19 +2971,21 @@ Partial Class Main_Form ' Me.pnLEDStart.Controls.Add(Me.nudLEDStart) Me.pnLEDStart.Controls.Add(Me.lbLEDStart) - Me.pnLEDStart.Location = New System.Drawing.Point(6, 29) + Me.pnLEDStart.Location = New System.Drawing.Point(7, 36) + Me.pnLEDStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLEDStart.Name = "pnLEDStart" - Me.pnLEDStart.Size = New System.Drawing.Size(280, 45) + Me.pnLEDStart.Size = New System.Drawing.Size(320, 56) Me.pnLEDStart.TabIndex = 102 ' 'nudLEDStart ' Me.nudLEDStart.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudLEDStart.Location = New System.Drawing.Point(98, 3) + Me.nudLEDStart.Location = New System.Drawing.Point(112, 4) + Me.nudLEDStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudLEDStart.Maximum = New Decimal(New Integer() {10, 0, 0, 0}) Me.nudLEDStart.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudLEDStart.Name = "nudLEDStart" - Me.nudLEDStart.Size = New System.Drawing.Size(170, 39) + Me.nudLEDStart.Size = New System.Drawing.Size(194, 46) Me.nudLEDStart.TabIndex = 140 Me.nudLEDStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudLEDStart.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -2848,9 +2993,9 @@ Partial Class Main_Form 'lbLEDStart ' Me.lbLEDStart.AutoSize = True - Me.lbLEDStart.Location = New System.Drawing.Point(30, 12) + Me.lbLEDStart.Location = New System.Drawing.Point(34, 15) Me.lbLEDStart.Name = "lbLEDStart" - Me.lbLEDStart.Size = New System.Drawing.Size(65, 24) + Me.lbLEDStart.Size = New System.Drawing.Size(83, 32) Me.lbLEDStart.TabIndex = 0 Me.lbLEDStart.Text = "Count" ' @@ -2859,9 +3004,11 @@ Partial Class Main_Form Me.gbLedSave.Controls.Add(Me.rdbMatCovert) Me.gbLedSave.Controls.Add(Me.rdbimgSave) Me.gbLedSave.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLedSave.Location = New System.Drawing.Point(325, 155) + Me.gbLedSave.Location = New System.Drawing.Point(371, 194) + Me.gbLedSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLedSave.Name = "gbLedSave" - Me.gbLedSave.Size = New System.Drawing.Size(305, 80) + Me.gbLedSave.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLedSave.Size = New System.Drawing.Size(349, 100) Me.gbLedSave.TabIndex = 138 Me.gbLedSave.TabStop = False Me.gbLedSave.Text = "LED 처리 방식" @@ -2870,9 +3017,10 @@ Partial Class Main_Form ' Me.rdbMatCovert.AutoSize = True Me.rdbMatCovert.Checked = True - Me.rdbMatCovert.Location = New System.Drawing.Point(172, 37) + Me.rdbMatCovert.Location = New System.Drawing.Point(197, 46) + Me.rdbMatCovert.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMatCovert.Name = "rdbMatCovert" - Me.rdbMatCovert.Size = New System.Drawing.Size(104, 28) + Me.rdbMatCovert.Size = New System.Drawing.Size(131, 36) Me.rdbMatCovert.TabIndex = 1 Me.rdbMatCovert.TabStop = True Me.rdbMatCovert.Text = "Mat 변환" @@ -2881,9 +3029,10 @@ Partial Class Main_Form 'rdbimgSave ' Me.rdbimgSave.AutoSize = True - Me.rdbimgSave.Location = New System.Drawing.Point(21, 37) + Me.rdbimgSave.Location = New System.Drawing.Point(24, 46) + Me.rdbimgSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbimgSave.Name = "rdbimgSave" - Me.rdbimgSave.Size = New System.Drawing.Size(124, 28) + Me.rdbimgSave.Size = New System.Drawing.Size(157, 36) Me.rdbimgSave.TabIndex = 0 Me.rdbimgSave.Text = "이미지 저장" Me.rdbimgSave.UseVisualStyleBackColor = True @@ -2897,18 +3046,21 @@ Partial Class Main_Form Me.gbCamSelect.Controls.Add(Me.lbWebCam) Me.gbCamSelect.Controls.Add(Me.cbbWebCam) Me.gbCamSelect.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbCamSelect.Location = New System.Drawing.Point(19, 40) + Me.gbCamSelect.Location = New System.Drawing.Point(22, 50) + Me.gbCamSelect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbCamSelect.Name = "gbCamSelect" - Me.gbCamSelect.Size = New System.Drawing.Size(607, 118) + Me.gbCamSelect.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbCamSelect.Size = New System.Drawing.Size(694, 148) Me.gbCamSelect.TabIndex = 137 Me.gbCamSelect.TabStop = False Me.gbCamSelect.Text = "웹캠 장치 연결" ' 'btnOLEDCam ' - Me.btnOLEDCam.Location = New System.Drawing.Point(502, 71) + Me.btnOLEDCam.Location = New System.Drawing.Point(574, 89) + Me.btnOLEDCam.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnOLEDCam.Name = "btnOLEDCam" - Me.btnOLEDCam.Size = New System.Drawing.Size(99, 42) + Me.btnOLEDCam.Size = New System.Drawing.Size(113, 52) Me.btnOLEDCam.TabIndex = 141 Me.btnOLEDCam.Text = "스캔" Me.btnOLEDCam.UseVisualStyleBackColor = True @@ -2916,9 +3068,9 @@ Partial Class Main_Form 'lbOLEDCam ' Me.lbOLEDCam.AutoSize = True - Me.lbOLEDCam.Location = New System.Drawing.Point(8, 80) + Me.lbOLEDCam.Location = New System.Drawing.Point(9, 100) Me.lbOLEDCam.Name = "lbOLEDCam" - Me.lbOLEDCam.Size = New System.Drawing.Size(122, 24) + Me.lbOLEDCam.Size = New System.Drawing.Size(155, 32) Me.lbOLEDCam.TabIndex = 140 Me.lbOLEDCam.Text = "OLED 장치명" ' @@ -2926,16 +3078,18 @@ Partial Class Main_Form ' Me.cbbOLEDCam.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cbbOLEDCam.FormattingEnabled = True - Me.cbbOLEDCam.Location = New System.Drawing.Point(136, 72) + Me.cbbOLEDCam.Location = New System.Drawing.Point(155, 90) + Me.cbbOLEDCam.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cbbOLEDCam.Name = "cbbOLEDCam" - Me.cbbOLEDCam.Size = New System.Drawing.Size(360, 40) + Me.cbbOLEDCam.Size = New System.Drawing.Size(411, 47) Me.cbbOLEDCam.TabIndex = 139 ' 'btnWebCam ' - Me.btnWebCam.Location = New System.Drawing.Point(502, 25) + Me.btnWebCam.Location = New System.Drawing.Point(574, 31) + Me.btnWebCam.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnWebCam.Name = "btnWebCam" - Me.btnWebCam.Size = New System.Drawing.Size(99, 42) + Me.btnWebCam.Size = New System.Drawing.Size(113, 52) Me.btnWebCam.TabIndex = 138 Me.btnWebCam.Text = "스캔" Me.btnWebCam.UseVisualStyleBackColor = True @@ -2943,9 +3097,9 @@ Partial Class Main_Form 'lbWebCam ' Me.lbWebCam.AutoSize = True - Me.lbWebCam.Location = New System.Drawing.Point(22, 35) + Me.lbWebCam.Location = New System.Drawing.Point(25, 44) Me.lbWebCam.Name = "lbWebCam" - Me.lbWebCam.Size = New System.Drawing.Size(108, 24) + Me.lbWebCam.Size = New System.Drawing.Size(137, 32) Me.lbWebCam.TabIndex = 137 Me.lbWebCam.Text = "LED 장치명" ' @@ -2953,18 +3107,21 @@ Partial Class Main_Form ' Me.cbbWebCam.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cbbWebCam.FormattingEnabled = True - Me.cbbWebCam.Location = New System.Drawing.Point(136, 26) + Me.cbbWebCam.Location = New System.Drawing.Point(155, 32) + Me.cbbWebCam.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cbbWebCam.Name = "cbbWebCam" - Me.cbbWebCam.Size = New System.Drawing.Size(360, 40) + Me.cbbWebCam.Size = New System.Drawing.Size(411, 47) Me.cbbWebCam.TabIndex = 136 ' 'gbCamDelay ' Me.gbCamDelay.Controls.Add(Me.pnCamDelay) Me.gbCamDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbCamDelay.Location = New System.Drawing.Point(20, 155) + Me.gbCamDelay.Location = New System.Drawing.Point(23, 194) + Me.gbCamDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbCamDelay.Name = "gbCamDelay" - Me.gbCamDelay.Size = New System.Drawing.Size(297, 80) + Me.gbCamDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbCamDelay.Size = New System.Drawing.Size(339, 100) Me.gbCamDelay.TabIndex = 134 Me.gbCamDelay.TabStop = False Me.gbCamDelay.Text = "측정 후 Delay 설정" @@ -2973,17 +3130,19 @@ Partial Class Main_Form ' Me.pnCamDelay.Controls.Add(Me.txbCamDelay) Me.pnCamDelay.Controls.Add(Me.lbCamDelay) - Me.pnCamDelay.Location = New System.Drawing.Point(6, 29) + Me.pnCamDelay.Location = New System.Drawing.Point(7, 36) + Me.pnCamDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnCamDelay.Name = "pnCamDelay" - Me.pnCamDelay.Size = New System.Drawing.Size(280, 45) + Me.pnCamDelay.Size = New System.Drawing.Size(320, 56) Me.pnCamDelay.TabIndex = 102 ' 'txbCamDelay ' Me.txbCamDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCamDelay.Location = New System.Drawing.Point(98, 3) + Me.txbCamDelay.Location = New System.Drawing.Point(112, 4) + Me.txbCamDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCamDelay.Name = "txbCamDelay" - Me.txbCamDelay.Size = New System.Drawing.Size(171, 39) + Me.txbCamDelay.Size = New System.Drawing.Size(195, 46) Me.txbCamDelay.TabIndex = 3 Me.txbCamDelay.Text = "300" Me.txbCamDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2991,9 +3150,9 @@ Partial Class Main_Form 'lbCamDelay ' Me.lbCamDelay.AutoSize = True - Me.lbCamDelay.Location = New System.Drawing.Point(30, 12) + Me.lbCamDelay.Location = New System.Drawing.Point(34, 15) Me.lbCamDelay.Name = "lbCamDelay" - Me.lbCamDelay.Size = New System.Drawing.Size(60, 24) + Me.lbCamDelay.Size = New System.Drawing.Size(78, 32) Me.lbCamDelay.TabIndex = 0 Me.lbCamDelay.Text = "Delay" ' @@ -3005,9 +3164,11 @@ Partial Class Main_Form Me.gbLedCdn.Controls.Add(Me.gbYelCdn) Me.gbLedCdn.Controls.Add(Me.gbRedCdn) Me.gbLedCdn.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLedCdn.Location = New System.Drawing.Point(20, 238) + Me.gbLedCdn.Location = New System.Drawing.Point(23, 298) + Me.gbLedCdn.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLedCdn.Name = "gbLedCdn" - Me.gbLedCdn.Size = New System.Drawing.Size(607, 324) + Me.gbLedCdn.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLedCdn.Size = New System.Drawing.Size(694, 405) Me.gbLedCdn.TabIndex = 133 Me.gbLedCdn.TabStop = False Me.gbLedCdn.Text = "LED 측정 좌표" @@ -3015,9 +3176,11 @@ Partial Class Main_Form 'gbInc ' Me.gbInc.Controls.Add(Me.pnInc) - Me.gbInc.Location = New System.Drawing.Point(308, 235) + Me.gbInc.Location = New System.Drawing.Point(352, 294) + Me.gbInc.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbInc.Name = "gbInc" - Me.gbInc.Size = New System.Drawing.Size(290, 80) + Me.gbInc.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbInc.Size = New System.Drawing.Size(331, 100) Me.gbInc.TabIndex = 116 Me.gbInc.TabStop = False Me.gbInc.Text = "좌표 오차 범위 증가량" @@ -3026,17 +3189,19 @@ Partial Class Main_Form ' Me.pnInc.Controls.Add(Me.txbInc) Me.pnInc.Controls.Add(Me.lbInc) - Me.pnInc.Location = New System.Drawing.Point(7, 28) + Me.pnInc.Location = New System.Drawing.Point(8, 35) + Me.pnInc.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnInc.Name = "pnInc" - Me.pnInc.Size = New System.Drawing.Size(270, 45) + Me.pnInc.Size = New System.Drawing.Size(309, 56) Me.pnInc.TabIndex = 4 ' 'txbInc ' Me.txbInc.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbInc.Location = New System.Drawing.Point(97, 3) + Me.txbInc.Location = New System.Drawing.Point(111, 4) + Me.txbInc.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInc.Name = "txbInc" - Me.txbInc.Size = New System.Drawing.Size(170, 39) + Me.txbInc.Size = New System.Drawing.Size(194, 46) Me.txbInc.TabIndex = 2 Me.txbInc.Text = "30" Me.txbInc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3045,18 +3210,20 @@ Partial Class Main_Form ' Me.lbInc.AutoSize = True Me.lbInc.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbInc.Location = New System.Drawing.Point(17, 12) + Me.lbInc.Location = New System.Drawing.Point(19, 15) Me.lbInc.Name = "lbInc" - Me.lbInc.Size = New System.Drawing.Size(51, 24) + Me.lbInc.Size = New System.Drawing.Size(68, 32) Me.lbInc.TabIndex = 0 Me.lbInc.Text = "Pixel" ' 'gbAround ' Me.gbAround.Controls.Add(Me.pnAround) - Me.gbAround.Location = New System.Drawing.Point(9, 235) + Me.gbAround.Location = New System.Drawing.Point(10, 294) + Me.gbAround.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbAround.Name = "gbAround" - Me.gbAround.Size = New System.Drawing.Size(290, 80) + Me.gbAround.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbAround.Size = New System.Drawing.Size(331, 100) Me.gbAround.TabIndex = 114 Me.gbAround.TabStop = False Me.gbAround.Text = "좌표 오차 최대 범위" @@ -3065,17 +3232,19 @@ Partial Class Main_Form ' Me.pnAround.Controls.Add(Me.txbAround) Me.pnAround.Controls.Add(Me.lbAround) - Me.pnAround.Location = New System.Drawing.Point(7, 28) + Me.pnAround.Location = New System.Drawing.Point(8, 35) + Me.pnAround.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAround.Name = "pnAround" - Me.pnAround.Size = New System.Drawing.Size(270, 45) + Me.pnAround.Size = New System.Drawing.Size(309, 56) Me.pnAround.TabIndex = 4 ' 'txbAround ' Me.txbAround.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAround.Location = New System.Drawing.Point(97, 3) + Me.txbAround.Location = New System.Drawing.Point(111, 4) + Me.txbAround.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAround.Name = "txbAround" - Me.txbAround.Size = New System.Drawing.Size(170, 39) + Me.txbAround.Size = New System.Drawing.Size(194, 46) Me.txbAround.TabIndex = 2 Me.txbAround.Text = "30" Me.txbAround.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3084,9 +3253,9 @@ Partial Class Main_Form ' Me.lbAround.AutoSize = True Me.lbAround.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAround.Location = New System.Drawing.Point(17, 12) + Me.lbAround.Location = New System.Drawing.Point(19, 15) Me.lbAround.Name = "lbAround" - Me.lbAround.Size = New System.Drawing.Size(51, 24) + Me.lbAround.Size = New System.Drawing.Size(68, 32) Me.lbAround.TabIndex = 0 Me.lbAround.Text = "Pixel" ' @@ -3095,9 +3264,11 @@ Partial Class Main_Form Me.gbYelCdn.Controls.Add(Me.gbYelCdn_2) Me.gbYelCdn.Controls.Add(Me.gbYelCdn_1) Me.gbYelCdn.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbYelCdn.Location = New System.Drawing.Point(308, 30) + Me.gbYelCdn.Location = New System.Drawing.Point(352, 38) + Me.gbYelCdn.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYelCdn.Name = "gbYelCdn" - Me.gbYelCdn.Size = New System.Drawing.Size(290, 198) + Me.gbYelCdn.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYelCdn.Size = New System.Drawing.Size(331, 248) Me.gbYelCdn.TabIndex = 113 Me.gbYelCdn.TabStop = False Me.gbYelCdn.Text = "Yellow 좌표" @@ -3106,9 +3277,11 @@ Partial Class Main_Form ' Me.gbYelCdn_2.Controls.Add(Me.pnYelCdn_Y2) Me.gbYelCdn_2.Controls.Add(Me.pnYelCdn_X2) - Me.gbYelCdn_2.Location = New System.Drawing.Point(2, 105) + Me.gbYelCdn_2.Location = New System.Drawing.Point(2, 131) + Me.gbYelCdn_2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYelCdn_2.Name = "gbYelCdn_2" - Me.gbYelCdn_2.Size = New System.Drawing.Size(271, 81) + Me.gbYelCdn_2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYelCdn_2.Size = New System.Drawing.Size(310, 101) Me.gbYelCdn_2.TabIndex = 10 Me.gbYelCdn_2.TabStop = False Me.gbYelCdn_2.Text = "좌표 ②" @@ -3117,17 +3290,19 @@ Partial Class Main_Form ' Me.pnYelCdn_Y2.Controls.Add(Me.txbYelCdn_Y2) Me.pnYelCdn_Y2.Controls.Add(Me.lbYelCdn_Y2) - Me.pnYelCdn_Y2.Location = New System.Drawing.Point(137, 25) + Me.pnYelCdn_Y2.Location = New System.Drawing.Point(157, 31) + Me.pnYelCdn_Y2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelCdn_Y2.Name = "pnYelCdn_Y2" - Me.pnYelCdn_Y2.Size = New System.Drawing.Size(132, 45) + Me.pnYelCdn_Y2.Size = New System.Drawing.Size(151, 56) Me.pnYelCdn_Y2.TabIndex = 9 ' 'txbYelCdn_Y2 ' Me.txbYelCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelCdn_Y2.Location = New System.Drawing.Point(49, 2) + Me.txbYelCdn_Y2.Location = New System.Drawing.Point(56, 2) + Me.txbYelCdn_Y2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelCdn_Y2.Name = "txbYelCdn_Y2" - Me.txbYelCdn_Y2.Size = New System.Drawing.Size(80, 39) + Me.txbYelCdn_Y2.Size = New System.Drawing.Size(91, 46) Me.txbYelCdn_Y2.TabIndex = 2 Me.txbYelCdn_Y2.Text = "30" Me.txbYelCdn_Y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3136,9 +3311,9 @@ Partial Class Main_Form ' Me.lbYelCdn_Y2.AutoSize = True Me.lbYelCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelCdn_Y2.Location = New System.Drawing.Point(17, 11) + Me.lbYelCdn_Y2.Location = New System.Drawing.Point(19, 14) Me.lbYelCdn_Y2.Name = "lbYelCdn_Y2" - Me.lbYelCdn_Y2.Size = New System.Drawing.Size(23, 24) + Me.lbYelCdn_Y2.Size = New System.Drawing.Size(31, 32) Me.lbYelCdn_Y2.TabIndex = 0 Me.lbYelCdn_Y2.Text = "Y" ' @@ -3146,17 +3321,19 @@ Partial Class Main_Form ' Me.pnYelCdn_X2.Controls.Add(Me.txbYelCdn_X2) Me.pnYelCdn_X2.Controls.Add(Me.lbYelCdn_X2) - Me.pnYelCdn_X2.Location = New System.Drawing.Point(4, 25) + Me.pnYelCdn_X2.Location = New System.Drawing.Point(5, 31) + Me.pnYelCdn_X2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelCdn_X2.Name = "pnYelCdn_X2" - Me.pnYelCdn_X2.Size = New System.Drawing.Size(130, 45) + Me.pnYelCdn_X2.Size = New System.Drawing.Size(149, 56) Me.pnYelCdn_X2.TabIndex = 5 ' 'txbYelCdn_X2 ' Me.txbYelCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelCdn_X2.Location = New System.Drawing.Point(48, 2) + Me.txbYelCdn_X2.Location = New System.Drawing.Point(55, 2) + Me.txbYelCdn_X2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelCdn_X2.Name = "txbYelCdn_X2" - Me.txbYelCdn_X2.Size = New System.Drawing.Size(80, 39) + Me.txbYelCdn_X2.Size = New System.Drawing.Size(91, 46) Me.txbYelCdn_X2.TabIndex = 2 Me.txbYelCdn_X2.Text = "20" Me.txbYelCdn_X2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3165,9 +3342,9 @@ Partial Class Main_Form ' Me.lbYelCdn_X2.AutoSize = True Me.lbYelCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelCdn_X2.Location = New System.Drawing.Point(17, 11) + Me.lbYelCdn_X2.Location = New System.Drawing.Point(19, 14) Me.lbYelCdn_X2.Name = "lbYelCdn_X2" - Me.lbYelCdn_X2.Size = New System.Drawing.Size(23, 24) + Me.lbYelCdn_X2.Size = New System.Drawing.Size(31, 32) Me.lbYelCdn_X2.TabIndex = 0 Me.lbYelCdn_X2.Text = "X" ' @@ -3175,9 +3352,11 @@ Partial Class Main_Form ' Me.gbYelCdn_1.Controls.Add(Me.pnYelCdn_Y1) Me.gbYelCdn_1.Controls.Add(Me.pnYelCdn_X1) - Me.gbYelCdn_1.Location = New System.Drawing.Point(2, 23) + Me.gbYelCdn_1.Location = New System.Drawing.Point(2, 29) + Me.gbYelCdn_1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYelCdn_1.Name = "gbYelCdn_1" - Me.gbYelCdn_1.Size = New System.Drawing.Size(271, 81) + Me.gbYelCdn_1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYelCdn_1.Size = New System.Drawing.Size(310, 101) Me.gbYelCdn_1.TabIndex = 9 Me.gbYelCdn_1.TabStop = False Me.gbYelCdn_1.Text = "좌표 ①" @@ -3186,17 +3365,19 @@ Partial Class Main_Form ' Me.pnYelCdn_Y1.Controls.Add(Me.txbYelCdn_Y1) Me.pnYelCdn_Y1.Controls.Add(Me.lbYelCdn_Y1) - Me.pnYelCdn_Y1.Location = New System.Drawing.Point(137, 25) + Me.pnYelCdn_Y1.Location = New System.Drawing.Point(157, 31) + Me.pnYelCdn_Y1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelCdn_Y1.Name = "pnYelCdn_Y1" - Me.pnYelCdn_Y1.Size = New System.Drawing.Size(132, 45) + Me.pnYelCdn_Y1.Size = New System.Drawing.Size(151, 56) Me.pnYelCdn_Y1.TabIndex = 9 ' 'txbYelCdn_Y1 ' Me.txbYelCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelCdn_Y1.Location = New System.Drawing.Point(49, 2) + Me.txbYelCdn_Y1.Location = New System.Drawing.Point(56, 2) + Me.txbYelCdn_Y1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelCdn_Y1.Name = "txbYelCdn_Y1" - Me.txbYelCdn_Y1.Size = New System.Drawing.Size(80, 39) + Me.txbYelCdn_Y1.Size = New System.Drawing.Size(91, 46) Me.txbYelCdn_Y1.TabIndex = 2 Me.txbYelCdn_Y1.Text = "30" Me.txbYelCdn_Y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3205,9 +3386,9 @@ Partial Class Main_Form ' Me.lbYelCdn_Y1.AutoSize = True Me.lbYelCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelCdn_Y1.Location = New System.Drawing.Point(17, 11) + Me.lbYelCdn_Y1.Location = New System.Drawing.Point(19, 14) Me.lbYelCdn_Y1.Name = "lbYelCdn_Y1" - Me.lbYelCdn_Y1.Size = New System.Drawing.Size(23, 24) + Me.lbYelCdn_Y1.Size = New System.Drawing.Size(31, 32) Me.lbYelCdn_Y1.TabIndex = 0 Me.lbYelCdn_Y1.Text = "Y" ' @@ -3215,17 +3396,19 @@ Partial Class Main_Form ' Me.pnYelCdn_X1.Controls.Add(Me.txbYelCdn_X1) Me.pnYelCdn_X1.Controls.Add(Me.lbYelCdn_X1) - Me.pnYelCdn_X1.Location = New System.Drawing.Point(4, 25) + Me.pnYelCdn_X1.Location = New System.Drawing.Point(5, 31) + Me.pnYelCdn_X1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelCdn_X1.Name = "pnYelCdn_X1" - Me.pnYelCdn_X1.Size = New System.Drawing.Size(130, 45) + Me.pnYelCdn_X1.Size = New System.Drawing.Size(149, 56) Me.pnYelCdn_X1.TabIndex = 5 ' 'txbYelCdn_X1 ' Me.txbYelCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelCdn_X1.Location = New System.Drawing.Point(48, 2) + Me.txbYelCdn_X1.Location = New System.Drawing.Point(55, 2) + Me.txbYelCdn_X1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelCdn_X1.Name = "txbYelCdn_X1" - Me.txbYelCdn_X1.Size = New System.Drawing.Size(80, 39) + Me.txbYelCdn_X1.Size = New System.Drawing.Size(91, 46) Me.txbYelCdn_X1.TabIndex = 2 Me.txbYelCdn_X1.Text = "20" Me.txbYelCdn_X1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3234,9 +3417,9 @@ Partial Class Main_Form ' Me.lbYelCdn_X1.AutoSize = True Me.lbYelCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelCdn_X1.Location = New System.Drawing.Point(17, 11) + Me.lbYelCdn_X1.Location = New System.Drawing.Point(19, 14) Me.lbYelCdn_X1.Name = "lbYelCdn_X1" - Me.lbYelCdn_X1.Size = New System.Drawing.Size(23, 24) + Me.lbYelCdn_X1.Size = New System.Drawing.Size(31, 32) Me.lbYelCdn_X1.TabIndex = 0 Me.lbYelCdn_X1.Text = "X" ' @@ -3245,9 +3428,11 @@ Partial Class Main_Form Me.gbRedCdn.Controls.Add(Me.gbRedCdn_2) Me.gbRedCdn.Controls.Add(Me.gbRedCdn_1) Me.gbRedCdn.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRedCdn.Location = New System.Drawing.Point(9, 30) + Me.gbRedCdn.Location = New System.Drawing.Point(10, 38) + Me.gbRedCdn.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRedCdn.Name = "gbRedCdn" - Me.gbRedCdn.Size = New System.Drawing.Size(290, 197) + Me.gbRedCdn.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRedCdn.Size = New System.Drawing.Size(331, 246) Me.gbRedCdn.TabIndex = 112 Me.gbRedCdn.TabStop = False Me.gbRedCdn.Text = "Red 좌표" @@ -3256,9 +3441,11 @@ Partial Class Main_Form ' Me.gbRedCdn_2.Controls.Add(Me.pnRedCdn_Y2) Me.gbRedCdn_2.Controls.Add(Me.pnRedCdn_X2) - Me.gbRedCdn_2.Location = New System.Drawing.Point(8, 105) + Me.gbRedCdn_2.Location = New System.Drawing.Point(9, 131) + Me.gbRedCdn_2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRedCdn_2.Name = "gbRedCdn_2" - Me.gbRedCdn_2.Size = New System.Drawing.Size(271, 81) + Me.gbRedCdn_2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRedCdn_2.Size = New System.Drawing.Size(310, 101) Me.gbRedCdn_2.TabIndex = 10 Me.gbRedCdn_2.TabStop = False Me.gbRedCdn_2.Text = "좌표 ②" @@ -3267,17 +3454,19 @@ Partial Class Main_Form ' Me.pnRedCdn_Y2.Controls.Add(Me.txbRedCdn_Y2) Me.pnRedCdn_Y2.Controls.Add(Me.lbRedCdn_Y2) - Me.pnRedCdn_Y2.Location = New System.Drawing.Point(137, 25) + Me.pnRedCdn_Y2.Location = New System.Drawing.Point(157, 31) + Me.pnRedCdn_Y2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedCdn_Y2.Name = "pnRedCdn_Y2" - Me.pnRedCdn_Y2.Size = New System.Drawing.Size(132, 45) + Me.pnRedCdn_Y2.Size = New System.Drawing.Size(151, 56) Me.pnRedCdn_Y2.TabIndex = 9 ' 'txbRedCdn_Y2 ' Me.txbRedCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedCdn_Y2.Location = New System.Drawing.Point(49, 2) + Me.txbRedCdn_Y2.Location = New System.Drawing.Point(56, 2) + Me.txbRedCdn_Y2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedCdn_Y2.Name = "txbRedCdn_Y2" - Me.txbRedCdn_Y2.Size = New System.Drawing.Size(80, 39) + Me.txbRedCdn_Y2.Size = New System.Drawing.Size(91, 46) Me.txbRedCdn_Y2.TabIndex = 2 Me.txbRedCdn_Y2.Text = "30" Me.txbRedCdn_Y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3286,9 +3475,9 @@ Partial Class Main_Form ' Me.lbRedCdn_Y2.AutoSize = True Me.lbRedCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedCdn_Y2.Location = New System.Drawing.Point(17, 11) + Me.lbRedCdn_Y2.Location = New System.Drawing.Point(19, 14) Me.lbRedCdn_Y2.Name = "lbRedCdn_Y2" - Me.lbRedCdn_Y2.Size = New System.Drawing.Size(23, 24) + Me.lbRedCdn_Y2.Size = New System.Drawing.Size(31, 32) Me.lbRedCdn_Y2.TabIndex = 0 Me.lbRedCdn_Y2.Text = "Y" ' @@ -3296,17 +3485,19 @@ Partial Class Main_Form ' Me.pnRedCdn_X2.Controls.Add(Me.txbRedCdn_X2) Me.pnRedCdn_X2.Controls.Add(Me.lbRedCdn_X2) - Me.pnRedCdn_X2.Location = New System.Drawing.Point(4, 25) + Me.pnRedCdn_X2.Location = New System.Drawing.Point(5, 31) + Me.pnRedCdn_X2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedCdn_X2.Name = "pnRedCdn_X2" - Me.pnRedCdn_X2.Size = New System.Drawing.Size(130, 45) + Me.pnRedCdn_X2.Size = New System.Drawing.Size(149, 56) Me.pnRedCdn_X2.TabIndex = 5 ' 'txbRedCdn_X2 ' Me.txbRedCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedCdn_X2.Location = New System.Drawing.Point(48, 2) + Me.txbRedCdn_X2.Location = New System.Drawing.Point(55, 2) + Me.txbRedCdn_X2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedCdn_X2.Name = "txbRedCdn_X2" - Me.txbRedCdn_X2.Size = New System.Drawing.Size(80, 39) + Me.txbRedCdn_X2.Size = New System.Drawing.Size(91, 46) Me.txbRedCdn_X2.TabIndex = 2 Me.txbRedCdn_X2.Text = "20" Me.txbRedCdn_X2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3315,9 +3506,9 @@ Partial Class Main_Form ' Me.lbRedCdn_X2.AutoSize = True Me.lbRedCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedCdn_X2.Location = New System.Drawing.Point(17, 11) + Me.lbRedCdn_X2.Location = New System.Drawing.Point(19, 14) Me.lbRedCdn_X2.Name = "lbRedCdn_X2" - Me.lbRedCdn_X2.Size = New System.Drawing.Size(23, 24) + Me.lbRedCdn_X2.Size = New System.Drawing.Size(31, 32) Me.lbRedCdn_X2.TabIndex = 0 Me.lbRedCdn_X2.Text = "X" ' @@ -3325,9 +3516,11 @@ Partial Class Main_Form ' Me.gbRedCdn_1.Controls.Add(Me.pnRedCdn_Y1) Me.gbRedCdn_1.Controls.Add(Me.pnRedCdn_X1) - Me.gbRedCdn_1.Location = New System.Drawing.Point(8, 23) + Me.gbRedCdn_1.Location = New System.Drawing.Point(9, 29) + Me.gbRedCdn_1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRedCdn_1.Name = "gbRedCdn_1" - Me.gbRedCdn_1.Size = New System.Drawing.Size(271, 81) + Me.gbRedCdn_1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRedCdn_1.Size = New System.Drawing.Size(310, 101) Me.gbRedCdn_1.TabIndex = 9 Me.gbRedCdn_1.TabStop = False Me.gbRedCdn_1.Text = "좌표 ①" @@ -3336,17 +3529,19 @@ Partial Class Main_Form ' Me.pnRedCdn_Y1.Controls.Add(Me.txbRedCdn_Y1) Me.pnRedCdn_Y1.Controls.Add(Me.lbRedCdn_Y1) - Me.pnRedCdn_Y1.Location = New System.Drawing.Point(137, 25) + Me.pnRedCdn_Y1.Location = New System.Drawing.Point(157, 31) + Me.pnRedCdn_Y1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedCdn_Y1.Name = "pnRedCdn_Y1" - Me.pnRedCdn_Y1.Size = New System.Drawing.Size(132, 45) + Me.pnRedCdn_Y1.Size = New System.Drawing.Size(151, 56) Me.pnRedCdn_Y1.TabIndex = 9 ' 'txbRedCdn_Y1 ' Me.txbRedCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedCdn_Y1.Location = New System.Drawing.Point(49, 2) + Me.txbRedCdn_Y1.Location = New System.Drawing.Point(56, 2) + Me.txbRedCdn_Y1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedCdn_Y1.Name = "txbRedCdn_Y1" - Me.txbRedCdn_Y1.Size = New System.Drawing.Size(80, 39) + Me.txbRedCdn_Y1.Size = New System.Drawing.Size(91, 46) Me.txbRedCdn_Y1.TabIndex = 2 Me.txbRedCdn_Y1.Text = "30" Me.txbRedCdn_Y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3355,9 +3550,9 @@ Partial Class Main_Form ' Me.lbRedCdn_Y1.AutoSize = True Me.lbRedCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedCdn_Y1.Location = New System.Drawing.Point(17, 11) + Me.lbRedCdn_Y1.Location = New System.Drawing.Point(19, 14) Me.lbRedCdn_Y1.Name = "lbRedCdn_Y1" - Me.lbRedCdn_Y1.Size = New System.Drawing.Size(23, 24) + Me.lbRedCdn_Y1.Size = New System.Drawing.Size(31, 32) Me.lbRedCdn_Y1.TabIndex = 0 Me.lbRedCdn_Y1.Text = "Y" ' @@ -3365,17 +3560,19 @@ Partial Class Main_Form ' Me.pnRedCdn_X1.Controls.Add(Me.txbRedCdn_X1) Me.pnRedCdn_X1.Controls.Add(Me.lbRedCdn_X1) - Me.pnRedCdn_X1.Location = New System.Drawing.Point(4, 25) + Me.pnRedCdn_X1.Location = New System.Drawing.Point(5, 31) + Me.pnRedCdn_X1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedCdn_X1.Name = "pnRedCdn_X1" - Me.pnRedCdn_X1.Size = New System.Drawing.Size(130, 45) + Me.pnRedCdn_X1.Size = New System.Drawing.Size(149, 56) Me.pnRedCdn_X1.TabIndex = 5 ' 'txbRedCdn_X1 ' Me.txbRedCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedCdn_X1.Location = New System.Drawing.Point(48, 2) + Me.txbRedCdn_X1.Location = New System.Drawing.Point(55, 2) + Me.txbRedCdn_X1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedCdn_X1.Name = "txbRedCdn_X1" - Me.txbRedCdn_X1.Size = New System.Drawing.Size(80, 39) + Me.txbRedCdn_X1.Size = New System.Drawing.Size(91, 46) Me.txbRedCdn_X1.TabIndex = 2 Me.txbRedCdn_X1.Text = "20" Me.txbRedCdn_X1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3384,9 +3581,9 @@ Partial Class Main_Form ' Me.lbRedCdn_X1.AutoSize = True Me.lbRedCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedCdn_X1.Location = New System.Drawing.Point(17, 11) + Me.lbRedCdn_X1.Location = New System.Drawing.Point(19, 14) Me.lbRedCdn_X1.Name = "lbRedCdn_X1" - Me.lbRedCdn_X1.Size = New System.Drawing.Size(23, 24) + Me.lbRedCdn_X1.Size = New System.Drawing.Size(31, 32) Me.lbRedCdn_X1.TabIndex = 0 Me.lbRedCdn_X1.Text = "X" ' @@ -3401,9 +3598,11 @@ Partial Class Main_Form Me.gbETC.Controls.Add(Me.gbJgBaudRate) Me.gbETC.Controls.Add(Me.gbStepDelay) Me.gbETC.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbETC.Location = New System.Drawing.Point(1641, 312) + Me.gbETC.Location = New System.Drawing.Point(1875, 390) + Me.gbETC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbETC.Name = "gbETC" - Me.gbETC.Size = New System.Drawing.Size(255, 682) + Me.gbETC.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbETC.Size = New System.Drawing.Size(291, 852) Me.gbETC.TabIndex = 137 Me.gbETC.TabStop = False Me.gbETC.Text = "기타 설정" @@ -3412,9 +3611,11 @@ Partial Class Main_Form ' Me.gbOnRe.Controls.Add(Me.pnOnRe) Me.gbOnRe.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbOnRe.Location = New System.Drawing.Point(9, 561) + Me.gbOnRe.Location = New System.Drawing.Point(10, 701) + Me.gbOnRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOnRe.Name = "gbOnRe" - Me.gbOnRe.Size = New System.Drawing.Size(239, 80) + Me.gbOnRe.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOnRe.Size = New System.Drawing.Size(273, 100) Me.gbOnRe.TabIndex = 117 Me.gbOnRe.TabStop = False Me.gbOnRe.Text = "Power 재동작 횟수" @@ -3423,26 +3624,28 @@ Partial Class Main_Form ' Me.pnOnRe.Controls.Add(Me.nudOnRe) Me.pnOnRe.Controls.Add(Me.lbOnRe) - Me.pnOnRe.Location = New System.Drawing.Point(6, 29) + Me.pnOnRe.Location = New System.Drawing.Point(7, 36) + Me.pnOnRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnOnRe.Name = "pnOnRe" - Me.pnOnRe.Size = New System.Drawing.Size(227, 47) + Me.pnOnRe.Size = New System.Drawing.Size(259, 59) Me.pnOnRe.TabIndex = 102 ' 'nudOnRe ' Me.nudOnRe.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudOnRe.Location = New System.Drawing.Point(71, 3) + Me.nudOnRe.Location = New System.Drawing.Point(81, 4) + Me.nudOnRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudOnRe.Name = "nudOnRe" - Me.nudOnRe.Size = New System.Drawing.Size(153, 39) + Me.nudOnRe.Size = New System.Drawing.Size(175, 46) Me.nudOnRe.TabIndex = 6 Me.nudOnRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbOnRe ' Me.lbOnRe.AutoSize = True - Me.lbOnRe.Location = New System.Drawing.Point(0, 11) + Me.lbOnRe.Location = New System.Drawing.Point(0, 14) Me.lbOnRe.Name = "lbOnRe" - Me.lbOnRe.Size = New System.Drawing.Size(65, 24) + Me.lbOnRe.Size = New System.Drawing.Size(83, 32) Me.lbOnRe.TabIndex = 0 Me.lbOnRe.Text = "Count" ' @@ -3450,9 +3653,11 @@ Partial Class Main_Form ' Me.gbEPRe.Controls.Add(Me.pnEPRe) Me.gbEPRe.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEPRe.Location = New System.Drawing.Point(9, 478) + Me.gbEPRe.Location = New System.Drawing.Point(10, 598) + Me.gbEPRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPRe.Name = "gbEPRe" - Me.gbEPRe.Size = New System.Drawing.Size(239, 80) + Me.gbEPRe.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPRe.Size = New System.Drawing.Size(273, 100) Me.gbEPRe.TabIndex = 116 Me.gbEPRe.TabStop = False Me.gbEPRe.Text = "EP 재측정 횟수" @@ -3461,26 +3666,28 @@ Partial Class Main_Form ' Me.pnEPRe.Controls.Add(Me.nudEPRe) Me.pnEPRe.Controls.Add(Me.lbEPRe) - Me.pnEPRe.Location = New System.Drawing.Point(6, 29) + Me.pnEPRe.Location = New System.Drawing.Point(7, 36) + Me.pnEPRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPRe.Name = "pnEPRe" - Me.pnEPRe.Size = New System.Drawing.Size(227, 47) + Me.pnEPRe.Size = New System.Drawing.Size(259, 59) Me.pnEPRe.TabIndex = 102 ' 'nudEPRe ' Me.nudEPRe.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudEPRe.Location = New System.Drawing.Point(71, 3) + Me.nudEPRe.Location = New System.Drawing.Point(81, 4) + Me.nudEPRe.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudEPRe.Name = "nudEPRe" - Me.nudEPRe.Size = New System.Drawing.Size(153, 39) + Me.nudEPRe.Size = New System.Drawing.Size(175, 46) Me.nudEPRe.TabIndex = 5 Me.nudEPRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbEPRe ' Me.lbEPRe.AutoSize = True - Me.lbEPRe.Location = New System.Drawing.Point(0, 11) + Me.lbEPRe.Location = New System.Drawing.Point(0, 14) Me.lbEPRe.Name = "lbEPRe" - Me.lbEPRe.Size = New System.Drawing.Size(65, 24) + Me.lbEPRe.Size = New System.Drawing.Size(83, 32) Me.lbEPRe.TabIndex = 0 Me.lbEPRe.Text = "Count" ' @@ -3488,9 +3695,11 @@ Partial Class Main_Form ' Me.gbSaveCk.Controls.Add(Me.pnSaveCk) Me.gbSaveCk.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbSaveCk.Location = New System.Drawing.Point(9, 392) + Me.gbSaveCk.Location = New System.Drawing.Point(10, 490) + Me.gbSaveCk.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSaveCk.Name = "gbSaveCk" - Me.gbSaveCk.Size = New System.Drawing.Size(239, 80) + Me.gbSaveCk.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSaveCk.Size = New System.Drawing.Size(273, 100) Me.gbSaveCk.TabIndex = 115 Me.gbSaveCk.TabStop = False Me.gbSaveCk.Text = "저장 확인 Count" @@ -3499,19 +3708,21 @@ Partial Class Main_Form ' Me.pnSaveCk.Controls.Add(Me.nudSaveCk) Me.pnSaveCk.Controls.Add(Me.lbSaveCk) - Me.pnSaveCk.Location = New System.Drawing.Point(6, 29) + Me.pnSaveCk.Location = New System.Drawing.Point(7, 36) + Me.pnSaveCk.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnSaveCk.Name = "pnSaveCk" - Me.pnSaveCk.Size = New System.Drawing.Size(227, 47) + Me.pnSaveCk.Size = New System.Drawing.Size(259, 59) Me.pnSaveCk.TabIndex = 102 ' 'nudSaveCk ' Me.nudSaveCk.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudSaveCk.Location = New System.Drawing.Point(71, 3) + Me.nudSaveCk.Location = New System.Drawing.Point(81, 4) + Me.nudSaveCk.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudSaveCk.Maximum = New Decimal(New Integer() {10, 0, 0, 0}) Me.nudSaveCk.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudSaveCk.Name = "nudSaveCk" - Me.nudSaveCk.Size = New System.Drawing.Size(153, 39) + Me.nudSaveCk.Size = New System.Drawing.Size(175, 46) Me.nudSaveCk.TabIndex = 102 Me.nudSaveCk.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudSaveCk.Value = New Decimal(New Integer() {5, 0, 0, 0}) @@ -3519,9 +3730,9 @@ Partial Class Main_Form 'lbSaveCk ' Me.lbSaveCk.AutoSize = True - Me.lbSaveCk.Location = New System.Drawing.Point(0, 11) + Me.lbSaveCk.Location = New System.Drawing.Point(0, 14) Me.lbSaveCk.Name = "lbSaveCk" - Me.lbSaveCk.Size = New System.Drawing.Size(65, 24) + Me.lbSaveCk.Size = New System.Drawing.Size(83, 32) Me.lbSaveCk.TabIndex = 0 Me.lbSaveCk.Text = "Count" ' @@ -3529,9 +3740,11 @@ Partial Class Main_Form ' Me.gbScTimeout.Controls.Add(Me.pnScTimeout) Me.gbScTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbScTimeout.Location = New System.Drawing.Point(9, 300) + Me.gbScTimeout.Location = New System.Drawing.Point(10, 375) + Me.gbScTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbScTimeout.Name = "gbScTimeout" - Me.gbScTimeout.Size = New System.Drawing.Size(239, 80) + Me.gbScTimeout.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbScTimeout.Size = New System.Drawing.Size(273, 100) Me.gbScTimeout.TabIndex = 114 Me.gbScTimeout.TabStop = False Me.gbScTimeout.Text = "Scope Timeout" @@ -3540,19 +3753,21 @@ Partial Class Main_Form ' Me.pnScTimeout.Controls.Add(Me.nudScTimeout) Me.pnScTimeout.Controls.Add(Me.lbScTimeout) - Me.pnScTimeout.Location = New System.Drawing.Point(6, 29) + Me.pnScTimeout.Location = New System.Drawing.Point(7, 36) + Me.pnScTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnScTimeout.Name = "pnScTimeout" - Me.pnScTimeout.Size = New System.Drawing.Size(227, 47) + Me.pnScTimeout.Size = New System.Drawing.Size(259, 59) Me.pnScTimeout.TabIndex = 102 ' 'nudScTimeout ' Me.nudScTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudScTimeout.Location = New System.Drawing.Point(71, 3) + Me.nudScTimeout.Location = New System.Drawing.Point(81, 4) + Me.nudScTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudScTimeout.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.nudScTimeout.Minimum = New Decimal(New Integer() {100, 0, 0, 0}) Me.nudScTimeout.Name = "nudScTimeout" - Me.nudScTimeout.Size = New System.Drawing.Size(153, 39) + Me.nudScTimeout.Size = New System.Drawing.Size(175, 46) Me.nudScTimeout.TabIndex = 102 Me.nudScTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudScTimeout.Value = New Decimal(New Integer() {1200, 0, 0, 0}) @@ -3560,9 +3775,9 @@ Partial Class Main_Form 'lbScTimeout ' Me.lbScTimeout.AutoSize = True - Me.lbScTimeout.Location = New System.Drawing.Point(19, 13) + Me.lbScTimeout.Location = New System.Drawing.Point(22, 16) Me.lbScTimeout.Name = "lbScTimeout" - Me.lbScTimeout.Size = New System.Drawing.Size(46, 24) + Me.lbScTimeout.Size = New System.Drawing.Size(61, 32) Me.lbScTimeout.TabIndex = 0 Me.lbScTimeout.Text = "m/s" ' @@ -3570,9 +3785,11 @@ Partial Class Main_Form ' Me.gbSpTimeout.Controls.Add(Me.pnSpTimeout) Me.gbSpTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbSpTimeout.Location = New System.Drawing.Point(9, 209) + Me.gbSpTimeout.Location = New System.Drawing.Point(10, 261) + Me.gbSpTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSpTimeout.Name = "gbSpTimeout" - Me.gbSpTimeout.Size = New System.Drawing.Size(239, 80) + Me.gbSpTimeout.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSpTimeout.Size = New System.Drawing.Size(273, 100) Me.gbSpTimeout.TabIndex = 113 Me.gbSpTimeout.TabStop = False Me.gbSpTimeout.Text = "Spectrum Timeout" @@ -3581,19 +3798,21 @@ Partial Class Main_Form ' Me.pnSpTimeout.Controls.Add(Me.nudSpTimeout) Me.pnSpTimeout.Controls.Add(Me.lbSpTimeout) - Me.pnSpTimeout.Location = New System.Drawing.Point(6, 29) + Me.pnSpTimeout.Location = New System.Drawing.Point(7, 36) + Me.pnSpTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnSpTimeout.Name = "pnSpTimeout" - Me.pnSpTimeout.Size = New System.Drawing.Size(227, 47) + Me.pnSpTimeout.Size = New System.Drawing.Size(259, 59) Me.pnSpTimeout.TabIndex = 102 ' 'nudSpTimeout ' Me.nudSpTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudSpTimeout.Location = New System.Drawing.Point(71, 3) + Me.nudSpTimeout.Location = New System.Drawing.Point(81, 4) + Me.nudSpTimeout.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudSpTimeout.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.nudSpTimeout.Minimum = New Decimal(New Integer() {100, 0, 0, 0}) Me.nudSpTimeout.Name = "nudSpTimeout" - Me.nudSpTimeout.Size = New System.Drawing.Size(153, 39) + Me.nudSpTimeout.Size = New System.Drawing.Size(175, 46) Me.nudSpTimeout.TabIndex = 102 Me.nudSpTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudSpTimeout.Value = New Decimal(New Integer() {1200, 0, 0, 0}) @@ -3601,9 +3820,9 @@ Partial Class Main_Form 'lbSpTimeout ' Me.lbSpTimeout.AutoSize = True - Me.lbSpTimeout.Location = New System.Drawing.Point(19, 13) + Me.lbSpTimeout.Location = New System.Drawing.Point(22, 16) Me.lbSpTimeout.Name = "lbSpTimeout" - Me.lbSpTimeout.Size = New System.Drawing.Size(46, 24) + Me.lbSpTimeout.Size = New System.Drawing.Size(61, 32) Me.lbSpTimeout.TabIndex = 0 Me.lbSpTimeout.Text = "m/s" ' @@ -3611,9 +3830,11 @@ Partial Class Main_Form ' Me.gbJgBaudRate.Controls.Add(Me.pnJgBaudRate) Me.gbJgBaudRate.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbJgBaudRate.Location = New System.Drawing.Point(9, 42) + Me.gbJgBaudRate.Location = New System.Drawing.Point(10, 52) + Me.gbJgBaudRate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbJgBaudRate.Name = "gbJgBaudRate" - Me.gbJgBaudRate.Size = New System.Drawing.Size(239, 75) + Me.gbJgBaudRate.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbJgBaudRate.Size = New System.Drawing.Size(273, 94) Me.gbJgBaudRate.TabIndex = 112 Me.gbJgBaudRate.TabStop = False Me.gbJgBaudRate.Text = "통신속도" @@ -3622,9 +3843,10 @@ Partial Class Main_Form ' Me.pnJgBaudRate.Controls.Add(Me.cbbJgBaudRate) Me.pnJgBaudRate.Controls.Add(Me.lbJgBaudRate) - Me.pnJgBaudRate.Location = New System.Drawing.Point(6, 25) + Me.pnJgBaudRate.Location = New System.Drawing.Point(7, 31) + Me.pnJgBaudRate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnJgBaudRate.Name = "pnJgBaudRate" - Me.pnJgBaudRate.Size = New System.Drawing.Size(233, 45) + Me.pnJgBaudRate.Size = New System.Drawing.Size(266, 56) Me.pnJgBaudRate.TabIndex = 4 ' 'cbbJgBaudRate @@ -3632,9 +3854,10 @@ Partial Class Main_Form Me.cbbJgBaudRate.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cbbJgBaudRate.FormattingEnabled = True Me.cbbJgBaudRate.Items.AddRange(New Object() {"115200", "230400"}) - Me.cbbJgBaudRate.Location = New System.Drawing.Point(100, 3) + Me.cbbJgBaudRate.Location = New System.Drawing.Point(114, 4) + Me.cbbJgBaudRate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cbbJgBaudRate.Name = "cbbJgBaudRate" - Me.cbbJgBaudRate.Size = New System.Drawing.Size(125, 40) + Me.cbbJgBaudRate.Size = New System.Drawing.Size(142, 47) Me.cbbJgBaudRate.TabIndex = 2 Me.cbbJgBaudRate.Text = "Select!" ' @@ -3642,9 +3865,9 @@ Partial Class Main_Form ' Me.lbJgBaudRate.AutoSize = True Me.lbJgBaudRate.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbJgBaudRate.Location = New System.Drawing.Point(5, 11) + Me.lbJgBaudRate.Location = New System.Drawing.Point(6, 14) Me.lbJgBaudRate.Name = "lbJgBaudRate" - Me.lbJgBaudRate.Size = New System.Drawing.Size(97, 24) + Me.lbJgBaudRate.Size = New System.Drawing.Size(124, 32) Me.lbJgBaudRate.TabIndex = 0 Me.lbJgBaudRate.Text = "BaudRate" ' @@ -3652,9 +3875,11 @@ Partial Class Main_Form ' Me.gbStepDelay.Controls.Add(Me.pnStepDelay) Me.gbStepDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbStepDelay.Location = New System.Drawing.Point(9, 123) + Me.gbStepDelay.Location = New System.Drawing.Point(10, 154) + Me.gbStepDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbStepDelay.Name = "gbStepDelay" - Me.gbStepDelay.Size = New System.Drawing.Size(239, 80) + Me.gbStepDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbStepDelay.Size = New System.Drawing.Size(273, 100) Me.gbStepDelay.TabIndex = 108 Me.gbStepDelay.TabStop = False Me.gbStepDelay.Text = "구간별 Delay" @@ -3663,19 +3888,21 @@ Partial Class Main_Form ' Me.pnStepDelay.Controls.Add(Me.nudStepDelay) Me.pnStepDelay.Controls.Add(Me.lbStepDelay) - Me.pnStepDelay.Location = New System.Drawing.Point(6, 29) + Me.pnStepDelay.Location = New System.Drawing.Point(7, 36) + Me.pnStepDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStepDelay.Name = "pnStepDelay" - Me.pnStepDelay.Size = New System.Drawing.Size(227, 47) + Me.pnStepDelay.Size = New System.Drawing.Size(259, 59) Me.pnStepDelay.TabIndex = 102 ' 'nudStepDelay ' Me.nudStepDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudStepDelay.Location = New System.Drawing.Point(71, 3) + Me.nudStepDelay.Location = New System.Drawing.Point(81, 4) + Me.nudStepDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudStepDelay.Maximum = New Decimal(New Integer() {1000, 0, 0, 0}) Me.nudStepDelay.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudStepDelay.Name = "nudStepDelay" - Me.nudStepDelay.Size = New System.Drawing.Size(153, 39) + Me.nudStepDelay.Size = New System.Drawing.Size(175, 46) Me.nudStepDelay.TabIndex = 102 Me.nudStepDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudStepDelay.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -3683,9 +3910,9 @@ Partial Class Main_Form 'lbStepDelay ' Me.lbStepDelay.AutoSize = True - Me.lbStepDelay.Location = New System.Drawing.Point(5, 11) + Me.lbStepDelay.Location = New System.Drawing.Point(6, 14) Me.lbStepDelay.Name = "lbStepDelay" - Me.lbStepDelay.Size = New System.Drawing.Size(60, 24) + Me.lbStepDelay.Size = New System.Drawing.Size(78, 32) Me.lbStepDelay.TabIndex = 0 Me.lbStepDelay.Text = "Delay" ' @@ -3697,9 +3924,11 @@ Partial Class Main_Form Me.gbScopeOption.Controls.Add(Me.gbMCoption) Me.gbScopeOption.Controls.Add(Me.gbRFOption) Me.gbScopeOption.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbScopeOption.Location = New System.Drawing.Point(651, 312) + Me.gbScopeOption.Location = New System.Drawing.Point(744, 390) + Me.gbScopeOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbScopeOption.Name = "gbScopeOption" - Me.gbScopeOption.Size = New System.Drawing.Size(993, 682) + Me.gbScopeOption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbScopeOption.Size = New System.Drawing.Size(1135, 852) Me.gbScopeOption.TabIndex = 136 Me.gbScopeOption.TabStop = False Me.gbScopeOption.Text = "Scope 설정" @@ -3714,9 +3943,11 @@ Partial Class Main_Form Me.gbEPoption.Controls.Add(Me.gbEPTrig) Me.gbEPoption.Controls.Add(Me.pnEPCh) Me.gbEPoption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEPoption.Location = New System.Drawing.Point(15, 42) + Me.gbEPoption.Location = New System.Drawing.Point(17, 52) + Me.gbEPoption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPoption.Name = "gbEPoption" - Me.gbEPoption.Size = New System.Drawing.Size(321, 628) + Me.gbEPoption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPoption.Size = New System.Drawing.Size(367, 785) Me.gbEPoption.TabIndex = 104 Me.gbEPoption.TabStop = False Me.gbEPoption.Text = "EP 측정 설정" @@ -3724,9 +3955,11 @@ Partial Class Main_Form 'gbEPFVRun ' Me.gbEPFVRun.Controls.Add(Me.pnEPFVRun) - Me.gbEPFVRun.Location = New System.Drawing.Point(6, 519) + Me.gbEPFVRun.Location = New System.Drawing.Point(7, 649) + Me.gbEPFVRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPFVRun.Name = "gbEPFVRun" - Me.gbEPFVRun.Size = New System.Drawing.Size(300, 90) + Me.gbEPFVRun.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPFVRun.Size = New System.Drawing.Size(343, 112) Me.gbEPFVRun.TabIndex = 102 Me.gbEPFVRun.TabStop = False Me.gbEPFVRun.Text = "동작 시간 설정 (m/s 단위)" @@ -3735,19 +3968,21 @@ Partial Class Main_Form ' Me.pnEPFVRun.Controls.Add(Me.nudEPFVRun) Me.pnEPFVRun.Controls.Add(Me.lbEPFVRun) - Me.pnEPFVRun.Location = New System.Drawing.Point(6, 34) + Me.pnEPFVRun.Location = New System.Drawing.Point(7, 42) + Me.pnEPFVRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPFVRun.Name = "pnEPFVRun" - Me.pnEPFVRun.Size = New System.Drawing.Size(291, 47) + Me.pnEPFVRun.Size = New System.Drawing.Size(333, 59) Me.pnEPFVRun.TabIndex = 102 ' 'nudEPFVRun ' Me.nudEPFVRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudEPFVRun.Location = New System.Drawing.Point(115, 3) + Me.nudEPFVRun.Location = New System.Drawing.Point(131, 4) + Me.nudEPFVRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudEPFVRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nudEPFVRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudEPFVRun.Name = "nudEPFVRun" - Me.nudEPFVRun.Size = New System.Drawing.Size(171, 39) + Me.nudEPFVRun.Size = New System.Drawing.Size(195, 46) Me.nudEPFVRun.TabIndex = 102 Me.nudEPFVRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudEPFVRun.Value = New Decimal(New Integer() {10, 0, 0, 0}) @@ -3755,18 +3990,20 @@ Partial Class Main_Form 'lbEPFVRun ' Me.lbEPFVRun.AutoSize = True - Me.lbEPFVRun.Location = New System.Drawing.Point(22, 11) + Me.lbEPFVRun.Location = New System.Drawing.Point(25, 14) Me.lbEPFVRun.Name = "lbEPFVRun" - Me.lbEPFVRun.Size = New System.Drawing.Size(88, 24) + Me.lbEPFVRun.Size = New System.Drawing.Size(113, 32) Me.lbEPFVRun.TabIndex = 0 Me.lbEPFVRun.Text = "동작 시간" ' 'gbEPFVTrgLv ' Me.gbEPFVTrgLv.Controls.Add(Me.pnEPFVTrgLv) - Me.gbEPFVTrgLv.Location = New System.Drawing.Point(6, 424) + Me.gbEPFVTrgLv.Location = New System.Drawing.Point(7, 530) + Me.gbEPFVTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPFVTrgLv.Name = "gbEPFVTrgLv" - Me.gbEPFVTrgLv.Size = New System.Drawing.Size(300, 90) + Me.gbEPFVTrgLv.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPFVTrgLv.Size = New System.Drawing.Size(343, 112) Me.gbEPFVTrgLv.TabIndex = 107 Me.gbEPFVTrgLv.TabStop = False Me.gbEPFVTrgLv.Text = "Trigger Level" @@ -3775,37 +4012,41 @@ Partial Class Main_Form ' Me.pnEPFVTrgLv.Controls.Add(Me.nudEPFVTrgLv) Me.pnEPFVTrgLv.Controls.Add(Me.lbEPFVTrgLv) - Me.pnEPFVTrgLv.Location = New System.Drawing.Point(6, 34) + Me.pnEPFVTrgLv.Location = New System.Drawing.Point(7, 42) + Me.pnEPFVTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPFVTrgLv.Name = "pnEPFVTrgLv" - Me.pnEPFVTrgLv.Size = New System.Drawing.Size(291, 47) + Me.pnEPFVTrgLv.Size = New System.Drawing.Size(333, 59) Me.pnEPFVTrgLv.TabIndex = 102 ' 'nudEPFVTrgLv ' Me.nudEPFVTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudEPFVTrgLv.Location = New System.Drawing.Point(115, 3) + Me.nudEPFVTrgLv.Location = New System.Drawing.Point(131, 4) + Me.nudEPFVTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudEPFVTrgLv.Maximum = New Decimal(New Integer() {30, 0, 0, 0}) Me.nudEPFVTrgLv.Minimum = New Decimal(New Integer() {30, 0, 0, -2147483648}) Me.nudEPFVTrgLv.Name = "nudEPFVTrgLv" - Me.nudEPFVTrgLv.Size = New System.Drawing.Size(170, 39) + Me.nudEPFVTrgLv.Size = New System.Drawing.Size(194, 46) Me.nudEPFVTrgLv.TabIndex = 102 Me.nudEPFVTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbEPFVTrgLv ' Me.lbEPFVTrgLv.AutoSize = True - Me.lbEPFVTrgLv.Location = New System.Drawing.Point(47, 11) + Me.lbEPFVTrgLv.Location = New System.Drawing.Point(54, 14) Me.lbEPFVTrgLv.Name = "lbEPFVTrgLv" - Me.lbEPFVTrgLv.Size = New System.Drawing.Size(58, 24) + Me.lbEPFVTrgLv.Size = New System.Drawing.Size(76, 32) Me.lbEPFVTrgLv.TabIndex = 0 Me.lbEPFVTrgLv.Text = "Level" ' 'gbEPFVDelay ' Me.gbEPFVDelay.Controls.Add(Me.pnEPFVDelay) - Me.gbEPFVDelay.Location = New System.Drawing.Point(6, 340) + Me.gbEPFVDelay.Location = New System.Drawing.Point(7, 425) + Me.gbEPFVDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPFVDelay.Name = "gbEPFVDelay" - Me.gbEPFVDelay.Size = New System.Drawing.Size(300, 80) + Me.gbEPFVDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPFVDelay.Size = New System.Drawing.Size(343, 100) Me.gbEPFVDelay.TabIndex = 101 Me.gbEPFVDelay.TabStop = False Me.gbEPFVDelay.Text = "Delay 설정" @@ -3814,17 +4055,19 @@ Partial Class Main_Form ' Me.pnEPFVDelay.Controls.Add(Me.txbEPFVDelay) Me.pnEPFVDelay.Controls.Add(Me.lbEPFVDelay) - Me.pnEPFVDelay.Location = New System.Drawing.Point(6, 29) + Me.pnEPFVDelay.Location = New System.Drawing.Point(7, 36) + Me.pnEPFVDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPFVDelay.Name = "pnEPFVDelay" - Me.pnEPFVDelay.Size = New System.Drawing.Size(291, 45) + Me.pnEPFVDelay.Size = New System.Drawing.Size(333, 56) Me.pnEPFVDelay.TabIndex = 102 ' 'txbEPFVDelay ' Me.txbEPFVDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPFVDelay.Location = New System.Drawing.Point(114, 3) + Me.txbEPFVDelay.Location = New System.Drawing.Point(130, 4) + Me.txbEPFVDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPFVDelay.Name = "txbEPFVDelay" - Me.txbEPFVDelay.Size = New System.Drawing.Size(171, 39) + Me.txbEPFVDelay.Size = New System.Drawing.Size(195, 46) Me.txbEPFVDelay.TabIndex = 3 Me.txbEPFVDelay.Text = "0.005" Me.txbEPFVDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3832,18 +4075,20 @@ Partial Class Main_Form 'lbEPFVDelay ' Me.lbEPFVDelay.AutoSize = True - Me.lbEPFVDelay.Location = New System.Drawing.Point(48, 12) + Me.lbEPFVDelay.Location = New System.Drawing.Point(55, 15) Me.lbEPFVDelay.Name = "lbEPFVDelay" - Me.lbEPFVDelay.Size = New System.Drawing.Size(60, 24) + Me.lbEPFVDelay.Size = New System.Drawing.Size(78, 32) Me.lbEPFVDelay.TabIndex = 0 Me.lbEPFVDelay.Text = "Delay" ' 'gbEPFVtime ' Me.gbEPFVtime.Controls.Add(Me.pnEPFVtime) - Me.gbEPFVtime.Location = New System.Drawing.Point(6, 258) + Me.gbEPFVtime.Location = New System.Drawing.Point(7, 322) + Me.gbEPFVtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPFVtime.Name = "gbEPFVtime" - Me.gbEPFVtime.Size = New System.Drawing.Size(300, 80) + Me.gbEPFVtime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPFVtime.Size = New System.Drawing.Size(343, 100) Me.gbEPFVtime.TabIndex = 103 Me.gbEPFVtime.TabStop = False Me.gbEPFVtime.Text = "TimeScale (s 단위)" @@ -3852,17 +4097,19 @@ Partial Class Main_Form ' Me.pnEPFVtime.Controls.Add(Me.txbEPFVtime) Me.pnEPFVtime.Controls.Add(Me.lbEPFVtime) - Me.pnEPFVtime.Location = New System.Drawing.Point(7, 28) + Me.pnEPFVtime.Location = New System.Drawing.Point(8, 35) + Me.pnEPFVtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPFVtime.Name = "pnEPFVtime" - Me.pnEPFVtime.Size = New System.Drawing.Size(287, 45) + Me.pnEPFVtime.Size = New System.Drawing.Size(328, 56) Me.pnEPFVtime.TabIndex = 4 ' 'txbEPFVtime ' Me.txbEPFVtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPFVtime.Location = New System.Drawing.Point(114, 3) + Me.txbEPFVtime.Location = New System.Drawing.Point(130, 4) + Me.txbEPFVtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPFVtime.Name = "txbEPFVtime" - Me.txbEPFVtime.Size = New System.Drawing.Size(170, 39) + Me.txbEPFVtime.Size = New System.Drawing.Size(194, 46) Me.txbEPFVtime.TabIndex = 2 Me.txbEPFVtime.Text = "0.001" Me.txbEPFVtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3871,9 +4118,9 @@ Partial Class Main_Form ' Me.lbEPFVtime.AutoSize = True Me.lbEPFVtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPFVtime.Location = New System.Drawing.Point(6, 12) + Me.lbEPFVtime.Location = New System.Drawing.Point(7, 15) Me.lbEPFVtime.Name = "lbEPFVtime" - Me.lbEPFVtime.Size = New System.Drawing.Size(103, 24) + Me.lbEPFVtime.Size = New System.Drawing.Size(134, 32) Me.lbEPFVtime.TabIndex = 0 Me.lbEPFVtime.Text = "TimeScale" ' @@ -3881,9 +4128,11 @@ Partial Class Main_Form ' Me.gbEPUS.Controls.Add(Me.pnEPScale) Me.gbEPUS.Controls.Add(Me.pnEPUnit) - Me.gbEPUS.Location = New System.Drawing.Point(6, 147) + Me.gbEPUS.Location = New System.Drawing.Point(7, 184) + Me.gbEPUS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPUS.Name = "gbEPUS" - Me.gbEPUS.Size = New System.Drawing.Size(300, 110) + Me.gbEPUS.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPUS.Size = New System.Drawing.Size(343, 138) Me.gbEPUS.TabIndex = 100 Me.gbEPUS.TabStop = False Me.gbEPUS.Text = "Unit & Scale 설정" @@ -3892,17 +4141,19 @@ Partial Class Main_Form ' Me.pnEPScale.Controls.Add(Me.nudEPScale) Me.pnEPScale.Controls.Add(Me.lbEPScale) - Me.pnEPScale.Location = New System.Drawing.Point(4, 60) + Me.pnEPScale.Location = New System.Drawing.Point(5, 75) + Me.pnEPScale.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPScale.Name = "pnEPScale" - Me.pnEPScale.Size = New System.Drawing.Size(291, 45) + Me.pnEPScale.Size = New System.Drawing.Size(333, 56) Me.pnEPScale.TabIndex = 102 ' 'nudEPScale ' Me.nudEPScale.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudEPScale.Location = New System.Drawing.Point(117, 4) + Me.nudEPScale.Location = New System.Drawing.Point(134, 5) + Me.nudEPScale.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudEPScale.Name = "nudEPScale" - Me.nudEPScale.Size = New System.Drawing.Size(171, 39) + Me.nudEPScale.Size = New System.Drawing.Size(195, 46) Me.nudEPScale.TabIndex = 101 Me.nudEPScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudEPScale.Value = New Decimal(New Integer() {10, 0, 0, 0}) @@ -3910,9 +4161,9 @@ Partial Class Main_Form 'lbEPScale ' Me.lbEPScale.AutoSize = True - Me.lbEPScale.Location = New System.Drawing.Point(50, 12) + Me.lbEPScale.Location = New System.Drawing.Point(57, 15) Me.lbEPScale.Name = "lbEPScale" - Me.lbEPScale.Size = New System.Drawing.Size(58, 24) + Me.lbEPScale.Size = New System.Drawing.Size(76, 32) Me.lbEPScale.TabIndex = 0 Me.lbEPScale.Text = "Scale" ' @@ -3922,26 +4173,28 @@ Partial Class Main_Form Me.pnEPUnit.Controls.Add(Me.lbEPUnit) Me.pnEPUnit.Controls.Add(Me.rdbEPUnitA) Me.pnEPUnit.Controls.Add(Me.rdbEPUnitV) - Me.pnEPUnit.Location = New System.Drawing.Point(4, 28) + Me.pnEPUnit.Location = New System.Drawing.Point(5, 35) + Me.pnEPUnit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPUnit.Name = "pnEPUnit" - Me.pnEPUnit.Size = New System.Drawing.Size(291, 35) + Me.pnEPUnit.Size = New System.Drawing.Size(333, 44) Me.pnEPUnit.TabIndex = 101 ' 'lbEPUnit ' Me.lbEPUnit.AutoSize = True - Me.lbEPUnit.Location = New System.Drawing.Point(23, 4) + Me.lbEPUnit.Location = New System.Drawing.Point(26, 5) Me.lbEPUnit.Name = "lbEPUnit" - Me.lbEPUnit.Size = New System.Drawing.Size(48, 24) + Me.lbEPUnit.Size = New System.Drawing.Size(63, 32) Me.lbEPUnit.TabIndex = 0 Me.lbEPUnit.Text = "Unit" ' 'rdbEPUnitA ' Me.rdbEPUnitA.AutoSize = True - Me.rdbEPUnitA.Location = New System.Drawing.Point(176, 3) + Me.rdbEPUnitA.Location = New System.Drawing.Point(201, 4) + Me.rdbEPUnitA.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbEPUnitA.Name = "rdbEPUnitA" - Me.rdbEPUnitA.Size = New System.Drawing.Size(98, 28) + Me.rdbEPUnitA.Size = New System.Drawing.Size(125, 36) Me.rdbEPUnitA.TabIndex = 1 Me.rdbEPUnitA.Text = "Ampere" Me.rdbEPUnitA.UseVisualStyleBackColor = True @@ -3950,9 +4203,10 @@ Partial Class Main_Form ' Me.rdbEPUnitV.AutoSize = True Me.rdbEPUnitV.Checked = True - Me.rdbEPUnitV.Location = New System.Drawing.Point(95, 3) + Me.rdbEPUnitV.Location = New System.Drawing.Point(109, 4) + Me.rdbEPUnitV.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbEPUnitV.Name = "rdbEPUnitV" - Me.rdbEPUnitV.Size = New System.Drawing.Size(62, 28) + Me.rdbEPUnitV.Size = New System.Drawing.Size(80, 36) Me.rdbEPUnitV.TabIndex = 0 Me.rdbEPUnitV.TabStop = True Me.rdbEPUnitV.Text = "Volt" @@ -3963,9 +4217,11 @@ Partial Class Main_Form Me.gbEPTrig.BackColor = System.Drawing.SystemColors.ActiveBorder Me.gbEPTrig.Controls.Add(Me.rdbEPtrNormal) Me.gbEPTrig.Controls.Add(Me.rdbEPTrAuto) - Me.gbEPTrig.Location = New System.Drawing.Point(6, 80) + Me.gbEPTrig.Location = New System.Drawing.Point(7, 100) + Me.gbEPTrig.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPTrig.Name = "gbEPTrig" - Me.gbEPTrig.Size = New System.Drawing.Size(300, 63) + Me.gbEPTrig.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPTrig.Size = New System.Drawing.Size(343, 79) Me.gbEPTrig.TabIndex = 99 Me.gbEPTrig.TabStop = False Me.gbEPTrig.Text = "트리거 모드" @@ -3974,9 +4230,10 @@ Partial Class Main_Form ' Me.rdbEPtrNormal.AutoSize = True Me.rdbEPtrNormal.Checked = True - Me.rdbEPtrNormal.Location = New System.Drawing.Point(160, 24) + Me.rdbEPtrNormal.Location = New System.Drawing.Point(183, 30) + Me.rdbEPtrNormal.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbEPtrNormal.Name = "rdbEPtrNormal" - Me.rdbEPtrNormal.Size = New System.Drawing.Size(95, 28) + Me.rdbEPtrNormal.Size = New System.Drawing.Size(121, 36) Me.rdbEPtrNormal.TabIndex = 1 Me.rdbEPtrNormal.TabStop = True Me.rdbEPtrNormal.Text = "Normal" @@ -3985,9 +4242,10 @@ Partial Class Main_Form 'rdbEPTrAuto ' Me.rdbEPTrAuto.AutoSize = True - Me.rdbEPTrAuto.Location = New System.Drawing.Point(46, 24) + Me.rdbEPTrAuto.Location = New System.Drawing.Point(53, 30) + Me.rdbEPTrAuto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbEPTrAuto.Name = "rdbEPTrAuto" - Me.rdbEPTrAuto.Size = New System.Drawing.Size(71, 28) + Me.rdbEPTrAuto.Size = New System.Drawing.Size(90, 36) Me.rdbEPTrAuto.TabIndex = 0 Me.rdbEPTrAuto.Text = "Auto" Me.rdbEPTrAuto.UseVisualStyleBackColor = True @@ -3996,19 +4254,21 @@ Partial Class Main_Form ' Me.pnEPCh.Controls.Add(Me.nudEPCh) Me.pnEPCh.Controls.Add(Me.lbEPCh) - Me.pnEPCh.Location = New System.Drawing.Point(10, 29) + Me.pnEPCh.Location = New System.Drawing.Point(11, 36) + Me.pnEPCh.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPCh.Name = "pnEPCh" - Me.pnEPCh.Size = New System.Drawing.Size(291, 45) + Me.pnEPCh.Size = New System.Drawing.Size(333, 56) Me.pnEPCh.TabIndex = 105 ' 'nudEPCh ' Me.nudEPCh.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudEPCh.Location = New System.Drawing.Point(112, 3) + Me.nudEPCh.Location = New System.Drawing.Point(128, 4) + Me.nudEPCh.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudEPCh.Maximum = New Decimal(New Integer() {2, 0, 0, 0}) Me.nudEPCh.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudEPCh.Name = "nudEPCh" - Me.nudEPCh.Size = New System.Drawing.Size(171, 39) + Me.nudEPCh.Size = New System.Drawing.Size(195, 46) Me.nudEPCh.TabIndex = 102 Me.nudEPCh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudEPCh.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -4016,9 +4276,9 @@ Partial Class Main_Form 'lbEPCh ' Me.lbEPCh.AutoSize = True - Me.lbEPCh.Location = New System.Drawing.Point(14, 12) + Me.lbEPCh.Location = New System.Drawing.Point(16, 15) Me.lbEPCh.Name = "lbEPCh" - Me.lbEPCh.Size = New System.Drawing.Size(88, 24) + Me.lbEPCh.Size = New System.Drawing.Size(113, 32) Me.lbEPCh.TabIndex = 0 Me.lbEPCh.Text = "사용 채널" ' @@ -4028,9 +4288,11 @@ Partial Class Main_Form Me.gbEPTestFreq.Controls.Add(Me.pnEPFreq2) Me.gbEPTestFreq.Controls.Add(Me.pnEPFreq1) Me.gbEPTestFreq.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEPTestFreq.Location = New System.Drawing.Point(342, 572) + Me.gbEPTestFreq.Location = New System.Drawing.Point(391, 715) + Me.gbEPTestFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPTestFreq.Name = "gbEPTestFreq" - Me.gbEPTestFreq.Size = New System.Drawing.Size(637, 97) + Me.gbEPTestFreq.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPTestFreq.Size = New System.Drawing.Size(728, 121) Me.gbEPTestFreq.TabIndex = 137 Me.gbEPTestFreq.TabStop = False Me.gbEPTestFreq.Text = "EP Frequence" @@ -4039,17 +4301,19 @@ Partial Class Main_Form ' Me.pnEPFreq3.Controls.Add(Me.txbEPFreq3) Me.pnEPFreq3.Controls.Add(Me.lbEPFreq3) - Me.pnEPFreq3.Location = New System.Drawing.Point(428, 31) + Me.pnEPFreq3.Location = New System.Drawing.Point(489, 39) + Me.pnEPFreq3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPFreq3.Name = "pnEPFreq3" - Me.pnEPFreq3.Size = New System.Drawing.Size(197, 47) + Me.pnEPFreq3.Size = New System.Drawing.Size(225, 59) Me.pnEPFreq3.TabIndex = 5 ' 'txbEPFreq3 ' Me.txbEPFreq3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPFreq3.Location = New System.Drawing.Point(75, 4) + Me.txbEPFreq3.Location = New System.Drawing.Point(86, 5) + Me.txbEPFreq3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPFreq3.Name = "txbEPFreq3" - Me.txbEPFreq3.Size = New System.Drawing.Size(117, 39) + Me.txbEPFreq3.Size = New System.Drawing.Size(133, 46) Me.txbEPFreq3.TabIndex = 2 Me.txbEPFreq3.Text = "40000" Me.txbEPFreq3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4058,9 +4322,9 @@ Partial Class Main_Form ' Me.lbEPFreq3.AutoSize = True Me.lbEPFreq3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPFreq3.Location = New System.Drawing.Point(3, 13) + Me.lbEPFreq3.Location = New System.Drawing.Point(3, 16) Me.lbEPFreq3.Name = "lbEPFreq3" - Me.lbEPFreq3.Size = New System.Drawing.Size(66, 24) + Me.lbEPFreq3.Size = New System.Drawing.Size(85, 32) Me.lbEPFreq3.TabIndex = 0 Me.lbEPFreq3.Text = "Step 3" ' @@ -4068,17 +4332,19 @@ Partial Class Main_Form ' Me.pnEPFreq2.Controls.Add(Me.txbEPFreq2) Me.pnEPFreq2.Controls.Add(Me.lbEPFreq2) - Me.pnEPFreq2.Location = New System.Drawing.Point(221, 31) + Me.pnEPFreq2.Location = New System.Drawing.Point(253, 39) + Me.pnEPFreq2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPFreq2.Name = "pnEPFreq2" - Me.pnEPFreq2.Size = New System.Drawing.Size(195, 47) + Me.pnEPFreq2.Size = New System.Drawing.Size(223, 59) Me.pnEPFreq2.TabIndex = 5 ' 'txbEPFreq2 ' Me.txbEPFreq2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPFreq2.Location = New System.Drawing.Point(75, 4) + Me.txbEPFreq2.Location = New System.Drawing.Point(86, 5) + Me.txbEPFreq2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPFreq2.Name = "txbEPFreq2" - Me.txbEPFreq2.Size = New System.Drawing.Size(117, 39) + Me.txbEPFreq2.Size = New System.Drawing.Size(133, 46) Me.txbEPFreq2.TabIndex = 2 Me.txbEPFreq2.Text = "30000" Me.txbEPFreq2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4087,9 +4353,9 @@ Partial Class Main_Form ' Me.lbEPFreq2.AutoSize = True Me.lbEPFreq2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPFreq2.Location = New System.Drawing.Point(3, 13) + Me.lbEPFreq2.Location = New System.Drawing.Point(3, 16) Me.lbEPFreq2.Name = "lbEPFreq2" - Me.lbEPFreq2.Size = New System.Drawing.Size(66, 24) + Me.lbEPFreq2.Size = New System.Drawing.Size(85, 32) Me.lbEPFreq2.TabIndex = 0 Me.lbEPFreq2.Text = "Step 2" ' @@ -4097,17 +4363,19 @@ Partial Class Main_Form ' Me.pnEPFreq1.Controls.Add(Me.txbEPFreq1) Me.pnEPFreq1.Controls.Add(Me.lbEPFreq1) - Me.pnEPFreq1.Location = New System.Drawing.Point(13, 31) + Me.pnEPFreq1.Location = New System.Drawing.Point(15, 39) + Me.pnEPFreq1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPFreq1.Name = "pnEPFreq1" - Me.pnEPFreq1.Size = New System.Drawing.Size(195, 47) + Me.pnEPFreq1.Size = New System.Drawing.Size(223, 59) Me.pnEPFreq1.TabIndex = 4 ' 'txbEPFreq1 ' Me.txbEPFreq1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPFreq1.Location = New System.Drawing.Point(75, 4) + Me.txbEPFreq1.Location = New System.Drawing.Point(86, 5) + Me.txbEPFreq1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPFreq1.Name = "txbEPFreq1" - Me.txbEPFreq1.Size = New System.Drawing.Size(117, 39) + Me.txbEPFreq1.Size = New System.Drawing.Size(133, 46) Me.txbEPFreq1.TabIndex = 2 Me.txbEPFreq1.Text = "20000" Me.txbEPFreq1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4116,9 +4384,9 @@ Partial Class Main_Form ' Me.lbEPFreq1.AutoSize = True Me.lbEPFreq1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPFreq1.Location = New System.Drawing.Point(3, 13) + Me.lbEPFreq1.Location = New System.Drawing.Point(3, 16) Me.lbEPFreq1.Name = "lbEPFreq1" - Me.lbEPFreq1.Size = New System.Drawing.Size(66, 24) + Me.lbEPFreq1.Size = New System.Drawing.Size(85, 32) Me.lbEPFreq1.TabIndex = 0 Me.lbEPFreq1.Text = "Step 1" ' @@ -4130,9 +4398,11 @@ Partial Class Main_Form Me.gbMCoption.Controls.Add(Me.gbMCTrig) Me.gbMCoption.Controls.Add(Me.gbMCUS) Me.gbMCoption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbMCoption.Location = New System.Drawing.Point(342, 42) + Me.gbMCoption.Location = New System.Drawing.Point(391, 52) + Me.gbMCoption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCoption.Name = "gbMCoption" - Me.gbMCoption.Size = New System.Drawing.Size(637, 528) + Me.gbMCoption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCoption.Size = New System.Drawing.Size(728, 660) Me.gbMCoption.TabIndex = 104 Me.gbMCoption.TabStop = False Me.gbMCoption.Text = "미세전류 측정 설정" @@ -4143,9 +4413,11 @@ Partial Class Main_Form Me.gbMCWidth.Controls.Add(Me.gbMCWdtime) Me.gbMCWidth.Controls.Add(Me.gbMCWdDelay) Me.gbMCWidth.Controls.Add(Me.gbMCWdRun) - Me.gbMCWidth.Location = New System.Drawing.Point(320, 147) + Me.gbMCWidth.Location = New System.Drawing.Point(366, 184) + Me.gbMCWidth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCWidth.Name = "gbMCWidth" - Me.gbMCWidth.Size = New System.Drawing.Size(311, 378) + Me.gbMCWidth.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCWidth.Size = New System.Drawing.Size(355, 472) Me.gbMCWidth.TabIndex = 107 Me.gbMCWidth.TabStop = False Me.gbMCWidth.Text = "폭 측정" @@ -4153,9 +4425,11 @@ Partial Class Main_Form 'gbMCWdTrgLv ' Me.gbMCWdTrgLv.Controls.Add(Me.pnMCWdTrgLv) - Me.gbMCWdTrgLv.Location = New System.Drawing.Point(5, 193) + Me.gbMCWdTrgLv.Location = New System.Drawing.Point(6, 241) + Me.gbMCWdTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCWdTrgLv.Name = "gbMCWdTrgLv" - Me.gbMCWdTrgLv.Size = New System.Drawing.Size(300, 80) + Me.gbMCWdTrgLv.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCWdTrgLv.Size = New System.Drawing.Size(343, 100) Me.gbMCWdTrgLv.TabIndex = 107 Me.gbMCWdTrgLv.TabStop = False Me.gbMCWdTrgLv.Text = "Trigger Level" @@ -4164,36 +4438,40 @@ Partial Class Main_Form ' Me.pnMCWdTrgLv.Controls.Add(Me.nudMCWdTrgLv) Me.pnMCWdTrgLv.Controls.Add(Me.lbMCWdTrgLv) - Me.pnMCWdTrgLv.Location = New System.Drawing.Point(6, 29) + Me.pnMCWdTrgLv.Location = New System.Drawing.Point(7, 36) + Me.pnMCWdTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCWdTrgLv.Name = "pnMCWdTrgLv" - Me.pnMCWdTrgLv.Size = New System.Drawing.Size(291, 47) + Me.pnMCWdTrgLv.Size = New System.Drawing.Size(333, 59) Me.pnMCWdTrgLv.TabIndex = 102 ' 'nudMCWdTrgLv ' Me.nudMCWdTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudMCWdTrgLv.Location = New System.Drawing.Point(115, 3) + Me.nudMCWdTrgLv.Location = New System.Drawing.Point(131, 4) + Me.nudMCWdTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudMCWdTrgLv.Minimum = New Decimal(New Integer() {100, 0, 0, -2147483648}) Me.nudMCWdTrgLv.Name = "nudMCWdTrgLv" - Me.nudMCWdTrgLv.Size = New System.Drawing.Size(170, 39) + Me.nudMCWdTrgLv.Size = New System.Drawing.Size(194, 46) Me.nudMCWdTrgLv.TabIndex = 102 Me.nudMCWdTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMCWdTrgLv ' Me.lbMCWdTrgLv.AutoSize = True - Me.lbMCWdTrgLv.Location = New System.Drawing.Point(47, 11) + Me.lbMCWdTrgLv.Location = New System.Drawing.Point(54, 14) Me.lbMCWdTrgLv.Name = "lbMCWdTrgLv" - Me.lbMCWdTrgLv.Size = New System.Drawing.Size(58, 24) + Me.lbMCWdTrgLv.Size = New System.Drawing.Size(76, 32) Me.lbMCWdTrgLv.TabIndex = 0 Me.lbMCWdTrgLv.Text = "Level" ' 'gbMCWdtime ' Me.gbMCWdtime.Controls.Add(Me.pnMCWdtime) - Me.gbMCWdtime.Location = New System.Drawing.Point(5, 32) + Me.gbMCWdtime.Location = New System.Drawing.Point(6, 40) + Me.gbMCWdtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCWdtime.Name = "gbMCWdtime" - Me.gbMCWdtime.Size = New System.Drawing.Size(300, 80) + Me.gbMCWdtime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCWdtime.Size = New System.Drawing.Size(343, 100) Me.gbMCWdtime.TabIndex = 103 Me.gbMCWdtime.TabStop = False Me.gbMCWdtime.Text = "TimeScale (s 단위)" @@ -4202,17 +4480,19 @@ Partial Class Main_Form ' Me.pnMCWdtime.Controls.Add(Me.txbMCWdtime) Me.pnMCWdtime.Controls.Add(Me.lbMCWdtime) - Me.pnMCWdtime.Location = New System.Drawing.Point(7, 28) + Me.pnMCWdtime.Location = New System.Drawing.Point(8, 35) + Me.pnMCWdtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCWdtime.Name = "pnMCWdtime" - Me.pnMCWdtime.Size = New System.Drawing.Size(287, 45) + Me.pnMCWdtime.Size = New System.Drawing.Size(328, 56) Me.pnMCWdtime.TabIndex = 4 ' 'txbMCWdtime ' Me.txbMCWdtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCWdtime.Location = New System.Drawing.Point(114, 3) + Me.txbMCWdtime.Location = New System.Drawing.Point(130, 4) + Me.txbMCWdtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCWdtime.Name = "txbMCWdtime" - Me.txbMCWdtime.Size = New System.Drawing.Size(170, 39) + Me.txbMCWdtime.Size = New System.Drawing.Size(194, 46) Me.txbMCWdtime.TabIndex = 2 Me.txbMCWdtime.Text = "0.001" Me.txbMCWdtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4221,18 +4501,20 @@ Partial Class Main_Form ' Me.lbMCWdtime.AutoSize = True Me.lbMCWdtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCWdtime.Location = New System.Drawing.Point(6, 12) + Me.lbMCWdtime.Location = New System.Drawing.Point(7, 15) Me.lbMCWdtime.Name = "lbMCWdtime" - Me.lbMCWdtime.Size = New System.Drawing.Size(103, 24) + Me.lbMCWdtime.Size = New System.Drawing.Size(134, 32) Me.lbMCWdtime.TabIndex = 0 Me.lbMCWdtime.Text = "TimeScale" ' 'gbMCWdDelay ' Me.gbMCWdDelay.Controls.Add(Me.pnMCWdDelay) - Me.gbMCWdDelay.Location = New System.Drawing.Point(5, 111) + Me.gbMCWdDelay.Location = New System.Drawing.Point(6, 139) + Me.gbMCWdDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCWdDelay.Name = "gbMCWdDelay" - Me.gbMCWdDelay.Size = New System.Drawing.Size(300, 80) + Me.gbMCWdDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCWdDelay.Size = New System.Drawing.Size(343, 100) Me.gbMCWdDelay.TabIndex = 101 Me.gbMCWdDelay.TabStop = False Me.gbMCWdDelay.Text = "Delay 설정" @@ -4241,17 +4523,19 @@ Partial Class Main_Form ' Me.pnMCWdDelay.Controls.Add(Me.txbMCWdDelay) Me.pnMCWdDelay.Controls.Add(Me.lbMCWdDelay) - Me.pnMCWdDelay.Location = New System.Drawing.Point(6, 29) + Me.pnMCWdDelay.Location = New System.Drawing.Point(7, 36) + Me.pnMCWdDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCWdDelay.Name = "pnMCWdDelay" - Me.pnMCWdDelay.Size = New System.Drawing.Size(291, 45) + Me.pnMCWdDelay.Size = New System.Drawing.Size(333, 56) Me.pnMCWdDelay.TabIndex = 102 ' 'txbMCWdDelay ' Me.txbMCWdDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCWdDelay.Location = New System.Drawing.Point(114, 3) + Me.txbMCWdDelay.Location = New System.Drawing.Point(130, 4) + Me.txbMCWdDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCWdDelay.Name = "txbMCWdDelay" - Me.txbMCWdDelay.Size = New System.Drawing.Size(171, 39) + Me.txbMCWdDelay.Size = New System.Drawing.Size(195, 46) Me.txbMCWdDelay.TabIndex = 3 Me.txbMCWdDelay.Text = "-0.0045" Me.txbMCWdDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4259,18 +4543,20 @@ Partial Class Main_Form 'lbMCWdDelay ' Me.lbMCWdDelay.AutoSize = True - Me.lbMCWdDelay.Location = New System.Drawing.Point(48, 12) + Me.lbMCWdDelay.Location = New System.Drawing.Point(55, 15) Me.lbMCWdDelay.Name = "lbMCWdDelay" - Me.lbMCWdDelay.Size = New System.Drawing.Size(60, 24) + Me.lbMCWdDelay.Size = New System.Drawing.Size(78, 32) Me.lbMCWdDelay.TabIndex = 0 Me.lbMCWdDelay.Text = "Delay" ' 'gbMCWdRun ' Me.gbMCWdRun.Controls.Add(Me.pnMCWdRun) - Me.gbMCWdRun.Location = New System.Drawing.Point(5, 277) + Me.gbMCWdRun.Location = New System.Drawing.Point(6, 346) + Me.gbMCWdRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCWdRun.Name = "gbMCWdRun" - Me.gbMCWdRun.Size = New System.Drawing.Size(300, 90) + Me.gbMCWdRun.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCWdRun.Size = New System.Drawing.Size(343, 112) Me.gbMCWdRun.TabIndex = 102 Me.gbMCWdRun.TabStop = False Me.gbMCWdRun.Text = "동작 시간 설정 (m/s 단위)" @@ -4279,19 +4565,21 @@ Partial Class Main_Form ' Me.pnMCWdRun.Controls.Add(Me.nudMCWdRun) Me.pnMCWdRun.Controls.Add(Me.lbMCWdRun) - Me.pnMCWdRun.Location = New System.Drawing.Point(6, 34) + Me.pnMCWdRun.Location = New System.Drawing.Point(7, 42) + Me.pnMCWdRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCWdRun.Name = "pnMCWdRun" - Me.pnMCWdRun.Size = New System.Drawing.Size(291, 47) + Me.pnMCWdRun.Size = New System.Drawing.Size(333, 59) Me.pnMCWdRun.TabIndex = 102 ' 'nudMCWdRun ' Me.nudMCWdRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudMCWdRun.Location = New System.Drawing.Point(115, 3) + Me.nudMCWdRun.Location = New System.Drawing.Point(131, 4) + Me.nudMCWdRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudMCWdRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nudMCWdRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudMCWdRun.Name = "nudMCWdRun" - Me.nudMCWdRun.Size = New System.Drawing.Size(170, 39) + Me.nudMCWdRun.Size = New System.Drawing.Size(194, 46) Me.nudMCWdRun.TabIndex = 102 Me.nudMCWdRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudMCWdRun.Value = New Decimal(New Integer() {520, 0, 0, 0}) @@ -4299,9 +4587,9 @@ Partial Class Main_Form 'lbMCWdRun ' Me.lbMCWdRun.AutoSize = True - Me.lbMCWdRun.Location = New System.Drawing.Point(22, 11) + Me.lbMCWdRun.Location = New System.Drawing.Point(25, 14) Me.lbMCWdRun.Name = "lbMCWdRun" - Me.lbMCWdRun.Size = New System.Drawing.Size(88, 24) + Me.lbMCWdRun.Size = New System.Drawing.Size(113, 32) Me.lbMCWdRun.TabIndex = 0 Me.lbMCWdRun.Text = "동작 시간" ' @@ -4311,9 +4599,11 @@ Partial Class Main_Form Me.gbMCFrVp.Controls.Add(Me.gbMCFVtime) Me.gbMCFrVp.Controls.Add(Me.gbMCFVDelay) Me.gbMCFrVp.Controls.Add(Me.gbMCFVRun) - Me.gbMCFrVp.Location = New System.Drawing.Point(3, 147) + Me.gbMCFrVp.Location = New System.Drawing.Point(3, 184) + Me.gbMCFrVp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCFrVp.Name = "gbMCFrVp" - Me.gbMCFrVp.Size = New System.Drawing.Size(311, 378) + Me.gbMCFrVp.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCFrVp.Size = New System.Drawing.Size(355, 472) Me.gbMCFrVp.TabIndex = 106 Me.gbMCFrVp.TabStop = False Me.gbMCFrVp.Text = "주파수 및 VPP 측정" @@ -4321,9 +4611,11 @@ Partial Class Main_Form 'gbMCFVTrgLv ' Me.gbMCFVTrgLv.Controls.Add(Me.pnMCFVTrgLv) - Me.gbMCFVTrgLv.Location = New System.Drawing.Point(5, 193) + Me.gbMCFVTrgLv.Location = New System.Drawing.Point(6, 241) + Me.gbMCFVTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCFVTrgLv.Name = "gbMCFVTrgLv" - Me.gbMCFVTrgLv.Size = New System.Drawing.Size(300, 80) + Me.gbMCFVTrgLv.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCFVTrgLv.Size = New System.Drawing.Size(343, 100) Me.gbMCFVTrgLv.TabIndex = 107 Me.gbMCFVTrgLv.TabStop = False Me.gbMCFVTrgLv.Text = "Trigger Level" @@ -4332,36 +4624,41 @@ Partial Class Main_Form ' Me.pnMCFVTrgLv.Controls.Add(Me.nudMCFVTrgLv) Me.pnMCFVTrgLv.Controls.Add(Me.lbMCFVTrgLv) - Me.pnMCFVTrgLv.Location = New System.Drawing.Point(6, 29) + Me.pnMCFVTrgLv.Location = New System.Drawing.Point(7, 36) + Me.pnMCFVTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCFVTrgLv.Name = "pnMCFVTrgLv" - Me.pnMCFVTrgLv.Size = New System.Drawing.Size(291, 47) + Me.pnMCFVTrgLv.Size = New System.Drawing.Size(333, 59) Me.pnMCFVTrgLv.TabIndex = 102 ' 'nudMCFVTrgLv ' Me.nudMCFVTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudMCFVTrgLv.Location = New System.Drawing.Point(115, 3) + Me.nudMCFVTrgLv.Location = New System.Drawing.Point(131, 4) + Me.nudMCFVTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudMCFVTrgLv.Minimum = New Decimal(New Integer() {100, 0, 0, -2147483648}) Me.nudMCFVTrgLv.Name = "nudMCFVTrgLv" - Me.nudMCFVTrgLv.Size = New System.Drawing.Size(170, 39) + Me.nudMCFVTrgLv.Size = New System.Drawing.Size(194, 46) Me.nudMCFVTrgLv.TabIndex = 102 Me.nudMCFVTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + ' 'lbMCFVTrgLv ' Me.lbMCFVTrgLv.AutoSize = True - Me.lbMCFVTrgLv.Location = New System.Drawing.Point(47, 11) + Me.lbMCFVTrgLv.Location = New System.Drawing.Point(54, 14) Me.lbMCFVTrgLv.Name = "lbMCFVTrgLv" - Me.lbMCFVTrgLv.Size = New System.Drawing.Size(58, 24) + Me.lbMCFVTrgLv.Size = New System.Drawing.Size(76, 32) Me.lbMCFVTrgLv.TabIndex = 0 Me.lbMCFVTrgLv.Text = "Level" ' 'gbMCFVtime ' Me.gbMCFVtime.Controls.Add(Me.pnMCFVtime) - Me.gbMCFVtime.Location = New System.Drawing.Point(5, 32) + Me.gbMCFVtime.Location = New System.Drawing.Point(6, 40) + Me.gbMCFVtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCFVtime.Name = "gbMCFVtime" - Me.gbMCFVtime.Size = New System.Drawing.Size(300, 80) + Me.gbMCFVtime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCFVtime.Size = New System.Drawing.Size(343, 100) Me.gbMCFVtime.TabIndex = 103 Me.gbMCFVtime.TabStop = False Me.gbMCFVtime.Text = "TimeScale (s 단위)" @@ -4370,17 +4667,19 @@ Partial Class Main_Form ' Me.pnMCFVtime.Controls.Add(Me.txbMCFVtime) Me.pnMCFVtime.Controls.Add(Me.lbMCFVtime) - Me.pnMCFVtime.Location = New System.Drawing.Point(7, 28) + Me.pnMCFVtime.Location = New System.Drawing.Point(8, 35) + Me.pnMCFVtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCFVtime.Name = "pnMCFVtime" - Me.pnMCFVtime.Size = New System.Drawing.Size(287, 45) + Me.pnMCFVtime.Size = New System.Drawing.Size(328, 56) Me.pnMCFVtime.TabIndex = 4 ' 'txbMCFVtime ' Me.txbMCFVtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCFVtime.Location = New System.Drawing.Point(114, 3) + Me.txbMCFVtime.Location = New System.Drawing.Point(130, 4) + Me.txbMCFVtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCFVtime.Name = "txbMCFVtime" - Me.txbMCFVtime.Size = New System.Drawing.Size(170, 39) + Me.txbMCFVtime.Size = New System.Drawing.Size(194, 46) Me.txbMCFVtime.TabIndex = 2 Me.txbMCFVtime.Text = "0.001" Me.txbMCFVtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4389,18 +4688,20 @@ Partial Class Main_Form ' Me.lbMCFVtime.AutoSize = True Me.lbMCFVtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCFVtime.Location = New System.Drawing.Point(6, 12) + Me.lbMCFVtime.Location = New System.Drawing.Point(7, 15) Me.lbMCFVtime.Name = "lbMCFVtime" - Me.lbMCFVtime.Size = New System.Drawing.Size(103, 24) + Me.lbMCFVtime.Size = New System.Drawing.Size(134, 32) Me.lbMCFVtime.TabIndex = 0 Me.lbMCFVtime.Text = "TimeScale" ' 'gbMCFVDelay ' Me.gbMCFVDelay.Controls.Add(Me.pnMCFVDelay) - Me.gbMCFVDelay.Location = New System.Drawing.Point(5, 111) + Me.gbMCFVDelay.Location = New System.Drawing.Point(6, 139) + Me.gbMCFVDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCFVDelay.Name = "gbMCFVDelay" - Me.gbMCFVDelay.Size = New System.Drawing.Size(300, 80) + Me.gbMCFVDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCFVDelay.Size = New System.Drawing.Size(343, 100) Me.gbMCFVDelay.TabIndex = 101 Me.gbMCFVDelay.TabStop = False Me.gbMCFVDelay.Text = "Delay 설정" @@ -4409,17 +4710,19 @@ Partial Class Main_Form ' Me.pnMCFVDelay.Controls.Add(Me.txbMCFVDelay) Me.pnMCFVDelay.Controls.Add(Me.lbMCFVDelay) - Me.pnMCFVDelay.Location = New System.Drawing.Point(6, 29) + Me.pnMCFVDelay.Location = New System.Drawing.Point(7, 36) + Me.pnMCFVDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCFVDelay.Name = "pnMCFVDelay" - Me.pnMCFVDelay.Size = New System.Drawing.Size(291, 45) + Me.pnMCFVDelay.Size = New System.Drawing.Size(333, 56) Me.pnMCFVDelay.TabIndex = 102 ' 'txbMCFVDelay ' Me.txbMCFVDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCFVDelay.Location = New System.Drawing.Point(114, 3) + Me.txbMCFVDelay.Location = New System.Drawing.Point(130, 4) + Me.txbMCFVDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCFVDelay.Name = "txbMCFVDelay" - Me.txbMCFVDelay.Size = New System.Drawing.Size(171, 39) + Me.txbMCFVDelay.Size = New System.Drawing.Size(195, 46) Me.txbMCFVDelay.TabIndex = 3 Me.txbMCFVDelay.Text = "-0.0045" Me.txbMCFVDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4427,18 +4730,20 @@ Partial Class Main_Form 'lbMCFVDelay ' Me.lbMCFVDelay.AutoSize = True - Me.lbMCFVDelay.Location = New System.Drawing.Point(48, 12) + Me.lbMCFVDelay.Location = New System.Drawing.Point(55, 15) Me.lbMCFVDelay.Name = "lbMCFVDelay" - Me.lbMCFVDelay.Size = New System.Drawing.Size(60, 24) + Me.lbMCFVDelay.Size = New System.Drawing.Size(78, 32) Me.lbMCFVDelay.TabIndex = 0 Me.lbMCFVDelay.Text = "Delay" ' 'gbMCFVRun ' Me.gbMCFVRun.Controls.Add(Me.pnMCFVRun) - Me.gbMCFVRun.Location = New System.Drawing.Point(5, 277) + Me.gbMCFVRun.Location = New System.Drawing.Point(6, 346) + Me.gbMCFVRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCFVRun.Name = "gbMCFVRun" - Me.gbMCFVRun.Size = New System.Drawing.Size(300, 90) + Me.gbMCFVRun.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCFVRun.Size = New System.Drawing.Size(343, 112) Me.gbMCFVRun.TabIndex = 102 Me.gbMCFVRun.TabStop = False Me.gbMCFVRun.Text = "동작 시간 설정 (m/s 단위)" @@ -4447,19 +4752,21 @@ Partial Class Main_Form ' Me.pnMCFVRun.Controls.Add(Me.nudMCFVRun) Me.pnMCFVRun.Controls.Add(Me.lbMCFVRun) - Me.pnMCFVRun.Location = New System.Drawing.Point(6, 34) + Me.pnMCFVRun.Location = New System.Drawing.Point(7, 42) + Me.pnMCFVRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCFVRun.Name = "pnMCFVRun" - Me.pnMCFVRun.Size = New System.Drawing.Size(291, 47) + Me.pnMCFVRun.Size = New System.Drawing.Size(333, 59) Me.pnMCFVRun.TabIndex = 102 ' 'nudMCFVRun ' Me.nudMCFVRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudMCFVRun.Location = New System.Drawing.Point(115, 3) + Me.nudMCFVRun.Location = New System.Drawing.Point(131, 4) + Me.nudMCFVRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudMCFVRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nudMCFVRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudMCFVRun.Name = "nudMCFVRun" - Me.nudMCFVRun.Size = New System.Drawing.Size(170, 39) + Me.nudMCFVRun.Size = New System.Drawing.Size(194, 46) Me.nudMCFVRun.TabIndex = 102 Me.nudMCFVRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudMCFVRun.Value = New Decimal(New Integer() {520, 0, 0, 0}) @@ -4467,9 +4774,9 @@ Partial Class Main_Form 'lbMCFVRun ' Me.lbMCFVRun.AutoSize = True - Me.lbMCFVRun.Location = New System.Drawing.Point(22, 11) + Me.lbMCFVRun.Location = New System.Drawing.Point(25, 14) Me.lbMCFVRun.Name = "lbMCFVRun" - Me.lbMCFVRun.Size = New System.Drawing.Size(88, 24) + Me.lbMCFVRun.Size = New System.Drawing.Size(113, 32) Me.lbMCFVRun.TabIndex = 0 Me.lbMCFVRun.Text = "동작 시간" ' @@ -4477,19 +4784,21 @@ Partial Class Main_Form ' Me.pnMCCh.Controls.Add(Me.nudMCCh) Me.pnMCCh.Controls.Add(Me.lbMCCh) - Me.pnMCCh.Location = New System.Drawing.Point(6, 29) + Me.pnMCCh.Location = New System.Drawing.Point(7, 36) + Me.pnMCCh.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCCh.Name = "pnMCCh" - Me.pnMCCh.Size = New System.Drawing.Size(308, 45) + Me.pnMCCh.Size = New System.Drawing.Size(352, 56) Me.pnMCCh.TabIndex = 105 ' 'nudMCCh ' Me.nudMCCh.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudMCCh.Location = New System.Drawing.Point(123, 3) + Me.nudMCCh.Location = New System.Drawing.Point(141, 4) + Me.nudMCCh.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudMCCh.Maximum = New Decimal(New Integer() {2, 0, 0, 0}) Me.nudMCCh.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudMCCh.Name = "nudMCCh" - Me.nudMCCh.Size = New System.Drawing.Size(171, 39) + Me.nudMCCh.Size = New System.Drawing.Size(195, 46) Me.nudMCCh.TabIndex = 102 Me.nudMCCh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudMCCh.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -4497,9 +4806,9 @@ Partial Class Main_Form 'lbMCCh ' Me.lbMCCh.AutoSize = True - Me.lbMCCh.Location = New System.Drawing.Point(25, 12) + Me.lbMCCh.Location = New System.Drawing.Point(29, 15) Me.lbMCCh.Name = "lbMCCh" - Me.lbMCCh.Size = New System.Drawing.Size(88, 24) + Me.lbMCCh.Size = New System.Drawing.Size(113, 32) Me.lbMCCh.TabIndex = 0 Me.lbMCCh.Text = "사용 채널" ' @@ -4508,9 +4817,11 @@ Partial Class Main_Form Me.gbMCTrig.BackColor = System.Drawing.SystemColors.ActiveBorder Me.gbMCTrig.Controls.Add(Me.rdbMCtrNormal) Me.gbMCTrig.Controls.Add(Me.rdbMCTrAuto) - Me.gbMCTrig.Location = New System.Drawing.Point(6, 80) + Me.gbMCTrig.Location = New System.Drawing.Point(7, 100) + Me.gbMCTrig.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCTrig.Name = "gbMCTrig" - Me.gbMCTrig.Size = New System.Drawing.Size(308, 63) + Me.gbMCTrig.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCTrig.Size = New System.Drawing.Size(352, 79) Me.gbMCTrig.TabIndex = 99 Me.gbMCTrig.TabStop = False Me.gbMCTrig.Text = "트리거 모드" @@ -4519,9 +4830,10 @@ Partial Class Main_Form ' Me.rdbMCtrNormal.AutoSize = True Me.rdbMCtrNormal.Checked = True - Me.rdbMCtrNormal.Location = New System.Drawing.Point(171, 24) + Me.rdbMCtrNormal.Location = New System.Drawing.Point(195, 30) + Me.rdbMCtrNormal.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMCtrNormal.Name = "rdbMCtrNormal" - Me.rdbMCtrNormal.Size = New System.Drawing.Size(95, 28) + Me.rdbMCtrNormal.Size = New System.Drawing.Size(121, 36) Me.rdbMCtrNormal.TabIndex = 1 Me.rdbMCtrNormal.TabStop = True Me.rdbMCtrNormal.Text = "Normal" @@ -4530,9 +4842,10 @@ Partial Class Main_Form 'rdbMCTrAuto ' Me.rdbMCTrAuto.AutoSize = True - Me.rdbMCTrAuto.Location = New System.Drawing.Point(57, 24) + Me.rdbMCTrAuto.Location = New System.Drawing.Point(65, 30) + Me.rdbMCTrAuto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMCTrAuto.Name = "rdbMCTrAuto" - Me.rdbMCTrAuto.Size = New System.Drawing.Size(71, 28) + Me.rdbMCTrAuto.Size = New System.Drawing.Size(90, 36) Me.rdbMCTrAuto.TabIndex = 0 Me.rdbMCTrAuto.Text = "Auto" Me.rdbMCTrAuto.UseVisualStyleBackColor = True @@ -4541,9 +4854,11 @@ Partial Class Main_Form ' Me.gbMCUS.Controls.Add(Me.pnMCScale) Me.gbMCUS.Controls.Add(Me.pnMCUnit) - Me.gbMCUS.Location = New System.Drawing.Point(320, 17) + Me.gbMCUS.Location = New System.Drawing.Point(366, 21) + Me.gbMCUS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCUS.Name = "gbMCUS" - Me.gbMCUS.Size = New System.Drawing.Size(311, 126) + Me.gbMCUS.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCUS.Size = New System.Drawing.Size(355, 158) Me.gbMCUS.TabIndex = 100 Me.gbMCUS.TabStop = False Me.gbMCUS.Text = "Unit & Scale 설정" @@ -4552,17 +4867,19 @@ Partial Class Main_Form ' Me.pnMCScale.Controls.Add(Me.nudMCScale) Me.pnMCScale.Controls.Add(Me.lbMCScale) - Me.pnMCScale.Location = New System.Drawing.Point(11, 63) + Me.pnMCScale.Location = New System.Drawing.Point(13, 79) + Me.pnMCScale.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCScale.Name = "pnMCScale" - Me.pnMCScale.Size = New System.Drawing.Size(291, 45) + Me.pnMCScale.Size = New System.Drawing.Size(333, 56) Me.pnMCScale.TabIndex = 102 ' 'nudMCScale ' Me.nudMCScale.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudMCScale.Location = New System.Drawing.Point(117, 4) + Me.nudMCScale.Location = New System.Drawing.Point(134, 5) + Me.nudMCScale.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudMCScale.Name = "nudMCScale" - Me.nudMCScale.Size = New System.Drawing.Size(171, 39) + Me.nudMCScale.Size = New System.Drawing.Size(195, 46) Me.nudMCScale.TabIndex = 101 Me.nudMCScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudMCScale.Value = New Decimal(New Integer() {10, 0, 0, 0}) @@ -4570,9 +4887,9 @@ Partial Class Main_Form 'lbMCScale ' Me.lbMCScale.AutoSize = True - Me.lbMCScale.Location = New System.Drawing.Point(50, 12) + Me.lbMCScale.Location = New System.Drawing.Point(57, 15) Me.lbMCScale.Name = "lbMCScale" - Me.lbMCScale.Size = New System.Drawing.Size(58, 24) + Me.lbMCScale.Size = New System.Drawing.Size(76, 32) Me.lbMCScale.TabIndex = 0 Me.lbMCScale.Text = "Scale" ' @@ -4582,26 +4899,28 @@ Partial Class Main_Form Me.pnMCUnit.Controls.Add(Me.lbMCUnit) Me.pnMCUnit.Controls.Add(Me.rdbMCUnitA) Me.pnMCUnit.Controls.Add(Me.rdbMCUnitV) - Me.pnMCUnit.Location = New System.Drawing.Point(11, 31) + Me.pnMCUnit.Location = New System.Drawing.Point(13, 39) + Me.pnMCUnit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCUnit.Name = "pnMCUnit" - Me.pnMCUnit.Size = New System.Drawing.Size(291, 35) + Me.pnMCUnit.Size = New System.Drawing.Size(333, 44) Me.pnMCUnit.TabIndex = 101 ' 'lbMCUnit ' Me.lbMCUnit.AutoSize = True - Me.lbMCUnit.Location = New System.Drawing.Point(23, 4) + Me.lbMCUnit.Location = New System.Drawing.Point(26, 5) Me.lbMCUnit.Name = "lbMCUnit" - Me.lbMCUnit.Size = New System.Drawing.Size(48, 24) + Me.lbMCUnit.Size = New System.Drawing.Size(63, 32) Me.lbMCUnit.TabIndex = 0 Me.lbMCUnit.Text = "Unit" ' 'rdbMCUnitA ' Me.rdbMCUnitA.AutoSize = True - Me.rdbMCUnitA.Location = New System.Drawing.Point(176, 3) + Me.rdbMCUnitA.Location = New System.Drawing.Point(201, 4) + Me.rdbMCUnitA.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMCUnitA.Name = "rdbMCUnitA" - Me.rdbMCUnitA.Size = New System.Drawing.Size(98, 28) + Me.rdbMCUnitA.Size = New System.Drawing.Size(125, 36) Me.rdbMCUnitA.TabIndex = 1 Me.rdbMCUnitA.Text = "Ampere" Me.rdbMCUnitA.UseVisualStyleBackColor = True @@ -4610,9 +4929,10 @@ Partial Class Main_Form ' Me.rdbMCUnitV.AutoSize = True Me.rdbMCUnitV.Checked = True - Me.rdbMCUnitV.Location = New System.Drawing.Point(95, 3) + Me.rdbMCUnitV.Location = New System.Drawing.Point(109, 4) + Me.rdbMCUnitV.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMCUnitV.Name = "rdbMCUnitV" - Me.rdbMCUnitV.Size = New System.Drawing.Size(62, 28) + Me.rdbMCUnitV.Size = New System.Drawing.Size(80, 36) Me.rdbMCUnitV.TabIndex = 0 Me.rdbMCUnitV.TabStop = True Me.rdbMCUnitV.Text = "Volt" @@ -4626,9 +4946,11 @@ Partial Class Main_Form Me.gbRFOption.Controls.Add(Me.pnRFCh) Me.gbRFOption.Controls.Add(Me.gbRFUS) Me.gbRFOption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRFOption.Location = New System.Drawing.Point(342, 42) + Me.gbRFOption.Location = New System.Drawing.Point(391, 52) + Me.gbRFOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFOption.Name = "gbRFOption" - Me.gbRFOption.Size = New System.Drawing.Size(637, 528) + Me.gbRFOption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFOption.Size = New System.Drawing.Size(728, 660) Me.gbRFOption.TabIndex = 105 Me.gbRFOption.TabStop = False Me.gbRFOption.Text = "RF 측정 설정" @@ -4639,9 +4961,11 @@ Partial Class Main_Form Me.gbRFWidth.Controls.Add(Me.gbRFWdRun) Me.gbRFWidth.Controls.Add(Me.gbRFWdDelay) Me.gbRFWidth.Controls.Add(Me.gbRFWdTrgLv) - Me.gbRFWidth.Location = New System.Drawing.Point(320, 147) + Me.gbRFWidth.Location = New System.Drawing.Point(366, 184) + Me.gbRFWidth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFWidth.Name = "gbRFWidth" - Me.gbRFWidth.Size = New System.Drawing.Size(311, 378) + Me.gbRFWidth.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFWidth.Size = New System.Drawing.Size(355, 472) Me.gbRFWidth.TabIndex = 108 Me.gbRFWidth.TabStop = False Me.gbRFWidth.Text = "폭 측정" @@ -4649,9 +4973,11 @@ Partial Class Main_Form 'gbRFWdtime ' Me.gbRFWdtime.Controls.Add(Me.pnRFWdtime) - Me.gbRFWdtime.Location = New System.Drawing.Point(5, 30) + Me.gbRFWdtime.Location = New System.Drawing.Point(6, 38) + Me.gbRFWdtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFWdtime.Name = "gbRFWdtime" - Me.gbRFWdtime.Size = New System.Drawing.Size(300, 80) + Me.gbRFWdtime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFWdtime.Size = New System.Drawing.Size(343, 100) Me.gbRFWdtime.TabIndex = 103 Me.gbRFWdtime.TabStop = False Me.gbRFWdtime.Text = "TimeScale (s 단위)" @@ -4660,17 +4986,19 @@ Partial Class Main_Form ' Me.pnRFWdtime.Controls.Add(Me.txbRFWdtime) Me.pnRFWdtime.Controls.Add(Me.lbRFWdtime) - Me.pnRFWdtime.Location = New System.Drawing.Point(5, 32) + Me.pnRFWdtime.Location = New System.Drawing.Point(6, 40) + Me.pnRFWdtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFWdtime.Name = "pnRFWdtime" - Me.pnRFWdtime.Size = New System.Drawing.Size(287, 45) + Me.pnRFWdtime.Size = New System.Drawing.Size(328, 56) Me.pnRFWdtime.TabIndex = 4 ' 'txbRFWdtime ' Me.txbRFWdtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFWdtime.Location = New System.Drawing.Point(114, 3) + Me.txbRFWdtime.Location = New System.Drawing.Point(130, 4) + Me.txbRFWdtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFWdtime.Name = "txbRFWdtime" - Me.txbRFWdtime.Size = New System.Drawing.Size(170, 39) + Me.txbRFWdtime.Size = New System.Drawing.Size(194, 46) Me.txbRFWdtime.TabIndex = 2 Me.txbRFWdtime.Text = "0.000001" Me.txbRFWdtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4679,18 +5007,20 @@ Partial Class Main_Form ' Me.lbRFWdtime.AutoSize = True Me.lbRFWdtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFWdtime.Location = New System.Drawing.Point(6, 12) + Me.lbRFWdtime.Location = New System.Drawing.Point(7, 15) Me.lbRFWdtime.Name = "lbRFWdtime" - Me.lbRFWdtime.Size = New System.Drawing.Size(103, 24) + Me.lbRFWdtime.Size = New System.Drawing.Size(134, 32) Me.lbRFWdtime.TabIndex = 0 Me.lbRFWdtime.Text = "TimeScale" ' 'gbRFWdRun ' Me.gbRFWdRun.Controls.Add(Me.pnRFWdRun) - Me.gbRFWdRun.Location = New System.Drawing.Point(5, 277) + Me.gbRFWdRun.Location = New System.Drawing.Point(6, 346) + Me.gbRFWdRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFWdRun.Name = "gbRFWdRun" - Me.gbRFWdRun.Size = New System.Drawing.Size(300, 90) + Me.gbRFWdRun.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFWdRun.Size = New System.Drawing.Size(343, 112) Me.gbRFWdRun.TabIndex = 102 Me.gbRFWdRun.TabStop = False Me.gbRFWdRun.Text = "동작 시간 설정 (m/s 단위)" @@ -4699,19 +5029,21 @@ Partial Class Main_Form ' Me.pnRFWdRun.Controls.Add(Me.nudRFWdRun) Me.pnRFWdRun.Controls.Add(Me.lbRFWdRun) - Me.pnRFWdRun.Location = New System.Drawing.Point(6, 34) + Me.pnRFWdRun.Location = New System.Drawing.Point(7, 42) + Me.pnRFWdRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFWdRun.Name = "pnRFWdRun" - Me.pnRFWdRun.Size = New System.Drawing.Size(291, 47) + Me.pnRFWdRun.Size = New System.Drawing.Size(333, 59) Me.pnRFWdRun.TabIndex = 102 ' 'nudRFWdRun ' Me.nudRFWdRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudRFWdRun.Location = New System.Drawing.Point(115, 3) + Me.nudRFWdRun.Location = New System.Drawing.Point(131, 4) + Me.nudRFWdRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudRFWdRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nudRFWdRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudRFWdRun.Name = "nudRFWdRun" - Me.nudRFWdRun.Size = New System.Drawing.Size(170, 39) + Me.nudRFWdRun.Size = New System.Drawing.Size(194, 46) Me.nudRFWdRun.TabIndex = 102 Me.nudRFWdRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudRFWdRun.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -4719,18 +5051,20 @@ Partial Class Main_Form 'lbRFWdRun ' Me.lbRFWdRun.AutoSize = True - Me.lbRFWdRun.Location = New System.Drawing.Point(22, 11) + Me.lbRFWdRun.Location = New System.Drawing.Point(25, 14) Me.lbRFWdRun.Name = "lbRFWdRun" - Me.lbRFWdRun.Size = New System.Drawing.Size(88, 24) + Me.lbRFWdRun.Size = New System.Drawing.Size(113, 32) Me.lbRFWdRun.TabIndex = 0 Me.lbRFWdRun.Text = "동작 시간" ' 'gbRFWdDelay ' Me.gbRFWdDelay.Controls.Add(Me.pnRFWdDelay) - Me.gbRFWdDelay.Location = New System.Drawing.Point(5, 111) + Me.gbRFWdDelay.Location = New System.Drawing.Point(6, 139) + Me.gbRFWdDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFWdDelay.Name = "gbRFWdDelay" - Me.gbRFWdDelay.Size = New System.Drawing.Size(300, 80) + Me.gbRFWdDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFWdDelay.Size = New System.Drawing.Size(343, 100) Me.gbRFWdDelay.TabIndex = 101 Me.gbRFWdDelay.TabStop = False Me.gbRFWdDelay.Text = "Delay 설정" @@ -4739,17 +5073,19 @@ Partial Class Main_Form ' Me.pnRFWdDelay.Controls.Add(Me.txbRFWdDelay) Me.pnRFWdDelay.Controls.Add(Me.lbRFWdDelay) - Me.pnRFWdDelay.Location = New System.Drawing.Point(6, 29) + Me.pnRFWdDelay.Location = New System.Drawing.Point(7, 36) + Me.pnRFWdDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFWdDelay.Name = "pnRFWdDelay" - Me.pnRFWdDelay.Size = New System.Drawing.Size(291, 45) + Me.pnRFWdDelay.Size = New System.Drawing.Size(333, 56) Me.pnRFWdDelay.TabIndex = 102 ' 'txbRFWdDelay ' Me.txbRFWdDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFWdDelay.Location = New System.Drawing.Point(114, 3) + Me.txbRFWdDelay.Location = New System.Drawing.Point(130, 4) + Me.txbRFWdDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFWdDelay.Name = "txbRFWdDelay" - Me.txbRFWdDelay.Size = New System.Drawing.Size(171, 39) + Me.txbRFWdDelay.Size = New System.Drawing.Size(195, 46) Me.txbRFWdDelay.TabIndex = 3 Me.txbRFWdDelay.Text = "0.000005" Me.txbRFWdDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4757,18 +5093,20 @@ Partial Class Main_Form 'lbRFWdDelay ' Me.lbRFWdDelay.AutoSize = True - Me.lbRFWdDelay.Location = New System.Drawing.Point(48, 12) + Me.lbRFWdDelay.Location = New System.Drawing.Point(55, 15) Me.lbRFWdDelay.Name = "lbRFWdDelay" - Me.lbRFWdDelay.Size = New System.Drawing.Size(60, 24) + Me.lbRFWdDelay.Size = New System.Drawing.Size(78, 32) Me.lbRFWdDelay.TabIndex = 0 Me.lbRFWdDelay.Text = "Delay" ' 'gbRFWdTrgLv ' Me.gbRFWdTrgLv.Controls.Add(Me.pnRFWdTrgLv) - Me.gbRFWdTrgLv.Location = New System.Drawing.Point(5, 193) + Me.gbRFWdTrgLv.Location = New System.Drawing.Point(6, 241) + Me.gbRFWdTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFWdTrgLv.Name = "gbRFWdTrgLv" - Me.gbRFWdTrgLv.Size = New System.Drawing.Size(300, 90) + Me.gbRFWdTrgLv.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFWdTrgLv.Size = New System.Drawing.Size(343, 112) Me.gbRFWdTrgLv.TabIndex = 106 Me.gbRFWdTrgLv.TabStop = False Me.gbRFWdTrgLv.Text = "Trigger Level" @@ -4777,28 +5115,30 @@ Partial Class Main_Form ' Me.pnRFWdTrgLv.Controls.Add(Me.nudRFWdTrgLv) Me.pnRFWdTrgLv.Controls.Add(Me.lbRFWdTrgLv) - Me.pnRFWdTrgLv.Location = New System.Drawing.Point(6, 34) + Me.pnRFWdTrgLv.Location = New System.Drawing.Point(7, 42) + Me.pnRFWdTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFWdTrgLv.Name = "pnRFWdTrgLv" - Me.pnRFWdTrgLv.Size = New System.Drawing.Size(291, 47) + Me.pnRFWdTrgLv.Size = New System.Drawing.Size(333, 59) Me.pnRFWdTrgLv.TabIndex = 102 ' 'nudRFWdTrgLv ' Me.nudRFWdTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudRFWdTrgLv.Location = New System.Drawing.Point(115, 3) + Me.nudRFWdTrgLv.Location = New System.Drawing.Point(131, 4) + Me.nudRFWdTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudRFWdTrgLv.Maximum = New Decimal(New Integer() {30, 0, 0, 0}) Me.nudRFWdTrgLv.Minimum = New Decimal(New Integer() {30, 0, 0, -2147483648}) Me.nudRFWdTrgLv.Name = "nudRFWdTrgLv" - Me.nudRFWdTrgLv.Size = New System.Drawing.Size(170, 39) + Me.nudRFWdTrgLv.Size = New System.Drawing.Size(194, 46) Me.nudRFWdTrgLv.TabIndex = 102 Me.nudRFWdTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRFWdTrgLv ' Me.lbRFWdTrgLv.AutoSize = True - Me.lbRFWdTrgLv.Location = New System.Drawing.Point(47, 11) + Me.lbRFWdTrgLv.Location = New System.Drawing.Point(54, 14) Me.lbRFWdTrgLv.Name = "lbRFWdTrgLv" - Me.lbRFWdTrgLv.Size = New System.Drawing.Size(58, 24) + Me.lbRFWdTrgLv.Size = New System.Drawing.Size(76, 32) Me.lbRFWdTrgLv.TabIndex = 0 Me.lbRFWdTrgLv.Text = "Level" ' @@ -4808,9 +5148,11 @@ Partial Class Main_Form Me.gbRFFrVp.Controls.Add(Me.gbRFRun) Me.gbRFFrVp.Controls.Add(Me.gbRFDelay) Me.gbRFFrVp.Controls.Add(Me.gbRFTrgLv) - Me.gbRFFrVp.Location = New System.Drawing.Point(3, 147) + Me.gbRFFrVp.Location = New System.Drawing.Point(3, 184) + Me.gbRFFrVp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFFrVp.Name = "gbRFFrVp" - Me.gbRFFrVp.Size = New System.Drawing.Size(311, 378) + Me.gbRFFrVp.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFFrVp.Size = New System.Drawing.Size(355, 472) Me.gbRFFrVp.TabIndex = 107 Me.gbRFFrVp.TabStop = False Me.gbRFFrVp.Text = "주파수 및 VPP 측정" @@ -4818,9 +5160,11 @@ Partial Class Main_Form 'gbRFtime ' Me.gbRFtime.Controls.Add(Me.pnRFtime) - Me.gbRFtime.Location = New System.Drawing.Point(5, 30) + Me.gbRFtime.Location = New System.Drawing.Point(6, 38) + Me.gbRFtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFtime.Name = "gbRFtime" - Me.gbRFtime.Size = New System.Drawing.Size(300, 80) + Me.gbRFtime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFtime.Size = New System.Drawing.Size(343, 100) Me.gbRFtime.TabIndex = 103 Me.gbRFtime.TabStop = False Me.gbRFtime.Text = "TimeScale (s 단위)" @@ -4829,17 +5173,19 @@ Partial Class Main_Form ' Me.pnRFtime.Controls.Add(Me.txbRFtime) Me.pnRFtime.Controls.Add(Me.lbRFtime) - Me.pnRFtime.Location = New System.Drawing.Point(5, 32) + Me.pnRFtime.Location = New System.Drawing.Point(6, 40) + Me.pnRFtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFtime.Name = "pnRFtime" - Me.pnRFtime.Size = New System.Drawing.Size(287, 45) + Me.pnRFtime.Size = New System.Drawing.Size(328, 56) Me.pnRFtime.TabIndex = 4 ' 'txbRFtime ' Me.txbRFtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFtime.Location = New System.Drawing.Point(114, 3) + Me.txbRFtime.Location = New System.Drawing.Point(130, 4) + Me.txbRFtime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFtime.Name = "txbRFtime" - Me.txbRFtime.Size = New System.Drawing.Size(170, 39) + Me.txbRFtime.Size = New System.Drawing.Size(194, 46) Me.txbRFtime.TabIndex = 2 Me.txbRFtime.Text = "0.000001" Me.txbRFtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4848,18 +5194,20 @@ Partial Class Main_Form ' Me.lbRFtime.AutoSize = True Me.lbRFtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFtime.Location = New System.Drawing.Point(6, 12) + Me.lbRFtime.Location = New System.Drawing.Point(7, 15) Me.lbRFtime.Name = "lbRFtime" - Me.lbRFtime.Size = New System.Drawing.Size(103, 24) + Me.lbRFtime.Size = New System.Drawing.Size(134, 32) Me.lbRFtime.TabIndex = 0 Me.lbRFtime.Text = "TimeScale" ' 'gbRFRun ' Me.gbRFRun.Controls.Add(Me.pnRFRun) - Me.gbRFRun.Location = New System.Drawing.Point(5, 277) + Me.gbRFRun.Location = New System.Drawing.Point(6, 346) + Me.gbRFRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFRun.Name = "gbRFRun" - Me.gbRFRun.Size = New System.Drawing.Size(300, 90) + Me.gbRFRun.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFRun.Size = New System.Drawing.Size(343, 112) Me.gbRFRun.TabIndex = 102 Me.gbRFRun.TabStop = False Me.gbRFRun.Text = "동작 시간 설정 (m/s 단위)" @@ -4868,19 +5216,21 @@ Partial Class Main_Form ' Me.pnRFRun.Controls.Add(Me.nudRFRun) Me.pnRFRun.Controls.Add(Me.lbRFRun) - Me.pnRFRun.Location = New System.Drawing.Point(6, 34) + Me.pnRFRun.Location = New System.Drawing.Point(7, 42) + Me.pnRFRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFRun.Name = "pnRFRun" - Me.pnRFRun.Size = New System.Drawing.Size(291, 47) + Me.pnRFRun.Size = New System.Drawing.Size(333, 59) Me.pnRFRun.TabIndex = 102 ' 'nudRFRun ' Me.nudRFRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudRFRun.Location = New System.Drawing.Point(115, 3) + Me.nudRFRun.Location = New System.Drawing.Point(131, 4) + Me.nudRFRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudRFRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0}) Me.nudRFRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudRFRun.Name = "nudRFRun" - Me.nudRFRun.Size = New System.Drawing.Size(170, 39) + Me.nudRFRun.Size = New System.Drawing.Size(194, 46) Me.nudRFRun.TabIndex = 102 Me.nudRFRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudRFRun.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -4888,18 +5238,20 @@ Partial Class Main_Form 'lbRFRun ' Me.lbRFRun.AutoSize = True - Me.lbRFRun.Location = New System.Drawing.Point(22, 11) + Me.lbRFRun.Location = New System.Drawing.Point(25, 14) Me.lbRFRun.Name = "lbRFRun" - Me.lbRFRun.Size = New System.Drawing.Size(88, 24) + Me.lbRFRun.Size = New System.Drawing.Size(113, 32) Me.lbRFRun.TabIndex = 0 Me.lbRFRun.Text = "동작 시간" ' 'gbRFDelay ' Me.gbRFDelay.Controls.Add(Me.pnRFDelay) - Me.gbRFDelay.Location = New System.Drawing.Point(5, 111) + Me.gbRFDelay.Location = New System.Drawing.Point(6, 139) + Me.gbRFDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFDelay.Name = "gbRFDelay" - Me.gbRFDelay.Size = New System.Drawing.Size(300, 80) + Me.gbRFDelay.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFDelay.Size = New System.Drawing.Size(343, 100) Me.gbRFDelay.TabIndex = 101 Me.gbRFDelay.TabStop = False Me.gbRFDelay.Text = "Delay 설정" @@ -4908,17 +5260,19 @@ Partial Class Main_Form ' Me.pnRFDelay.Controls.Add(Me.txbRFDelay) Me.pnRFDelay.Controls.Add(Me.lbRFDelay) - Me.pnRFDelay.Location = New System.Drawing.Point(6, 29) + Me.pnRFDelay.Location = New System.Drawing.Point(7, 36) + Me.pnRFDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFDelay.Name = "pnRFDelay" - Me.pnRFDelay.Size = New System.Drawing.Size(291, 45) + Me.pnRFDelay.Size = New System.Drawing.Size(333, 56) Me.pnRFDelay.TabIndex = 102 ' 'txbRFDelay ' Me.txbRFDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFDelay.Location = New System.Drawing.Point(114, 3) + Me.txbRFDelay.Location = New System.Drawing.Point(130, 4) + Me.txbRFDelay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFDelay.Name = "txbRFDelay" - Me.txbRFDelay.Size = New System.Drawing.Size(171, 39) + Me.txbRFDelay.Size = New System.Drawing.Size(195, 46) Me.txbRFDelay.TabIndex = 3 Me.txbRFDelay.Text = "0.000005" Me.txbRFDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -4926,18 +5280,20 @@ Partial Class Main_Form 'lbRFDelay ' Me.lbRFDelay.AutoSize = True - Me.lbRFDelay.Location = New System.Drawing.Point(48, 12) + Me.lbRFDelay.Location = New System.Drawing.Point(55, 15) Me.lbRFDelay.Name = "lbRFDelay" - Me.lbRFDelay.Size = New System.Drawing.Size(60, 24) + Me.lbRFDelay.Size = New System.Drawing.Size(78, 32) Me.lbRFDelay.TabIndex = 0 Me.lbRFDelay.Text = "Delay" ' 'gbRFTrgLv ' Me.gbRFTrgLv.Controls.Add(Me.pnRFTrgLv) - Me.gbRFTrgLv.Location = New System.Drawing.Point(5, 193) + Me.gbRFTrgLv.Location = New System.Drawing.Point(6, 241) + Me.gbRFTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFTrgLv.Name = "gbRFTrgLv" - Me.gbRFTrgLv.Size = New System.Drawing.Size(300, 90) + Me.gbRFTrgLv.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFTrgLv.Size = New System.Drawing.Size(343, 112) Me.gbRFTrgLv.TabIndex = 106 Me.gbRFTrgLv.TabStop = False Me.gbRFTrgLv.Text = "Trigger Level" @@ -4946,28 +5302,30 @@ Partial Class Main_Form ' Me.pnRFTrgLv.Controls.Add(Me.nudRFTrgLv) Me.pnRFTrgLv.Controls.Add(Me.lbRFTrgLv) - Me.pnRFTrgLv.Location = New System.Drawing.Point(6, 34) + Me.pnRFTrgLv.Location = New System.Drawing.Point(7, 42) + Me.pnRFTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFTrgLv.Name = "pnRFTrgLv" - Me.pnRFTrgLv.Size = New System.Drawing.Size(291, 47) + Me.pnRFTrgLv.Size = New System.Drawing.Size(333, 59) Me.pnRFTrgLv.TabIndex = 102 ' 'nudRFTrgLv ' Me.nudRFTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudRFTrgLv.Location = New System.Drawing.Point(115, 3) + Me.nudRFTrgLv.Location = New System.Drawing.Point(131, 4) + Me.nudRFTrgLv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudRFTrgLv.Maximum = New Decimal(New Integer() {30, 0, 0, 0}) Me.nudRFTrgLv.Minimum = New Decimal(New Integer() {30, 0, 0, -2147483648}) Me.nudRFTrgLv.Name = "nudRFTrgLv" - Me.nudRFTrgLv.Size = New System.Drawing.Size(170, 39) + Me.nudRFTrgLv.Size = New System.Drawing.Size(194, 46) Me.nudRFTrgLv.TabIndex = 102 Me.nudRFTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRFTrgLv ' Me.lbRFTrgLv.AutoSize = True - Me.lbRFTrgLv.Location = New System.Drawing.Point(47, 11) + Me.lbRFTrgLv.Location = New System.Drawing.Point(54, 14) Me.lbRFTrgLv.Name = "lbRFTrgLv" - Me.lbRFTrgLv.Size = New System.Drawing.Size(58, 24) + Me.lbRFTrgLv.Size = New System.Drawing.Size(76, 32) Me.lbRFTrgLv.TabIndex = 0 Me.lbRFTrgLv.Text = "Level" ' @@ -4976,9 +5334,11 @@ Partial Class Main_Form Me.gbRFTrig.BackColor = System.Drawing.SystemColors.ActiveBorder Me.gbRFTrig.Controls.Add(Me.rdbRFtrNormal) Me.gbRFTrig.Controls.Add(Me.rdbRFTrAuto) - Me.gbRFTrig.Location = New System.Drawing.Point(6, 80) + Me.gbRFTrig.Location = New System.Drawing.Point(7, 100) + Me.gbRFTrig.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFTrig.Name = "gbRFTrig" - Me.gbRFTrig.Size = New System.Drawing.Size(300, 63) + Me.gbRFTrig.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFTrig.Size = New System.Drawing.Size(343, 79) Me.gbRFTrig.TabIndex = 99 Me.gbRFTrig.TabStop = False Me.gbRFTrig.Text = "트리거 모드" @@ -4987,9 +5347,10 @@ Partial Class Main_Form ' Me.rdbRFtrNormal.AutoSize = True Me.rdbRFtrNormal.Checked = True - Me.rdbRFtrNormal.Location = New System.Drawing.Point(160, 24) + Me.rdbRFtrNormal.Location = New System.Drawing.Point(183, 30) + Me.rdbRFtrNormal.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbRFtrNormal.Name = "rdbRFtrNormal" - Me.rdbRFtrNormal.Size = New System.Drawing.Size(95, 28) + Me.rdbRFtrNormal.Size = New System.Drawing.Size(121, 36) Me.rdbRFtrNormal.TabIndex = 1 Me.rdbRFtrNormal.TabStop = True Me.rdbRFtrNormal.Text = "Normal" @@ -4998,9 +5359,10 @@ Partial Class Main_Form 'rdbRFTrAuto ' Me.rdbRFTrAuto.AutoSize = True - Me.rdbRFTrAuto.Location = New System.Drawing.Point(46, 24) + Me.rdbRFTrAuto.Location = New System.Drawing.Point(53, 30) + Me.rdbRFTrAuto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbRFTrAuto.Name = "rdbRFTrAuto" - Me.rdbRFTrAuto.Size = New System.Drawing.Size(71, 28) + Me.rdbRFTrAuto.Size = New System.Drawing.Size(90, 36) Me.rdbRFTrAuto.TabIndex = 0 Me.rdbRFTrAuto.Text = "Auto" Me.rdbRFTrAuto.UseVisualStyleBackColor = True @@ -5009,19 +5371,21 @@ Partial Class Main_Form ' Me.pnRFCh.Controls.Add(Me.nudRFCh) Me.pnRFCh.Controls.Add(Me.lbRFCh) - Me.pnRFCh.Location = New System.Drawing.Point(10, 29) + Me.pnRFCh.Location = New System.Drawing.Point(11, 36) + Me.pnRFCh.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFCh.Name = "pnRFCh" - Me.pnRFCh.Size = New System.Drawing.Size(291, 45) + Me.pnRFCh.Size = New System.Drawing.Size(333, 56) Me.pnRFCh.TabIndex = 102 ' 'nudRFCh ' Me.nudRFCh.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudRFCh.Location = New System.Drawing.Point(112, 3) + Me.nudRFCh.Location = New System.Drawing.Point(128, 4) + Me.nudRFCh.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudRFCh.Maximum = New Decimal(New Integer() {2, 0, 0, 0}) Me.nudRFCh.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudRFCh.Name = "nudRFCh" - Me.nudRFCh.Size = New System.Drawing.Size(171, 39) + Me.nudRFCh.Size = New System.Drawing.Size(195, 46) Me.nudRFCh.TabIndex = 102 Me.nudRFCh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudRFCh.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -5029,9 +5393,9 @@ Partial Class Main_Form 'lbRFCh ' Me.lbRFCh.AutoSize = True - Me.lbRFCh.Location = New System.Drawing.Point(14, 12) + Me.lbRFCh.Location = New System.Drawing.Point(16, 15) Me.lbRFCh.Name = "lbRFCh" - Me.lbRFCh.Size = New System.Drawing.Size(88, 24) + Me.lbRFCh.Size = New System.Drawing.Size(113, 32) Me.lbRFCh.TabIndex = 0 Me.lbRFCh.Text = "사용 채널" ' @@ -5039,9 +5403,11 @@ Partial Class Main_Form ' Me.gbRFUS.Controls.Add(Me.pnRFScale) Me.gbRFUS.Controls.Add(Me.pnRFUnit) - Me.gbRFUS.Location = New System.Drawing.Point(320, 17) + Me.gbRFUS.Location = New System.Drawing.Point(366, 21) + Me.gbRFUS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFUS.Name = "gbRFUS" - Me.gbRFUS.Size = New System.Drawing.Size(311, 126) + Me.gbRFUS.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFUS.Size = New System.Drawing.Size(355, 158) Me.gbRFUS.TabIndex = 100 Me.gbRFUS.TabStop = False Me.gbRFUS.Text = "Unit & Scale 설정" @@ -5050,17 +5416,19 @@ Partial Class Main_Form ' Me.pnRFScale.Controls.Add(Me.nudRFScale) Me.pnRFScale.Controls.Add(Me.lbRFScale) - Me.pnRFScale.Location = New System.Drawing.Point(11, 63) + Me.pnRFScale.Location = New System.Drawing.Point(13, 79) + Me.pnRFScale.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFScale.Name = "pnRFScale" - Me.pnRFScale.Size = New System.Drawing.Size(291, 45) + Me.pnRFScale.Size = New System.Drawing.Size(333, 56) Me.pnRFScale.TabIndex = 102 ' 'nudRFScale ' Me.nudRFScale.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.nudRFScale.Location = New System.Drawing.Point(117, 4) + Me.nudRFScale.Location = New System.Drawing.Point(134, 5) + Me.nudRFScale.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudRFScale.Name = "nudRFScale" - Me.nudRFScale.Size = New System.Drawing.Size(171, 39) + Me.nudRFScale.Size = New System.Drawing.Size(195, 46) Me.nudRFScale.TabIndex = 101 Me.nudRFScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudRFScale.Value = New Decimal(New Integer() {20, 0, 0, 0}) @@ -5068,9 +5436,9 @@ Partial Class Main_Form 'lbRFScale ' Me.lbRFScale.AutoSize = True - Me.lbRFScale.Location = New System.Drawing.Point(50, 12) + Me.lbRFScale.Location = New System.Drawing.Point(57, 15) Me.lbRFScale.Name = "lbRFScale" - Me.lbRFScale.Size = New System.Drawing.Size(58, 24) + Me.lbRFScale.Size = New System.Drawing.Size(76, 32) Me.lbRFScale.TabIndex = 0 Me.lbRFScale.Text = "Scale" ' @@ -5080,26 +5448,28 @@ Partial Class Main_Form Me.pnRFUnit.Controls.Add(Me.lbRFUnit) Me.pnRFUnit.Controls.Add(Me.rdbRFUnitA) Me.pnRFUnit.Controls.Add(Me.rdbRFUnitV) - Me.pnRFUnit.Location = New System.Drawing.Point(11, 31) + Me.pnRFUnit.Location = New System.Drawing.Point(13, 39) + Me.pnRFUnit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFUnit.Name = "pnRFUnit" - Me.pnRFUnit.Size = New System.Drawing.Size(291, 35) + Me.pnRFUnit.Size = New System.Drawing.Size(333, 44) Me.pnRFUnit.TabIndex = 101 ' 'lbRFUnit ' Me.lbRFUnit.AutoSize = True - Me.lbRFUnit.Location = New System.Drawing.Point(23, 4) + Me.lbRFUnit.Location = New System.Drawing.Point(26, 5) Me.lbRFUnit.Name = "lbRFUnit" - Me.lbRFUnit.Size = New System.Drawing.Size(48, 24) + Me.lbRFUnit.Size = New System.Drawing.Size(63, 32) Me.lbRFUnit.TabIndex = 0 Me.lbRFUnit.Text = "Unit" ' 'rdbRFUnitA ' Me.rdbRFUnitA.AutoSize = True - Me.rdbRFUnitA.Location = New System.Drawing.Point(176, 3) + Me.rdbRFUnitA.Location = New System.Drawing.Point(201, 4) + Me.rdbRFUnitA.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbRFUnitA.Name = "rdbRFUnitA" - Me.rdbRFUnitA.Size = New System.Drawing.Size(98, 28) + Me.rdbRFUnitA.Size = New System.Drawing.Size(125, 36) Me.rdbRFUnitA.TabIndex = 1 Me.rdbRFUnitA.Text = "Ampere" Me.rdbRFUnitA.UseVisualStyleBackColor = True @@ -5108,9 +5478,10 @@ Partial Class Main_Form ' Me.rdbRFUnitV.AutoSize = True Me.rdbRFUnitV.Checked = True - Me.rdbRFUnitV.Location = New System.Drawing.Point(95, 3) + Me.rdbRFUnitV.Location = New System.Drawing.Point(109, 4) + Me.rdbRFUnitV.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbRFUnitV.Name = "rdbRFUnitV" - Me.rdbRFUnitV.Size = New System.Drawing.Size(62, 28) + Me.rdbRFUnitV.Size = New System.Drawing.Size(80, 36) Me.rdbRFUnitV.TabIndex = 0 Me.rdbRFUnitV.TabStop = True Me.rdbRFUnitV.Text = "Volt" @@ -5122,9 +5493,11 @@ Partial Class Main_Form Me.gbChkPoint.Controls.Add(Me.pnStandard_Al) Me.gbChkPoint.Controls.Add(Me.pnStandard_Max) Me.gbChkPoint.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbChkPoint.Location = New System.Drawing.Point(651, 312) + Me.gbChkPoint.Location = New System.Drawing.Point(744, 390) + Me.gbChkPoint.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbChkPoint.Name = "gbChkPoint" - Me.gbChkPoint.Size = New System.Drawing.Size(1245, 682) + Me.gbChkPoint.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbChkPoint.Size = New System.Drawing.Size(1423, 852) Me.gbChkPoint.TabIndex = 124 Me.gbChkPoint.TabStop = False Me.gbChkPoint.Text = "판정 기준" @@ -5138,9 +5511,10 @@ Partial Class Main_Form Me.pnStandard_Al.Controls.Add(Me.gbOpBat_AL) Me.pnStandard_Al.Controls.Add(Me.gbRFsort_AL) Me.pnStandard_Al.Controls.Add(Me.gbFirmVer_AL) - Me.pnStandard_Al.Location = New System.Drawing.Point(5, 40) + Me.pnStandard_Al.Location = New System.Drawing.Point(6, 50) + Me.pnStandard_Al.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStandard_Al.Name = "pnStandard_Al" - Me.pnStandard_Al.Size = New System.Drawing.Size(1140, 600) + Me.pnStandard_Al.Size = New System.Drawing.Size(1303, 750) Me.pnStandard_Al.TabIndex = 115 ' 'gbDSStandard @@ -5149,9 +5523,11 @@ Partial Class Main_Form Me.gbDSStandard.Controls.Add(Me.gbDSbat_st) Me.gbDSStandard.Controls.Add(Me.gbDSTmp_st) Me.gbDSStandard.Controls.Add(Me.gbDShf_st) - Me.gbDSStandard.Location = New System.Drawing.Point(0, 370) + Me.gbDSStandard.Location = New System.Drawing.Point(0, 462) + Me.gbDSStandard.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSStandard.Name = "gbDSStandard" - Me.gbDSStandard.Size = New System.Drawing.Size(1137, 229) + Me.gbDSStandard.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSStandard.Size = New System.Drawing.Size(1299, 286) Me.gbDSStandard.TabIndex = 117 Me.gbDSStandard.TabStop = False Me.gbDSStandard.Text = "DUALSONIC" @@ -5160,9 +5536,11 @@ Partial Class Main_Form ' Me.gbDSfw_st.Controls.Add(Me.pnDSfw_st) Me.gbDSfw_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbDSfw_st.Location = New System.Drawing.Point(6, 46) + Me.gbDSfw_st.Location = New System.Drawing.Point(7, 58) + Me.gbDSfw_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSfw_st.Name = "gbDSfw_st" - Me.gbDSfw_st.Size = New System.Drawing.Size(275, 75) + Me.gbDSfw_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSfw_st.Size = New System.Drawing.Size(314, 94) Me.gbDSfw_st.TabIndex = 119 Me.gbDSfw_st.TabStop = False Me.gbDSfw_st.Text = "FormWare Version" @@ -5171,17 +5549,19 @@ Partial Class Main_Form ' Me.pnDSfw_st.Controls.Add(Me.txbDSfw_st) Me.pnDSfw_st.Controls.Add(Me.lbDSfw_st) - Me.pnDSfw_st.Location = New System.Drawing.Point(6, 25) + Me.pnDSfw_st.Location = New System.Drawing.Point(7, 31) + Me.pnDSfw_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSfw_st.Name = "pnDSfw_st" - Me.pnDSfw_st.Size = New System.Drawing.Size(263, 45) + Me.pnDSfw_st.Size = New System.Drawing.Size(301, 56) Me.pnDSfw_st.TabIndex = 4 ' 'txbDSfw_st ' Me.txbDSfw_st.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSfw_st.Location = New System.Drawing.Point(114, 2) + Me.txbDSfw_st.Location = New System.Drawing.Point(130, 2) + Me.txbDSfw_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSfw_st.Name = "txbDSfw_st" - Me.txbDSfw_st.Size = New System.Drawing.Size(146, 39) + Me.txbDSfw_st.Size = New System.Drawing.Size(166, 46) Me.txbDSfw_st.TabIndex = 2 Me.txbDSfw_st.Text = "1.0.8" Me.txbDSfw_st.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5190,9 +5570,9 @@ Partial Class Main_Form ' Me.lbDSfw_st.AutoSize = True Me.lbDSfw_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSfw_st.Location = New System.Drawing.Point(27, 11) + Me.lbDSfw_st.Location = New System.Drawing.Point(31, 14) Me.lbDSfw_st.Name = "lbDSfw_st" - Me.lbDSfw_st.Size = New System.Drawing.Size(77, 24) + Me.lbDSfw_st.Size = New System.Drawing.Size(101, 32) Me.lbDSfw_st.TabIndex = 0 Me.lbDSfw_st.Text = "Version" ' @@ -5201,9 +5581,11 @@ Partial Class Main_Form Me.gbDSbat_st.Controls.Add(Me.pnDSbat_stMax) Me.gbDSbat_st.Controls.Add(Me.pnDSbat_stMin) Me.gbDSbat_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbDSbat_st.Location = New System.Drawing.Point(8, 127) + Me.gbDSbat_st.Location = New System.Drawing.Point(9, 159) + Me.gbDSbat_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSbat_st.Name = "gbDSbat_st" - Me.gbDSbat_st.Size = New System.Drawing.Size(275, 75) + Me.gbDSbat_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSbat_st.Size = New System.Drawing.Size(314, 94) Me.gbDSbat_st.TabIndex = 118 Me.gbDSbat_st.TabStop = False Me.gbDSbat_st.Text = "Battery Level" @@ -5212,17 +5594,19 @@ Partial Class Main_Form ' Me.pnDSbat_stMax.Controls.Add(Me.txbDSbat_stMax) Me.pnDSbat_stMax.Controls.Add(Me.lbDSbat_stMax) - Me.pnDSbat_stMax.Location = New System.Drawing.Point(137, 25) + Me.pnDSbat_stMax.Location = New System.Drawing.Point(157, 31) + Me.pnDSbat_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSbat_stMax.Name = "pnDSbat_stMax" - Me.pnDSbat_stMax.Size = New System.Drawing.Size(132, 45) + Me.pnDSbat_stMax.Size = New System.Drawing.Size(151, 56) Me.pnDSbat_stMax.TabIndex = 11 ' 'txbDSbat_stMax ' Me.txbDSbat_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSbat_stMax.Location = New System.Drawing.Point(49, 2) + Me.txbDSbat_stMax.Location = New System.Drawing.Point(56, 2) + Me.txbDSbat_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSbat_stMax.Name = "txbDSbat_stMax" - Me.txbDSbat_stMax.Size = New System.Drawing.Size(80, 39) + Me.txbDSbat_stMax.Size = New System.Drawing.Size(91, 46) Me.txbDSbat_stMax.TabIndex = 2 Me.txbDSbat_stMax.Text = "4.0" Me.txbDSbat_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5231,9 +5615,9 @@ Partial Class Main_Form ' Me.lbDSbat_stMax.AutoSize = True Me.lbDSbat_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSbat_stMax.Location = New System.Drawing.Point(4, 11) + Me.lbDSbat_stMax.Location = New System.Drawing.Point(5, 14) Me.lbDSbat_stMax.Name = "lbDSbat_stMax" - Me.lbDSbat_stMax.Size = New System.Drawing.Size(47, 24) + Me.lbDSbat_stMax.Size = New System.Drawing.Size(61, 32) Me.lbDSbat_stMax.TabIndex = 0 Me.lbDSbat_stMax.Text = "Max" ' @@ -5241,17 +5625,19 @@ Partial Class Main_Form ' Me.pnDSbat_stMin.Controls.Add(Me.txbDSbat_stMin) Me.pnDSbat_stMin.Controls.Add(Me.lbDSbat_stMin) - Me.pnDSbat_stMin.Location = New System.Drawing.Point(6, 25) + Me.pnDSbat_stMin.Location = New System.Drawing.Point(7, 31) + Me.pnDSbat_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSbat_stMin.Name = "pnDSbat_stMin" - Me.pnDSbat_stMin.Size = New System.Drawing.Size(130, 45) + Me.pnDSbat_stMin.Size = New System.Drawing.Size(149, 56) Me.pnDSbat_stMin.TabIndex = 10 ' 'txbDSbat_stMin ' Me.txbDSbat_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSbat_stMin.Location = New System.Drawing.Point(48, 2) + Me.txbDSbat_stMin.Location = New System.Drawing.Point(55, 2) + Me.txbDSbat_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSbat_stMin.Name = "txbDSbat_stMin" - Me.txbDSbat_stMin.Size = New System.Drawing.Size(80, 39) + Me.txbDSbat_stMin.Size = New System.Drawing.Size(91, 46) Me.txbDSbat_stMin.TabIndex = 2 Me.txbDSbat_stMin.Text = "3.8" Me.txbDSbat_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5260,9 +5646,9 @@ Partial Class Main_Form ' Me.lbDSbat_stMin.AutoSize = True Me.lbDSbat_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSbat_stMin.Location = New System.Drawing.Point(4, 11) + Me.lbDSbat_stMin.Location = New System.Drawing.Point(5, 14) Me.lbDSbat_stMin.Name = "lbDSbat_stMin" - Me.lbDSbat_stMin.Size = New System.Drawing.Size(43, 24) + Me.lbDSbat_stMin.Size = New System.Drawing.Size(56, 32) Me.lbDSbat_stMin.TabIndex = 0 Me.lbDSbat_stMin.Text = "Min" ' @@ -5271,9 +5657,11 @@ Partial Class Main_Form Me.gbDSTmp_st.Controls.Add(Me.gbDSTmpCa_st) Me.gbDSTmp_st.Controls.Add(Me.gbDSTmpDe_st) Me.gbDSTmp_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbDSTmp_st.Location = New System.Drawing.Point(287, 22) + Me.gbDSTmp_st.Location = New System.Drawing.Point(328, 28) + Me.gbDSTmp_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSTmp_st.Name = "gbDSTmp_st" - Me.gbDSTmp_st.Size = New System.Drawing.Size(275, 200) + Me.gbDSTmp_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSTmp_st.Size = New System.Drawing.Size(314, 250) Me.gbDSTmp_st.TabIndex = 117 Me.gbDSTmp_st.TabStop = False Me.gbDSTmp_st.Text = "Temperature" @@ -5282,9 +5670,11 @@ Partial Class Main_Form ' Me.gbDSTmpCa_st.Controls.Add(Me.pnDSTmpCa_stMax) Me.gbDSTmpCa_st.Controls.Add(Me.pnDSTmpCa_stMin) - Me.gbDSTmpCa_st.Location = New System.Drawing.Point(2, 105) + Me.gbDSTmpCa_st.Location = New System.Drawing.Point(2, 131) + Me.gbDSTmpCa_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSTmpCa_st.Name = "gbDSTmpCa_st" - Me.gbDSTmpCa_st.Size = New System.Drawing.Size(271, 81) + Me.gbDSTmpCa_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSTmpCa_st.Size = New System.Drawing.Size(310, 101) Me.gbDSTmpCa_st.TabIndex = 10 Me.gbDSTmpCa_st.TabStop = False Me.gbDSTmpCa_st.Text = "Cartridge" @@ -5293,17 +5683,19 @@ Partial Class Main_Form ' Me.pnDSTmpCa_stMax.Controls.Add(Me.txbDSTmpCa_stMax) Me.pnDSTmpCa_stMax.Controls.Add(Me.lbDSTmpCa_stMax) - Me.pnDSTmpCa_stMax.Location = New System.Drawing.Point(137, 25) + Me.pnDSTmpCa_stMax.Location = New System.Drawing.Point(157, 31) + Me.pnDSTmpCa_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSTmpCa_stMax.Name = "pnDSTmpCa_stMax" - Me.pnDSTmpCa_stMax.Size = New System.Drawing.Size(132, 45) + Me.pnDSTmpCa_stMax.Size = New System.Drawing.Size(151, 56) Me.pnDSTmpCa_stMax.TabIndex = 9 ' 'txbDSTmpCa_stMax ' Me.txbDSTmpCa_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSTmpCa_stMax.Location = New System.Drawing.Point(49, 2) + Me.txbDSTmpCa_stMax.Location = New System.Drawing.Point(56, 2) + Me.txbDSTmpCa_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSTmpCa_stMax.Name = "txbDSTmpCa_stMax" - Me.txbDSTmpCa_stMax.Size = New System.Drawing.Size(80, 39) + Me.txbDSTmpCa_stMax.Size = New System.Drawing.Size(91, 46) Me.txbDSTmpCa_stMax.TabIndex = 2 Me.txbDSTmpCa_stMax.Text = "30" Me.txbDSTmpCa_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5312,9 +5704,9 @@ Partial Class Main_Form ' Me.lbDSTmpCa_stMax.AutoSize = True Me.lbDSTmpCa_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSTmpCa_stMax.Location = New System.Drawing.Point(4, 11) + Me.lbDSTmpCa_stMax.Location = New System.Drawing.Point(5, 14) Me.lbDSTmpCa_stMax.Name = "lbDSTmpCa_stMax" - Me.lbDSTmpCa_stMax.Size = New System.Drawing.Size(47, 24) + Me.lbDSTmpCa_stMax.Size = New System.Drawing.Size(61, 32) Me.lbDSTmpCa_stMax.TabIndex = 0 Me.lbDSTmpCa_stMax.Text = "Max" ' @@ -5322,17 +5714,19 @@ Partial Class Main_Form ' Me.pnDSTmpCa_stMin.Controls.Add(Me.txbDSTmpCa_stMin) Me.pnDSTmpCa_stMin.Controls.Add(Me.lbDSTmpCa_stMin) - Me.pnDSTmpCa_stMin.Location = New System.Drawing.Point(4, 25) + Me.pnDSTmpCa_stMin.Location = New System.Drawing.Point(5, 31) + Me.pnDSTmpCa_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSTmpCa_stMin.Name = "pnDSTmpCa_stMin" - Me.pnDSTmpCa_stMin.Size = New System.Drawing.Size(130, 45) + Me.pnDSTmpCa_stMin.Size = New System.Drawing.Size(149, 56) Me.pnDSTmpCa_stMin.TabIndex = 5 ' 'txbDSTmpCa_stMin ' Me.txbDSTmpCa_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSTmpCa_stMin.Location = New System.Drawing.Point(48, 2) + Me.txbDSTmpCa_stMin.Location = New System.Drawing.Point(55, 2) + Me.txbDSTmpCa_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSTmpCa_stMin.Name = "txbDSTmpCa_stMin" - Me.txbDSTmpCa_stMin.Size = New System.Drawing.Size(80, 39) + Me.txbDSTmpCa_stMin.Size = New System.Drawing.Size(91, 46) Me.txbDSTmpCa_stMin.TabIndex = 2 Me.txbDSTmpCa_stMin.Text = "20" Me.txbDSTmpCa_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5341,9 +5735,9 @@ Partial Class Main_Form ' Me.lbDSTmpCa_stMin.AutoSize = True Me.lbDSTmpCa_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSTmpCa_stMin.Location = New System.Drawing.Point(4, 11) + Me.lbDSTmpCa_stMin.Location = New System.Drawing.Point(5, 14) Me.lbDSTmpCa_stMin.Name = "lbDSTmpCa_stMin" - Me.lbDSTmpCa_stMin.Size = New System.Drawing.Size(43, 24) + Me.lbDSTmpCa_stMin.Size = New System.Drawing.Size(56, 32) Me.lbDSTmpCa_stMin.TabIndex = 0 Me.lbDSTmpCa_stMin.Text = "Min" ' @@ -5351,9 +5745,11 @@ Partial Class Main_Form ' Me.gbDSTmpDe_st.Controls.Add(Me.pnDSTmpDe_stMax) Me.gbDSTmpDe_st.Controls.Add(Me.pnDSTmpDe_stMin) - Me.gbDSTmpDe_st.Location = New System.Drawing.Point(2, 23) + Me.gbDSTmpDe_st.Location = New System.Drawing.Point(2, 29) + Me.gbDSTmpDe_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSTmpDe_st.Name = "gbDSTmpDe_st" - Me.gbDSTmpDe_st.Size = New System.Drawing.Size(271, 81) + Me.gbDSTmpDe_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSTmpDe_st.Size = New System.Drawing.Size(310, 101) Me.gbDSTmpDe_st.TabIndex = 9 Me.gbDSTmpDe_st.TabStop = False Me.gbDSTmpDe_st.Text = "Device" @@ -5362,17 +5758,19 @@ Partial Class Main_Form ' Me.pnDSTmpDe_stMax.Controls.Add(Me.txbDSTmpDe_stMax) Me.pnDSTmpDe_stMax.Controls.Add(Me.lbDSTmpDe_stMax) - Me.pnDSTmpDe_stMax.Location = New System.Drawing.Point(137, 25) + Me.pnDSTmpDe_stMax.Location = New System.Drawing.Point(157, 31) + Me.pnDSTmpDe_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSTmpDe_stMax.Name = "pnDSTmpDe_stMax" - Me.pnDSTmpDe_stMax.Size = New System.Drawing.Size(132, 45) + Me.pnDSTmpDe_stMax.Size = New System.Drawing.Size(151, 56) Me.pnDSTmpDe_stMax.TabIndex = 9 ' 'txbDSTmpDe_stMax ' Me.txbDSTmpDe_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSTmpDe_stMax.Location = New System.Drawing.Point(49, 2) + Me.txbDSTmpDe_stMax.Location = New System.Drawing.Point(56, 2) + Me.txbDSTmpDe_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSTmpDe_stMax.Name = "txbDSTmpDe_stMax" - Me.txbDSTmpDe_stMax.Size = New System.Drawing.Size(80, 39) + Me.txbDSTmpDe_stMax.Size = New System.Drawing.Size(91, 46) Me.txbDSTmpDe_stMax.TabIndex = 2 Me.txbDSTmpDe_stMax.Text = "30" Me.txbDSTmpDe_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5381,9 +5779,9 @@ Partial Class Main_Form ' Me.lbDSTmpDe_stMax.AutoSize = True Me.lbDSTmpDe_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSTmpDe_stMax.Location = New System.Drawing.Point(4, 11) + Me.lbDSTmpDe_stMax.Location = New System.Drawing.Point(5, 14) Me.lbDSTmpDe_stMax.Name = "lbDSTmpDe_stMax" - Me.lbDSTmpDe_stMax.Size = New System.Drawing.Size(47, 24) + Me.lbDSTmpDe_stMax.Size = New System.Drawing.Size(61, 32) Me.lbDSTmpDe_stMax.TabIndex = 0 Me.lbDSTmpDe_stMax.Text = "Max" ' @@ -5391,17 +5789,19 @@ Partial Class Main_Form ' Me.pnDSTmpDe_stMin.Controls.Add(Me.txbDSTmpDe_stMin) Me.pnDSTmpDe_stMin.Controls.Add(Me.lbDSTmpDe_stMin) - Me.pnDSTmpDe_stMin.Location = New System.Drawing.Point(4, 25) + Me.pnDSTmpDe_stMin.Location = New System.Drawing.Point(5, 31) + Me.pnDSTmpDe_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSTmpDe_stMin.Name = "pnDSTmpDe_stMin" - Me.pnDSTmpDe_stMin.Size = New System.Drawing.Size(130, 45) + Me.pnDSTmpDe_stMin.Size = New System.Drawing.Size(149, 56) Me.pnDSTmpDe_stMin.TabIndex = 5 ' 'txbDSTmpDe_stMin ' Me.txbDSTmpDe_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSTmpDe_stMin.Location = New System.Drawing.Point(48, 2) + Me.txbDSTmpDe_stMin.Location = New System.Drawing.Point(55, 2) + Me.txbDSTmpDe_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSTmpDe_stMin.Name = "txbDSTmpDe_stMin" - Me.txbDSTmpDe_stMin.Size = New System.Drawing.Size(80, 39) + Me.txbDSTmpDe_stMin.Size = New System.Drawing.Size(91, 46) Me.txbDSTmpDe_stMin.TabIndex = 2 Me.txbDSTmpDe_stMin.Text = "20" Me.txbDSTmpDe_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5410,9 +5810,9 @@ Partial Class Main_Form ' Me.lbDSTmpDe_stMin.AutoSize = True Me.lbDSTmpDe_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSTmpDe_stMin.Location = New System.Drawing.Point(4, 11) + Me.lbDSTmpDe_stMin.Location = New System.Drawing.Point(5, 14) Me.lbDSTmpDe_stMin.Name = "lbDSTmpDe_stMin" - Me.lbDSTmpDe_stMin.Size = New System.Drawing.Size(43, 24) + Me.lbDSTmpDe_stMin.Size = New System.Drawing.Size(56, 32) Me.lbDSTmpDe_stMin.TabIndex = 0 Me.lbDSTmpDe_stMin.Text = "Min" ' @@ -5422,9 +5822,11 @@ Partial Class Main_Form Me.gbDShf_st.Controls.Add(Me.gbDShfDif_st) Me.gbDShf_st.Controls.Add(Me.gbDShfOut_st) Me.gbDShf_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbDShf_st.Location = New System.Drawing.Point(566, 22) + Me.gbDShf_st.Location = New System.Drawing.Point(647, 28) + Me.gbDShf_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDShf_st.Name = "gbDShf_st" - Me.gbDShf_st.Size = New System.Drawing.Size(571, 198) + Me.gbDShf_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDShf_st.Size = New System.Drawing.Size(653, 248) Me.gbDShf_st.TabIndex = 116 Me.gbDShf_st.TabStop = False Me.gbDShf_st.Text = "DS - HF Test" @@ -5433,9 +5835,11 @@ Partial Class Main_Form ' Me.gbDSSub.Controls.Add(Me.pnDSSub_Max) Me.gbDSSub.Controls.Add(Me.pnDSSub_Min) - Me.gbDSSub.Location = New System.Drawing.Point(294, 24) + Me.gbDSSub.Location = New System.Drawing.Point(336, 30) + Me.gbDSSub.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSSub.Name = "gbDSSub" - Me.gbDSSub.Size = New System.Drawing.Size(271, 81) + Me.gbDSSub.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSSub.Size = New System.Drawing.Size(310, 101) Me.gbDSSub.TabIndex = 11 Me.gbDSSub.TabStop = False Me.gbDSSub.Text = "6900/7100 출력값" @@ -5444,17 +5848,19 @@ Partial Class Main_Form ' Me.pnDSSub_Max.Controls.Add(Me.txbDSSub_Max) Me.pnDSSub_Max.Controls.Add(Me.lbDSSub_Max) - Me.pnDSSub_Max.Location = New System.Drawing.Point(137, 25) + Me.pnDSSub_Max.Location = New System.Drawing.Point(157, 31) + Me.pnDSSub_Max.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSSub_Max.Name = "pnDSSub_Max" - Me.pnDSSub_Max.Size = New System.Drawing.Size(132, 45) + Me.pnDSSub_Max.Size = New System.Drawing.Size(151, 56) Me.pnDSSub_Max.TabIndex = 9 ' 'txbDSSub_Max ' Me.txbDSSub_Max.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSSub_Max.Location = New System.Drawing.Point(49, 2) + Me.txbDSSub_Max.Location = New System.Drawing.Point(56, 2) + Me.txbDSSub_Max.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSSub_Max.Name = "txbDSSub_Max" - Me.txbDSSub_Max.Size = New System.Drawing.Size(80, 39) + Me.txbDSSub_Max.Size = New System.Drawing.Size(91, 46) Me.txbDSSub_Max.TabIndex = 2 Me.txbDSSub_Max.Text = "19" Me.txbDSSub_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5463,9 +5869,9 @@ Partial Class Main_Form ' Me.lbDSSub_Max.AutoSize = True Me.lbDSSub_Max.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSSub_Max.Location = New System.Drawing.Point(4, 11) + Me.lbDSSub_Max.Location = New System.Drawing.Point(5, 14) Me.lbDSSub_Max.Name = "lbDSSub_Max" - Me.lbDSSub_Max.Size = New System.Drawing.Size(47, 24) + Me.lbDSSub_Max.Size = New System.Drawing.Size(61, 32) Me.lbDSSub_Max.TabIndex = 0 Me.lbDSSub_Max.Text = "Max" ' @@ -5473,17 +5879,19 @@ Partial Class Main_Form ' Me.pnDSSub_Min.Controls.Add(Me.txbDSSub_Min) Me.pnDSSub_Min.Controls.Add(Me.lbDSSub_Min) - Me.pnDSSub_Min.Location = New System.Drawing.Point(4, 25) + Me.pnDSSub_Min.Location = New System.Drawing.Point(5, 31) + Me.pnDSSub_Min.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSSub_Min.Name = "pnDSSub_Min" - Me.pnDSSub_Min.Size = New System.Drawing.Size(130, 45) + Me.pnDSSub_Min.Size = New System.Drawing.Size(149, 56) Me.pnDSSub_Min.TabIndex = 5 ' 'txbDSSub_Min ' Me.txbDSSub_Min.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSSub_Min.Location = New System.Drawing.Point(48, 2) + Me.txbDSSub_Min.Location = New System.Drawing.Point(55, 2) + Me.txbDSSub_Min.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSSub_Min.Name = "txbDSSub_Min" - Me.txbDSSub_Min.Size = New System.Drawing.Size(80, 39) + Me.txbDSSub_Min.Size = New System.Drawing.Size(91, 46) Me.txbDSSub_Min.TabIndex = 2 Me.txbDSSub_Min.Text = "17.3" Me.txbDSSub_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5492,18 +5900,20 @@ Partial Class Main_Form ' Me.lbDSSub_Min.AutoSize = True Me.lbDSSub_Min.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSSub_Min.Location = New System.Drawing.Point(4, 11) + Me.lbDSSub_Min.Location = New System.Drawing.Point(5, 14) Me.lbDSSub_Min.Name = "lbDSSub_Min" - Me.lbDSSub_Min.Size = New System.Drawing.Size(43, 24) + Me.lbDSSub_Min.Size = New System.Drawing.Size(56, 32) Me.lbDSSub_Min.TabIndex = 0 Me.lbDSSub_Min.Text = "Min" ' 'gbDShfDif_st ' Me.gbDShfDif_st.Controls.Add(Me.pnDShfDif_st) - Me.gbDShfDif_st.Location = New System.Drawing.Point(2, 105) + Me.gbDShfDif_st.Location = New System.Drawing.Point(2, 131) + Me.gbDShfDif_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDShfDif_st.Name = "gbDShfDif_st" - Me.gbDShfDif_st.Size = New System.Drawing.Size(271, 81) + Me.gbDShfDif_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDShfDif_st.Size = New System.Drawing.Size(310, 101) Me.gbDShfDif_st.TabIndex = 10 Me.gbDShfDif_st.TabStop = False Me.gbDShfDif_st.Text = "6900/7000 차이값" @@ -5513,27 +5923,29 @@ Partial Class Main_Form Me.pnDShfDif_st.Controls.Add(Me.lbDShfDif_st2) Me.pnDShfDif_st.Controls.Add(Me.txbDShfDif_st) Me.pnDShfDif_st.Controls.Add(Me.lbDShfDif_st1) - Me.pnDShfDif_st.Location = New System.Drawing.Point(4, 25) + Me.pnDShfDif_st.Location = New System.Drawing.Point(5, 31) + Me.pnDShfDif_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDShfDif_st.Name = "pnDShfDif_st" - Me.pnDShfDif_st.Size = New System.Drawing.Size(265, 45) + Me.pnDShfDif_st.Size = New System.Drawing.Size(303, 56) Me.pnDShfDif_st.TabIndex = 5 ' 'lbDShfDif_st2 ' Me.lbDShfDif_st2.AutoSize = True Me.lbDShfDif_st2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDShfDif_st2.Location = New System.Drawing.Point(188, 11) + Me.lbDShfDif_st2.Location = New System.Drawing.Point(215, 14) Me.lbDShfDif_st2.Name = "lbDShfDif_st2" - Me.lbDShfDif_st2.Size = New System.Drawing.Size(69, 24) + Me.lbDShfDif_st2.Size = New System.Drawing.Size(89, 32) Me.lbDShfDif_st2.TabIndex = 112 Me.lbDShfDif_st2.Text = "W 미만" ' 'txbDShfDif_st ' Me.txbDShfDif_st.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDShfDif_st.Location = New System.Drawing.Point(48, 2) + Me.txbDShfDif_st.Location = New System.Drawing.Point(55, 2) + Me.txbDShfDif_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDShfDif_st.Name = "txbDShfDif_st" - Me.txbDShfDif_st.Size = New System.Drawing.Size(137, 39) + Me.txbDShfDif_st.Size = New System.Drawing.Size(156, 46) Me.txbDShfDif_st.TabIndex = 2 Me.txbDShfDif_st.Text = "1" Me.txbDShfDif_st.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5542,9 +5954,9 @@ Partial Class Main_Form ' Me.lbDShfDif_st1.AutoSize = True Me.lbDShfDif_st1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDShfDif_st1.Location = New System.Drawing.Point(4, 11) + Me.lbDShfDif_st1.Location = New System.Drawing.Point(5, 14) Me.lbDShfDif_st1.Name = "lbDShfDif_st1" - Me.lbDShfDif_st1.Size = New System.Drawing.Size(46, 24) + Me.lbDShfDif_st1.Size = New System.Drawing.Size(60, 32) Me.lbDShfDif_st1.TabIndex = 0 Me.lbDShfDif_st1.Text = "최소" ' @@ -5552,9 +5964,11 @@ Partial Class Main_Form ' Me.gbDShfOut_st.Controls.Add(Me.pnDShfOut_stMax) Me.gbDShfOut_st.Controls.Add(Me.pnDShfOut_stMin) - Me.gbDShfOut_st.Location = New System.Drawing.Point(2, 23) + Me.gbDShfOut_st.Location = New System.Drawing.Point(2, 29) + Me.gbDShfOut_st.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDShfOut_st.Name = "gbDShfOut_st" - Me.gbDShfOut_st.Size = New System.Drawing.Size(271, 81) + Me.gbDShfOut_st.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDShfOut_st.Size = New System.Drawing.Size(310, 101) Me.gbDShfOut_st.TabIndex = 9 Me.gbDShfOut_st.TabStop = False Me.gbDShfOut_st.Text = "7000 출력값" @@ -5563,17 +5977,19 @@ Partial Class Main_Form ' Me.pnDShfOut_stMax.Controls.Add(Me.txbDShfOut_stMax) Me.pnDShfOut_stMax.Controls.Add(Me.lbDShfOut_stMax) - Me.pnDShfOut_stMax.Location = New System.Drawing.Point(137, 25) + Me.pnDShfOut_stMax.Location = New System.Drawing.Point(157, 31) + Me.pnDShfOut_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDShfOut_stMax.Name = "pnDShfOut_stMax" - Me.pnDShfOut_stMax.Size = New System.Drawing.Size(132, 45) + Me.pnDShfOut_stMax.Size = New System.Drawing.Size(151, 56) Me.pnDShfOut_stMax.TabIndex = 9 ' 'txbDShfOut_stMax ' Me.txbDShfOut_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDShfOut_stMax.Location = New System.Drawing.Point(49, 2) + Me.txbDShfOut_stMax.Location = New System.Drawing.Point(56, 2) + Me.txbDShfOut_stMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDShfOut_stMax.Name = "txbDShfOut_stMax" - Me.txbDShfOut_stMax.Size = New System.Drawing.Size(80, 39) + Me.txbDShfOut_stMax.Size = New System.Drawing.Size(91, 46) Me.txbDShfOut_stMax.TabIndex = 2 Me.txbDShfOut_stMax.Text = "19" Me.txbDShfOut_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5582,9 +5998,9 @@ Partial Class Main_Form ' Me.lbDShfOut_stMax.AutoSize = True Me.lbDShfOut_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDShfOut_stMax.Location = New System.Drawing.Point(4, 11) + Me.lbDShfOut_stMax.Location = New System.Drawing.Point(5, 14) Me.lbDShfOut_stMax.Name = "lbDShfOut_stMax" - Me.lbDShfOut_stMax.Size = New System.Drawing.Size(47, 24) + Me.lbDShfOut_stMax.Size = New System.Drawing.Size(61, 32) Me.lbDShfOut_stMax.TabIndex = 0 Me.lbDShfOut_stMax.Text = "Max" ' @@ -5592,17 +6008,19 @@ Partial Class Main_Form ' Me.pnDShfOut_stMin.Controls.Add(Me.txbDShfOut_stMin) Me.pnDShfOut_stMin.Controls.Add(Me.lbDShfOut_stMin) - Me.pnDShfOut_stMin.Location = New System.Drawing.Point(4, 25) + Me.pnDShfOut_stMin.Location = New System.Drawing.Point(5, 31) + Me.pnDShfOut_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDShfOut_stMin.Name = "pnDShfOut_stMin" - Me.pnDShfOut_stMin.Size = New System.Drawing.Size(130, 45) + Me.pnDShfOut_stMin.Size = New System.Drawing.Size(149, 56) Me.pnDShfOut_stMin.TabIndex = 5 ' 'txbDShfOut_stMin ' Me.txbDShfOut_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDShfOut_stMin.Location = New System.Drawing.Point(48, 2) + Me.txbDShfOut_stMin.Location = New System.Drawing.Point(55, 2) + Me.txbDShfOut_stMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDShfOut_stMin.Name = "txbDShfOut_stMin" - Me.txbDShfOut_stMin.Size = New System.Drawing.Size(80, 39) + Me.txbDShfOut_stMin.Size = New System.Drawing.Size(91, 46) Me.txbDShfOut_stMin.TabIndex = 2 Me.txbDShfOut_stMin.Text = "17.3" Me.txbDShfOut_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5611,9 +6029,9 @@ Partial Class Main_Form ' Me.lbDShfOut_stMin.AutoSize = True Me.lbDShfOut_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDShfOut_stMin.Location = New System.Drawing.Point(4, 11) + Me.lbDShfOut_stMin.Location = New System.Drawing.Point(5, 14) Me.lbDShfOut_stMin.Name = "lbDShfOut_stMin" - Me.lbDShfOut_stMin.Size = New System.Drawing.Size(43, 24) + Me.lbDShfOut_stMin.Size = New System.Drawing.Size(56, 32) Me.lbDShfOut_stMin.TabIndex = 0 Me.lbDShfOut_stMin.Text = "Min" ' @@ -5624,9 +6042,11 @@ Partial Class Main_Form Me.gbEPsort_AL.Controls.Add(Me.gbEPDuty1_AL) Me.gbEPsort_AL.Controls.Add(Me.gbEPVpp_AL) Me.gbEPsort_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEPsort_AL.Location = New System.Drawing.Point(575, 0) + Me.gbEPsort_AL.Location = New System.Drawing.Point(657, 0) + Me.gbEPsort_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPsort_AL.Name = "gbEPsort_AL" - Me.gbEPsort_AL.Size = New System.Drawing.Size(275, 365) + Me.gbEPsort_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPsort_AL.Size = New System.Drawing.Size(314, 456) Me.gbEPsort_AL.TabIndex = 115 Me.gbEPsort_AL.TabStop = False Me.gbEPsort_AL.Text = "EP Test" @@ -5635,9 +6055,11 @@ Partial Class Main_Form ' Me.gbEPDuty3_AL.Controls.Add(Me.pnEPDYmax3_AL) Me.gbEPDuty3_AL.Controls.Add(Me.pnEPDYmin3_AL) - Me.gbEPDuty3_AL.Location = New System.Drawing.Point(2, 279) + Me.gbEPDuty3_AL.Location = New System.Drawing.Point(2, 349) + Me.gbEPDuty3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPDuty3_AL.Name = "gbEPDuty3_AL" - Me.gbEPDuty3_AL.Size = New System.Drawing.Size(271, 81) + Me.gbEPDuty3_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPDuty3_AL.Size = New System.Drawing.Size(310, 101) Me.gbEPDuty3_AL.TabIndex = 13 Me.gbEPDuty3_AL.TabStop = False Me.gbEPDuty3_AL.Text = "Duty - Step3" @@ -5646,17 +6068,19 @@ Partial Class Main_Form ' Me.pnEPDYmax3_AL.Controls.Add(Me.txbEPDYmax3_AL) Me.pnEPDYmax3_AL.Controls.Add(Me.lbEPDYmax3_AL) - Me.pnEPDYmax3_AL.Location = New System.Drawing.Point(137, 25) + Me.pnEPDYmax3_AL.Location = New System.Drawing.Point(157, 31) + Me.pnEPDYmax3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmax3_AL.Name = "pnEPDYmax3_AL" - Me.pnEPDYmax3_AL.Size = New System.Drawing.Size(132, 45) + Me.pnEPDYmax3_AL.Size = New System.Drawing.Size(151, 56) Me.pnEPDYmax3_AL.TabIndex = 9 ' 'txbEPDYmax3_AL ' Me.txbEPDYmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmax3_AL.Location = New System.Drawing.Point(49, 2) + Me.txbEPDYmax3_AL.Location = New System.Drawing.Point(56, 2) + Me.txbEPDYmax3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmax3_AL.Name = "txbEPDYmax3_AL" - Me.txbEPDYmax3_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmax3_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmax3_AL.TabIndex = 2 Me.txbEPDYmax3_AL.Text = "7.5" Me.txbEPDYmax3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5665,9 +6089,9 @@ Partial Class Main_Form ' Me.lbEPDYmax3_AL.AutoSize = True Me.lbEPDYmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmax3_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmax3_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmax3_AL.Name = "lbEPDYmax3_AL" - Me.lbEPDYmax3_AL.Size = New System.Drawing.Size(47, 24) + Me.lbEPDYmax3_AL.Size = New System.Drawing.Size(61, 32) Me.lbEPDYmax3_AL.TabIndex = 0 Me.lbEPDYmax3_AL.Text = "Max" ' @@ -5675,17 +6099,19 @@ Partial Class Main_Form ' Me.pnEPDYmin3_AL.Controls.Add(Me.txbEPDYmin3_AL) Me.pnEPDYmin3_AL.Controls.Add(Me.lbEPDYmin3_AL) - Me.pnEPDYmin3_AL.Location = New System.Drawing.Point(4, 26) + Me.pnEPDYmin3_AL.Location = New System.Drawing.Point(5, 32) + Me.pnEPDYmin3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmin3_AL.Name = "pnEPDYmin3_AL" - Me.pnEPDYmin3_AL.Size = New System.Drawing.Size(130, 45) + Me.pnEPDYmin3_AL.Size = New System.Drawing.Size(149, 56) Me.pnEPDYmin3_AL.TabIndex = 5 ' 'txbEPDYmin3_AL ' Me.txbEPDYmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmin3_AL.Location = New System.Drawing.Point(48, 2) + Me.txbEPDYmin3_AL.Location = New System.Drawing.Point(55, 2) + Me.txbEPDYmin3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmin3_AL.Name = "txbEPDYmin3_AL" - Me.txbEPDYmin3_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmin3_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmin3_AL.TabIndex = 2 Me.txbEPDYmin3_AL.Text = "7.4" Me.txbEPDYmin3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5694,9 +6120,9 @@ Partial Class Main_Form ' Me.lbEPDYmin3_AL.AutoSize = True Me.lbEPDYmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmin3_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmin3_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmin3_AL.Name = "lbEPDYmin3_AL" - Me.lbEPDYmin3_AL.Size = New System.Drawing.Size(43, 24) + Me.lbEPDYmin3_AL.Size = New System.Drawing.Size(56, 32) Me.lbEPDYmin3_AL.TabIndex = 0 Me.lbEPDYmin3_AL.Text = "Min" ' @@ -5704,9 +6130,11 @@ Partial Class Main_Form ' Me.gbEPDuty2_AL.Controls.Add(Me.pnEPDYmax2_AL) Me.gbEPDuty2_AL.Controls.Add(Me.pnEPDYmin2_AL) - Me.gbEPDuty2_AL.Location = New System.Drawing.Point(2, 195) + Me.gbEPDuty2_AL.Location = New System.Drawing.Point(2, 244) + Me.gbEPDuty2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPDuty2_AL.Name = "gbEPDuty2_AL" - Me.gbEPDuty2_AL.Size = New System.Drawing.Size(271, 81) + Me.gbEPDuty2_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPDuty2_AL.Size = New System.Drawing.Size(310, 101) Me.gbEPDuty2_AL.TabIndex = 12 Me.gbEPDuty2_AL.TabStop = False Me.gbEPDuty2_AL.Text = "Duty - Step2" @@ -5715,17 +6143,19 @@ Partial Class Main_Form ' Me.pnEPDYmax2_AL.Controls.Add(Me.txbEPDYmax2_AL) Me.pnEPDYmax2_AL.Controls.Add(Me.lbEPDYmax2_AL) - Me.pnEPDYmax2_AL.Location = New System.Drawing.Point(137, 25) + Me.pnEPDYmax2_AL.Location = New System.Drawing.Point(157, 31) + Me.pnEPDYmax2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmax2_AL.Name = "pnEPDYmax2_AL" - Me.pnEPDYmax2_AL.Size = New System.Drawing.Size(132, 45) + Me.pnEPDYmax2_AL.Size = New System.Drawing.Size(151, 56) Me.pnEPDYmax2_AL.TabIndex = 9 ' 'txbEPDYmax2_AL ' Me.txbEPDYmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmax2_AL.Location = New System.Drawing.Point(49, 2) + Me.txbEPDYmax2_AL.Location = New System.Drawing.Point(56, 2) + Me.txbEPDYmax2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmax2_AL.Name = "txbEPDYmax2_AL" - Me.txbEPDYmax2_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmax2_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmax2_AL.TabIndex = 2 Me.txbEPDYmax2_AL.Text = "7.5" Me.txbEPDYmax2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5734,9 +6164,9 @@ Partial Class Main_Form ' Me.lbEPDYmax2_AL.AutoSize = True Me.lbEPDYmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmax2_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmax2_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmax2_AL.Name = "lbEPDYmax2_AL" - Me.lbEPDYmax2_AL.Size = New System.Drawing.Size(47, 24) + Me.lbEPDYmax2_AL.Size = New System.Drawing.Size(61, 32) Me.lbEPDYmax2_AL.TabIndex = 0 Me.lbEPDYmax2_AL.Text = "Max" ' @@ -5744,17 +6174,19 @@ Partial Class Main_Form ' Me.pnEPDYmin2_AL.Controls.Add(Me.txbEPDYmin2_AL) Me.pnEPDYmin2_AL.Controls.Add(Me.lbEPDYmin2_AL) - Me.pnEPDYmin2_AL.Location = New System.Drawing.Point(4, 26) + Me.pnEPDYmin2_AL.Location = New System.Drawing.Point(5, 32) + Me.pnEPDYmin2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmin2_AL.Name = "pnEPDYmin2_AL" - Me.pnEPDYmin2_AL.Size = New System.Drawing.Size(130, 45) + Me.pnEPDYmin2_AL.Size = New System.Drawing.Size(149, 56) Me.pnEPDYmin2_AL.TabIndex = 5 ' 'txbEPDYmin2_AL ' Me.txbEPDYmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmin2_AL.Location = New System.Drawing.Point(48, 2) + Me.txbEPDYmin2_AL.Location = New System.Drawing.Point(55, 2) + Me.txbEPDYmin2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmin2_AL.Name = "txbEPDYmin2_AL" - Me.txbEPDYmin2_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmin2_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmin2_AL.TabIndex = 2 Me.txbEPDYmin2_AL.Text = "7.4" Me.txbEPDYmin2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5763,9 +6195,9 @@ Partial Class Main_Form ' Me.lbEPDYmin2_AL.AutoSize = True Me.lbEPDYmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmin2_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmin2_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmin2_AL.Name = "lbEPDYmin2_AL" - Me.lbEPDYmin2_AL.Size = New System.Drawing.Size(43, 24) + Me.lbEPDYmin2_AL.Size = New System.Drawing.Size(56, 32) Me.lbEPDYmin2_AL.TabIndex = 0 Me.lbEPDYmin2_AL.Text = "Min" ' @@ -5773,9 +6205,11 @@ Partial Class Main_Form ' Me.gbEPDuty1_AL.Controls.Add(Me.pnEPDYmax1_AL) Me.gbEPDuty1_AL.Controls.Add(Me.pnEPDYmin1_AL) - Me.gbEPDuty1_AL.Location = New System.Drawing.Point(2, 110) + Me.gbEPDuty1_AL.Location = New System.Drawing.Point(2, 138) + Me.gbEPDuty1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPDuty1_AL.Name = "gbEPDuty1_AL" - Me.gbEPDuty1_AL.Size = New System.Drawing.Size(271, 81) + Me.gbEPDuty1_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPDuty1_AL.Size = New System.Drawing.Size(310, 101) Me.gbEPDuty1_AL.TabIndex = 11 Me.gbEPDuty1_AL.TabStop = False Me.gbEPDuty1_AL.Text = "Duty - Step1" @@ -5784,17 +6218,19 @@ Partial Class Main_Form ' Me.pnEPDYmax1_AL.Controls.Add(Me.txbEPDYmax1_AL) Me.pnEPDYmax1_AL.Controls.Add(Me.lbEPDYmax1_AL) - Me.pnEPDYmax1_AL.Location = New System.Drawing.Point(137, 25) + Me.pnEPDYmax1_AL.Location = New System.Drawing.Point(157, 31) + Me.pnEPDYmax1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmax1_AL.Name = "pnEPDYmax1_AL" - Me.pnEPDYmax1_AL.Size = New System.Drawing.Size(132, 45) + Me.pnEPDYmax1_AL.Size = New System.Drawing.Size(151, 56) Me.pnEPDYmax1_AL.TabIndex = 9 ' 'txbEPDYmax1_AL ' Me.txbEPDYmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmax1_AL.Location = New System.Drawing.Point(49, 2) + Me.txbEPDYmax1_AL.Location = New System.Drawing.Point(56, 2) + Me.txbEPDYmax1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmax1_AL.Name = "txbEPDYmax1_AL" - Me.txbEPDYmax1_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmax1_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmax1_AL.TabIndex = 2 Me.txbEPDYmax1_AL.Text = "7.5" Me.txbEPDYmax1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5803,9 +6239,9 @@ Partial Class Main_Form ' Me.lbEPDYmax1_AL.AutoSize = True Me.lbEPDYmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmax1_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmax1_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmax1_AL.Name = "lbEPDYmax1_AL" - Me.lbEPDYmax1_AL.Size = New System.Drawing.Size(47, 24) + Me.lbEPDYmax1_AL.Size = New System.Drawing.Size(61, 32) Me.lbEPDYmax1_AL.TabIndex = 0 Me.lbEPDYmax1_AL.Text = "Max" ' @@ -5813,17 +6249,19 @@ Partial Class Main_Form ' Me.pnEPDYmin1_AL.Controls.Add(Me.txbEPDYmin1_AL) Me.pnEPDYmin1_AL.Controls.Add(Me.lbEPDYmin1_AL) - Me.pnEPDYmin1_AL.Location = New System.Drawing.Point(4, 26) + Me.pnEPDYmin1_AL.Location = New System.Drawing.Point(5, 32) + Me.pnEPDYmin1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmin1_AL.Name = "pnEPDYmin1_AL" - Me.pnEPDYmin1_AL.Size = New System.Drawing.Size(130, 45) + Me.pnEPDYmin1_AL.Size = New System.Drawing.Size(149, 56) Me.pnEPDYmin1_AL.TabIndex = 5 ' 'txbEPDYmin1_AL ' Me.txbEPDYmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmin1_AL.Location = New System.Drawing.Point(48, 2) + Me.txbEPDYmin1_AL.Location = New System.Drawing.Point(55, 2) + Me.txbEPDYmin1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmin1_AL.Name = "txbEPDYmin1_AL" - Me.txbEPDYmin1_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmin1_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmin1_AL.TabIndex = 2 Me.txbEPDYmin1_AL.Text = "7.4" Me.txbEPDYmin1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5832,9 +6270,9 @@ Partial Class Main_Form ' Me.lbEPDYmin1_AL.AutoSize = True Me.lbEPDYmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmin1_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmin1_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmin1_AL.Name = "lbEPDYmin1_AL" - Me.lbEPDYmin1_AL.Size = New System.Drawing.Size(43, 24) + Me.lbEPDYmin1_AL.Size = New System.Drawing.Size(56, 32) Me.lbEPDYmin1_AL.TabIndex = 0 Me.lbEPDYmin1_AL.Text = "Min" ' @@ -5842,9 +6280,11 @@ Partial Class Main_Form ' Me.gbEPVpp_AL.Controls.Add(Me.pnEPVPmax_AL) Me.gbEPVpp_AL.Controls.Add(Me.pnEPVPmin_AL) - Me.gbEPVpp_AL.Location = New System.Drawing.Point(2, 23) + Me.gbEPVpp_AL.Location = New System.Drawing.Point(2, 29) + Me.gbEPVpp_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPVpp_AL.Name = "gbEPVpp_AL" - Me.gbEPVpp_AL.Size = New System.Drawing.Size(271, 81) + Me.gbEPVpp_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPVpp_AL.Size = New System.Drawing.Size(310, 101) Me.gbEPVpp_AL.TabIndex = 9 Me.gbEPVpp_AL.TabStop = False Me.gbEPVpp_AL.Text = "Vpp" @@ -5853,17 +6293,19 @@ Partial Class Main_Form ' Me.pnEPVPmax_AL.Controls.Add(Me.txbEPVPmax_AL) Me.pnEPVPmax_AL.Controls.Add(Me.lbEPVPmax_AL) - Me.pnEPVPmax_AL.Location = New System.Drawing.Point(137, 25) + Me.pnEPVPmax_AL.Location = New System.Drawing.Point(157, 31) + Me.pnEPVPmax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPVPmax_AL.Name = "pnEPVPmax_AL" - Me.pnEPVPmax_AL.Size = New System.Drawing.Size(132, 45) + Me.pnEPVPmax_AL.Size = New System.Drawing.Size(151, 56) Me.pnEPVPmax_AL.TabIndex = 9 ' 'txbEPVPmax_AL ' Me.txbEPVPmax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPVPmax_AL.Location = New System.Drawing.Point(49, 2) + Me.txbEPVPmax_AL.Location = New System.Drawing.Point(56, 2) + Me.txbEPVPmax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPVPmax_AL.Name = "txbEPVPmax_AL" - Me.txbEPVPmax_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPVPmax_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPVPmax_AL.TabIndex = 2 Me.txbEPVPmax_AL.Text = "66" Me.txbEPVPmax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5872,9 +6314,9 @@ Partial Class Main_Form ' Me.lbEPVPmax_AL.AutoSize = True Me.lbEPVPmax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPVPmax_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPVPmax_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPVPmax_AL.Name = "lbEPVPmax_AL" - Me.lbEPVPmax_AL.Size = New System.Drawing.Size(47, 24) + Me.lbEPVPmax_AL.Size = New System.Drawing.Size(61, 32) Me.lbEPVPmax_AL.TabIndex = 0 Me.lbEPVPmax_AL.Text = "Max" ' @@ -5882,17 +6324,19 @@ Partial Class Main_Form ' Me.pnEPVPmin_AL.Controls.Add(Me.txbEPVPmin_AL) Me.pnEPVPmin_AL.Controls.Add(Me.lbEPVPmin_AL) - Me.pnEPVPmin_AL.Location = New System.Drawing.Point(4, 26) + Me.pnEPVPmin_AL.Location = New System.Drawing.Point(5, 32) + Me.pnEPVPmin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPVPmin_AL.Name = "pnEPVPmin_AL" - Me.pnEPVPmin_AL.Size = New System.Drawing.Size(130, 45) + Me.pnEPVPmin_AL.Size = New System.Drawing.Size(149, 56) Me.pnEPVPmin_AL.TabIndex = 5 ' 'txbEPVPmin_AL ' Me.txbEPVPmin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPVPmin_AL.Location = New System.Drawing.Point(48, 2) + Me.txbEPVPmin_AL.Location = New System.Drawing.Point(55, 2) + Me.txbEPVPmin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPVPmin_AL.Name = "txbEPVPmin_AL" - Me.txbEPVPmin_AL.Size = New System.Drawing.Size(80, 39) + Me.txbEPVPmin_AL.Size = New System.Drawing.Size(91, 46) Me.txbEPVPmin_AL.TabIndex = 2 Me.txbEPVPmin_AL.Text = "60" Me.txbEPVPmin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5901,9 +6345,9 @@ Partial Class Main_Form ' Me.lbEPVPmin_AL.AutoSize = True Me.lbEPVPmin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPVPmin_AL.Location = New System.Drawing.Point(4, 11) + Me.lbEPVPmin_AL.Location = New System.Drawing.Point(5, 14) Me.lbEPVPmin_AL.Name = "lbEPVPmin_AL" - Me.lbEPVPmin_AL.Size = New System.Drawing.Size(43, 24) + Me.lbEPVPmin_AL.Size = New System.Drawing.Size(56, 32) Me.lbEPVPmin_AL.TabIndex = 0 Me.lbEPVPmin_AL.Text = "Min" ' @@ -5914,9 +6358,11 @@ Partial Class Main_Form Me.gbBodysort.Controls.Add(Me.gbBDVrms1_AL) Me.gbBodysort.Enabled = False Me.gbBodysort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbBodysort.Location = New System.Drawing.Point(860, 0) + Me.gbBodysort.Location = New System.Drawing.Point(983, 0) + Me.gbBodysort.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbBodysort.Name = "gbBodysort" - Me.gbBodysort.Size = New System.Drawing.Size(280, 291) + Me.gbBodysort.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbBodysort.Size = New System.Drawing.Size(320, 364) Me.gbBodysort.TabIndex = 114 Me.gbBodysort.TabStop = False Me.gbBodysort.Text = "Body Test" @@ -5926,9 +6372,11 @@ Partial Class Main_Form Me.gbBDVrms3_AL.Controls.Add(Me.pnBDVRmax3_AL) Me.gbBDVrms3_AL.Controls.Add(Me.pnBDVRmin3_AL) Me.gbBDVrms3_AL.Controls.Add(Me.GroupBox7) - Me.gbBDVrms3_AL.Location = New System.Drawing.Point(2, 195) + Me.gbBDVrms3_AL.Location = New System.Drawing.Point(2, 244) + Me.gbBDVrms3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbBDVrms3_AL.Name = "gbBDVrms3_AL" - Me.gbBDVrms3_AL.Size = New System.Drawing.Size(271, 81) + Me.gbBDVrms3_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbBDVrms3_AL.Size = New System.Drawing.Size(310, 101) Me.gbBDVrms3_AL.TabIndex = 10 Me.gbBDVrms3_AL.TabStop = False Me.gbBDVrms3_AL.Text = "3MHz_VRMS" @@ -5937,17 +6385,19 @@ Partial Class Main_Form ' Me.pnBDVRmax3_AL.Controls.Add(Me.txbBDVRmax3_AL) Me.pnBDVRmax3_AL.Controls.Add(Me.lbBDVRmax3_AL) - Me.pnBDVRmax3_AL.Location = New System.Drawing.Point(137, 26) + Me.pnBDVRmax3_AL.Location = New System.Drawing.Point(157, 32) + Me.pnBDVRmax3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBDVRmax3_AL.Name = "pnBDVRmax3_AL" - Me.pnBDVRmax3_AL.Size = New System.Drawing.Size(132, 45) + Me.pnBDVRmax3_AL.Size = New System.Drawing.Size(151, 56) Me.pnBDVRmax3_AL.TabIndex = 9 ' 'txbBDVRmax3_AL ' Me.txbBDVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBDVRmax3_AL.Location = New System.Drawing.Point(49, 2) + Me.txbBDVRmax3_AL.Location = New System.Drawing.Point(56, 2) + Me.txbBDVRmax3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBDVRmax3_AL.Name = "txbBDVRmax3_AL" - Me.txbBDVRmax3_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBDVRmax3_AL.Size = New System.Drawing.Size(91, 46) Me.txbBDVRmax3_AL.TabIndex = 2 Me.txbBDVRmax3_AL.Text = "40" Me.txbBDVRmax3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5956,9 +6406,9 @@ Partial Class Main_Form ' Me.lbBDVRmax3_AL.AutoSize = True Me.lbBDVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBDVRmax3_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBDVRmax3_AL.Location = New System.Drawing.Point(5, 14) Me.lbBDVRmax3_AL.Name = "lbBDVRmax3_AL" - Me.lbBDVRmax3_AL.Size = New System.Drawing.Size(47, 24) + Me.lbBDVRmax3_AL.Size = New System.Drawing.Size(61, 32) Me.lbBDVRmax3_AL.TabIndex = 0 Me.lbBDVRmax3_AL.Text = "Max" ' @@ -5966,17 +6416,19 @@ Partial Class Main_Form ' Me.pnBDVRmin3_AL.Controls.Add(Me.txbBDVRmin3_AL) Me.pnBDVRmin3_AL.Controls.Add(Me.lbBDVRmin3_AL) - Me.pnBDVRmin3_AL.Location = New System.Drawing.Point(4, 26) + Me.pnBDVRmin3_AL.Location = New System.Drawing.Point(5, 32) + Me.pnBDVRmin3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBDVRmin3_AL.Name = "pnBDVRmin3_AL" - Me.pnBDVRmin3_AL.Size = New System.Drawing.Size(130, 45) + Me.pnBDVRmin3_AL.Size = New System.Drawing.Size(149, 56) Me.pnBDVRmin3_AL.TabIndex = 5 ' 'txbBDVRmin3_AL ' Me.txbBDVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBDVRmin3_AL.Location = New System.Drawing.Point(48, 2) + Me.txbBDVRmin3_AL.Location = New System.Drawing.Point(55, 2) + Me.txbBDVRmin3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBDVRmin3_AL.Name = "txbBDVRmin3_AL" - Me.txbBDVRmin3_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBDVRmin3_AL.Size = New System.Drawing.Size(91, 46) Me.txbBDVRmin3_AL.TabIndex = 2 Me.txbBDVRmin3_AL.Text = "30" Me.txbBDVRmin3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -5985,9 +6437,9 @@ Partial Class Main_Form ' Me.lbBDVRmin3_AL.AutoSize = True Me.lbBDVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBDVRmin3_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBDVRmin3_AL.Location = New System.Drawing.Point(5, 14) Me.lbBDVRmin3_AL.Name = "lbBDVRmin3_AL" - Me.lbBDVRmin3_AL.Size = New System.Drawing.Size(43, 24) + Me.lbBDVRmin3_AL.Size = New System.Drawing.Size(56, 32) Me.lbBDVRmin3_AL.TabIndex = 0 Me.lbBDVRmin3_AL.Text = "Min" ' @@ -5999,9 +6451,11 @@ Partial Class Main_Form Me.GroupBox7.Controls.Add(Me.GroupBox18) Me.GroupBox7.Controls.Add(Me.GroupBox19) Me.GroupBox7.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox7.Location = New System.Drawing.Point(258, 78) + Me.GroupBox7.Location = New System.Drawing.Point(295, 98) + Me.GroupBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox7.Name = "GroupBox7" - Me.GroupBox7.Size = New System.Drawing.Size(644, 183) + Me.GroupBox7.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox7.Size = New System.Drawing.Size(736, 229) Me.GroupBox7.TabIndex = 132 Me.GroupBox7.TabStop = False Me.GroupBox7.Text = "LED 측정 관련" @@ -6011,9 +6465,11 @@ Partial Class Main_Form Me.GroupBox8.Controls.Add(Me.Panel11) Me.GroupBox8.Controls.Add(Me.Panel12) Me.GroupBox8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox8.Location = New System.Drawing.Point(317, 92) + Me.GroupBox8.Location = New System.Drawing.Point(362, 115) + Me.GroupBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox8.Name = "GroupBox8" - Me.GroupBox8.Size = New System.Drawing.Size(300, 65) + Me.GroupBox8.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox8.Size = New System.Drawing.Size(343, 81) Me.GroupBox8.TabIndex = 11 Me.GroupBox8.TabStop = False Me.GroupBox8.Text = "Yellow 측정좌표 ②" @@ -6022,17 +6478,19 @@ Partial Class Main_Form ' Me.Panel11.Controls.Add(Me.TextBox9) Me.Panel11.Controls.Add(Me.Label9) - Me.Panel11.Location = New System.Drawing.Point(148, 26) + Me.Panel11.Location = New System.Drawing.Point(169, 32) + Me.Panel11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel11.Name = "Panel11" - Me.Panel11.Size = New System.Drawing.Size(139, 35) + Me.Panel11.Size = New System.Drawing.Size(159, 44) Me.Panel11.TabIndex = 9 ' 'TextBox9 ' Me.TextBox9.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox9.Location = New System.Drawing.Point(47, 2) + Me.TextBox9.Location = New System.Drawing.Point(54, 2) + Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox9.Name = "TextBox9" - Me.TextBox9.Size = New System.Drawing.Size(87, 32) + Me.TextBox9.Size = New System.Drawing.Size(99, 38) Me.TextBox9.TabIndex = 2 Me.TextBox9.Text = "40" Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6041,9 +6499,9 @@ Partial Class Main_Form ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label9.Location = New System.Drawing.Point(18, 5) + Me.Label9.Location = New System.Drawing.Point(21, 6) Me.Label9.Name = "Label9" - Me.Label9.Size = New System.Drawing.Size(23, 24) + Me.Label9.Size = New System.Drawing.Size(31, 32) Me.Label9.TabIndex = 0 Me.Label9.Text = "Y" ' @@ -6051,17 +6509,19 @@ Partial Class Main_Form ' Me.Panel12.Controls.Add(Me.TextBox10) Me.Panel12.Controls.Add(Me.Label10) - Me.Panel12.Location = New System.Drawing.Point(4, 26) + Me.Panel12.Location = New System.Drawing.Point(5, 32) + Me.Panel12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel12.Name = "Panel12" - Me.Panel12.Size = New System.Drawing.Size(139, 35) + Me.Panel12.Size = New System.Drawing.Size(159, 44) Me.Panel12.TabIndex = 5 ' 'TextBox10 ' Me.TextBox10.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox10.Location = New System.Drawing.Point(47, 2) + Me.TextBox10.Location = New System.Drawing.Point(54, 2) + Me.TextBox10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox10.Name = "TextBox10" - Me.TextBox10.Size = New System.Drawing.Size(87, 32) + Me.TextBox10.Size = New System.Drawing.Size(99, 38) Me.TextBox10.TabIndex = 2 Me.TextBox10.Text = "29" Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6070,9 +6530,9 @@ Partial Class Main_Form ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label10.Location = New System.Drawing.Point(12, 5) + Me.Label10.Location = New System.Drawing.Point(14, 6) Me.Label10.Name = "Label10" - Me.Label10.Size = New System.Drawing.Size(29, 24) + Me.Label10.Size = New System.Drawing.Size(38, 32) Me.Label10.TabIndex = 0 Me.Label10.Text = "X " ' @@ -6081,9 +6541,11 @@ Partial Class Main_Form Me.GroupBox9.Controls.Add(Me.Panel13) Me.GroupBox9.Controls.Add(Me.Panel14) Me.GroupBox9.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox9.Location = New System.Drawing.Point(317, 25) + Me.GroupBox9.Location = New System.Drawing.Point(362, 31) + Me.GroupBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox9.Name = "GroupBox9" - Me.GroupBox9.Size = New System.Drawing.Size(300, 65) + Me.GroupBox9.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox9.Size = New System.Drawing.Size(343, 81) Me.GroupBox9.TabIndex = 11 Me.GroupBox9.TabStop = False Me.GroupBox9.Text = "Yellow 측정좌표 ①" @@ -6092,17 +6554,19 @@ Partial Class Main_Form ' Me.Panel13.Controls.Add(Me.TextBox11) Me.Panel13.Controls.Add(Me.Label11) - Me.Panel13.Location = New System.Drawing.Point(148, 26) + Me.Panel13.Location = New System.Drawing.Point(169, 32) + Me.Panel13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel13.Name = "Panel13" - Me.Panel13.Size = New System.Drawing.Size(139, 35) + Me.Panel13.Size = New System.Drawing.Size(159, 44) Me.Panel13.TabIndex = 9 ' 'TextBox11 ' Me.TextBox11.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox11.Location = New System.Drawing.Point(47, 2) + Me.TextBox11.Location = New System.Drawing.Point(54, 2) + Me.TextBox11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox11.Name = "TextBox11" - Me.TextBox11.Size = New System.Drawing.Size(87, 32) + Me.TextBox11.Size = New System.Drawing.Size(99, 38) Me.TextBox11.TabIndex = 2 Me.TextBox11.Text = "385" Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6111,9 +6575,9 @@ Partial Class Main_Form ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label11.Location = New System.Drawing.Point(18, 5) + Me.Label11.Location = New System.Drawing.Point(21, 6) Me.Label11.Name = "Label11" - Me.Label11.Size = New System.Drawing.Size(23, 24) + Me.Label11.Size = New System.Drawing.Size(31, 32) Me.Label11.TabIndex = 0 Me.Label11.Text = "Y" ' @@ -6121,17 +6585,19 @@ Partial Class Main_Form ' Me.Panel14.Controls.Add(Me.TextBox12) Me.Panel14.Controls.Add(Me.Label12) - Me.Panel14.Location = New System.Drawing.Point(4, 26) + Me.Panel14.Location = New System.Drawing.Point(5, 32) + Me.Panel14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel14.Name = "Panel14" - Me.Panel14.Size = New System.Drawing.Size(139, 35) + Me.Panel14.Size = New System.Drawing.Size(159, 44) Me.Panel14.TabIndex = 5 ' 'TextBox12 ' Me.TextBox12.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox12.Location = New System.Drawing.Point(47, 2) + Me.TextBox12.Location = New System.Drawing.Point(54, 2) + Me.TextBox12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox12.Name = "TextBox12" - Me.TextBox12.Size = New System.Drawing.Size(87, 32) + Me.TextBox12.Size = New System.Drawing.Size(99, 38) Me.TextBox12.TabIndex = 2 Me.TextBox12.Text = "195" Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6140,9 +6606,9 @@ Partial Class Main_Form ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label12.Location = New System.Drawing.Point(12, 5) + Me.Label12.Location = New System.Drawing.Point(14, 6) Me.Label12.Name = "Label12" - Me.Label12.Size = New System.Drawing.Size(29, 24) + Me.Label12.Size = New System.Drawing.Size(38, 32) Me.Label12.TabIndex = 0 Me.Label12.Text = "X " ' @@ -6151,9 +6617,11 @@ Partial Class Main_Form Me.GroupBox18.Controls.Add(Me.Panel15) Me.GroupBox18.Controls.Add(Me.Panel16) Me.GroupBox18.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox18.Location = New System.Drawing.Point(11, 92) + Me.GroupBox18.Location = New System.Drawing.Point(13, 115) + Me.GroupBox18.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox18.Name = "GroupBox18" - Me.GroupBox18.Size = New System.Drawing.Size(300, 65) + Me.GroupBox18.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox18.Size = New System.Drawing.Size(343, 81) Me.GroupBox18.TabIndex = 11 Me.GroupBox18.TabStop = False Me.GroupBox18.Text = "Red 측정좌표 ②" @@ -6162,17 +6630,19 @@ Partial Class Main_Form ' Me.Panel15.Controls.Add(Me.TextBox13) Me.Panel15.Controls.Add(Me.Label13) - Me.Panel15.Location = New System.Drawing.Point(148, 26) + Me.Panel15.Location = New System.Drawing.Point(169, 32) + Me.Panel15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel15.Name = "Panel15" - Me.Panel15.Size = New System.Drawing.Size(139, 35) + Me.Panel15.Size = New System.Drawing.Size(159, 44) Me.Panel15.TabIndex = 9 ' 'TextBox13 ' Me.TextBox13.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox13.Location = New System.Drawing.Point(47, 2) + Me.TextBox13.Location = New System.Drawing.Point(54, 2) + Me.TextBox13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox13.Name = "TextBox13" - Me.TextBox13.Size = New System.Drawing.Size(87, 32) + Me.TextBox13.Size = New System.Drawing.Size(99, 38) Me.TextBox13.TabIndex = 2 Me.TextBox13.Text = "40" Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6181,9 +6651,9 @@ Partial Class Main_Form ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label13.Location = New System.Drawing.Point(18, 5) + Me.Label13.Location = New System.Drawing.Point(21, 6) Me.Label13.Name = "Label13" - Me.Label13.Size = New System.Drawing.Size(23, 24) + Me.Label13.Size = New System.Drawing.Size(31, 32) Me.Label13.TabIndex = 0 Me.Label13.Text = "Y" ' @@ -6191,17 +6661,19 @@ Partial Class Main_Form ' Me.Panel16.Controls.Add(Me.TextBox14) Me.Panel16.Controls.Add(Me.Label14) - Me.Panel16.Location = New System.Drawing.Point(4, 26) + Me.Panel16.Location = New System.Drawing.Point(5, 32) + Me.Panel16.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel16.Name = "Panel16" - Me.Panel16.Size = New System.Drawing.Size(139, 35) + Me.Panel16.Size = New System.Drawing.Size(159, 44) Me.Panel16.TabIndex = 5 ' 'TextBox14 ' Me.TextBox14.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox14.Location = New System.Drawing.Point(47, 2) + Me.TextBox14.Location = New System.Drawing.Point(54, 2) + Me.TextBox14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox14.Name = "TextBox14" - Me.TextBox14.Size = New System.Drawing.Size(87, 32) + Me.TextBox14.Size = New System.Drawing.Size(99, 38) Me.TextBox14.TabIndex = 2 Me.TextBox14.Text = "29" Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6210,9 +6682,9 @@ Partial Class Main_Form ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label14.Location = New System.Drawing.Point(12, 5) + Me.Label14.Location = New System.Drawing.Point(14, 6) Me.Label14.Name = "Label14" - Me.Label14.Size = New System.Drawing.Size(29, 24) + Me.Label14.Size = New System.Drawing.Size(38, 32) Me.Label14.TabIndex = 0 Me.Label14.Text = "X " ' @@ -6221,9 +6693,11 @@ Partial Class Main_Form Me.GroupBox19.Controls.Add(Me.Panel17) Me.GroupBox19.Controls.Add(Me.Panel30) Me.GroupBox19.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox19.Location = New System.Drawing.Point(11, 25) + Me.GroupBox19.Location = New System.Drawing.Point(13, 31) + Me.GroupBox19.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox19.Name = "GroupBox19" - Me.GroupBox19.Size = New System.Drawing.Size(300, 65) + Me.GroupBox19.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox19.Size = New System.Drawing.Size(343, 81) Me.GroupBox19.TabIndex = 10 Me.GroupBox19.TabStop = False Me.GroupBox19.Text = "Red 측정좌표 ①" @@ -6232,17 +6706,19 @@ Partial Class Main_Form ' Me.Panel17.Controls.Add(Me.TextBox27) Me.Panel17.Controls.Add(Me.Label27) - Me.Panel17.Location = New System.Drawing.Point(148, 26) + Me.Panel17.Location = New System.Drawing.Point(169, 32) + Me.Panel17.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel17.Name = "Panel17" - Me.Panel17.Size = New System.Drawing.Size(139, 35) + Me.Panel17.Size = New System.Drawing.Size(159, 44) Me.Panel17.TabIndex = 9 ' 'TextBox27 ' Me.TextBox27.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox27.Location = New System.Drawing.Point(47, 2) + Me.TextBox27.Location = New System.Drawing.Point(54, 2) + Me.TextBox27.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox27.Name = "TextBox27" - Me.TextBox27.Size = New System.Drawing.Size(87, 32) + Me.TextBox27.Size = New System.Drawing.Size(99, 38) Me.TextBox27.TabIndex = 2 Me.TextBox27.Text = "295" Me.TextBox27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6251,9 +6727,9 @@ Partial Class Main_Form ' Me.Label27.AutoSize = True Me.Label27.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label27.Location = New System.Drawing.Point(18, 5) + Me.Label27.Location = New System.Drawing.Point(21, 6) Me.Label27.Name = "Label27" - Me.Label27.Size = New System.Drawing.Size(23, 24) + Me.Label27.Size = New System.Drawing.Size(31, 32) Me.Label27.TabIndex = 0 Me.Label27.Text = "Y" ' @@ -6261,17 +6737,19 @@ Partial Class Main_Form ' Me.Panel30.Controls.Add(Me.TextBox28) Me.Panel30.Controls.Add(Me.Label28) - Me.Panel30.Location = New System.Drawing.Point(4, 26) + Me.Panel30.Location = New System.Drawing.Point(5, 32) + Me.Panel30.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel30.Name = "Panel30" - Me.Panel30.Size = New System.Drawing.Size(139, 35) + Me.Panel30.Size = New System.Drawing.Size(159, 44) Me.Panel30.TabIndex = 5 ' 'TextBox28 ' Me.TextBox28.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox28.Location = New System.Drawing.Point(47, 2) + Me.TextBox28.Location = New System.Drawing.Point(54, 2) + Me.TextBox28.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox28.Name = "TextBox28" - Me.TextBox28.Size = New System.Drawing.Size(87, 32) + Me.TextBox28.Size = New System.Drawing.Size(99, 38) Me.TextBox28.TabIndex = 2 Me.TextBox28.Text = "225" Me.TextBox28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6280,9 +6758,9 @@ Partial Class Main_Form ' Me.Label28.AutoSize = True Me.Label28.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label28.Location = New System.Drawing.Point(12, 5) + Me.Label28.Location = New System.Drawing.Point(14, 6) Me.Label28.Name = "Label28" - Me.Label28.Size = New System.Drawing.Size(29, 24) + Me.Label28.Size = New System.Drawing.Size(38, 32) Me.Label28.TabIndex = 0 Me.Label28.Text = "X " ' @@ -6290,9 +6768,11 @@ Partial Class Main_Form ' Me.gbBDVrms2_AL.Controls.Add(Me.pnBDVRmax2_AL) Me.gbBDVrms2_AL.Controls.Add(Me.pnBDVRmin2_AL) - Me.gbBDVrms2_AL.Location = New System.Drawing.Point(2, 110) + Me.gbBDVrms2_AL.Location = New System.Drawing.Point(2, 138) + Me.gbBDVrms2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbBDVrms2_AL.Name = "gbBDVrms2_AL" - Me.gbBDVrms2_AL.Size = New System.Drawing.Size(271, 81) + Me.gbBDVrms2_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbBDVrms2_AL.Size = New System.Drawing.Size(310, 101) Me.gbBDVrms2_AL.TabIndex = 9 Me.gbBDVrms2_AL.TabStop = False Me.gbBDVrms2_AL.Text = "2MHz_VRMS" @@ -6301,17 +6781,19 @@ Partial Class Main_Form ' Me.pnBDVRmax2_AL.Controls.Add(Me.txbBDVRmax2_AL) Me.pnBDVRmax2_AL.Controls.Add(Me.lbBDVRmax2_AL) - Me.pnBDVRmax2_AL.Location = New System.Drawing.Point(137, 26) + Me.pnBDVRmax2_AL.Location = New System.Drawing.Point(157, 32) + Me.pnBDVRmax2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBDVRmax2_AL.Name = "pnBDVRmax2_AL" - Me.pnBDVRmax2_AL.Size = New System.Drawing.Size(132, 45) + Me.pnBDVRmax2_AL.Size = New System.Drawing.Size(151, 56) Me.pnBDVRmax2_AL.TabIndex = 9 ' 'txbBDVRmax2_AL ' Me.txbBDVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBDVRmax2_AL.Location = New System.Drawing.Point(49, 2) + Me.txbBDVRmax2_AL.Location = New System.Drawing.Point(56, 2) + Me.txbBDVRmax2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBDVRmax2_AL.Name = "txbBDVRmax2_AL" - Me.txbBDVRmax2_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBDVRmax2_AL.Size = New System.Drawing.Size(91, 46) Me.txbBDVRmax2_AL.TabIndex = 2 Me.txbBDVRmax2_AL.Text = "40" Me.txbBDVRmax2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6320,9 +6802,9 @@ Partial Class Main_Form ' Me.lbBDVRmax2_AL.AutoSize = True Me.lbBDVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBDVRmax2_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBDVRmax2_AL.Location = New System.Drawing.Point(5, 14) Me.lbBDVRmax2_AL.Name = "lbBDVRmax2_AL" - Me.lbBDVRmax2_AL.Size = New System.Drawing.Size(47, 24) + Me.lbBDVRmax2_AL.Size = New System.Drawing.Size(61, 32) Me.lbBDVRmax2_AL.TabIndex = 0 Me.lbBDVRmax2_AL.Text = "Max" ' @@ -6330,17 +6812,19 @@ Partial Class Main_Form ' Me.pnBDVRmin2_AL.Controls.Add(Me.txbBDVRmin2_AL) Me.pnBDVRmin2_AL.Controls.Add(Me.lbBDVRmin2_AL) - Me.pnBDVRmin2_AL.Location = New System.Drawing.Point(4, 26) + Me.pnBDVRmin2_AL.Location = New System.Drawing.Point(5, 32) + Me.pnBDVRmin2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBDVRmin2_AL.Name = "pnBDVRmin2_AL" - Me.pnBDVRmin2_AL.Size = New System.Drawing.Size(130, 45) + Me.pnBDVRmin2_AL.Size = New System.Drawing.Size(149, 56) Me.pnBDVRmin2_AL.TabIndex = 5 ' 'txbBDVRmin2_AL ' Me.txbBDVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBDVRmin2_AL.Location = New System.Drawing.Point(48, 2) + Me.txbBDVRmin2_AL.Location = New System.Drawing.Point(55, 2) + Me.txbBDVRmin2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBDVRmin2_AL.Name = "txbBDVRmin2_AL" - Me.txbBDVRmin2_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBDVRmin2_AL.Size = New System.Drawing.Size(91, 46) Me.txbBDVRmin2_AL.TabIndex = 2 Me.txbBDVRmin2_AL.Text = "29" Me.txbBDVRmin2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6349,9 +6833,9 @@ Partial Class Main_Form ' Me.lbBDVRmin2_AL.AutoSize = True Me.lbBDVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBDVRmin2_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBDVRmin2_AL.Location = New System.Drawing.Point(5, 14) Me.lbBDVRmin2_AL.Name = "lbBDVRmin2_AL" - Me.lbBDVRmin2_AL.Size = New System.Drawing.Size(43, 24) + Me.lbBDVRmin2_AL.Size = New System.Drawing.Size(56, 32) Me.lbBDVRmin2_AL.TabIndex = 0 Me.lbBDVRmin2_AL.Text = "Min" ' @@ -6359,9 +6843,11 @@ Partial Class Main_Form ' Me.gbBDVrms1_AL.Controls.Add(Me.pnBDVRmax1_AL) Me.gbBDVrms1_AL.Controls.Add(Me.pnBDVRmin1_AL) - Me.gbBDVrms1_AL.Location = New System.Drawing.Point(2, 23) + Me.gbBDVrms1_AL.Location = New System.Drawing.Point(2, 29) + Me.gbBDVrms1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbBDVrms1_AL.Name = "gbBDVrms1_AL" - Me.gbBDVrms1_AL.Size = New System.Drawing.Size(271, 81) + Me.gbBDVrms1_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbBDVrms1_AL.Size = New System.Drawing.Size(310, 101) Me.gbBDVrms1_AL.TabIndex = 8 Me.gbBDVrms1_AL.TabStop = False Me.gbBDVrms1_AL.Text = "1MHz_VRMS" @@ -6370,17 +6856,19 @@ Partial Class Main_Form ' Me.pnBDVRmax1_AL.Controls.Add(Me.txbBDVRmax1_AL) Me.pnBDVRmax1_AL.Controls.Add(Me.lbBDVRmax1_AL) - Me.pnBDVRmax1_AL.Location = New System.Drawing.Point(137, 26) + Me.pnBDVRmax1_AL.Location = New System.Drawing.Point(157, 32) + Me.pnBDVRmax1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBDVRmax1_AL.Name = "pnBDVRmax1_AL" - Me.pnBDVRmax1_AL.Size = New System.Drawing.Size(132, 45) + Me.pnBDVRmax1_AL.Size = New System.Drawing.Size(151, 56) Me.pnBDVRmax1_AL.TabIndex = 9 ' 'txbBDVRmax1_AL ' Me.txbBDVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBDVRmax1_AL.Location = New System.Drawing.Point(49, 2) + Me.txbBDVRmax1_AL.Location = New System.Drawing.Point(56, 2) + Me.txbBDVRmax1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBDVRmax1_AL.Name = "txbBDVRmax1_AL" - Me.txbBDVRmax1_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBDVRmax1_AL.Size = New System.Drawing.Size(91, 46) Me.txbBDVRmax1_AL.TabIndex = 2 Me.txbBDVRmax1_AL.Text = "30" Me.txbBDVRmax1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6389,9 +6877,9 @@ Partial Class Main_Form ' Me.lbBDVRmax1_AL.AutoSize = True Me.lbBDVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBDVRmax1_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBDVRmax1_AL.Location = New System.Drawing.Point(5, 14) Me.lbBDVRmax1_AL.Name = "lbBDVRmax1_AL" - Me.lbBDVRmax1_AL.Size = New System.Drawing.Size(47, 24) + Me.lbBDVRmax1_AL.Size = New System.Drawing.Size(61, 32) Me.lbBDVRmax1_AL.TabIndex = 0 Me.lbBDVRmax1_AL.Text = "Max" ' @@ -6399,17 +6887,19 @@ Partial Class Main_Form ' Me.pnBDVRmin1_AL.Controls.Add(Me.txbBDVRmin1_AL) Me.pnBDVRmin1_AL.Controls.Add(Me.lbBDVRmin1_AL) - Me.pnBDVRmin1_AL.Location = New System.Drawing.Point(4, 26) + Me.pnBDVRmin1_AL.Location = New System.Drawing.Point(5, 32) + Me.pnBDVRmin1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBDVRmin1_AL.Name = "pnBDVRmin1_AL" - Me.pnBDVRmin1_AL.Size = New System.Drawing.Size(130, 45) + Me.pnBDVRmin1_AL.Size = New System.Drawing.Size(149, 56) Me.pnBDVRmin1_AL.TabIndex = 5 ' 'txbBDVRmin1_AL ' Me.txbBDVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBDVRmin1_AL.Location = New System.Drawing.Point(48, 2) + Me.txbBDVRmin1_AL.Location = New System.Drawing.Point(55, 2) + Me.txbBDVRmin1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBDVRmin1_AL.Name = "txbBDVRmin1_AL" - Me.txbBDVRmin1_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBDVRmin1_AL.Size = New System.Drawing.Size(91, 46) Me.txbBDVRmin1_AL.TabIndex = 2 Me.txbBDVRmin1_AL.Text = "28" Me.txbBDVRmin1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6418,9 +6908,9 @@ Partial Class Main_Form ' Me.lbBDVRmin1_AL.AutoSize = True Me.lbBDVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBDVRmin1_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBDVRmin1_AL.Location = New System.Drawing.Point(5, 14) Me.lbBDVRmin1_AL.Name = "lbBDVRmin1_AL" - Me.lbBDVRmin1_AL.Size = New System.Drawing.Size(43, 24) + Me.lbBDVRmin1_AL.Size = New System.Drawing.Size(56, 32) Me.lbBDVRmin1_AL.TabIndex = 0 Me.lbBDVRmin1_AL.Text = "Min" ' @@ -6429,9 +6919,11 @@ Partial Class Main_Form Me.gbOpTmp_AL.Controls.Add(Me.gbTmpCart_AL) Me.gbOpTmp_AL.Controls.Add(Me.gbTmpDev_AL) Me.gbOpTmp_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbOpTmp_AL.Location = New System.Drawing.Point(0, 80) + Me.gbOpTmp_AL.Location = New System.Drawing.Point(0, 100) + Me.gbOpTmp_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOpTmp_AL.Name = "gbOpTmp_AL" - Me.gbOpTmp_AL.Size = New System.Drawing.Size(275, 200) + Me.gbOpTmp_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOpTmp_AL.Size = New System.Drawing.Size(314, 250) Me.gbOpTmp_AL.TabIndex = 111 Me.gbOpTmp_AL.TabStop = False Me.gbOpTmp_AL.Text = "Temperature" @@ -6440,9 +6932,11 @@ Partial Class Main_Form ' Me.gbTmpCart_AL.Controls.Add(Me.pnTpCartMax_AL) Me.gbTmpCart_AL.Controls.Add(Me.pnTpCartMin_AL) - Me.gbTmpCart_AL.Location = New System.Drawing.Point(2, 105) + Me.gbTmpCart_AL.Location = New System.Drawing.Point(2, 131) + Me.gbTmpCart_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTmpCart_AL.Name = "gbTmpCart_AL" - Me.gbTmpCart_AL.Size = New System.Drawing.Size(271, 81) + Me.gbTmpCart_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTmpCart_AL.Size = New System.Drawing.Size(310, 101) Me.gbTmpCart_AL.TabIndex = 10 Me.gbTmpCart_AL.TabStop = False Me.gbTmpCart_AL.Text = "Cartridge" @@ -6451,17 +6945,19 @@ Partial Class Main_Form ' Me.pnTpCartMax_AL.Controls.Add(Me.txbTpCartMax_AL) Me.pnTpCartMax_AL.Controls.Add(Me.lbTpCartMax_AL) - Me.pnTpCartMax_AL.Location = New System.Drawing.Point(137, 25) + Me.pnTpCartMax_AL.Location = New System.Drawing.Point(157, 31) + Me.pnTpCartMax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpCartMax_AL.Name = "pnTpCartMax_AL" - Me.pnTpCartMax_AL.Size = New System.Drawing.Size(132, 45) + Me.pnTpCartMax_AL.Size = New System.Drawing.Size(151, 56) Me.pnTpCartMax_AL.TabIndex = 9 ' 'txbTpCartMax_AL ' Me.txbTpCartMax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpCartMax_AL.Location = New System.Drawing.Point(49, 2) + Me.txbTpCartMax_AL.Location = New System.Drawing.Point(56, 2) + Me.txbTpCartMax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpCartMax_AL.Name = "txbTpCartMax_AL" - Me.txbTpCartMax_AL.Size = New System.Drawing.Size(80, 39) + Me.txbTpCartMax_AL.Size = New System.Drawing.Size(91, 46) Me.txbTpCartMax_AL.TabIndex = 2 Me.txbTpCartMax_AL.Text = "30" Me.txbTpCartMax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6470,9 +6966,9 @@ Partial Class Main_Form ' Me.lbTpCartMax_AL.AutoSize = True Me.lbTpCartMax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpCartMax_AL.Location = New System.Drawing.Point(4, 11) + Me.lbTpCartMax_AL.Location = New System.Drawing.Point(5, 14) Me.lbTpCartMax_AL.Name = "lbTpCartMax_AL" - Me.lbTpCartMax_AL.Size = New System.Drawing.Size(47, 24) + Me.lbTpCartMax_AL.Size = New System.Drawing.Size(61, 32) Me.lbTpCartMax_AL.TabIndex = 0 Me.lbTpCartMax_AL.Text = "Max" ' @@ -6480,17 +6976,19 @@ Partial Class Main_Form ' Me.pnTpCartMin_AL.Controls.Add(Me.txbTpCartMin_AL) Me.pnTpCartMin_AL.Controls.Add(Me.lbTpCartMin_AL) - Me.pnTpCartMin_AL.Location = New System.Drawing.Point(4, 25) + Me.pnTpCartMin_AL.Location = New System.Drawing.Point(5, 31) + Me.pnTpCartMin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpCartMin_AL.Name = "pnTpCartMin_AL" - Me.pnTpCartMin_AL.Size = New System.Drawing.Size(130, 45) + Me.pnTpCartMin_AL.Size = New System.Drawing.Size(149, 56) Me.pnTpCartMin_AL.TabIndex = 5 ' 'txbTpCartMin_AL ' Me.txbTpCartMin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpCartMin_AL.Location = New System.Drawing.Point(48, 2) + Me.txbTpCartMin_AL.Location = New System.Drawing.Point(55, 2) + Me.txbTpCartMin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpCartMin_AL.Name = "txbTpCartMin_AL" - Me.txbTpCartMin_AL.Size = New System.Drawing.Size(80, 39) + Me.txbTpCartMin_AL.Size = New System.Drawing.Size(91, 46) Me.txbTpCartMin_AL.TabIndex = 2 Me.txbTpCartMin_AL.Text = "20" Me.txbTpCartMin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6499,9 +6997,9 @@ Partial Class Main_Form ' Me.lbTpCartMin_AL.AutoSize = True Me.lbTpCartMin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpCartMin_AL.Location = New System.Drawing.Point(4, 11) + Me.lbTpCartMin_AL.Location = New System.Drawing.Point(5, 14) Me.lbTpCartMin_AL.Name = "lbTpCartMin_AL" - Me.lbTpCartMin_AL.Size = New System.Drawing.Size(43, 24) + Me.lbTpCartMin_AL.Size = New System.Drawing.Size(56, 32) Me.lbTpCartMin_AL.TabIndex = 0 Me.lbTpCartMin_AL.Text = "Min" ' @@ -6509,9 +7007,11 @@ Partial Class Main_Form ' Me.gbTmpDev_AL.Controls.Add(Me.pnTpDevMax_AL) Me.gbTmpDev_AL.Controls.Add(Me.pnTpDevMin_AL) - Me.gbTmpDev_AL.Location = New System.Drawing.Point(2, 23) + Me.gbTmpDev_AL.Location = New System.Drawing.Point(2, 29) + Me.gbTmpDev_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTmpDev_AL.Name = "gbTmpDev_AL" - Me.gbTmpDev_AL.Size = New System.Drawing.Size(271, 81) + Me.gbTmpDev_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTmpDev_AL.Size = New System.Drawing.Size(310, 101) Me.gbTmpDev_AL.TabIndex = 9 Me.gbTmpDev_AL.TabStop = False Me.gbTmpDev_AL.Text = "Device" @@ -6520,17 +7020,19 @@ Partial Class Main_Form ' Me.pnTpDevMax_AL.Controls.Add(Me.txbTpDevMax_AL) Me.pnTpDevMax_AL.Controls.Add(Me.lbTpDevMax_AL) - Me.pnTpDevMax_AL.Location = New System.Drawing.Point(137, 25) + Me.pnTpDevMax_AL.Location = New System.Drawing.Point(157, 31) + Me.pnTpDevMax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpDevMax_AL.Name = "pnTpDevMax_AL" - Me.pnTpDevMax_AL.Size = New System.Drawing.Size(132, 45) + Me.pnTpDevMax_AL.Size = New System.Drawing.Size(151, 56) Me.pnTpDevMax_AL.TabIndex = 9 ' 'txbTpDevMax_AL ' Me.txbTpDevMax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpDevMax_AL.Location = New System.Drawing.Point(49, 2) + Me.txbTpDevMax_AL.Location = New System.Drawing.Point(56, 2) + Me.txbTpDevMax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpDevMax_AL.Name = "txbTpDevMax_AL" - Me.txbTpDevMax_AL.Size = New System.Drawing.Size(80, 39) + Me.txbTpDevMax_AL.Size = New System.Drawing.Size(91, 46) Me.txbTpDevMax_AL.TabIndex = 2 Me.txbTpDevMax_AL.Text = "30" Me.txbTpDevMax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6539,9 +7041,9 @@ Partial Class Main_Form ' Me.lbTpDevMax_AL.AutoSize = True Me.lbTpDevMax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpDevMax_AL.Location = New System.Drawing.Point(4, 11) + Me.lbTpDevMax_AL.Location = New System.Drawing.Point(5, 14) Me.lbTpDevMax_AL.Name = "lbTpDevMax_AL" - Me.lbTpDevMax_AL.Size = New System.Drawing.Size(47, 24) + Me.lbTpDevMax_AL.Size = New System.Drawing.Size(61, 32) Me.lbTpDevMax_AL.TabIndex = 0 Me.lbTpDevMax_AL.Text = "Max" ' @@ -6549,17 +7051,19 @@ Partial Class Main_Form ' Me.pnTpDevMin_AL.Controls.Add(Me.txbTpDevMin_AL) Me.pnTpDevMin_AL.Controls.Add(Me.lbTpDevMin_AL) - Me.pnTpDevMin_AL.Location = New System.Drawing.Point(4, 25) + Me.pnTpDevMin_AL.Location = New System.Drawing.Point(5, 31) + Me.pnTpDevMin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpDevMin_AL.Name = "pnTpDevMin_AL" - Me.pnTpDevMin_AL.Size = New System.Drawing.Size(130, 45) + Me.pnTpDevMin_AL.Size = New System.Drawing.Size(149, 56) Me.pnTpDevMin_AL.TabIndex = 5 ' 'txbTpDevMin_AL ' Me.txbTpDevMin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpDevMin_AL.Location = New System.Drawing.Point(48, 2) + Me.txbTpDevMin_AL.Location = New System.Drawing.Point(55, 2) + Me.txbTpDevMin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpDevMin_AL.Name = "txbTpDevMin_AL" - Me.txbTpDevMin_AL.Size = New System.Drawing.Size(80, 39) + Me.txbTpDevMin_AL.Size = New System.Drawing.Size(91, 46) Me.txbTpDevMin_AL.TabIndex = 2 Me.txbTpDevMin_AL.Text = "20" Me.txbTpDevMin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6568,9 +7072,9 @@ Partial Class Main_Form ' Me.lbTpDevMin_AL.AutoSize = True Me.lbTpDevMin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpDevMin_AL.Location = New System.Drawing.Point(4, 11) + Me.lbTpDevMin_AL.Location = New System.Drawing.Point(5, 14) Me.lbTpDevMin_AL.Name = "lbTpDevMin_AL" - Me.lbTpDevMin_AL.Size = New System.Drawing.Size(43, 24) + Me.lbTpDevMin_AL.Size = New System.Drawing.Size(56, 32) Me.lbTpDevMin_AL.TabIndex = 0 Me.lbTpDevMin_AL.Text = "Min" ' @@ -6579,9 +7083,11 @@ Partial Class Main_Form Me.gbOpBat_AL.Controls.Add(Me.pnBatMax_AL) Me.gbOpBat_AL.Controls.Add(Me.pnBatMin_AL) Me.gbOpBat_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbOpBat_AL.Location = New System.Drawing.Point(285, 0) + Me.gbOpBat_AL.Location = New System.Drawing.Point(326, 0) + Me.gbOpBat_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOpBat_AL.Name = "gbOpBat_AL" - Me.gbOpBat_AL.Size = New System.Drawing.Size(275, 75) + Me.gbOpBat_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOpBat_AL.Size = New System.Drawing.Size(314, 94) Me.gbOpBat_AL.TabIndex = 110 Me.gbOpBat_AL.TabStop = False Me.gbOpBat_AL.Text = "Battery Level" @@ -6590,17 +7096,19 @@ Partial Class Main_Form ' Me.pnBatMax_AL.Controls.Add(Me.txbBatMax_AL) Me.pnBatMax_AL.Controls.Add(Me.lbBatMax_AL) - Me.pnBatMax_AL.Location = New System.Drawing.Point(137, 25) + Me.pnBatMax_AL.Location = New System.Drawing.Point(157, 31) + Me.pnBatMax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBatMax_AL.Name = "pnBatMax_AL" - Me.pnBatMax_AL.Size = New System.Drawing.Size(132, 45) + Me.pnBatMax_AL.Size = New System.Drawing.Size(151, 56) Me.pnBatMax_AL.TabIndex = 11 ' 'txbBatMax_AL ' Me.txbBatMax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBatMax_AL.Location = New System.Drawing.Point(49, 2) + Me.txbBatMax_AL.Location = New System.Drawing.Point(56, 2) + Me.txbBatMax_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBatMax_AL.Name = "txbBatMax_AL" - Me.txbBatMax_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBatMax_AL.Size = New System.Drawing.Size(91, 46) Me.txbBatMax_AL.TabIndex = 2 Me.txbBatMax_AL.Text = "4.0" Me.txbBatMax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6609,9 +7117,9 @@ Partial Class Main_Form ' Me.lbBatMax_AL.AutoSize = True Me.lbBatMax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBatMax_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBatMax_AL.Location = New System.Drawing.Point(5, 14) Me.lbBatMax_AL.Name = "lbBatMax_AL" - Me.lbBatMax_AL.Size = New System.Drawing.Size(47, 24) + Me.lbBatMax_AL.Size = New System.Drawing.Size(61, 32) Me.lbBatMax_AL.TabIndex = 0 Me.lbBatMax_AL.Text = "Max" ' @@ -6619,17 +7127,19 @@ Partial Class Main_Form ' Me.pnBatMin_AL.Controls.Add(Me.txbBatMin_AL) Me.pnBatMin_AL.Controls.Add(Me.lbBatMin_AL) - Me.pnBatMin_AL.Location = New System.Drawing.Point(6, 25) + Me.pnBatMin_AL.Location = New System.Drawing.Point(7, 31) + Me.pnBatMin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBatMin_AL.Name = "pnBatMin_AL" - Me.pnBatMin_AL.Size = New System.Drawing.Size(130, 45) + Me.pnBatMin_AL.Size = New System.Drawing.Size(149, 56) Me.pnBatMin_AL.TabIndex = 10 ' 'txbBatMin_AL ' Me.txbBatMin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBatMin_AL.Location = New System.Drawing.Point(48, 2) + Me.txbBatMin_AL.Location = New System.Drawing.Point(55, 2) + Me.txbBatMin_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBatMin_AL.Name = "txbBatMin_AL" - Me.txbBatMin_AL.Size = New System.Drawing.Size(80, 39) + Me.txbBatMin_AL.Size = New System.Drawing.Size(91, 46) Me.txbBatMin_AL.TabIndex = 2 Me.txbBatMin_AL.Text = "3.8" Me.txbBatMin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6638,9 +7148,9 @@ Partial Class Main_Form ' Me.lbBatMin_AL.AutoSize = True Me.lbBatMin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBatMin_AL.Location = New System.Drawing.Point(4, 11) + Me.lbBatMin_AL.Location = New System.Drawing.Point(5, 14) Me.lbBatMin_AL.Name = "lbBatMin_AL" - Me.lbBatMin_AL.Size = New System.Drawing.Size(43, 24) + Me.lbBatMin_AL.Size = New System.Drawing.Size(56, 32) Me.lbBatMin_AL.TabIndex = 0 Me.lbBatMin_AL.Text = "Min" ' @@ -6650,9 +7160,11 @@ Partial Class Main_Form Me.gbRFsort_AL.Controls.Add(Me.gbRFVrms2_AL) Me.gbRFsort_AL.Controls.Add(Me.gbRFVrms1_AL) Me.gbRFsort_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRFsort_AL.Location = New System.Drawing.Point(285, 80) + Me.gbRFsort_AL.Location = New System.Drawing.Point(326, 100) + Me.gbRFsort_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFsort_AL.Name = "gbRFsort_AL" - Me.gbRFsort_AL.Size = New System.Drawing.Size(280, 290) + Me.gbRFsort_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFsort_AL.Size = New System.Drawing.Size(320, 362) Me.gbRFsort_AL.TabIndex = 107 Me.gbRFsort_AL.TabStop = False Me.gbRFsort_AL.Text = "RF Test" @@ -6662,9 +7174,11 @@ Partial Class Main_Form Me.gbRFVrms3_AL.Controls.Add(Me.pnRFVRmax3_AL) Me.gbRFVrms3_AL.Controls.Add(Me.pnRFVRmin3_AL) Me.gbRFVrms3_AL.Controls.Add(Me.GroupBox27) - Me.gbRFVrms3_AL.Location = New System.Drawing.Point(2, 195) + Me.gbRFVrms3_AL.Location = New System.Drawing.Point(2, 244) + Me.gbRFVrms3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFVrms3_AL.Name = "gbRFVrms3_AL" - Me.gbRFVrms3_AL.Size = New System.Drawing.Size(271, 81) + Me.gbRFVrms3_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFVrms3_AL.Size = New System.Drawing.Size(310, 101) Me.gbRFVrms3_AL.TabIndex = 10 Me.gbRFVrms3_AL.TabStop = False Me.gbRFVrms3_AL.Text = "3MHz_VRMS" @@ -6673,17 +7187,19 @@ Partial Class Main_Form ' Me.pnRFVRmax3_AL.Controls.Add(Me.txbRFVRmax3_AL) Me.pnRFVRmax3_AL.Controls.Add(Me.lbRFVRmax3_AL) - Me.pnRFVRmax3_AL.Location = New System.Drawing.Point(137, 26) + Me.pnRFVRmax3_AL.Location = New System.Drawing.Point(157, 32) + Me.pnRFVRmax3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmax3_AL.Name = "pnRFVRmax3_AL" - Me.pnRFVRmax3_AL.Size = New System.Drawing.Size(132, 45) + Me.pnRFVRmax3_AL.Size = New System.Drawing.Size(151, 56) Me.pnRFVRmax3_AL.TabIndex = 9 ' 'txbRFVRmax3_AL ' Me.txbRFVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmax3_AL.Location = New System.Drawing.Point(49, 2) + Me.txbRFVRmax3_AL.Location = New System.Drawing.Point(56, 2) + Me.txbRFVRmax3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmax3_AL.Name = "txbRFVRmax3_AL" - Me.txbRFVRmax3_AL.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmax3_AL.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmax3_AL.TabIndex = 2 Me.txbRFVRmax3_AL.Text = "40" Me.txbRFVRmax3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6692,9 +7208,9 @@ Partial Class Main_Form ' Me.lbRFVRmax3_AL.AutoSize = True Me.lbRFVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmax3_AL.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmax3_AL.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmax3_AL.Name = "lbRFVRmax3_AL" - Me.lbRFVRmax3_AL.Size = New System.Drawing.Size(47, 24) + Me.lbRFVRmax3_AL.Size = New System.Drawing.Size(61, 32) Me.lbRFVRmax3_AL.TabIndex = 0 Me.lbRFVRmax3_AL.Text = "Max" ' @@ -6702,17 +7218,19 @@ Partial Class Main_Form ' Me.pnRFVRmin3_AL.Controls.Add(Me.txbRFVRmin3_AL) Me.pnRFVRmin3_AL.Controls.Add(Me.lbRFVRmin3_AL) - Me.pnRFVRmin3_AL.Location = New System.Drawing.Point(4, 26) + Me.pnRFVRmin3_AL.Location = New System.Drawing.Point(5, 32) + Me.pnRFVRmin3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmin3_AL.Name = "pnRFVRmin3_AL" - Me.pnRFVRmin3_AL.Size = New System.Drawing.Size(130, 45) + Me.pnRFVRmin3_AL.Size = New System.Drawing.Size(149, 56) Me.pnRFVRmin3_AL.TabIndex = 5 ' 'txbRFVRmin3_AL ' Me.txbRFVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmin3_AL.Location = New System.Drawing.Point(48, 2) + Me.txbRFVRmin3_AL.Location = New System.Drawing.Point(55, 2) + Me.txbRFVRmin3_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmin3_AL.Name = "txbRFVRmin3_AL" - Me.txbRFVRmin3_AL.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmin3_AL.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmin3_AL.TabIndex = 2 Me.txbRFVRmin3_AL.Text = "30" Me.txbRFVRmin3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6721,9 +7239,9 @@ Partial Class Main_Form ' Me.lbRFVRmin3_AL.AutoSize = True Me.lbRFVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmin3_AL.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmin3_AL.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmin3_AL.Name = "lbRFVRmin3_AL" - Me.lbRFVRmin3_AL.Size = New System.Drawing.Size(43, 24) + Me.lbRFVRmin3_AL.Size = New System.Drawing.Size(56, 32) Me.lbRFVRmin3_AL.TabIndex = 0 Me.lbRFVRmin3_AL.Text = "Min" ' @@ -6735,9 +7253,11 @@ Partial Class Main_Form Me.GroupBox27.Controls.Add(Me.GroupBox30) Me.GroupBox27.Controls.Add(Me.GroupBox31) Me.GroupBox27.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox27.Location = New System.Drawing.Point(258, 78) + Me.GroupBox27.Location = New System.Drawing.Point(295, 98) + Me.GroupBox27.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox27.Name = "GroupBox27" - Me.GroupBox27.Size = New System.Drawing.Size(644, 183) + Me.GroupBox27.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox27.Size = New System.Drawing.Size(736, 229) Me.GroupBox27.TabIndex = 132 Me.GroupBox27.TabStop = False Me.GroupBox27.Text = "LED 측정 관련" @@ -6747,9 +7267,11 @@ Partial Class Main_Form Me.GroupBox28.Controls.Add(Me.Panel41) Me.GroupBox28.Controls.Add(Me.Panel42) Me.GroupBox28.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox28.Location = New System.Drawing.Point(317, 92) + Me.GroupBox28.Location = New System.Drawing.Point(362, 115) + Me.GroupBox28.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox28.Name = "GroupBox28" - Me.GroupBox28.Size = New System.Drawing.Size(300, 65) + Me.GroupBox28.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox28.Size = New System.Drawing.Size(343, 81) Me.GroupBox28.TabIndex = 11 Me.GroupBox28.TabStop = False Me.GroupBox28.Text = "Yellow 측정좌표 ②" @@ -6758,17 +7280,19 @@ Partial Class Main_Form ' Me.Panel41.Controls.Add(Me.TextBox38) Me.Panel41.Controls.Add(Me.Label39) - Me.Panel41.Location = New System.Drawing.Point(148, 26) + Me.Panel41.Location = New System.Drawing.Point(169, 32) + Me.Panel41.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel41.Name = "Panel41" - Me.Panel41.Size = New System.Drawing.Size(139, 35) + Me.Panel41.Size = New System.Drawing.Size(159, 44) Me.Panel41.TabIndex = 9 ' 'TextBox38 ' Me.TextBox38.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox38.Location = New System.Drawing.Point(47, 2) + Me.TextBox38.Location = New System.Drawing.Point(54, 2) + Me.TextBox38.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox38.Name = "TextBox38" - Me.TextBox38.Size = New System.Drawing.Size(87, 32) + Me.TextBox38.Size = New System.Drawing.Size(99, 38) Me.TextBox38.TabIndex = 2 Me.TextBox38.Text = "40" Me.TextBox38.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6777,9 +7301,9 @@ Partial Class Main_Form ' Me.Label39.AutoSize = True Me.Label39.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label39.Location = New System.Drawing.Point(18, 5) + Me.Label39.Location = New System.Drawing.Point(21, 6) Me.Label39.Name = "Label39" - Me.Label39.Size = New System.Drawing.Size(23, 24) + Me.Label39.Size = New System.Drawing.Size(31, 32) Me.Label39.TabIndex = 0 Me.Label39.Text = "Y" ' @@ -6787,17 +7311,19 @@ Partial Class Main_Form ' Me.Panel42.Controls.Add(Me.TextBox39) Me.Panel42.Controls.Add(Me.Label40) - Me.Panel42.Location = New System.Drawing.Point(4, 26) + Me.Panel42.Location = New System.Drawing.Point(5, 32) + Me.Panel42.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel42.Name = "Panel42" - Me.Panel42.Size = New System.Drawing.Size(139, 35) + Me.Panel42.Size = New System.Drawing.Size(159, 44) Me.Panel42.TabIndex = 5 ' 'TextBox39 ' Me.TextBox39.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox39.Location = New System.Drawing.Point(47, 2) + Me.TextBox39.Location = New System.Drawing.Point(54, 2) + Me.TextBox39.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox39.Name = "TextBox39" - Me.TextBox39.Size = New System.Drawing.Size(87, 32) + Me.TextBox39.Size = New System.Drawing.Size(99, 38) Me.TextBox39.TabIndex = 2 Me.TextBox39.Text = "29" Me.TextBox39.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6806,9 +7332,9 @@ Partial Class Main_Form ' Me.Label40.AutoSize = True Me.Label40.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label40.Location = New System.Drawing.Point(12, 5) + Me.Label40.Location = New System.Drawing.Point(14, 6) Me.Label40.Name = "Label40" - Me.Label40.Size = New System.Drawing.Size(29, 24) + Me.Label40.Size = New System.Drawing.Size(38, 32) Me.Label40.TabIndex = 0 Me.Label40.Text = "X " ' @@ -6817,9 +7343,11 @@ Partial Class Main_Form Me.GroupBox29.Controls.Add(Me.Panel43) Me.GroupBox29.Controls.Add(Me.Panel44) Me.GroupBox29.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox29.Location = New System.Drawing.Point(317, 25) + Me.GroupBox29.Location = New System.Drawing.Point(362, 31) + Me.GroupBox29.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox29.Name = "GroupBox29" - Me.GroupBox29.Size = New System.Drawing.Size(300, 65) + Me.GroupBox29.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox29.Size = New System.Drawing.Size(343, 81) Me.GroupBox29.TabIndex = 11 Me.GroupBox29.TabStop = False Me.GroupBox29.Text = "Yellow 측정좌표 ①" @@ -6828,17 +7356,19 @@ Partial Class Main_Form ' Me.Panel43.Controls.Add(Me.TextBox40) Me.Panel43.Controls.Add(Me.Label41) - Me.Panel43.Location = New System.Drawing.Point(148, 26) + Me.Panel43.Location = New System.Drawing.Point(169, 32) + Me.Panel43.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel43.Name = "Panel43" - Me.Panel43.Size = New System.Drawing.Size(139, 35) + Me.Panel43.Size = New System.Drawing.Size(159, 44) Me.Panel43.TabIndex = 9 ' 'TextBox40 ' Me.TextBox40.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox40.Location = New System.Drawing.Point(47, 2) + Me.TextBox40.Location = New System.Drawing.Point(54, 2) + Me.TextBox40.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox40.Name = "TextBox40" - Me.TextBox40.Size = New System.Drawing.Size(87, 32) + Me.TextBox40.Size = New System.Drawing.Size(99, 38) Me.TextBox40.TabIndex = 2 Me.TextBox40.Text = "385" Me.TextBox40.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6847,9 +7377,9 @@ Partial Class Main_Form ' Me.Label41.AutoSize = True Me.Label41.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label41.Location = New System.Drawing.Point(18, 5) + Me.Label41.Location = New System.Drawing.Point(21, 6) Me.Label41.Name = "Label41" - Me.Label41.Size = New System.Drawing.Size(23, 24) + Me.Label41.Size = New System.Drawing.Size(31, 32) Me.Label41.TabIndex = 0 Me.Label41.Text = "Y" ' @@ -6857,17 +7387,19 @@ Partial Class Main_Form ' Me.Panel44.Controls.Add(Me.TextBox41) Me.Panel44.Controls.Add(Me.Label42) - Me.Panel44.Location = New System.Drawing.Point(4, 26) + Me.Panel44.Location = New System.Drawing.Point(5, 32) + Me.Panel44.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel44.Name = "Panel44" - Me.Panel44.Size = New System.Drawing.Size(139, 35) + Me.Panel44.Size = New System.Drawing.Size(159, 44) Me.Panel44.TabIndex = 5 ' 'TextBox41 ' Me.TextBox41.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox41.Location = New System.Drawing.Point(47, 2) + Me.TextBox41.Location = New System.Drawing.Point(54, 2) + Me.TextBox41.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox41.Name = "TextBox41" - Me.TextBox41.Size = New System.Drawing.Size(87, 32) + Me.TextBox41.Size = New System.Drawing.Size(99, 38) Me.TextBox41.TabIndex = 2 Me.TextBox41.Text = "195" Me.TextBox41.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6876,9 +7408,9 @@ Partial Class Main_Form ' Me.Label42.AutoSize = True Me.Label42.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label42.Location = New System.Drawing.Point(12, 5) + Me.Label42.Location = New System.Drawing.Point(14, 6) Me.Label42.Name = "Label42" - Me.Label42.Size = New System.Drawing.Size(29, 24) + Me.Label42.Size = New System.Drawing.Size(38, 32) Me.Label42.TabIndex = 0 Me.Label42.Text = "X " ' @@ -6887,9 +7419,11 @@ Partial Class Main_Form Me.GroupBox30.Controls.Add(Me.Panel45) Me.GroupBox30.Controls.Add(Me.Panel46) Me.GroupBox30.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox30.Location = New System.Drawing.Point(11, 92) + Me.GroupBox30.Location = New System.Drawing.Point(13, 115) + Me.GroupBox30.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox30.Name = "GroupBox30" - Me.GroupBox30.Size = New System.Drawing.Size(300, 65) + Me.GroupBox30.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox30.Size = New System.Drawing.Size(343, 81) Me.GroupBox30.TabIndex = 11 Me.GroupBox30.TabStop = False Me.GroupBox30.Text = "Red 측정좌표 ②" @@ -6898,17 +7432,19 @@ Partial Class Main_Form ' Me.Panel45.Controls.Add(Me.TextBox42) Me.Panel45.Controls.Add(Me.Label43) - Me.Panel45.Location = New System.Drawing.Point(148, 26) + Me.Panel45.Location = New System.Drawing.Point(169, 32) + Me.Panel45.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel45.Name = "Panel45" - Me.Panel45.Size = New System.Drawing.Size(139, 35) + Me.Panel45.Size = New System.Drawing.Size(159, 44) Me.Panel45.TabIndex = 9 ' 'TextBox42 ' Me.TextBox42.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox42.Location = New System.Drawing.Point(47, 2) + Me.TextBox42.Location = New System.Drawing.Point(54, 2) + Me.TextBox42.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox42.Name = "TextBox42" - Me.TextBox42.Size = New System.Drawing.Size(87, 32) + Me.TextBox42.Size = New System.Drawing.Size(99, 38) Me.TextBox42.TabIndex = 2 Me.TextBox42.Text = "40" Me.TextBox42.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6917,9 +7453,9 @@ Partial Class Main_Form ' Me.Label43.AutoSize = True Me.Label43.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label43.Location = New System.Drawing.Point(18, 5) + Me.Label43.Location = New System.Drawing.Point(21, 6) Me.Label43.Name = "Label43" - Me.Label43.Size = New System.Drawing.Size(23, 24) + Me.Label43.Size = New System.Drawing.Size(31, 32) Me.Label43.TabIndex = 0 Me.Label43.Text = "Y" ' @@ -6927,17 +7463,19 @@ Partial Class Main_Form ' Me.Panel46.Controls.Add(Me.TextBox43) Me.Panel46.Controls.Add(Me.Label44) - Me.Panel46.Location = New System.Drawing.Point(4, 26) + Me.Panel46.Location = New System.Drawing.Point(5, 32) + Me.Panel46.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel46.Name = "Panel46" - Me.Panel46.Size = New System.Drawing.Size(139, 35) + Me.Panel46.Size = New System.Drawing.Size(159, 44) Me.Panel46.TabIndex = 5 ' 'TextBox43 ' Me.TextBox43.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox43.Location = New System.Drawing.Point(47, 2) + Me.TextBox43.Location = New System.Drawing.Point(54, 2) + Me.TextBox43.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox43.Name = "TextBox43" - Me.TextBox43.Size = New System.Drawing.Size(87, 32) + Me.TextBox43.Size = New System.Drawing.Size(99, 38) Me.TextBox43.TabIndex = 2 Me.TextBox43.Text = "29" Me.TextBox43.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6946,9 +7484,9 @@ Partial Class Main_Form ' Me.Label44.AutoSize = True Me.Label44.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label44.Location = New System.Drawing.Point(12, 5) + Me.Label44.Location = New System.Drawing.Point(14, 6) Me.Label44.Name = "Label44" - Me.Label44.Size = New System.Drawing.Size(29, 24) + Me.Label44.Size = New System.Drawing.Size(38, 32) Me.Label44.TabIndex = 0 Me.Label44.Text = "X " ' @@ -6957,9 +7495,11 @@ Partial Class Main_Form Me.GroupBox31.Controls.Add(Me.Panel47) Me.GroupBox31.Controls.Add(Me.Panel48) Me.GroupBox31.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox31.Location = New System.Drawing.Point(11, 25) + Me.GroupBox31.Location = New System.Drawing.Point(13, 31) + Me.GroupBox31.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox31.Name = "GroupBox31" - Me.GroupBox31.Size = New System.Drawing.Size(300, 65) + Me.GroupBox31.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox31.Size = New System.Drawing.Size(343, 81) Me.GroupBox31.TabIndex = 10 Me.GroupBox31.TabStop = False Me.GroupBox31.Text = "Red 측정좌표 ①" @@ -6968,17 +7508,19 @@ Partial Class Main_Form ' Me.Panel47.Controls.Add(Me.TextBox44) Me.Panel47.Controls.Add(Me.Label45) - Me.Panel47.Location = New System.Drawing.Point(148, 26) + Me.Panel47.Location = New System.Drawing.Point(169, 32) + Me.Panel47.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel47.Name = "Panel47" - Me.Panel47.Size = New System.Drawing.Size(139, 35) + Me.Panel47.Size = New System.Drawing.Size(159, 44) Me.Panel47.TabIndex = 9 ' 'TextBox44 ' Me.TextBox44.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox44.Location = New System.Drawing.Point(47, 2) + Me.TextBox44.Location = New System.Drawing.Point(54, 2) + Me.TextBox44.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox44.Name = "TextBox44" - Me.TextBox44.Size = New System.Drawing.Size(87, 32) + Me.TextBox44.Size = New System.Drawing.Size(99, 38) Me.TextBox44.TabIndex = 2 Me.TextBox44.Text = "295" Me.TextBox44.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -6987,9 +7529,9 @@ Partial Class Main_Form ' Me.Label45.AutoSize = True Me.Label45.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label45.Location = New System.Drawing.Point(18, 5) + Me.Label45.Location = New System.Drawing.Point(21, 6) Me.Label45.Name = "Label45" - Me.Label45.Size = New System.Drawing.Size(23, 24) + Me.Label45.Size = New System.Drawing.Size(31, 32) Me.Label45.TabIndex = 0 Me.Label45.Text = "Y" ' @@ -6997,17 +7539,19 @@ Partial Class Main_Form ' Me.Panel48.Controls.Add(Me.TextBox45) Me.Panel48.Controls.Add(Me.Label46) - Me.Panel48.Location = New System.Drawing.Point(4, 26) + Me.Panel48.Location = New System.Drawing.Point(5, 32) + Me.Panel48.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel48.Name = "Panel48" - Me.Panel48.Size = New System.Drawing.Size(139, 35) + Me.Panel48.Size = New System.Drawing.Size(159, 44) Me.Panel48.TabIndex = 5 ' 'TextBox45 ' Me.TextBox45.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.TextBox45.Location = New System.Drawing.Point(47, 2) + Me.TextBox45.Location = New System.Drawing.Point(54, 2) + Me.TextBox45.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox45.Name = "TextBox45" - Me.TextBox45.Size = New System.Drawing.Size(87, 32) + Me.TextBox45.Size = New System.Drawing.Size(99, 38) Me.TextBox45.TabIndex = 2 Me.TextBox45.Text = "225" Me.TextBox45.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7016,9 +7560,9 @@ Partial Class Main_Form ' Me.Label46.AutoSize = True Me.Label46.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label46.Location = New System.Drawing.Point(12, 5) + Me.Label46.Location = New System.Drawing.Point(14, 6) Me.Label46.Name = "Label46" - Me.Label46.Size = New System.Drawing.Size(29, 24) + Me.Label46.Size = New System.Drawing.Size(38, 32) Me.Label46.TabIndex = 0 Me.Label46.Text = "X " ' @@ -7026,9 +7570,11 @@ Partial Class Main_Form ' Me.gbRFVrms2_AL.Controls.Add(Me.pnRFVRmax2_AL) Me.gbRFVrms2_AL.Controls.Add(Me.pnRFVRmin2_AL) - Me.gbRFVrms2_AL.Location = New System.Drawing.Point(2, 110) + Me.gbRFVrms2_AL.Location = New System.Drawing.Point(2, 138) + Me.gbRFVrms2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFVrms2_AL.Name = "gbRFVrms2_AL" - Me.gbRFVrms2_AL.Size = New System.Drawing.Size(271, 81) + Me.gbRFVrms2_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFVrms2_AL.Size = New System.Drawing.Size(310, 101) Me.gbRFVrms2_AL.TabIndex = 9 Me.gbRFVrms2_AL.TabStop = False Me.gbRFVrms2_AL.Text = "2MHz_VRMS" @@ -7037,17 +7583,19 @@ Partial Class Main_Form ' Me.pnRFVRmax2_AL.Controls.Add(Me.txbRFVRmax2_AL) Me.pnRFVRmax2_AL.Controls.Add(Me.lbRFVRmax2_AL) - Me.pnRFVRmax2_AL.Location = New System.Drawing.Point(137, 26) + Me.pnRFVRmax2_AL.Location = New System.Drawing.Point(157, 32) + Me.pnRFVRmax2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmax2_AL.Name = "pnRFVRmax2_AL" - Me.pnRFVRmax2_AL.Size = New System.Drawing.Size(132, 45) + Me.pnRFVRmax2_AL.Size = New System.Drawing.Size(151, 56) Me.pnRFVRmax2_AL.TabIndex = 9 ' 'txbRFVRmax2_AL ' Me.txbRFVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmax2_AL.Location = New System.Drawing.Point(49, 2) + Me.txbRFVRmax2_AL.Location = New System.Drawing.Point(56, 2) + Me.txbRFVRmax2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmax2_AL.Name = "txbRFVRmax2_AL" - Me.txbRFVRmax2_AL.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmax2_AL.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmax2_AL.TabIndex = 2 Me.txbRFVRmax2_AL.Text = "40" Me.txbRFVRmax2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7056,9 +7604,9 @@ Partial Class Main_Form ' Me.lbRFVRmax2_AL.AutoSize = True Me.lbRFVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmax2_AL.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmax2_AL.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmax2_AL.Name = "lbRFVRmax2_AL" - Me.lbRFVRmax2_AL.Size = New System.Drawing.Size(47, 24) + Me.lbRFVRmax2_AL.Size = New System.Drawing.Size(61, 32) Me.lbRFVRmax2_AL.TabIndex = 0 Me.lbRFVRmax2_AL.Text = "Max" ' @@ -7066,17 +7614,19 @@ Partial Class Main_Form ' Me.pnRFVRmin2_AL.Controls.Add(Me.txbRFVRmin2_AL) Me.pnRFVRmin2_AL.Controls.Add(Me.lbRFVRmin2_AL) - Me.pnRFVRmin2_AL.Location = New System.Drawing.Point(4, 26) + Me.pnRFVRmin2_AL.Location = New System.Drawing.Point(5, 32) + Me.pnRFVRmin2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmin2_AL.Name = "pnRFVRmin2_AL" - Me.pnRFVRmin2_AL.Size = New System.Drawing.Size(130, 45) + Me.pnRFVRmin2_AL.Size = New System.Drawing.Size(149, 56) Me.pnRFVRmin2_AL.TabIndex = 5 ' 'txbRFVRmin2_AL ' Me.txbRFVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmin2_AL.Location = New System.Drawing.Point(48, 2) + Me.txbRFVRmin2_AL.Location = New System.Drawing.Point(55, 2) + Me.txbRFVRmin2_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmin2_AL.Name = "txbRFVRmin2_AL" - Me.txbRFVRmin2_AL.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmin2_AL.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmin2_AL.TabIndex = 2 Me.txbRFVRmin2_AL.Text = "29" Me.txbRFVRmin2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7085,9 +7635,9 @@ Partial Class Main_Form ' Me.lbRFVRmin2_AL.AutoSize = True Me.lbRFVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmin2_AL.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmin2_AL.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmin2_AL.Name = "lbRFVRmin2_AL" - Me.lbRFVRmin2_AL.Size = New System.Drawing.Size(43, 24) + Me.lbRFVRmin2_AL.Size = New System.Drawing.Size(56, 32) Me.lbRFVRmin2_AL.TabIndex = 0 Me.lbRFVRmin2_AL.Text = "Min" ' @@ -7095,9 +7645,11 @@ Partial Class Main_Form ' Me.gbRFVrms1_AL.Controls.Add(Me.pnRFVRmax1_AL) Me.gbRFVrms1_AL.Controls.Add(Me.pnRFVRmin1_AL) - Me.gbRFVrms1_AL.Location = New System.Drawing.Point(2, 23) + Me.gbRFVrms1_AL.Location = New System.Drawing.Point(2, 29) + Me.gbRFVrms1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFVrms1_AL.Name = "gbRFVrms1_AL" - Me.gbRFVrms1_AL.Size = New System.Drawing.Size(271, 81) + Me.gbRFVrms1_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFVrms1_AL.Size = New System.Drawing.Size(310, 101) Me.gbRFVrms1_AL.TabIndex = 8 Me.gbRFVrms1_AL.TabStop = False Me.gbRFVrms1_AL.Text = "1MHz_VRMS" @@ -7106,17 +7658,19 @@ Partial Class Main_Form ' Me.pnRFVRmax1_AL.Controls.Add(Me.txbRFVRmax1_AL) Me.pnRFVRmax1_AL.Controls.Add(Me.lbRFVRmax1_AL) - Me.pnRFVRmax1_AL.Location = New System.Drawing.Point(137, 26) + Me.pnRFVRmax1_AL.Location = New System.Drawing.Point(157, 32) + Me.pnRFVRmax1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmax1_AL.Name = "pnRFVRmax1_AL" - Me.pnRFVRmax1_AL.Size = New System.Drawing.Size(132, 45) + Me.pnRFVRmax1_AL.Size = New System.Drawing.Size(151, 56) Me.pnRFVRmax1_AL.TabIndex = 9 ' 'txbRFVRmax1_AL ' Me.txbRFVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmax1_AL.Location = New System.Drawing.Point(49, 2) + Me.txbRFVRmax1_AL.Location = New System.Drawing.Point(56, 2) + Me.txbRFVRmax1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmax1_AL.Name = "txbRFVRmax1_AL" - Me.txbRFVRmax1_AL.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmax1_AL.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmax1_AL.TabIndex = 2 Me.txbRFVRmax1_AL.Text = "30" Me.txbRFVRmax1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7125,9 +7679,9 @@ Partial Class Main_Form ' Me.lbRFVRmax1_AL.AutoSize = True Me.lbRFVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmax1_AL.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmax1_AL.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmax1_AL.Name = "lbRFVRmax1_AL" - Me.lbRFVRmax1_AL.Size = New System.Drawing.Size(47, 24) + Me.lbRFVRmax1_AL.Size = New System.Drawing.Size(61, 32) Me.lbRFVRmax1_AL.TabIndex = 0 Me.lbRFVRmax1_AL.Text = "Max" ' @@ -7135,17 +7689,19 @@ Partial Class Main_Form ' Me.pnRFVRmin1_AL.Controls.Add(Me.txbRFVRmin1_AL) Me.pnRFVRmin1_AL.Controls.Add(Me.lbRFVRmin1_AL) - Me.pnRFVRmin1_AL.Location = New System.Drawing.Point(4, 26) + Me.pnRFVRmin1_AL.Location = New System.Drawing.Point(5, 32) + Me.pnRFVRmin1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmin1_AL.Name = "pnRFVRmin1_AL" - Me.pnRFVRmin1_AL.Size = New System.Drawing.Size(130, 45) + Me.pnRFVRmin1_AL.Size = New System.Drawing.Size(149, 56) Me.pnRFVRmin1_AL.TabIndex = 5 ' 'txbRFVRmin1_AL ' Me.txbRFVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmin1_AL.Location = New System.Drawing.Point(48, 2) + Me.txbRFVRmin1_AL.Location = New System.Drawing.Point(55, 2) + Me.txbRFVRmin1_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmin1_AL.Name = "txbRFVRmin1_AL" - Me.txbRFVRmin1_AL.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmin1_AL.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmin1_AL.TabIndex = 2 Me.txbRFVRmin1_AL.Text = "28" Me.txbRFVRmin1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7154,9 +7710,9 @@ Partial Class Main_Form ' Me.lbRFVRmin1_AL.AutoSize = True Me.lbRFVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmin1_AL.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmin1_AL.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmin1_AL.Name = "lbRFVRmin1_AL" - Me.lbRFVRmin1_AL.Size = New System.Drawing.Size(43, 24) + Me.lbRFVRmin1_AL.Size = New System.Drawing.Size(56, 32) Me.lbRFVRmin1_AL.TabIndex = 0 Me.lbRFVRmin1_AL.Text = "Min" ' @@ -7165,8 +7721,10 @@ Partial Class Main_Form Me.gbFirmVer_AL.Controls.Add(Me.pnFirmVer_AL) Me.gbFirmVer_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbFirmVer_AL.Location = New System.Drawing.Point(0, 0) + Me.gbFirmVer_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbFirmVer_AL.Name = "gbFirmVer_AL" - Me.gbFirmVer_AL.Size = New System.Drawing.Size(275, 75) + Me.gbFirmVer_AL.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbFirmVer_AL.Size = New System.Drawing.Size(314, 94) Me.gbFirmVer_AL.TabIndex = 109 Me.gbFirmVer_AL.TabStop = False Me.gbFirmVer_AL.Text = "FormWare Version" @@ -7175,17 +7733,19 @@ Partial Class Main_Form ' Me.pnFirmVer_AL.Controls.Add(Me.txbFirmVer_AL) Me.pnFirmVer_AL.Controls.Add(Me.lbFirmVer_AL) - Me.pnFirmVer_AL.Location = New System.Drawing.Point(6, 25) + Me.pnFirmVer_AL.Location = New System.Drawing.Point(7, 31) + Me.pnFirmVer_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnFirmVer_AL.Name = "pnFirmVer_AL" - Me.pnFirmVer_AL.Size = New System.Drawing.Size(263, 45) + Me.pnFirmVer_AL.Size = New System.Drawing.Size(301, 56) Me.pnFirmVer_AL.TabIndex = 4 ' 'txbFirmVer_AL ' Me.txbFirmVer_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbFirmVer_AL.Location = New System.Drawing.Point(114, 2) + Me.txbFirmVer_AL.Location = New System.Drawing.Point(130, 2) + Me.txbFirmVer_AL.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFirmVer_AL.Name = "txbFirmVer_AL" - Me.txbFirmVer_AL.Size = New System.Drawing.Size(146, 39) + Me.txbFirmVer_AL.Size = New System.Drawing.Size(166, 46) Me.txbFirmVer_AL.TabIndex = 2 Me.txbFirmVer_AL.Text = "1.0.8" Me.txbFirmVer_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7194,9 +7754,9 @@ Partial Class Main_Form ' Me.lbFirmVer_AL.AutoSize = True Me.lbFirmVer_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbFirmVer_AL.Location = New System.Drawing.Point(27, 11) + Me.lbFirmVer_AL.Location = New System.Drawing.Point(31, 14) Me.lbFirmVer_AL.Name = "lbFirmVer_AL" - Me.lbFirmVer_AL.Size = New System.Drawing.Size(77, 24) + Me.lbFirmVer_AL.Size = New System.Drawing.Size(101, 32) Me.lbFirmVer_AL.TabIndex = 0 Me.lbFirmVer_AL.Text = "Version" ' @@ -7211,9 +7771,10 @@ Partial Class Main_Form Me.pnStandard_Max.Controls.Add(Me.gbOpBat) Me.pnStandard_Max.Controls.Add(Me.gbRFsort) Me.pnStandard_Max.Controls.Add(Me.gbFirmVer) - Me.pnStandard_Max.Location = New System.Drawing.Point(6, 40) + Me.pnStandard_Max.Location = New System.Drawing.Point(7, 50) + Me.pnStandard_Max.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStandard_Max.Name = "pnStandard_Max" - Me.pnStandard_Max.Size = New System.Drawing.Size(1140, 600) + Me.pnStandard_Max.Size = New System.Drawing.Size(1303, 750) Me.pnStandard_Max.TabIndex = 114 ' 'gbMCsort @@ -7222,9 +7783,11 @@ Partial Class Main_Form Me.gbMCsort.Controls.Add(Me.gbMCFreq) Me.gbMCsort.Controls.Add(Me.gbMCDuty) Me.gbMCsort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbMCsort.Location = New System.Drawing.Point(286, 276) + Me.gbMCsort.Location = New System.Drawing.Point(327, 345) + Me.gbMCsort.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCsort.Name = "gbMCsort" - Me.gbMCsort.Size = New System.Drawing.Size(275, 290) + Me.gbMCsort.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCsort.Size = New System.Drawing.Size(314, 362) Me.gbMCsort.TabIndex = 108 Me.gbMCsort.TabStop = False Me.gbMCsort.Text = "MC Test" @@ -7233,9 +7796,11 @@ Partial Class Main_Form ' Me.gbMCVpp.Controls.Add(Me.pnMCVPmax) Me.gbMCVpp.Controls.Add(Me.pnMCVPmin) - Me.gbMCVpp.Location = New System.Drawing.Point(2, 23) + Me.gbMCVpp.Location = New System.Drawing.Point(2, 29) + Me.gbMCVpp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCVpp.Name = "gbMCVpp" - Me.gbMCVpp.Size = New System.Drawing.Size(271, 81) + Me.gbMCVpp.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCVpp.Size = New System.Drawing.Size(310, 101) Me.gbMCVpp.TabIndex = 9 Me.gbMCVpp.TabStop = False Me.gbMCVpp.Text = "Vpp" @@ -7244,17 +7809,19 @@ Partial Class Main_Form ' Me.pnMCVPmax.Controls.Add(Me.txbMCVPmax) Me.pnMCVPmax.Controls.Add(Me.lbMCVPmax) - Me.pnMCVPmax.Location = New System.Drawing.Point(137, 25) + Me.pnMCVPmax.Location = New System.Drawing.Point(157, 31) + Me.pnMCVPmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCVPmax.Name = "pnMCVPmax" - Me.pnMCVPmax.Size = New System.Drawing.Size(132, 45) + Me.pnMCVPmax.Size = New System.Drawing.Size(151, 56) Me.pnMCVPmax.TabIndex = 9 ' 'txbMCVPmax ' Me.txbMCVPmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCVPmax.Location = New System.Drawing.Point(49, 2) + Me.txbMCVPmax.Location = New System.Drawing.Point(56, 2) + Me.txbMCVPmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCVPmax.Name = "txbMCVPmax" - Me.txbMCVPmax.Size = New System.Drawing.Size(80, 39) + Me.txbMCVPmax.Size = New System.Drawing.Size(91, 46) Me.txbMCVPmax.TabIndex = 2 Me.txbMCVPmax.Text = "35" Me.txbMCVPmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7263,9 +7830,9 @@ Partial Class Main_Form ' Me.lbMCVPmax.AutoSize = True Me.lbMCVPmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCVPmax.Location = New System.Drawing.Point(4, 11) + Me.lbMCVPmax.Location = New System.Drawing.Point(5, 14) Me.lbMCVPmax.Name = "lbMCVPmax" - Me.lbMCVPmax.Size = New System.Drawing.Size(47, 24) + Me.lbMCVPmax.Size = New System.Drawing.Size(61, 32) Me.lbMCVPmax.TabIndex = 0 Me.lbMCVPmax.Text = "Max" ' @@ -7273,17 +7840,19 @@ Partial Class Main_Form ' Me.pnMCVPmin.Controls.Add(Me.txbMCVPmin) Me.pnMCVPmin.Controls.Add(Me.lbMCVPmin) - Me.pnMCVPmin.Location = New System.Drawing.Point(4, 26) + Me.pnMCVPmin.Location = New System.Drawing.Point(5, 32) + Me.pnMCVPmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCVPmin.Name = "pnMCVPmin" - Me.pnMCVPmin.Size = New System.Drawing.Size(130, 45) + Me.pnMCVPmin.Size = New System.Drawing.Size(149, 56) Me.pnMCVPmin.TabIndex = 5 ' 'txbMCVPmin ' Me.txbMCVPmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCVPmin.Location = New System.Drawing.Point(48, 2) + Me.txbMCVPmin.Location = New System.Drawing.Point(55, 2) + Me.txbMCVPmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCVPmin.Name = "txbMCVPmin" - Me.txbMCVPmin.Size = New System.Drawing.Size(80, 39) + Me.txbMCVPmin.Size = New System.Drawing.Size(91, 46) Me.txbMCVPmin.TabIndex = 2 Me.txbMCVPmin.Text = "33" Me.txbMCVPmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7292,9 +7861,9 @@ Partial Class Main_Form ' Me.lbMCVPmin.AutoSize = True Me.lbMCVPmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCVPmin.Location = New System.Drawing.Point(4, 11) + Me.lbMCVPmin.Location = New System.Drawing.Point(5, 14) Me.lbMCVPmin.Name = "lbMCVPmin" - Me.lbMCVPmin.Size = New System.Drawing.Size(43, 24) + Me.lbMCVPmin.Size = New System.Drawing.Size(56, 32) Me.lbMCVPmin.TabIndex = 0 Me.lbMCVPmin.Text = "Min" ' @@ -7302,9 +7871,11 @@ Partial Class Main_Form ' Me.gbMCFreq.Controls.Add(Me.pnMCFrmax) Me.gbMCFreq.Controls.Add(Me.pnMCFrmin) - Me.gbMCFreq.Location = New System.Drawing.Point(2, 195) + Me.gbMCFreq.Location = New System.Drawing.Point(2, 244) + Me.gbMCFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCFreq.Name = "gbMCFreq" - Me.gbMCFreq.Size = New System.Drawing.Size(271, 81) + Me.gbMCFreq.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCFreq.Size = New System.Drawing.Size(310, 101) Me.gbMCFreq.TabIndex = 11 Me.gbMCFreq.TabStop = False Me.gbMCFreq.Text = "Frequence" @@ -7313,17 +7884,19 @@ Partial Class Main_Form ' Me.pnMCFrmax.Controls.Add(Me.txbMCFrmax) Me.pnMCFrmax.Controls.Add(Me.lbMCFrmax) - Me.pnMCFrmax.Location = New System.Drawing.Point(137, 25) + Me.pnMCFrmax.Location = New System.Drawing.Point(157, 31) + Me.pnMCFrmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCFrmax.Name = "pnMCFrmax" - Me.pnMCFrmax.Size = New System.Drawing.Size(132, 45) + Me.pnMCFrmax.Size = New System.Drawing.Size(151, 56) Me.pnMCFrmax.TabIndex = 9 ' 'txbMCFrmax ' Me.txbMCFrmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCFrmax.Location = New System.Drawing.Point(49, 2) + Me.txbMCFrmax.Location = New System.Drawing.Point(56, 2) + Me.txbMCFrmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCFrmax.Name = "txbMCFrmax" - Me.txbMCFrmax.Size = New System.Drawing.Size(80, 39) + Me.txbMCFrmax.Size = New System.Drawing.Size(91, 46) Me.txbMCFrmax.TabIndex = 2 Me.txbMCFrmax.Text = "25" Me.txbMCFrmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7332,9 +7905,9 @@ Partial Class Main_Form ' Me.lbMCFrmax.AutoSize = True Me.lbMCFrmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCFrmax.Location = New System.Drawing.Point(4, 11) + Me.lbMCFrmax.Location = New System.Drawing.Point(5, 14) Me.lbMCFrmax.Name = "lbMCFrmax" - Me.lbMCFrmax.Size = New System.Drawing.Size(47, 24) + Me.lbMCFrmax.Size = New System.Drawing.Size(61, 32) Me.lbMCFrmax.TabIndex = 0 Me.lbMCFrmax.Text = "Max" ' @@ -7342,17 +7915,19 @@ Partial Class Main_Form ' Me.pnMCFrmin.Controls.Add(Me.txbMCFrmin) Me.pnMCFrmin.Controls.Add(Me.lbMCFrmin) - Me.pnMCFrmin.Location = New System.Drawing.Point(4, 26) + Me.pnMCFrmin.Location = New System.Drawing.Point(5, 32) + Me.pnMCFrmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCFrmin.Name = "pnMCFrmin" - Me.pnMCFrmin.Size = New System.Drawing.Size(130, 45) + Me.pnMCFrmin.Size = New System.Drawing.Size(149, 56) Me.pnMCFrmin.TabIndex = 5 ' 'txbMCFrmin ' Me.txbMCFrmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCFrmin.Location = New System.Drawing.Point(48, 2) + Me.txbMCFrmin.Location = New System.Drawing.Point(55, 2) + Me.txbMCFrmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCFrmin.Name = "txbMCFrmin" - Me.txbMCFrmin.Size = New System.Drawing.Size(80, 39) + Me.txbMCFrmin.Size = New System.Drawing.Size(91, 46) Me.txbMCFrmin.TabIndex = 2 Me.txbMCFrmin.Text = "15" Me.txbMCFrmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7361,9 +7936,9 @@ Partial Class Main_Form ' Me.lbMCFrmin.AutoSize = True Me.lbMCFrmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCFrmin.Location = New System.Drawing.Point(4, 11) + Me.lbMCFrmin.Location = New System.Drawing.Point(5, 14) Me.lbMCFrmin.Name = "lbMCFrmin" - Me.lbMCFrmin.Size = New System.Drawing.Size(43, 24) + Me.lbMCFrmin.Size = New System.Drawing.Size(56, 32) Me.lbMCFrmin.TabIndex = 0 Me.lbMCFrmin.Text = "Min" ' @@ -7371,9 +7946,11 @@ Partial Class Main_Form ' Me.gbMCDuty.Controls.Add(Me.pnMCDYmax) Me.gbMCDuty.Controls.Add(Me.pnMCDYmin) - Me.gbMCDuty.Location = New System.Drawing.Point(2, 110) + Me.gbMCDuty.Location = New System.Drawing.Point(2, 138) + Me.gbMCDuty.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMCDuty.Name = "gbMCDuty" - Me.gbMCDuty.Size = New System.Drawing.Size(271, 81) + Me.gbMCDuty.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMCDuty.Size = New System.Drawing.Size(310, 101) Me.gbMCDuty.TabIndex = 10 Me.gbMCDuty.TabStop = False Me.gbMCDuty.Text = "Duty" @@ -7382,17 +7959,19 @@ Partial Class Main_Form ' Me.pnMCDYmax.Controls.Add(Me.txbMCDYmax) Me.pnMCDYmax.Controls.Add(Me.lbMCDYmax) - Me.pnMCDYmax.Location = New System.Drawing.Point(137, 25) + Me.pnMCDYmax.Location = New System.Drawing.Point(157, 31) + Me.pnMCDYmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCDYmax.Name = "pnMCDYmax" - Me.pnMCDYmax.Size = New System.Drawing.Size(132, 45) + Me.pnMCDYmax.Size = New System.Drawing.Size(151, 56) Me.pnMCDYmax.TabIndex = 9 ' 'txbMCDYmax ' Me.txbMCDYmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCDYmax.Location = New System.Drawing.Point(49, 2) + Me.txbMCDYmax.Location = New System.Drawing.Point(56, 2) + Me.txbMCDYmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCDYmax.Name = "txbMCDYmax" - Me.txbMCDYmax.Size = New System.Drawing.Size(80, 39) + Me.txbMCDYmax.Size = New System.Drawing.Size(91, 46) Me.txbMCDYmax.TabIndex = 2 Me.txbMCDYmax.Text = "7.5" Me.txbMCDYmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7401,9 +7980,9 @@ Partial Class Main_Form ' Me.lbMCDYmax.AutoSize = True Me.lbMCDYmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCDYmax.Location = New System.Drawing.Point(4, 11) + Me.lbMCDYmax.Location = New System.Drawing.Point(5, 14) Me.lbMCDYmax.Name = "lbMCDYmax" - Me.lbMCDYmax.Size = New System.Drawing.Size(47, 24) + Me.lbMCDYmax.Size = New System.Drawing.Size(61, 32) Me.lbMCDYmax.TabIndex = 0 Me.lbMCDYmax.Text = "Max" ' @@ -7411,17 +7990,19 @@ Partial Class Main_Form ' Me.pnMCDYmin.Controls.Add(Me.txbMCDYmin) Me.pnMCDYmin.Controls.Add(Me.lbMCDYmin) - Me.pnMCDYmin.Location = New System.Drawing.Point(4, 26) + Me.pnMCDYmin.Location = New System.Drawing.Point(5, 32) + Me.pnMCDYmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMCDYmin.Name = "pnMCDYmin" - Me.pnMCDYmin.Size = New System.Drawing.Size(130, 45) + Me.pnMCDYmin.Size = New System.Drawing.Size(149, 56) Me.pnMCDYmin.TabIndex = 5 ' 'txbMCDYmin ' Me.txbMCDYmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCDYmin.Location = New System.Drawing.Point(48, 2) + Me.txbMCDYmin.Location = New System.Drawing.Point(55, 2) + Me.txbMCDYmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCDYmin.Name = "txbMCDYmin" - Me.txbMCDYmin.Size = New System.Drawing.Size(80, 39) + Me.txbMCDYmin.Size = New System.Drawing.Size(91, 46) Me.txbMCDYmin.TabIndex = 2 Me.txbMCDYmin.Text = "7" Me.txbMCDYmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7430,9 +8011,9 @@ Partial Class Main_Form ' Me.lbMCDYmin.AutoSize = True Me.lbMCDYmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCDYmin.Location = New System.Drawing.Point(4, 11) + Me.lbMCDYmin.Location = New System.Drawing.Point(5, 14) Me.lbMCDYmin.Name = "lbMCDYmin" - Me.lbMCDYmin.Size = New System.Drawing.Size(43, 24) + Me.lbMCDYmin.Size = New System.Drawing.Size(56, 32) Me.lbMCDYmin.TabIndex = 0 Me.lbMCDYmin.Text = "Min" ' @@ -7443,9 +8024,11 @@ Partial Class Main_Form Me.gbEPsort.Controls.Add(Me.gbEPDuty1) Me.gbEPsort.Controls.Add(Me.gbEPVpp) Me.gbEPsort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEPsort.Location = New System.Drawing.Point(565, 1) + Me.gbEPsort.Location = New System.Drawing.Point(646, 1) + Me.gbEPsort.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPsort.Name = "gbEPsort" - Me.gbEPsort.Size = New System.Drawing.Size(275, 363) + Me.gbEPsort.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPsort.Size = New System.Drawing.Size(314, 454) Me.gbEPsort.TabIndex = 109 Me.gbEPsort.TabStop = False Me.gbEPsort.Text = "EP Test" @@ -7454,9 +8037,11 @@ Partial Class Main_Form ' Me.gbEPDuty3.Controls.Add(Me.pnEPDYmax3) Me.gbEPDuty3.Controls.Add(Me.pnEPDYmin3) - Me.gbEPDuty3.Location = New System.Drawing.Point(2, 279) + Me.gbEPDuty3.Location = New System.Drawing.Point(2, 349) + Me.gbEPDuty3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPDuty3.Name = "gbEPDuty3" - Me.gbEPDuty3.Size = New System.Drawing.Size(271, 81) + Me.gbEPDuty3.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPDuty3.Size = New System.Drawing.Size(310, 101) Me.gbEPDuty3.TabIndex = 13 Me.gbEPDuty3.TabStop = False Me.gbEPDuty3.Text = "Duty - Step3" @@ -7465,17 +8050,19 @@ Partial Class Main_Form ' Me.pnEPDYmax3.Controls.Add(Me.txbEPDYmax3) Me.pnEPDYmax3.Controls.Add(Me.lbEPDYmax3) - Me.pnEPDYmax3.Location = New System.Drawing.Point(137, 25) + Me.pnEPDYmax3.Location = New System.Drawing.Point(157, 31) + Me.pnEPDYmax3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmax3.Name = "pnEPDYmax3" - Me.pnEPDYmax3.Size = New System.Drawing.Size(132, 45) + Me.pnEPDYmax3.Size = New System.Drawing.Size(151, 56) Me.pnEPDYmax3.TabIndex = 9 ' 'txbEPDYmax3 ' Me.txbEPDYmax3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmax3.Location = New System.Drawing.Point(49, 2) + Me.txbEPDYmax3.Location = New System.Drawing.Point(56, 2) + Me.txbEPDYmax3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmax3.Name = "txbEPDYmax3" - Me.txbEPDYmax3.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmax3.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmax3.TabIndex = 2 Me.txbEPDYmax3.Text = "7.5" Me.txbEPDYmax3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7484,9 +8071,9 @@ Partial Class Main_Form ' Me.lbEPDYmax3.AutoSize = True Me.lbEPDYmax3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmax3.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmax3.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmax3.Name = "lbEPDYmax3" - Me.lbEPDYmax3.Size = New System.Drawing.Size(47, 24) + Me.lbEPDYmax3.Size = New System.Drawing.Size(61, 32) Me.lbEPDYmax3.TabIndex = 0 Me.lbEPDYmax3.Text = "Max" ' @@ -7494,17 +8081,19 @@ Partial Class Main_Form ' Me.pnEPDYmin3.Controls.Add(Me.txbEPDYmin3) Me.pnEPDYmin3.Controls.Add(Me.lbEPDYmin3) - Me.pnEPDYmin3.Location = New System.Drawing.Point(4, 26) + Me.pnEPDYmin3.Location = New System.Drawing.Point(5, 32) + Me.pnEPDYmin3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmin3.Name = "pnEPDYmin3" - Me.pnEPDYmin3.Size = New System.Drawing.Size(130, 45) + Me.pnEPDYmin3.Size = New System.Drawing.Size(149, 56) Me.pnEPDYmin3.TabIndex = 5 ' 'txbEPDYmin3 ' Me.txbEPDYmin3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmin3.Location = New System.Drawing.Point(48, 2) + Me.txbEPDYmin3.Location = New System.Drawing.Point(55, 2) + Me.txbEPDYmin3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmin3.Name = "txbEPDYmin3" - Me.txbEPDYmin3.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmin3.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmin3.TabIndex = 2 Me.txbEPDYmin3.Text = "7.4" Me.txbEPDYmin3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7513,9 +8102,9 @@ Partial Class Main_Form ' Me.lbEPDYmin3.AutoSize = True Me.lbEPDYmin3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmin3.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmin3.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmin3.Name = "lbEPDYmin3" - Me.lbEPDYmin3.Size = New System.Drawing.Size(43, 24) + Me.lbEPDYmin3.Size = New System.Drawing.Size(56, 32) Me.lbEPDYmin3.TabIndex = 0 Me.lbEPDYmin3.Text = "Min" ' @@ -7523,9 +8112,11 @@ Partial Class Main_Form ' Me.gbEPDuty2.Controls.Add(Me.pnEPDYmax2) Me.gbEPDuty2.Controls.Add(Me.pnEPDYmin2) - Me.gbEPDuty2.Location = New System.Drawing.Point(2, 195) + Me.gbEPDuty2.Location = New System.Drawing.Point(2, 244) + Me.gbEPDuty2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPDuty2.Name = "gbEPDuty2" - Me.gbEPDuty2.Size = New System.Drawing.Size(271, 81) + Me.gbEPDuty2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPDuty2.Size = New System.Drawing.Size(310, 101) Me.gbEPDuty2.TabIndex = 12 Me.gbEPDuty2.TabStop = False Me.gbEPDuty2.Text = "Duty - Step2" @@ -7534,17 +8125,19 @@ Partial Class Main_Form ' Me.pnEPDYmax2.Controls.Add(Me.txbEPDYmax2) Me.pnEPDYmax2.Controls.Add(Me.lbEPDYmax2) - Me.pnEPDYmax2.Location = New System.Drawing.Point(137, 25) + Me.pnEPDYmax2.Location = New System.Drawing.Point(157, 31) + Me.pnEPDYmax2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmax2.Name = "pnEPDYmax2" - Me.pnEPDYmax2.Size = New System.Drawing.Size(132, 45) + Me.pnEPDYmax2.Size = New System.Drawing.Size(151, 56) Me.pnEPDYmax2.TabIndex = 9 ' 'txbEPDYmax2 ' Me.txbEPDYmax2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmax2.Location = New System.Drawing.Point(49, 2) + Me.txbEPDYmax2.Location = New System.Drawing.Point(56, 2) + Me.txbEPDYmax2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmax2.Name = "txbEPDYmax2" - Me.txbEPDYmax2.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmax2.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmax2.TabIndex = 2 Me.txbEPDYmax2.Text = "7.5" Me.txbEPDYmax2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7553,9 +8146,9 @@ Partial Class Main_Form ' Me.lbEPDYmax2.AutoSize = True Me.lbEPDYmax2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmax2.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmax2.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmax2.Name = "lbEPDYmax2" - Me.lbEPDYmax2.Size = New System.Drawing.Size(47, 24) + Me.lbEPDYmax2.Size = New System.Drawing.Size(61, 32) Me.lbEPDYmax2.TabIndex = 0 Me.lbEPDYmax2.Text = "Max" ' @@ -7563,17 +8156,19 @@ Partial Class Main_Form ' Me.pnEPDYmin2.Controls.Add(Me.txbEPDYmin2) Me.pnEPDYmin2.Controls.Add(Me.lbEPDYmin2) - Me.pnEPDYmin2.Location = New System.Drawing.Point(4, 26) + Me.pnEPDYmin2.Location = New System.Drawing.Point(5, 32) + Me.pnEPDYmin2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmin2.Name = "pnEPDYmin2" - Me.pnEPDYmin2.Size = New System.Drawing.Size(130, 45) + Me.pnEPDYmin2.Size = New System.Drawing.Size(149, 56) Me.pnEPDYmin2.TabIndex = 5 ' 'txbEPDYmin2 ' Me.txbEPDYmin2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmin2.Location = New System.Drawing.Point(48, 2) + Me.txbEPDYmin2.Location = New System.Drawing.Point(55, 2) + Me.txbEPDYmin2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmin2.Name = "txbEPDYmin2" - Me.txbEPDYmin2.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmin2.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmin2.TabIndex = 2 Me.txbEPDYmin2.Text = "7.4" Me.txbEPDYmin2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7582,9 +8177,9 @@ Partial Class Main_Form ' Me.lbEPDYmin2.AutoSize = True Me.lbEPDYmin2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmin2.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmin2.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmin2.Name = "lbEPDYmin2" - Me.lbEPDYmin2.Size = New System.Drawing.Size(43, 24) + Me.lbEPDYmin2.Size = New System.Drawing.Size(56, 32) Me.lbEPDYmin2.TabIndex = 0 Me.lbEPDYmin2.Text = "Min" ' @@ -7592,9 +8187,11 @@ Partial Class Main_Form ' Me.gbEPDuty1.Controls.Add(Me.pnEPDYmax1) Me.gbEPDuty1.Controls.Add(Me.pnEPDYmin1) - Me.gbEPDuty1.Location = New System.Drawing.Point(2, 110) + Me.gbEPDuty1.Location = New System.Drawing.Point(2, 138) + Me.gbEPDuty1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPDuty1.Name = "gbEPDuty1" - Me.gbEPDuty1.Size = New System.Drawing.Size(271, 81) + Me.gbEPDuty1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPDuty1.Size = New System.Drawing.Size(310, 101) Me.gbEPDuty1.TabIndex = 11 Me.gbEPDuty1.TabStop = False Me.gbEPDuty1.Text = "Duty - Step1" @@ -7603,17 +8200,19 @@ Partial Class Main_Form ' Me.pnEPDYmax1.Controls.Add(Me.txbEPDYmax1) Me.pnEPDYmax1.Controls.Add(Me.lbEPDYmax1) - Me.pnEPDYmax1.Location = New System.Drawing.Point(137, 25) + Me.pnEPDYmax1.Location = New System.Drawing.Point(157, 31) + Me.pnEPDYmax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmax1.Name = "pnEPDYmax1" - Me.pnEPDYmax1.Size = New System.Drawing.Size(132, 45) + Me.pnEPDYmax1.Size = New System.Drawing.Size(151, 56) Me.pnEPDYmax1.TabIndex = 9 ' 'txbEPDYmax1 ' Me.txbEPDYmax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmax1.Location = New System.Drawing.Point(49, 2) + Me.txbEPDYmax1.Location = New System.Drawing.Point(56, 2) + Me.txbEPDYmax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmax1.Name = "txbEPDYmax1" - Me.txbEPDYmax1.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmax1.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmax1.TabIndex = 2 Me.txbEPDYmax1.Text = "7.5" Me.txbEPDYmax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7622,9 +8221,9 @@ Partial Class Main_Form ' Me.lbEPDYmax1.AutoSize = True Me.lbEPDYmax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmax1.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmax1.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmax1.Name = "lbEPDYmax1" - Me.lbEPDYmax1.Size = New System.Drawing.Size(47, 24) + Me.lbEPDYmax1.Size = New System.Drawing.Size(61, 32) Me.lbEPDYmax1.TabIndex = 0 Me.lbEPDYmax1.Text = "Max" ' @@ -7632,17 +8231,19 @@ Partial Class Main_Form ' Me.pnEPDYmin1.Controls.Add(Me.txbEPDYmin1) Me.pnEPDYmin1.Controls.Add(Me.lbEPDYmin1) - Me.pnEPDYmin1.Location = New System.Drawing.Point(4, 26) + Me.pnEPDYmin1.Location = New System.Drawing.Point(5, 32) + Me.pnEPDYmin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPDYmin1.Name = "pnEPDYmin1" - Me.pnEPDYmin1.Size = New System.Drawing.Size(130, 45) + Me.pnEPDYmin1.Size = New System.Drawing.Size(149, 56) Me.pnEPDYmin1.TabIndex = 5 ' 'txbEPDYmin1 ' Me.txbEPDYmin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPDYmin1.Location = New System.Drawing.Point(48, 2) + Me.txbEPDYmin1.Location = New System.Drawing.Point(55, 2) + Me.txbEPDYmin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPDYmin1.Name = "txbEPDYmin1" - Me.txbEPDYmin1.Size = New System.Drawing.Size(80, 39) + Me.txbEPDYmin1.Size = New System.Drawing.Size(91, 46) Me.txbEPDYmin1.TabIndex = 2 Me.txbEPDYmin1.Text = "7.4" Me.txbEPDYmin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7651,9 +8252,9 @@ Partial Class Main_Form ' Me.lbEPDYmin1.AutoSize = True Me.lbEPDYmin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPDYmin1.Location = New System.Drawing.Point(4, 11) + Me.lbEPDYmin1.Location = New System.Drawing.Point(5, 14) Me.lbEPDYmin1.Name = "lbEPDYmin1" - Me.lbEPDYmin1.Size = New System.Drawing.Size(43, 24) + Me.lbEPDYmin1.Size = New System.Drawing.Size(56, 32) Me.lbEPDYmin1.TabIndex = 0 Me.lbEPDYmin1.Text = "Min" ' @@ -7661,9 +8262,11 @@ Partial Class Main_Form ' Me.gbEPVpp.Controls.Add(Me.pnEPVPmax) Me.gbEPVpp.Controls.Add(Me.pnEPVPmin) - Me.gbEPVpp.Location = New System.Drawing.Point(2, 23) + Me.gbEPVpp.Location = New System.Drawing.Point(2, 29) + Me.gbEPVpp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEPVpp.Name = "gbEPVpp" - Me.gbEPVpp.Size = New System.Drawing.Size(271, 81) + Me.gbEPVpp.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEPVpp.Size = New System.Drawing.Size(310, 101) Me.gbEPVpp.TabIndex = 9 Me.gbEPVpp.TabStop = False Me.gbEPVpp.Text = "Vpp" @@ -7672,17 +8275,19 @@ Partial Class Main_Form ' Me.pnEPVPmax.Controls.Add(Me.txbEPVPmax) Me.pnEPVPmax.Controls.Add(Me.lbEPVPmax) - Me.pnEPVPmax.Location = New System.Drawing.Point(137, 25) + Me.pnEPVPmax.Location = New System.Drawing.Point(157, 31) + Me.pnEPVPmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPVPmax.Name = "pnEPVPmax" - Me.pnEPVPmax.Size = New System.Drawing.Size(132, 45) + Me.pnEPVPmax.Size = New System.Drawing.Size(151, 56) Me.pnEPVPmax.TabIndex = 9 ' 'txbEPVPmax ' Me.txbEPVPmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPVPmax.Location = New System.Drawing.Point(49, 2) + Me.txbEPVPmax.Location = New System.Drawing.Point(56, 2) + Me.txbEPVPmax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPVPmax.Name = "txbEPVPmax" - Me.txbEPVPmax.Size = New System.Drawing.Size(80, 39) + Me.txbEPVPmax.Size = New System.Drawing.Size(91, 46) Me.txbEPVPmax.TabIndex = 2 Me.txbEPVPmax.Text = "66" Me.txbEPVPmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7691,9 +8296,9 @@ Partial Class Main_Form ' Me.lbEPVPmax.AutoSize = True Me.lbEPVPmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPVPmax.Location = New System.Drawing.Point(4, 11) + Me.lbEPVPmax.Location = New System.Drawing.Point(5, 14) Me.lbEPVPmax.Name = "lbEPVPmax" - Me.lbEPVPmax.Size = New System.Drawing.Size(47, 24) + Me.lbEPVPmax.Size = New System.Drawing.Size(61, 32) Me.lbEPVPmax.TabIndex = 0 Me.lbEPVPmax.Text = "Max" ' @@ -7701,17 +8306,19 @@ Partial Class Main_Form ' Me.pnEPVPmin.Controls.Add(Me.txbEPVPmin) Me.pnEPVPmin.Controls.Add(Me.lbEPVPmin) - Me.pnEPVPmin.Location = New System.Drawing.Point(4, 26) + Me.pnEPVPmin.Location = New System.Drawing.Point(5, 32) + Me.pnEPVPmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPVPmin.Name = "pnEPVPmin" - Me.pnEPVPmin.Size = New System.Drawing.Size(130, 45) + Me.pnEPVPmin.Size = New System.Drawing.Size(149, 56) Me.pnEPVPmin.TabIndex = 5 ' 'txbEPVPmin ' Me.txbEPVPmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPVPmin.Location = New System.Drawing.Point(48, 2) + Me.txbEPVPmin.Location = New System.Drawing.Point(55, 2) + Me.txbEPVPmin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPVPmin.Name = "txbEPVPmin" - Me.txbEPVPmin.Size = New System.Drawing.Size(80, 39) + Me.txbEPVPmin.Size = New System.Drawing.Size(91, 46) Me.txbEPVPmin.TabIndex = 2 Me.txbEPVPmin.Text = "60" Me.txbEPVPmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -7720,9 +8327,9 @@ Partial Class Main_Form ' Me.lbEPVPmin.AutoSize = True Me.lbEPVPmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPVPmin.Location = New System.Drawing.Point(4, 11) + Me.lbEPVPmin.Location = New System.Drawing.Point(5, 14) Me.lbEPVPmin.Name = "lbEPVPmin" - Me.lbEPVPmin.Size = New System.Drawing.Size(43, 24) + Me.lbEPVPmin.Size = New System.Drawing.Size(56, 32) Me.lbEPVPmin.TabIndex = 0 Me.lbEPVPmin.Text = "Min" ' @@ -7731,81 +8338,89 @@ Partial Class Main_Form Me.gbRedSrt.Controls.Add(Me.gbRBgt) Me.gbRedSrt.Controls.Add(Me.gbRSat) Me.gbRedSrt.Controls.Add(Me.gbRHue) - Me.gbRedSrt.Enabled = False + ''Me.gbRedSrt.Enabled = False Me.gbRedSrt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRedSrt.Location = New System.Drawing.Point(849, 292) + Me.gbRedSrt.Location = New System.Drawing.Point(970, 365) + Me.gbRedSrt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRedSrt.Name = "gbRedSrt" - Me.gbRedSrt.Size = New System.Drawing.Size(275, 290) + Me.gbRedSrt.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRedSrt.Size = New System.Drawing.Size(314, 362) Me.gbRedSrt.TabIndex = 113 Me.gbRedSrt.TabStop = False - Me.gbRedSrt.Text = "LED Red" + Me.gbRedSrt.Text = "LDM VRMS TEST" ' 'gbRBgt ' Me.gbRBgt.Controls.Add(Me.pnRBgtMax) Me.gbRBgt.Controls.Add(Me.pnRBgtMin) - Me.gbRBgt.Location = New System.Drawing.Point(2, 195) + Me.gbRBgt.Location = New System.Drawing.Point(2, 244) + Me.gbRBgt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRBgt.Name = "gbRBgt" - Me.gbRBgt.Size = New System.Drawing.Size(271, 81) + Me.gbRBgt.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRBgt.Size = New System.Drawing.Size(310, 101) Me.gbRBgt.TabIndex = 11 Me.gbRBgt.TabStop = False - Me.gbRBgt.Text = "명도" + Me.gbRBgt.Text = "19MHz_VRMS" ' 'pnRBgtMax ' - Me.pnRBgtMax.Controls.Add(Me.txbRBgtMax) + Me.pnRBgtMax.Controls.Add(Me.txbLDMVRmax3) Me.pnRBgtMax.Controls.Add(Me.lbRBgtMax) - Me.pnRBgtMax.Location = New System.Drawing.Point(137, 25) + Me.pnRBgtMax.Location = New System.Drawing.Point(157, 31) + Me.pnRBgtMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRBgtMax.Name = "pnRBgtMax" - Me.pnRBgtMax.Size = New System.Drawing.Size(132, 45) + Me.pnRBgtMax.Size = New System.Drawing.Size(151, 56) Me.pnRBgtMax.TabIndex = 9 ' - 'txbRBgtMax + 'txbLDMVRmax3 ' - Me.txbRBgtMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRBgtMax.Location = New System.Drawing.Point(49, 2) - Me.txbRBgtMax.Name = "txbRBgtMax" - Me.txbRBgtMax.Size = New System.Drawing.Size(80, 39) - Me.txbRBgtMax.TabIndex = 2 - Me.txbRBgtMax.Text = "25" - Me.txbRBgtMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbLDMVRmax3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbLDMVRmax3.Location = New System.Drawing.Point(56, 2) + Me.txbLDMVRmax3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbLDMVRmax3.Name = "txbLDMVRmax3" + Me.txbLDMVRmax3.Size = New System.Drawing.Size(91, 46) + Me.txbLDMVRmax3.TabIndex = 2 + Me.txbLDMVRmax3.Text = "25" + Me.txbLDMVRmax3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRBgtMax ' Me.lbRBgtMax.AutoSize = True Me.lbRBgtMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRBgtMax.Location = New System.Drawing.Point(4, 11) + Me.lbRBgtMax.Location = New System.Drawing.Point(5, 14) Me.lbRBgtMax.Name = "lbRBgtMax" - Me.lbRBgtMax.Size = New System.Drawing.Size(47, 24) + Me.lbRBgtMax.Size = New System.Drawing.Size(61, 32) Me.lbRBgtMax.TabIndex = 0 Me.lbRBgtMax.Text = "Max" ' 'pnRBgtMin ' - Me.pnRBgtMin.Controls.Add(Me.txbRBgtMin) + Me.pnRBgtMin.Controls.Add(Me.txbLDMVRmin3) Me.pnRBgtMin.Controls.Add(Me.lbRBgtMin) - Me.pnRBgtMin.Location = New System.Drawing.Point(4, 26) + Me.pnRBgtMin.Location = New System.Drawing.Point(5, 32) + Me.pnRBgtMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRBgtMin.Name = "pnRBgtMin" - Me.pnRBgtMin.Size = New System.Drawing.Size(130, 45) + Me.pnRBgtMin.Size = New System.Drawing.Size(149, 56) Me.pnRBgtMin.TabIndex = 5 ' - 'txbRBgtMin + 'txbLDMVRmin3 ' - Me.txbRBgtMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRBgtMin.Location = New System.Drawing.Point(48, 2) - Me.txbRBgtMin.Name = "txbRBgtMin" - Me.txbRBgtMin.Size = New System.Drawing.Size(80, 39) - Me.txbRBgtMin.TabIndex = 2 - Me.txbRBgtMin.Text = "15" - Me.txbRBgtMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbLDMVRmin3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbLDMVRmin3.Location = New System.Drawing.Point(55, 2) + Me.txbLDMVRmin3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbLDMVRmin3.Name = "txbLDMVRmin3" + Me.txbLDMVRmin3.Size = New System.Drawing.Size(91, 46) + Me.txbLDMVRmin3.TabIndex = 2 + Me.txbLDMVRmin3.Text = "15" + Me.txbLDMVRmin3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRBgtMin ' Me.lbRBgtMin.AutoSize = True Me.lbRBgtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRBgtMin.Location = New System.Drawing.Point(4, 11) + Me.lbRBgtMin.Location = New System.Drawing.Point(5, 14) Me.lbRBgtMin.Name = "lbRBgtMin" - Me.lbRBgtMin.Size = New System.Drawing.Size(43, 24) + Me.lbRBgtMin.Size = New System.Drawing.Size(56, 32) Me.lbRBgtMin.TabIndex = 0 Me.lbRBgtMin.Text = "Min" ' @@ -7813,68 +8428,74 @@ Partial Class Main_Form ' Me.gbRSat.Controls.Add(Me.pnRSatMax) Me.gbRSat.Controls.Add(Me.pnRSatMin) - Me.gbRSat.Location = New System.Drawing.Point(2, 110) + Me.gbRSat.Location = New System.Drawing.Point(2, 138) + Me.gbRSat.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRSat.Name = "gbRSat" - Me.gbRSat.Size = New System.Drawing.Size(271, 81) + Me.gbRSat.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRSat.Size = New System.Drawing.Size(310, 101) Me.gbRSat.TabIndex = 10 Me.gbRSat.TabStop = False - Me.gbRSat.Text = "채도" + Me.gbRSat.Text = "10MHz_VRMS" ' 'pnRSatMax ' - Me.pnRSatMax.Controls.Add(Me.txbRSatMax) + Me.pnRSatMax.Controls.Add(Me.txbLDMVRmax2) Me.pnRSatMax.Controls.Add(Me.lbRSatMax) - Me.pnRSatMax.Location = New System.Drawing.Point(137, 25) + Me.pnRSatMax.Location = New System.Drawing.Point(157, 31) + Me.pnRSatMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRSatMax.Name = "pnRSatMax" - Me.pnRSatMax.Size = New System.Drawing.Size(132, 45) + Me.pnRSatMax.Size = New System.Drawing.Size(151, 56) Me.pnRSatMax.TabIndex = 9 ' - 'txbRSatMax + 'txbLDMVRmax2 ' - Me.txbRSatMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRSatMax.Location = New System.Drawing.Point(49, 2) - Me.txbRSatMax.Name = "txbRSatMax" - Me.txbRSatMax.Size = New System.Drawing.Size(80, 39) - Me.txbRSatMax.TabIndex = 2 - Me.txbRSatMax.Text = "7.5" - Me.txbRSatMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbLDMVRmax2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbLDMVRmax2.Location = New System.Drawing.Point(56, 2) + Me.txbLDMVRmax2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbLDMVRmax2.Name = "txbLDMVRmax2" + Me.txbLDMVRmax2.Size = New System.Drawing.Size(91, 46) + Me.txbLDMVRmax2.TabIndex = 2 + Me.txbLDMVRmax2.Text = "7.5" + Me.txbLDMVRmax2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRSatMax ' Me.lbRSatMax.AutoSize = True Me.lbRSatMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRSatMax.Location = New System.Drawing.Point(4, 11) + Me.lbRSatMax.Location = New System.Drawing.Point(5, 14) Me.lbRSatMax.Name = "lbRSatMax" - Me.lbRSatMax.Size = New System.Drawing.Size(47, 24) + Me.lbRSatMax.Size = New System.Drawing.Size(61, 32) Me.lbRSatMax.TabIndex = 0 Me.lbRSatMax.Text = "Max" ' 'pnRSatMin ' - Me.pnRSatMin.Controls.Add(Me.txbRSatMin) + Me.pnRSatMin.Controls.Add(Me.txbLDMVRmin2) Me.pnRSatMin.Controls.Add(Me.lbRSatMin) - Me.pnRSatMin.Location = New System.Drawing.Point(4, 26) + Me.pnRSatMin.Location = New System.Drawing.Point(5, 32) + Me.pnRSatMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRSatMin.Name = "pnRSatMin" - Me.pnRSatMin.Size = New System.Drawing.Size(130, 45) + Me.pnRSatMin.Size = New System.Drawing.Size(149, 56) Me.pnRSatMin.TabIndex = 5 ' - 'txbRSatMin + 'txbLDMVRmin2 ' - Me.txbRSatMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRSatMin.Location = New System.Drawing.Point(48, 2) - Me.txbRSatMin.Name = "txbRSatMin" - Me.txbRSatMin.Size = New System.Drawing.Size(80, 39) - Me.txbRSatMin.TabIndex = 2 - Me.txbRSatMin.Text = "7" - Me.txbRSatMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbLDMVRmin2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbLDMVRmin2.Location = New System.Drawing.Point(55, 2) + Me.txbLDMVRmin2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbLDMVRmin2.Name = "txbLDMVRmin2" + Me.txbLDMVRmin2.Size = New System.Drawing.Size(91, 46) + Me.txbLDMVRmin2.TabIndex = 2 + Me.txbLDMVRmin2.Text = "7" + Me.txbLDMVRmin2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRSatMin ' Me.lbRSatMin.AutoSize = True Me.lbRSatMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRSatMin.Location = New System.Drawing.Point(4, 11) + Me.lbRSatMin.Location = New System.Drawing.Point(5, 14) Me.lbRSatMin.Name = "lbRSatMin" - Me.lbRSatMin.Size = New System.Drawing.Size(43, 24) + Me.lbRSatMin.Size = New System.Drawing.Size(56, 32) Me.lbRSatMin.TabIndex = 0 Me.lbRSatMin.Text = "Min" ' @@ -7882,68 +8503,74 @@ Partial Class Main_Form ' Me.gbRHue.Controls.Add(Me.pnRHueMax) Me.gbRHue.Controls.Add(Me.pnRHueMin) - Me.gbRHue.Location = New System.Drawing.Point(2, 23) + Me.gbRHue.Location = New System.Drawing.Point(2, 29) + Me.gbRHue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRHue.Name = "gbRHue" - Me.gbRHue.Size = New System.Drawing.Size(271, 81) + Me.gbRHue.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRHue.Size = New System.Drawing.Size(310, 101) Me.gbRHue.TabIndex = 9 Me.gbRHue.TabStop = False - Me.gbRHue.Text = "색상" + Me.gbRHue.Text = "3MHz_VRMS" ' 'pnRHueMax ' - Me.pnRHueMax.Controls.Add(Me.txbRHueMax) + Me.pnRHueMax.Controls.Add(Me.txbLDMVRmax1) Me.pnRHueMax.Controls.Add(Me.lbRHueMax) - Me.pnRHueMax.Location = New System.Drawing.Point(137, 25) + Me.pnRHueMax.Location = New System.Drawing.Point(157, 31) + Me.pnRHueMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRHueMax.Name = "pnRHueMax" - Me.pnRHueMax.Size = New System.Drawing.Size(132, 45) + Me.pnRHueMax.Size = New System.Drawing.Size(151, 56) Me.pnRHueMax.TabIndex = 9 ' - 'txbRHueMax + 'txbLDMVRmax1 ' - Me.txbRHueMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRHueMax.Location = New System.Drawing.Point(49, 2) - Me.txbRHueMax.Name = "txbRHueMax" - Me.txbRHueMax.Size = New System.Drawing.Size(80, 39) - Me.txbRHueMax.TabIndex = 2 - Me.txbRHueMax.Text = "35" - Me.txbRHueMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbLDMVRmax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbLDMVRmax1.Location = New System.Drawing.Point(56, 2) + Me.txbLDMVRmax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbLDMVRmax1.Name = "txbLDMVRmax1" + Me.txbLDMVRmax1.Size = New System.Drawing.Size(91, 46) + Me.txbLDMVRmax1.TabIndex = 2 + Me.txbLDMVRmax1.Text = "35" + Me.txbLDMVRmax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRHueMax ' Me.lbRHueMax.AutoSize = True Me.lbRHueMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRHueMax.Location = New System.Drawing.Point(4, 11) + Me.lbRHueMax.Location = New System.Drawing.Point(5, 14) Me.lbRHueMax.Name = "lbRHueMax" - Me.lbRHueMax.Size = New System.Drawing.Size(47, 24) + Me.lbRHueMax.Size = New System.Drawing.Size(61, 32) Me.lbRHueMax.TabIndex = 0 Me.lbRHueMax.Text = "Max" ' 'pnRHueMin ' - Me.pnRHueMin.Controls.Add(Me.txbRHueMin) + Me.pnRHueMin.Controls.Add(Me.txbLDMVRmin1) Me.pnRHueMin.Controls.Add(Me.lbRHueMin) - Me.pnRHueMin.Location = New System.Drawing.Point(4, 26) + Me.pnRHueMin.Location = New System.Drawing.Point(5, 32) + Me.pnRHueMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRHueMin.Name = "pnRHueMin" - Me.pnRHueMin.Size = New System.Drawing.Size(130, 45) + Me.pnRHueMin.Size = New System.Drawing.Size(149, 56) Me.pnRHueMin.TabIndex = 5 ' - 'txbRHueMin + 'txbLDMVRmin1 ' - Me.txbRHueMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRHueMin.Location = New System.Drawing.Point(48, 2) - Me.txbRHueMin.Name = "txbRHueMin" - Me.txbRHueMin.Size = New System.Drawing.Size(80, 39) - Me.txbRHueMin.TabIndex = 2 - Me.txbRHueMin.Text = "33" - Me.txbRHueMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbLDMVRmin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbLDMVRmin1.Location = New System.Drawing.Point(55, 2) + Me.txbLDMVRmin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbLDMVRmin1.Name = "txbLDMVRmin1" + Me.txbLDMVRmin1.Size = New System.Drawing.Size(91, 46) + Me.txbLDMVRmin1.TabIndex = 2 + Me.txbLDMVRmin1.Text = "33" + Me.txbLDMVRmin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRHueMin ' Me.lbRHueMin.AutoSize = True Me.lbRHueMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRHueMin.Location = New System.Drawing.Point(4, 11) + Me.lbRHueMin.Location = New System.Drawing.Point(5, 14) Me.lbRHueMin.Name = "lbRHueMin" - Me.lbRHueMin.Size = New System.Drawing.Size(43, 24) + Me.lbRHueMin.Size = New System.Drawing.Size(56, 32) Me.lbRHueMin.TabIndex = 0 Me.lbRHueMin.Text = "Min" ' @@ -7952,81 +8579,89 @@ Partial Class Main_Form Me.gbLEDYellow1.Controls.Add(Me.gbYBgt1) Me.gbLEDYellow1.Controls.Add(Me.gbYSat1) Me.gbLEDYellow1.Controls.Add(Me.gbYHue1) - Me.gbLEDYellow1.Enabled = False + ''Me.gbLEDYellow1.Enabled = False Me.gbLEDYellow1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLEDYellow1.Location = New System.Drawing.Point(849, 1) + Me.gbLEDYellow1.Location = New System.Drawing.Point(970, 1) + Me.gbLEDYellow1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLEDYellow1.Name = "gbLEDYellow1" - Me.gbLEDYellow1.Size = New System.Drawing.Size(275, 290) + Me.gbLEDYellow1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLEDYellow1.Size = New System.Drawing.Size(314, 362) Me.gbLEDYellow1.TabIndex = 109 Me.gbLEDYellow1.TabStop = False - Me.gbLEDYellow1.Text = "LED Yellow " + Me.gbLEDYellow1.Text = "LDM attW TEST" ' 'gbYBgt1 ' Me.gbYBgt1.Controls.Add(Me.pnYBgtMax) Me.gbYBgt1.Controls.Add(Me.pnYBgtMin1) - Me.gbYBgt1.Location = New System.Drawing.Point(2, 195) + Me.gbYBgt1.Location = New System.Drawing.Point(2, 244) + Me.gbYBgt1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYBgt1.Name = "gbYBgt1" - Me.gbYBgt1.Size = New System.Drawing.Size(271, 81) + Me.gbYBgt1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYBgt1.Size = New System.Drawing.Size(310, 101) Me.gbYBgt1.TabIndex = 11 Me.gbYBgt1.TabStop = False - Me.gbYBgt1.Text = "명도" + Me.gbYBgt1.Text = "19MHz_출력값" ' 'pnYBgtMax ' - Me.pnYBgtMax.Controls.Add(Me.txbYBgtMax1) + Me.pnYBgtMax.Controls.Add(Me.txbHFLDMMax3) Me.pnYBgtMax.Controls.Add(Me.lbYBgtMax1) - Me.pnYBgtMax.Location = New System.Drawing.Point(137, 25) + Me.pnYBgtMax.Location = New System.Drawing.Point(157, 31) + Me.pnYBgtMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYBgtMax.Name = "pnYBgtMax" - Me.pnYBgtMax.Size = New System.Drawing.Size(132, 45) + Me.pnYBgtMax.Size = New System.Drawing.Size(151, 56) Me.pnYBgtMax.TabIndex = 9 ' - 'txbYBgtMax1 + 'txbHFLDMMax3 ' - Me.txbYBgtMax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYBgtMax1.Location = New System.Drawing.Point(49, 2) - Me.txbYBgtMax1.Name = "txbYBgtMax1" - Me.txbYBgtMax1.Size = New System.Drawing.Size(80, 39) - Me.txbYBgtMax1.TabIndex = 2 - Me.txbYBgtMax1.Text = "25" - Me.txbYBgtMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbHFLDMMax3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbHFLDMMax3.Location = New System.Drawing.Point(56, 2) + Me.txbHFLDMMax3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbHFLDMMax3.Name = "txbHFLDMMax3" + Me.txbHFLDMMax3.Size = New System.Drawing.Size(91, 46) + Me.txbHFLDMMax3.TabIndex = 2 + Me.txbHFLDMMax3.Text = "25" + Me.txbHFLDMMax3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbYBgtMax1 ' Me.lbYBgtMax1.AutoSize = True Me.lbYBgtMax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYBgtMax1.Location = New System.Drawing.Point(4, 11) + Me.lbYBgtMax1.Location = New System.Drawing.Point(5, 14) Me.lbYBgtMax1.Name = "lbYBgtMax1" - Me.lbYBgtMax1.Size = New System.Drawing.Size(47, 24) + Me.lbYBgtMax1.Size = New System.Drawing.Size(61, 32) Me.lbYBgtMax1.TabIndex = 0 Me.lbYBgtMax1.Text = "Max" ' 'pnYBgtMin1 ' - Me.pnYBgtMin1.Controls.Add(Me.txbYBgtMin1) + Me.pnYBgtMin1.Controls.Add(Me.txbHFLDMMin3) Me.pnYBgtMin1.Controls.Add(Me.lbYBgtMin1) - Me.pnYBgtMin1.Location = New System.Drawing.Point(4, 26) + Me.pnYBgtMin1.Location = New System.Drawing.Point(5, 32) + Me.pnYBgtMin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYBgtMin1.Name = "pnYBgtMin1" - Me.pnYBgtMin1.Size = New System.Drawing.Size(130, 45) + Me.pnYBgtMin1.Size = New System.Drawing.Size(149, 56) Me.pnYBgtMin1.TabIndex = 5 ' - 'txbYBgtMin1 + 'txbHFLDMMin3 ' - Me.txbYBgtMin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYBgtMin1.Location = New System.Drawing.Point(48, 2) - Me.txbYBgtMin1.Name = "txbYBgtMin1" - Me.txbYBgtMin1.Size = New System.Drawing.Size(80, 39) - Me.txbYBgtMin1.TabIndex = 2 - Me.txbYBgtMin1.Text = "15" - Me.txbYBgtMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbHFLDMMin3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbHFLDMMin3.Location = New System.Drawing.Point(55, 2) + Me.txbHFLDMMin3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbHFLDMMin3.Name = "txbHFLDMMin3" + Me.txbHFLDMMin3.Size = New System.Drawing.Size(91, 46) + Me.txbHFLDMMin3.TabIndex = 2 + Me.txbHFLDMMin3.Text = "15" + Me.txbHFLDMMin3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbYBgtMin1 ' Me.lbYBgtMin1.AutoSize = True Me.lbYBgtMin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYBgtMin1.Location = New System.Drawing.Point(4, 11) + Me.lbYBgtMin1.Location = New System.Drawing.Point(5, 14) Me.lbYBgtMin1.Name = "lbYBgtMin1" - Me.lbYBgtMin1.Size = New System.Drawing.Size(43, 24) + Me.lbYBgtMin1.Size = New System.Drawing.Size(56, 32) Me.lbYBgtMin1.TabIndex = 0 Me.lbYBgtMin1.Text = "Min" ' @@ -8034,68 +8669,74 @@ Partial Class Main_Form ' Me.gbYSat1.Controls.Add(Me.pnYSatMax1) Me.gbYSat1.Controls.Add(Me.pnYSatMin1) - Me.gbYSat1.Location = New System.Drawing.Point(2, 110) + Me.gbYSat1.Location = New System.Drawing.Point(2, 138) + Me.gbYSat1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYSat1.Name = "gbYSat1" - Me.gbYSat1.Size = New System.Drawing.Size(271, 81) + Me.gbYSat1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYSat1.Size = New System.Drawing.Size(310, 101) Me.gbYSat1.TabIndex = 10 Me.gbYSat1.TabStop = False - Me.gbYSat1.Text = "채도" + Me.gbYSat1.Text = "10MHz_출력값" ' 'pnYSatMax1 ' - Me.pnYSatMax1.Controls.Add(Me.txbYSatMax1) + Me.pnYSatMax1.Controls.Add(Me.txbHFLDMMax2) Me.pnYSatMax1.Controls.Add(Me.lbYSatMax1) - Me.pnYSatMax1.Location = New System.Drawing.Point(137, 25) + Me.pnYSatMax1.Location = New System.Drawing.Point(157, 31) + Me.pnYSatMax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYSatMax1.Name = "pnYSatMax1" - Me.pnYSatMax1.Size = New System.Drawing.Size(132, 45) + Me.pnYSatMax1.Size = New System.Drawing.Size(151, 56) Me.pnYSatMax1.TabIndex = 9 ' - 'txbYSatMax1 + 'txbHFLDMMax2 ' - Me.txbYSatMax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYSatMax1.Location = New System.Drawing.Point(49, 2) - Me.txbYSatMax1.Name = "txbYSatMax1" - Me.txbYSatMax1.Size = New System.Drawing.Size(80, 39) - Me.txbYSatMax1.TabIndex = 2 - Me.txbYSatMax1.Text = "7.5" - Me.txbYSatMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbHFLDMMax2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbHFLDMMax2.Location = New System.Drawing.Point(56, 2) + Me.txbHFLDMMax2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbHFLDMMax2.Name = "txbHFLDMMax2" + Me.txbHFLDMMax2.Size = New System.Drawing.Size(91, 46) + Me.txbHFLDMMax2.TabIndex = 2 + Me.txbHFLDMMax2.Text = "7.5" + Me.txbHFLDMMax2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbYSatMax1 ' Me.lbYSatMax1.AutoSize = True Me.lbYSatMax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYSatMax1.Location = New System.Drawing.Point(4, 11) + Me.lbYSatMax1.Location = New System.Drawing.Point(5, 14) Me.lbYSatMax1.Name = "lbYSatMax1" - Me.lbYSatMax1.Size = New System.Drawing.Size(47, 24) + Me.lbYSatMax1.Size = New System.Drawing.Size(61, 32) Me.lbYSatMax1.TabIndex = 0 Me.lbYSatMax1.Text = "Max" ' 'pnYSatMin1 ' - Me.pnYSatMin1.Controls.Add(Me.txbYSatMin1) + Me.pnYSatMin1.Controls.Add(Me.txbHFLDMMin2) Me.pnYSatMin1.Controls.Add(Me.lbYSatMin1) - Me.pnYSatMin1.Location = New System.Drawing.Point(4, 26) + Me.pnYSatMin1.Location = New System.Drawing.Point(5, 32) + Me.pnYSatMin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYSatMin1.Name = "pnYSatMin1" - Me.pnYSatMin1.Size = New System.Drawing.Size(130, 45) + Me.pnYSatMin1.Size = New System.Drawing.Size(149, 56) Me.pnYSatMin1.TabIndex = 5 ' - 'txbYSatMin1 + 'txbHFLDMMin2 ' - Me.txbYSatMin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYSatMin1.Location = New System.Drawing.Point(48, 2) - Me.txbYSatMin1.Name = "txbYSatMin1" - Me.txbYSatMin1.Size = New System.Drawing.Size(80, 39) - Me.txbYSatMin1.TabIndex = 2 - Me.txbYSatMin1.Text = "7" - Me.txbYSatMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbHFLDMMin2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbHFLDMMin2.Location = New System.Drawing.Point(55, 2) + Me.txbHFLDMMin2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbHFLDMMin2.Name = "txbHFLDMMin2" + Me.txbHFLDMMin2.Size = New System.Drawing.Size(91, 46) + Me.txbHFLDMMin2.TabIndex = 2 + Me.txbHFLDMMin2.Text = "7" + Me.txbHFLDMMin2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbYSatMin1 ' Me.lbYSatMin1.AutoSize = True Me.lbYSatMin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYSatMin1.Location = New System.Drawing.Point(4, 11) + Me.lbYSatMin1.Location = New System.Drawing.Point(5, 14) Me.lbYSatMin1.Name = "lbYSatMin1" - Me.lbYSatMin1.Size = New System.Drawing.Size(43, 24) + Me.lbYSatMin1.Size = New System.Drawing.Size(56, 32) Me.lbYSatMin1.TabIndex = 0 Me.lbYSatMin1.Text = "Min" ' @@ -8103,68 +8744,74 @@ Partial Class Main_Form ' Me.gbYHue1.Controls.Add(Me.pnYHueMax1) Me.gbYHue1.Controls.Add(Me.pnYHueMin1) - Me.gbYHue1.Location = New System.Drawing.Point(2, 23) + Me.gbYHue1.Location = New System.Drawing.Point(2, 29) + Me.gbYHue1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYHue1.Name = "gbYHue1" - Me.gbYHue1.Size = New System.Drawing.Size(271, 81) + Me.gbYHue1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYHue1.Size = New System.Drawing.Size(310, 101) Me.gbYHue1.TabIndex = 9 Me.gbYHue1.TabStop = False - Me.gbYHue1.Text = "색상" + Me.gbYHue1.Text = "3MHz_출력값" ' 'pnYHueMax1 ' - Me.pnYHueMax1.Controls.Add(Me.txbYHueMax1) + Me.pnYHueMax1.Controls.Add(Me.txbHFLDMMax1) Me.pnYHueMax1.Controls.Add(Me.lbYHueMax1) - Me.pnYHueMax1.Location = New System.Drawing.Point(137, 25) + Me.pnYHueMax1.Location = New System.Drawing.Point(157, 31) + Me.pnYHueMax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYHueMax1.Name = "pnYHueMax1" - Me.pnYHueMax1.Size = New System.Drawing.Size(132, 45) + Me.pnYHueMax1.Size = New System.Drawing.Size(151, 56) Me.pnYHueMax1.TabIndex = 9 ' - 'txbYHueMax1 + 'txbHFLDMMax1 ' - Me.txbYHueMax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYHueMax1.Location = New System.Drawing.Point(49, 2) - Me.txbYHueMax1.Name = "txbYHueMax1" - Me.txbYHueMax1.Size = New System.Drawing.Size(80, 39) - Me.txbYHueMax1.TabIndex = 2 - Me.txbYHueMax1.Text = "35" - Me.txbYHueMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbHFLDMMax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbHFLDMMax1.Location = New System.Drawing.Point(56, 2) + Me.txbHFLDMMax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbHFLDMMax1.Name = "txbHFLDMMax1" + Me.txbHFLDMMax1.Size = New System.Drawing.Size(91, 46) + Me.txbHFLDMMax1.TabIndex = 2 + Me.txbHFLDMMax1.Text = "35" + Me.txbHFLDMMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbYHueMax1 ' Me.lbYHueMax1.AutoSize = True Me.lbYHueMax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYHueMax1.Location = New System.Drawing.Point(4, 11) + Me.lbYHueMax1.Location = New System.Drawing.Point(5, 14) Me.lbYHueMax1.Name = "lbYHueMax1" - Me.lbYHueMax1.Size = New System.Drawing.Size(47, 24) + Me.lbYHueMax1.Size = New System.Drawing.Size(61, 32) Me.lbYHueMax1.TabIndex = 0 Me.lbYHueMax1.Text = "Max" ' 'pnYHueMin1 ' - Me.pnYHueMin1.Controls.Add(Me.txbYHueMin1) + Me.pnYHueMin1.Controls.Add(Me.txbHFLDMMin1) Me.pnYHueMin1.Controls.Add(Me.lbYHueMin1) - Me.pnYHueMin1.Location = New System.Drawing.Point(4, 26) + Me.pnYHueMin1.Location = New System.Drawing.Point(5, 32) + Me.pnYHueMin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYHueMin1.Name = "pnYHueMin1" - Me.pnYHueMin1.Size = New System.Drawing.Size(130, 45) + Me.pnYHueMin1.Size = New System.Drawing.Size(149, 56) Me.pnYHueMin1.TabIndex = 5 ' - 'txbYHueMin1 + 'txbHFLDMMin1 ' - Me.txbYHueMin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYHueMin1.Location = New System.Drawing.Point(48, 2) - Me.txbYHueMin1.Name = "txbYHueMin1" - Me.txbYHueMin1.Size = New System.Drawing.Size(80, 39) - Me.txbYHueMin1.TabIndex = 2 - Me.txbYHueMin1.Text = "33" - Me.txbYHueMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + Me.txbHFLDMMin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txbHFLDMMin1.Location = New System.Drawing.Point(55, 2) + Me.txbHFLDMMin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txbHFLDMMin1.Name = "txbHFLDMMin1" + Me.txbHFLDMMin1.Size = New System.Drawing.Size(91, 46) + Me.txbHFLDMMin1.TabIndex = 2 + Me.txbHFLDMMin1.Text = "33" + Me.txbHFLDMMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbYHueMin1 ' Me.lbYHueMin1.AutoSize = True Me.lbYHueMin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYHueMin1.Location = New System.Drawing.Point(4, 11) + Me.lbYHueMin1.Location = New System.Drawing.Point(5, 14) Me.lbYHueMin1.Name = "lbYHueMin1" - Me.lbYHueMin1.Size = New System.Drawing.Size(43, 24) + Me.lbYHueMin1.Size = New System.Drawing.Size(56, 32) Me.lbYHueMin1.TabIndex = 0 Me.lbYHueMin1.Text = "Min" ' @@ -8173,9 +8820,11 @@ Partial Class Main_Form Me.gbOpTmp.Controls.Add(Me.gbTmpCart) Me.gbOpTmp.Controls.Add(Me.gbTmpDev) Me.gbOpTmp.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbOpTmp.Location = New System.Drawing.Point(0, 77) + Me.gbOpTmp.Location = New System.Drawing.Point(0, 96) + Me.gbOpTmp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOpTmp.Name = "gbOpTmp" - Me.gbOpTmp.Size = New System.Drawing.Size(275, 198) + Me.gbOpTmp.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOpTmp.Size = New System.Drawing.Size(314, 248) Me.gbOpTmp.TabIndex = 111 Me.gbOpTmp.TabStop = False Me.gbOpTmp.Text = "Temperature" @@ -8184,9 +8833,11 @@ Partial Class Main_Form ' Me.gbTmpCart.Controls.Add(Me.pnTpCartMax) Me.gbTmpCart.Controls.Add(Me.pnTpCartMin) - Me.gbTmpCart.Location = New System.Drawing.Point(2, 105) + Me.gbTmpCart.Location = New System.Drawing.Point(2, 131) + Me.gbTmpCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTmpCart.Name = "gbTmpCart" - Me.gbTmpCart.Size = New System.Drawing.Size(271, 81) + Me.gbTmpCart.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTmpCart.Size = New System.Drawing.Size(310, 101) Me.gbTmpCart.TabIndex = 10 Me.gbTmpCart.TabStop = False Me.gbTmpCart.Text = "Cartridge" @@ -8195,17 +8846,19 @@ Partial Class Main_Form ' Me.pnTpCartMax.Controls.Add(Me.txbTpCartMax) Me.pnTpCartMax.Controls.Add(Me.lbTpCartMax) - Me.pnTpCartMax.Location = New System.Drawing.Point(137, 25) + Me.pnTpCartMax.Location = New System.Drawing.Point(157, 31) + Me.pnTpCartMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpCartMax.Name = "pnTpCartMax" - Me.pnTpCartMax.Size = New System.Drawing.Size(132, 45) + Me.pnTpCartMax.Size = New System.Drawing.Size(151, 56) Me.pnTpCartMax.TabIndex = 9 ' 'txbTpCartMax ' Me.txbTpCartMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpCartMax.Location = New System.Drawing.Point(49, 2) + Me.txbTpCartMax.Location = New System.Drawing.Point(56, 2) + Me.txbTpCartMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpCartMax.Name = "txbTpCartMax" - Me.txbTpCartMax.Size = New System.Drawing.Size(80, 39) + Me.txbTpCartMax.Size = New System.Drawing.Size(91, 46) Me.txbTpCartMax.TabIndex = 2 Me.txbTpCartMax.Text = "30" Me.txbTpCartMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8214,9 +8867,9 @@ Partial Class Main_Form ' Me.lbTpCartMax.AutoSize = True Me.lbTpCartMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpCartMax.Location = New System.Drawing.Point(4, 11) + Me.lbTpCartMax.Location = New System.Drawing.Point(5, 14) Me.lbTpCartMax.Name = "lbTpCartMax" - Me.lbTpCartMax.Size = New System.Drawing.Size(47, 24) + Me.lbTpCartMax.Size = New System.Drawing.Size(61, 32) Me.lbTpCartMax.TabIndex = 0 Me.lbTpCartMax.Text = "Max" ' @@ -8224,17 +8877,19 @@ Partial Class Main_Form ' Me.pnTpCartMin.Controls.Add(Me.txbTpCartMin) Me.pnTpCartMin.Controls.Add(Me.lbTpCartMin) - Me.pnTpCartMin.Location = New System.Drawing.Point(4, 25) + Me.pnTpCartMin.Location = New System.Drawing.Point(5, 31) + Me.pnTpCartMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpCartMin.Name = "pnTpCartMin" - Me.pnTpCartMin.Size = New System.Drawing.Size(130, 45) + Me.pnTpCartMin.Size = New System.Drawing.Size(149, 56) Me.pnTpCartMin.TabIndex = 5 ' 'txbTpCartMin ' Me.txbTpCartMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpCartMin.Location = New System.Drawing.Point(48, 2) + Me.txbTpCartMin.Location = New System.Drawing.Point(55, 2) + Me.txbTpCartMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpCartMin.Name = "txbTpCartMin" - Me.txbTpCartMin.Size = New System.Drawing.Size(80, 39) + Me.txbTpCartMin.Size = New System.Drawing.Size(91, 46) Me.txbTpCartMin.TabIndex = 2 Me.txbTpCartMin.Text = "20" Me.txbTpCartMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8243,9 +8898,9 @@ Partial Class Main_Form ' Me.lbTpCartMin.AutoSize = True Me.lbTpCartMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpCartMin.Location = New System.Drawing.Point(4, 11) + Me.lbTpCartMin.Location = New System.Drawing.Point(5, 14) Me.lbTpCartMin.Name = "lbTpCartMin" - Me.lbTpCartMin.Size = New System.Drawing.Size(43, 24) + Me.lbTpCartMin.Size = New System.Drawing.Size(56, 32) Me.lbTpCartMin.TabIndex = 0 Me.lbTpCartMin.Text = "Min" ' @@ -8253,9 +8908,11 @@ Partial Class Main_Form ' Me.gbTmpDev.Controls.Add(Me.pnTpDevMax) Me.gbTmpDev.Controls.Add(Me.pnTpDevMin) - Me.gbTmpDev.Location = New System.Drawing.Point(2, 23) + Me.gbTmpDev.Location = New System.Drawing.Point(2, 29) + Me.gbTmpDev.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTmpDev.Name = "gbTmpDev" - Me.gbTmpDev.Size = New System.Drawing.Size(271, 81) + Me.gbTmpDev.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTmpDev.Size = New System.Drawing.Size(310, 101) Me.gbTmpDev.TabIndex = 9 Me.gbTmpDev.TabStop = False Me.gbTmpDev.Text = "Device" @@ -8264,17 +8921,19 @@ Partial Class Main_Form ' Me.pnTpDevMax.Controls.Add(Me.txbTpDevMax) Me.pnTpDevMax.Controls.Add(Me.lbTpDevMax) - Me.pnTpDevMax.Location = New System.Drawing.Point(137, 25) + Me.pnTpDevMax.Location = New System.Drawing.Point(157, 31) + Me.pnTpDevMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpDevMax.Name = "pnTpDevMax" - Me.pnTpDevMax.Size = New System.Drawing.Size(132, 45) + Me.pnTpDevMax.Size = New System.Drawing.Size(151, 56) Me.pnTpDevMax.TabIndex = 9 ' 'txbTpDevMax ' Me.txbTpDevMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpDevMax.Location = New System.Drawing.Point(49, 2) + Me.txbTpDevMax.Location = New System.Drawing.Point(56, 2) + Me.txbTpDevMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpDevMax.Name = "txbTpDevMax" - Me.txbTpDevMax.Size = New System.Drawing.Size(80, 39) + Me.txbTpDevMax.Size = New System.Drawing.Size(91, 46) Me.txbTpDevMax.TabIndex = 2 Me.txbTpDevMax.Text = "30" Me.txbTpDevMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8283,9 +8942,9 @@ Partial Class Main_Form ' Me.lbTpDevMax.AutoSize = True Me.lbTpDevMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpDevMax.Location = New System.Drawing.Point(4, 11) + Me.lbTpDevMax.Location = New System.Drawing.Point(5, 14) Me.lbTpDevMax.Name = "lbTpDevMax" - Me.lbTpDevMax.Size = New System.Drawing.Size(47, 24) + Me.lbTpDevMax.Size = New System.Drawing.Size(61, 32) Me.lbTpDevMax.TabIndex = 0 Me.lbTpDevMax.Text = "Max" ' @@ -8293,17 +8952,19 @@ Partial Class Main_Form ' Me.pnTpDevMin.Controls.Add(Me.txbTpDevMin) Me.pnTpDevMin.Controls.Add(Me.lbTpDevMin) - Me.pnTpDevMin.Location = New System.Drawing.Point(4, 25) + Me.pnTpDevMin.Location = New System.Drawing.Point(5, 31) + Me.pnTpDevMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTpDevMin.Name = "pnTpDevMin" - Me.pnTpDevMin.Size = New System.Drawing.Size(130, 45) + Me.pnTpDevMin.Size = New System.Drawing.Size(149, 56) Me.pnTpDevMin.TabIndex = 5 ' 'txbTpDevMin ' Me.txbTpDevMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTpDevMin.Location = New System.Drawing.Point(48, 2) + Me.txbTpDevMin.Location = New System.Drawing.Point(55, 2) + Me.txbTpDevMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTpDevMin.Name = "txbTpDevMin" - Me.txbTpDevMin.Size = New System.Drawing.Size(80, 39) + Me.txbTpDevMin.Size = New System.Drawing.Size(91, 46) Me.txbTpDevMin.TabIndex = 2 Me.txbTpDevMin.Text = "20" Me.txbTpDevMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8312,9 +8973,9 @@ Partial Class Main_Form ' Me.lbTpDevMin.AutoSize = True Me.lbTpDevMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTpDevMin.Location = New System.Drawing.Point(4, 11) + Me.lbTpDevMin.Location = New System.Drawing.Point(5, 14) Me.lbTpDevMin.Name = "lbTpDevMin" - Me.lbTpDevMin.Size = New System.Drawing.Size(43, 24) + Me.lbTpDevMin.Size = New System.Drawing.Size(56, 32) Me.lbTpDevMin.TabIndex = 0 Me.lbTpDevMin.Text = "Min" ' @@ -8323,9 +8984,11 @@ Partial Class Main_Form Me.gbHFSort.Controls.Add(Me.gbHFMin) Me.gbHFSort.Controls.Add(Me.gbHFoutput) Me.gbHFSort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbHFSort.Location = New System.Drawing.Point(281, 77) + Me.gbHFSort.Location = New System.Drawing.Point(321, 96) + Me.gbHFSort.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFSort.Name = "gbHFSort" - Me.gbHFSort.Size = New System.Drawing.Size(275, 198) + Me.gbHFSort.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFSort.Size = New System.Drawing.Size(314, 248) Me.gbHFSort.TabIndex = 110 Me.gbHFSort.TabStop = False Me.gbHFSort.Text = "HF Test" @@ -8333,9 +8996,11 @@ Partial Class Main_Form 'gbHFMin ' Me.gbHFMin.Controls.Add(Me.pnHFMin) - Me.gbHFMin.Location = New System.Drawing.Point(2, 105) + Me.gbHFMin.Location = New System.Drawing.Point(2, 131) + Me.gbHFMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFMin.Name = "gbHFMin" - Me.gbHFMin.Size = New System.Drawing.Size(271, 81) + Me.gbHFMin.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFMin.Size = New System.Drawing.Size(310, 101) Me.gbHFMin.TabIndex = 10 Me.gbHFMin.TabStop = False Me.gbHFMin.Text = "차이값" @@ -8345,27 +9010,29 @@ Partial Class Main_Form Me.pnHFMin.Controls.Add(Me.lbHFOpValue) Me.pnHFMin.Controls.Add(Me.txbHFMin) Me.pnHFMin.Controls.Add(Me.lbHFMin) - Me.pnHFMin.Location = New System.Drawing.Point(4, 25) + Me.pnHFMin.Location = New System.Drawing.Point(5, 31) + Me.pnHFMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFMin.Name = "pnHFMin" - Me.pnHFMin.Size = New System.Drawing.Size(265, 45) + Me.pnHFMin.Size = New System.Drawing.Size(303, 56) Me.pnHFMin.TabIndex = 5 ' 'lbHFOpValue ' Me.lbHFOpValue.AutoSize = True Me.lbHFOpValue.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFOpValue.Location = New System.Drawing.Point(188, 11) + Me.lbHFOpValue.Location = New System.Drawing.Point(215, 14) Me.lbHFOpValue.Name = "lbHFOpValue" - Me.lbHFOpValue.Size = New System.Drawing.Size(69, 24) + Me.lbHFOpValue.Size = New System.Drawing.Size(89, 32) Me.lbHFOpValue.TabIndex = 112 Me.lbHFOpValue.Text = "W 미만" ' 'txbHFMin ' Me.txbHFMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFMin.Location = New System.Drawing.Point(48, 2) + Me.txbHFMin.Location = New System.Drawing.Point(55, 2) + Me.txbHFMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFMin.Name = "txbHFMin" - Me.txbHFMin.Size = New System.Drawing.Size(137, 39) + Me.txbHFMin.Size = New System.Drawing.Size(156, 46) Me.txbHFMin.TabIndex = 2 Me.txbHFMin.Text = "1" Me.txbHFMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8374,9 +9041,9 @@ Partial Class Main_Form ' Me.lbHFMin.AutoSize = True Me.lbHFMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFMin.Location = New System.Drawing.Point(4, 11) + Me.lbHFMin.Location = New System.Drawing.Point(5, 14) Me.lbHFMin.Name = "lbHFMin" - Me.lbHFMin.Size = New System.Drawing.Size(46, 24) + Me.lbHFMin.Size = New System.Drawing.Size(60, 32) Me.lbHFMin.TabIndex = 0 Me.lbHFMin.Text = "최소" ' @@ -8384,9 +9051,11 @@ Partial Class Main_Form ' Me.gbHFoutput.Controls.Add(Me.pnHFOutMax) Me.gbHFoutput.Controls.Add(Me.pnHFOutMin) - Me.gbHFoutput.Location = New System.Drawing.Point(2, 23) + Me.gbHFoutput.Location = New System.Drawing.Point(2, 29) + Me.gbHFoutput.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFoutput.Name = "gbHFoutput" - Me.gbHFoutput.Size = New System.Drawing.Size(271, 81) + Me.gbHFoutput.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFoutput.Size = New System.Drawing.Size(310, 101) Me.gbHFoutput.TabIndex = 9 Me.gbHFoutput.TabStop = False Me.gbHFoutput.Text = "출력값" @@ -8395,17 +9064,19 @@ Partial Class Main_Form ' Me.pnHFOutMax.Controls.Add(Me.txbHFOutMax) Me.pnHFOutMax.Controls.Add(Me.lbHFOutMax) - Me.pnHFOutMax.Location = New System.Drawing.Point(137, 25) + Me.pnHFOutMax.Location = New System.Drawing.Point(157, 31) + Me.pnHFOutMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFOutMax.Name = "pnHFOutMax" - Me.pnHFOutMax.Size = New System.Drawing.Size(132, 45) + Me.pnHFOutMax.Size = New System.Drawing.Size(151, 56) Me.pnHFOutMax.TabIndex = 9 ' 'txbHFOutMax ' Me.txbHFOutMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFOutMax.Location = New System.Drawing.Point(49, 2) + Me.txbHFOutMax.Location = New System.Drawing.Point(56, 2) + Me.txbHFOutMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFOutMax.Name = "txbHFOutMax" - Me.txbHFOutMax.Size = New System.Drawing.Size(80, 39) + Me.txbHFOutMax.Size = New System.Drawing.Size(91, 46) Me.txbHFOutMax.TabIndex = 2 Me.txbHFOutMax.Text = "19" Me.txbHFOutMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8414,9 +9085,9 @@ Partial Class Main_Form ' Me.lbHFOutMax.AutoSize = True Me.lbHFOutMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFOutMax.Location = New System.Drawing.Point(4, 11) + Me.lbHFOutMax.Location = New System.Drawing.Point(5, 14) Me.lbHFOutMax.Name = "lbHFOutMax" - Me.lbHFOutMax.Size = New System.Drawing.Size(47, 24) + Me.lbHFOutMax.Size = New System.Drawing.Size(61, 32) Me.lbHFOutMax.TabIndex = 0 Me.lbHFOutMax.Text = "Max" ' @@ -8424,17 +9095,19 @@ Partial Class Main_Form ' Me.pnHFOutMin.Controls.Add(Me.txbHFOutMin) Me.pnHFOutMin.Controls.Add(Me.lbHFOutMin) - Me.pnHFOutMin.Location = New System.Drawing.Point(4, 25) + Me.pnHFOutMin.Location = New System.Drawing.Point(5, 31) + Me.pnHFOutMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFOutMin.Name = "pnHFOutMin" - Me.pnHFOutMin.Size = New System.Drawing.Size(130, 45) + Me.pnHFOutMin.Size = New System.Drawing.Size(149, 56) Me.pnHFOutMin.TabIndex = 5 ' 'txbHFOutMin ' Me.txbHFOutMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFOutMin.Location = New System.Drawing.Point(48, 2) + Me.txbHFOutMin.Location = New System.Drawing.Point(55, 2) + Me.txbHFOutMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFOutMin.Name = "txbHFOutMin" - Me.txbHFOutMin.Size = New System.Drawing.Size(80, 39) + Me.txbHFOutMin.Size = New System.Drawing.Size(91, 46) Me.txbHFOutMin.TabIndex = 2 Me.txbHFOutMin.Text = "17.3" Me.txbHFOutMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8443,9 +9116,9 @@ Partial Class Main_Form ' Me.lbHFOutMin.AutoSize = True Me.lbHFOutMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFOutMin.Location = New System.Drawing.Point(4, 11) + Me.lbHFOutMin.Location = New System.Drawing.Point(5, 14) Me.lbHFOutMin.Name = "lbHFOutMin" - Me.lbHFOutMin.Size = New System.Drawing.Size(43, 24) + Me.lbHFOutMin.Size = New System.Drawing.Size(56, 32) Me.lbHFOutMin.TabIndex = 0 Me.lbHFOutMin.Text = "Min" ' @@ -8454,9 +9127,11 @@ Partial Class Main_Form Me.gbOpBat.Controls.Add(Me.pnBatMax) Me.gbOpBat.Controls.Add(Me.pnBatMin) Me.gbOpBat.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbOpBat.Location = New System.Drawing.Point(281, 1) + Me.gbOpBat.Location = New System.Drawing.Point(321, 1) + Me.gbOpBat.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOpBat.Name = "gbOpBat" - Me.gbOpBat.Size = New System.Drawing.Size(275, 75) + Me.gbOpBat.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOpBat.Size = New System.Drawing.Size(314, 94) Me.gbOpBat.TabIndex = 110 Me.gbOpBat.TabStop = False Me.gbOpBat.Text = "Battery Level" @@ -8465,17 +9140,19 @@ Partial Class Main_Form ' Me.pnBatMax.Controls.Add(Me.txbBatMax) Me.pnBatMax.Controls.Add(Me.lbBatMax) - Me.pnBatMax.Location = New System.Drawing.Point(137, 25) + Me.pnBatMax.Location = New System.Drawing.Point(157, 31) + Me.pnBatMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBatMax.Name = "pnBatMax" - Me.pnBatMax.Size = New System.Drawing.Size(132, 45) + Me.pnBatMax.Size = New System.Drawing.Size(151, 56) Me.pnBatMax.TabIndex = 11 ' 'txbBatMax ' Me.txbBatMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBatMax.Location = New System.Drawing.Point(49, 2) + Me.txbBatMax.Location = New System.Drawing.Point(56, 2) + Me.txbBatMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBatMax.Name = "txbBatMax" - Me.txbBatMax.Size = New System.Drawing.Size(80, 39) + Me.txbBatMax.Size = New System.Drawing.Size(91, 46) Me.txbBatMax.TabIndex = 2 Me.txbBatMax.Text = "4.0" Me.txbBatMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8484,9 +9161,9 @@ Partial Class Main_Form ' Me.lbBatMax.AutoSize = True Me.lbBatMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBatMax.Location = New System.Drawing.Point(4, 11) + Me.lbBatMax.Location = New System.Drawing.Point(5, 14) Me.lbBatMax.Name = "lbBatMax" - Me.lbBatMax.Size = New System.Drawing.Size(47, 24) + Me.lbBatMax.Size = New System.Drawing.Size(61, 32) Me.lbBatMax.TabIndex = 0 Me.lbBatMax.Text = "Max" ' @@ -8494,17 +9171,19 @@ Partial Class Main_Form ' Me.pnBatMin.Controls.Add(Me.txbBatMin) Me.pnBatMin.Controls.Add(Me.lbBatMin) - Me.pnBatMin.Location = New System.Drawing.Point(6, 25) + Me.pnBatMin.Location = New System.Drawing.Point(7, 31) + Me.pnBatMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBatMin.Name = "pnBatMin" - Me.pnBatMin.Size = New System.Drawing.Size(130, 45) + Me.pnBatMin.Size = New System.Drawing.Size(149, 56) Me.pnBatMin.TabIndex = 10 ' 'txbBatMin ' Me.txbBatMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBatMin.Location = New System.Drawing.Point(48, 2) + Me.txbBatMin.Location = New System.Drawing.Point(55, 2) + Me.txbBatMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBatMin.Name = "txbBatMin" - Me.txbBatMin.Size = New System.Drawing.Size(80, 39) + Me.txbBatMin.Size = New System.Drawing.Size(91, 46) Me.txbBatMin.TabIndex = 2 Me.txbBatMin.Text = "3.8" Me.txbBatMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8513,9 +9192,9 @@ Partial Class Main_Form ' Me.lbBatMin.AutoSize = True Me.lbBatMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBatMin.Location = New System.Drawing.Point(4, 11) + Me.lbBatMin.Location = New System.Drawing.Point(5, 14) Me.lbBatMin.Name = "lbBatMin" - Me.lbBatMin.Size = New System.Drawing.Size(43, 24) + Me.lbBatMin.Size = New System.Drawing.Size(56, 32) Me.lbBatMin.TabIndex = 0 Me.lbBatMin.Text = "Min" ' @@ -8525,9 +9204,11 @@ Partial Class Main_Form Me.gbRFsort.Controls.Add(Me.gbRFVrms2) Me.gbRFsort.Controls.Add(Me.gbRFVrms1) Me.gbRFsort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRFsort.Location = New System.Drawing.Point(0, 276) + Me.gbRFsort.Location = New System.Drawing.Point(0, 345) + Me.gbRFsort.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFsort.Name = "gbRFsort" - Me.gbRFsort.Size = New System.Drawing.Size(280, 290) + Me.gbRFsort.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFsort.Size = New System.Drawing.Size(320, 362) Me.gbRFsort.TabIndex = 107 Me.gbRFsort.TabStop = False Me.gbRFsort.Text = "RF Test" @@ -8537,9 +9218,11 @@ Partial Class Main_Form Me.gbRFVrms3.Controls.Add(Me.pnRFVRmax3) Me.gbRFVrms3.Controls.Add(Me.pnRFVRmin3) Me.gbRFVrms3.Controls.Add(Me.gbLEDOption) - Me.gbRFVrms3.Location = New System.Drawing.Point(2, 195) + Me.gbRFVrms3.Location = New System.Drawing.Point(2, 244) + Me.gbRFVrms3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFVrms3.Name = "gbRFVrms3" - Me.gbRFVrms3.Size = New System.Drawing.Size(271, 81) + Me.gbRFVrms3.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFVrms3.Size = New System.Drawing.Size(310, 101) Me.gbRFVrms3.TabIndex = 10 Me.gbRFVrms3.TabStop = False Me.gbRFVrms3.Text = "3MHz_VRMS" @@ -8548,17 +9231,19 @@ Partial Class Main_Form ' Me.pnRFVRmax3.Controls.Add(Me.txbRFVRmax3) Me.pnRFVRmax3.Controls.Add(Me.lbRFVRmax3) - Me.pnRFVRmax3.Location = New System.Drawing.Point(137, 26) + Me.pnRFVRmax3.Location = New System.Drawing.Point(157, 32) + Me.pnRFVRmax3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmax3.Name = "pnRFVRmax3" - Me.pnRFVRmax3.Size = New System.Drawing.Size(132, 45) + Me.pnRFVRmax3.Size = New System.Drawing.Size(151, 56) Me.pnRFVRmax3.TabIndex = 9 ' 'txbRFVRmax3 ' Me.txbRFVRmax3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmax3.Location = New System.Drawing.Point(49, 2) + Me.txbRFVRmax3.Location = New System.Drawing.Point(56, 2) + Me.txbRFVRmax3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmax3.Name = "txbRFVRmax3" - Me.txbRFVRmax3.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmax3.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmax3.TabIndex = 2 Me.txbRFVRmax3.Text = "40" Me.txbRFVRmax3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8567,9 +9252,9 @@ Partial Class Main_Form ' Me.lbRFVRmax3.AutoSize = True Me.lbRFVRmax3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmax3.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmax3.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmax3.Name = "lbRFVRmax3" - Me.lbRFVRmax3.Size = New System.Drawing.Size(47, 24) + Me.lbRFVRmax3.Size = New System.Drawing.Size(61, 32) Me.lbRFVRmax3.TabIndex = 0 Me.lbRFVRmax3.Text = "Max" ' @@ -8577,17 +9262,19 @@ Partial Class Main_Form ' Me.pnRFVRmin3.Controls.Add(Me.txbRFVRmin3) Me.pnRFVRmin3.Controls.Add(Me.lbRFVRmin3) - Me.pnRFVRmin3.Location = New System.Drawing.Point(4, 26) + Me.pnRFVRmin3.Location = New System.Drawing.Point(5, 32) + Me.pnRFVRmin3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmin3.Name = "pnRFVRmin3" - Me.pnRFVRmin3.Size = New System.Drawing.Size(130, 45) + Me.pnRFVRmin3.Size = New System.Drawing.Size(149, 56) Me.pnRFVRmin3.TabIndex = 5 ' 'txbRFVRmin3 ' Me.txbRFVRmin3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmin3.Location = New System.Drawing.Point(48, 2) + Me.txbRFVRmin3.Location = New System.Drawing.Point(55, 2) + Me.txbRFVRmin3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmin3.Name = "txbRFVRmin3" - Me.txbRFVRmin3.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmin3.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmin3.TabIndex = 2 Me.txbRFVRmin3.Text = "30" Me.txbRFVRmin3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8596,9 +9283,9 @@ Partial Class Main_Form ' Me.lbRFVRmin3.AutoSize = True Me.lbRFVRmin3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmin3.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmin3.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmin3.Name = "lbRFVRmin3" - Me.lbRFVRmin3.Size = New System.Drawing.Size(43, 24) + Me.lbRFVRmin3.Size = New System.Drawing.Size(56, 32) Me.lbRFVRmin3.TabIndex = 0 Me.lbRFVRmin3.Text = "Min" ' @@ -8610,9 +9297,11 @@ Partial Class Main_Form Me.gbLEDOption.Controls.Add(Me.gbRedPoint2) Me.gbLEDOption.Controls.Add(Me.gbRedPoint1) Me.gbLEDOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLEDOption.Location = New System.Drawing.Point(258, 78) + Me.gbLEDOption.Location = New System.Drawing.Point(295, 98) + Me.gbLEDOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLEDOption.Name = "gbLEDOption" - Me.gbLEDOption.Size = New System.Drawing.Size(644, 183) + Me.gbLEDOption.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLEDOption.Size = New System.Drawing.Size(736, 229) Me.gbLEDOption.TabIndex = 132 Me.gbLEDOption.TabStop = False Me.gbLEDOption.Text = "LED 측정 관련" @@ -8622,9 +9311,11 @@ Partial Class Main_Form Me.gbYelPoint2.Controls.Add(Me.pnYelY2) Me.gbYelPoint2.Controls.Add(Me.pnYelX2) Me.gbYelPoint2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbYelPoint2.Location = New System.Drawing.Point(317, 92) + Me.gbYelPoint2.Location = New System.Drawing.Point(362, 115) + Me.gbYelPoint2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYelPoint2.Name = "gbYelPoint2" - Me.gbYelPoint2.Size = New System.Drawing.Size(300, 65) + Me.gbYelPoint2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYelPoint2.Size = New System.Drawing.Size(343, 81) Me.gbYelPoint2.TabIndex = 11 Me.gbYelPoint2.TabStop = False Me.gbYelPoint2.Text = "Yellow 측정좌표 ②" @@ -8633,17 +9324,19 @@ Partial Class Main_Form ' Me.pnYelY2.Controls.Add(Me.txbYelY2) Me.pnYelY2.Controls.Add(Me.lbYelY2) - Me.pnYelY2.Location = New System.Drawing.Point(148, 26) + Me.pnYelY2.Location = New System.Drawing.Point(169, 32) + Me.pnYelY2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelY2.Name = "pnYelY2" - Me.pnYelY2.Size = New System.Drawing.Size(139, 35) + Me.pnYelY2.Size = New System.Drawing.Size(159, 44) Me.pnYelY2.TabIndex = 9 ' 'txbYelY2 ' Me.txbYelY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelY2.Location = New System.Drawing.Point(47, 2) + Me.txbYelY2.Location = New System.Drawing.Point(54, 2) + Me.txbYelY2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelY2.Name = "txbYelY2" - Me.txbYelY2.Size = New System.Drawing.Size(87, 32) + Me.txbYelY2.Size = New System.Drawing.Size(99, 38) Me.txbYelY2.TabIndex = 2 Me.txbYelY2.Text = "40" Me.txbYelY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8652,9 +9345,9 @@ Partial Class Main_Form ' Me.lbYelY2.AutoSize = True Me.lbYelY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelY2.Location = New System.Drawing.Point(18, 5) + Me.lbYelY2.Location = New System.Drawing.Point(21, 6) Me.lbYelY2.Name = "lbYelY2" - Me.lbYelY2.Size = New System.Drawing.Size(23, 24) + Me.lbYelY2.Size = New System.Drawing.Size(31, 32) Me.lbYelY2.TabIndex = 0 Me.lbYelY2.Text = "Y" ' @@ -8662,17 +9355,19 @@ Partial Class Main_Form ' Me.pnYelX2.Controls.Add(Me.txbYelX2) Me.pnYelX2.Controls.Add(Me.lbYelX2) - Me.pnYelX2.Location = New System.Drawing.Point(4, 26) + Me.pnYelX2.Location = New System.Drawing.Point(5, 32) + Me.pnYelX2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelX2.Name = "pnYelX2" - Me.pnYelX2.Size = New System.Drawing.Size(139, 35) + Me.pnYelX2.Size = New System.Drawing.Size(159, 44) Me.pnYelX2.TabIndex = 5 ' 'txbYelX2 ' Me.txbYelX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelX2.Location = New System.Drawing.Point(47, 2) + Me.txbYelX2.Location = New System.Drawing.Point(54, 2) + Me.txbYelX2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelX2.Name = "txbYelX2" - Me.txbYelX2.Size = New System.Drawing.Size(87, 32) + Me.txbYelX2.Size = New System.Drawing.Size(99, 38) Me.txbYelX2.TabIndex = 2 Me.txbYelX2.Text = "29" Me.txbYelX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8681,9 +9376,9 @@ Partial Class Main_Form ' Me.lbYelX2.AutoSize = True Me.lbYelX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelX2.Location = New System.Drawing.Point(12, 5) + Me.lbYelX2.Location = New System.Drawing.Point(14, 6) Me.lbYelX2.Name = "lbYelX2" - Me.lbYelX2.Size = New System.Drawing.Size(29, 24) + Me.lbYelX2.Size = New System.Drawing.Size(38, 32) Me.lbYelX2.TabIndex = 0 Me.lbYelX2.Text = "X " ' @@ -8692,9 +9387,11 @@ Partial Class Main_Form Me.gbYelPoint1.Controls.Add(Me.pnYelY1) Me.gbYelPoint1.Controls.Add(Me.pnYelX1) Me.gbYelPoint1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbYelPoint1.Location = New System.Drawing.Point(317, 25) + Me.gbYelPoint1.Location = New System.Drawing.Point(362, 31) + Me.gbYelPoint1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbYelPoint1.Name = "gbYelPoint1" - Me.gbYelPoint1.Size = New System.Drawing.Size(300, 65) + Me.gbYelPoint1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbYelPoint1.Size = New System.Drawing.Size(343, 81) Me.gbYelPoint1.TabIndex = 11 Me.gbYelPoint1.TabStop = False Me.gbYelPoint1.Text = "Yellow 측정좌표 ①" @@ -8703,17 +9400,19 @@ Partial Class Main_Form ' Me.pnYelY1.Controls.Add(Me.txbYelY1) Me.pnYelY1.Controls.Add(Me.lbYelY1) - Me.pnYelY1.Location = New System.Drawing.Point(148, 26) + Me.pnYelY1.Location = New System.Drawing.Point(169, 32) + Me.pnYelY1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelY1.Name = "pnYelY1" - Me.pnYelY1.Size = New System.Drawing.Size(139, 35) + Me.pnYelY1.Size = New System.Drawing.Size(159, 44) Me.pnYelY1.TabIndex = 9 ' 'txbYelY1 ' Me.txbYelY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelY1.Location = New System.Drawing.Point(47, 2) + Me.txbYelY1.Location = New System.Drawing.Point(54, 2) + Me.txbYelY1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelY1.Name = "txbYelY1" - Me.txbYelY1.Size = New System.Drawing.Size(87, 32) + Me.txbYelY1.Size = New System.Drawing.Size(99, 38) Me.txbYelY1.TabIndex = 2 Me.txbYelY1.Text = "385" Me.txbYelY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8722,9 +9421,9 @@ Partial Class Main_Form ' Me.lbYelY1.AutoSize = True Me.lbYelY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelY1.Location = New System.Drawing.Point(18, 5) + Me.lbYelY1.Location = New System.Drawing.Point(21, 6) Me.lbYelY1.Name = "lbYelY1" - Me.lbYelY1.Size = New System.Drawing.Size(23, 24) + Me.lbYelY1.Size = New System.Drawing.Size(31, 32) Me.lbYelY1.TabIndex = 0 Me.lbYelY1.Text = "Y" ' @@ -8732,17 +9431,19 @@ Partial Class Main_Form ' Me.pnYelX1.Controls.Add(Me.txbYelX1) Me.pnYelX1.Controls.Add(Me.lbYelX1) - Me.pnYelX1.Location = New System.Drawing.Point(4, 26) + Me.pnYelX1.Location = New System.Drawing.Point(5, 32) + Me.pnYelX1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnYelX1.Name = "pnYelX1" - Me.pnYelX1.Size = New System.Drawing.Size(139, 35) + Me.pnYelX1.Size = New System.Drawing.Size(159, 44) Me.pnYelX1.TabIndex = 5 ' 'txbYelX1 ' Me.txbYelX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbYelX1.Location = New System.Drawing.Point(47, 2) + Me.txbYelX1.Location = New System.Drawing.Point(54, 2) + Me.txbYelX1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbYelX1.Name = "txbYelX1" - Me.txbYelX1.Size = New System.Drawing.Size(87, 32) + Me.txbYelX1.Size = New System.Drawing.Size(99, 38) Me.txbYelX1.TabIndex = 2 Me.txbYelX1.Text = "195" Me.txbYelX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8751,9 +9452,9 @@ Partial Class Main_Form ' Me.lbYelX1.AutoSize = True Me.lbYelX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbYelX1.Location = New System.Drawing.Point(12, 5) + Me.lbYelX1.Location = New System.Drawing.Point(14, 6) Me.lbYelX1.Name = "lbYelX1" - Me.lbYelX1.Size = New System.Drawing.Size(29, 24) + Me.lbYelX1.Size = New System.Drawing.Size(38, 32) Me.lbYelX1.TabIndex = 0 Me.lbYelX1.Text = "X " ' @@ -8762,9 +9463,11 @@ Partial Class Main_Form Me.gbRedPoint2.Controls.Add(Me.pnRedY2) Me.gbRedPoint2.Controls.Add(Me.pnRedX2) Me.gbRedPoint2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRedPoint2.Location = New System.Drawing.Point(11, 92) + Me.gbRedPoint2.Location = New System.Drawing.Point(13, 115) + Me.gbRedPoint2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRedPoint2.Name = "gbRedPoint2" - Me.gbRedPoint2.Size = New System.Drawing.Size(300, 65) + Me.gbRedPoint2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRedPoint2.Size = New System.Drawing.Size(343, 81) Me.gbRedPoint2.TabIndex = 11 Me.gbRedPoint2.TabStop = False Me.gbRedPoint2.Text = "Red 측정좌표 ②" @@ -8773,17 +9476,19 @@ Partial Class Main_Form ' Me.pnRedY2.Controls.Add(Me.txbRedY2) Me.pnRedY2.Controls.Add(Me.lbRedY2) - Me.pnRedY2.Location = New System.Drawing.Point(148, 26) + Me.pnRedY2.Location = New System.Drawing.Point(169, 32) + Me.pnRedY2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedY2.Name = "pnRedY2" - Me.pnRedY2.Size = New System.Drawing.Size(139, 35) + Me.pnRedY2.Size = New System.Drawing.Size(159, 44) Me.pnRedY2.TabIndex = 9 ' 'txbRedY2 ' Me.txbRedY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedY2.Location = New System.Drawing.Point(47, 2) + Me.txbRedY2.Location = New System.Drawing.Point(54, 2) + Me.txbRedY2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedY2.Name = "txbRedY2" - Me.txbRedY2.Size = New System.Drawing.Size(87, 32) + Me.txbRedY2.Size = New System.Drawing.Size(99, 38) Me.txbRedY2.TabIndex = 2 Me.txbRedY2.Text = "40" Me.txbRedY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8792,9 +9497,9 @@ Partial Class Main_Form ' Me.lbRedY2.AutoSize = True Me.lbRedY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedY2.Location = New System.Drawing.Point(18, 5) + Me.lbRedY2.Location = New System.Drawing.Point(21, 6) Me.lbRedY2.Name = "lbRedY2" - Me.lbRedY2.Size = New System.Drawing.Size(23, 24) + Me.lbRedY2.Size = New System.Drawing.Size(31, 32) Me.lbRedY2.TabIndex = 0 Me.lbRedY2.Text = "Y" ' @@ -8802,17 +9507,19 @@ Partial Class Main_Form ' Me.pnRedX2.Controls.Add(Me.txbRedX2) Me.pnRedX2.Controls.Add(Me.lbRedX2) - Me.pnRedX2.Location = New System.Drawing.Point(4, 26) + Me.pnRedX2.Location = New System.Drawing.Point(5, 32) + Me.pnRedX2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedX2.Name = "pnRedX2" - Me.pnRedX2.Size = New System.Drawing.Size(139, 35) + Me.pnRedX2.Size = New System.Drawing.Size(159, 44) Me.pnRedX2.TabIndex = 5 ' 'txbRedX2 ' Me.txbRedX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedX2.Location = New System.Drawing.Point(47, 2) + Me.txbRedX2.Location = New System.Drawing.Point(54, 2) + Me.txbRedX2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedX2.Name = "txbRedX2" - Me.txbRedX2.Size = New System.Drawing.Size(87, 32) + Me.txbRedX2.Size = New System.Drawing.Size(99, 38) Me.txbRedX2.TabIndex = 2 Me.txbRedX2.Text = "29" Me.txbRedX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8821,9 +9528,9 @@ Partial Class Main_Form ' Me.lbRedX2.AutoSize = True Me.lbRedX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedX2.Location = New System.Drawing.Point(12, 5) + Me.lbRedX2.Location = New System.Drawing.Point(14, 6) Me.lbRedX2.Name = "lbRedX2" - Me.lbRedX2.Size = New System.Drawing.Size(29, 24) + Me.lbRedX2.Size = New System.Drawing.Size(38, 32) Me.lbRedX2.TabIndex = 0 Me.lbRedX2.Text = "X " ' @@ -8832,9 +9539,11 @@ Partial Class Main_Form Me.gbRedPoint1.Controls.Add(Me.pnRedY1) Me.gbRedPoint1.Controls.Add(Me.pnRedX1) Me.gbRedPoint1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRedPoint1.Location = New System.Drawing.Point(11, 25) + Me.gbRedPoint1.Location = New System.Drawing.Point(13, 31) + Me.gbRedPoint1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRedPoint1.Name = "gbRedPoint1" - Me.gbRedPoint1.Size = New System.Drawing.Size(300, 65) + Me.gbRedPoint1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRedPoint1.Size = New System.Drawing.Size(343, 81) Me.gbRedPoint1.TabIndex = 10 Me.gbRedPoint1.TabStop = False Me.gbRedPoint1.Text = "Red 측정좌표 ①" @@ -8843,17 +9552,19 @@ Partial Class Main_Form ' Me.pnRedY1.Controls.Add(Me.txbRedY1) Me.pnRedY1.Controls.Add(Me.lbRedY1) - Me.pnRedY1.Location = New System.Drawing.Point(148, 26) + Me.pnRedY1.Location = New System.Drawing.Point(169, 32) + Me.pnRedY1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedY1.Name = "pnRedY1" - Me.pnRedY1.Size = New System.Drawing.Size(139, 35) + Me.pnRedY1.Size = New System.Drawing.Size(159, 44) Me.pnRedY1.TabIndex = 9 ' 'txbRedY1 ' Me.txbRedY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedY1.Location = New System.Drawing.Point(47, 2) + Me.txbRedY1.Location = New System.Drawing.Point(54, 2) + Me.txbRedY1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedY1.Name = "txbRedY1" - Me.txbRedY1.Size = New System.Drawing.Size(87, 32) + Me.txbRedY1.Size = New System.Drawing.Size(99, 38) Me.txbRedY1.TabIndex = 2 Me.txbRedY1.Text = "295" Me.txbRedY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8862,9 +9573,9 @@ Partial Class Main_Form ' Me.lbRedY1.AutoSize = True Me.lbRedY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedY1.Location = New System.Drawing.Point(18, 5) + Me.lbRedY1.Location = New System.Drawing.Point(21, 6) Me.lbRedY1.Name = "lbRedY1" - Me.lbRedY1.Size = New System.Drawing.Size(23, 24) + Me.lbRedY1.Size = New System.Drawing.Size(31, 32) Me.lbRedY1.TabIndex = 0 Me.lbRedY1.Text = "Y" ' @@ -8872,17 +9583,19 @@ Partial Class Main_Form ' Me.pnRedX1.Controls.Add(Me.txbRedX1) Me.pnRedX1.Controls.Add(Me.lbRedX1) - Me.pnRedX1.Location = New System.Drawing.Point(4, 26) + Me.pnRedX1.Location = New System.Drawing.Point(5, 32) + Me.pnRedX1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRedX1.Name = "pnRedX1" - Me.pnRedX1.Size = New System.Drawing.Size(139, 35) + Me.pnRedX1.Size = New System.Drawing.Size(159, 44) Me.pnRedX1.TabIndex = 5 ' 'txbRedX1 ' Me.txbRedX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRedX1.Location = New System.Drawing.Point(47, 2) + Me.txbRedX1.Location = New System.Drawing.Point(54, 2) + Me.txbRedX1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRedX1.Name = "txbRedX1" - Me.txbRedX1.Size = New System.Drawing.Size(87, 32) + Me.txbRedX1.Size = New System.Drawing.Size(99, 38) Me.txbRedX1.TabIndex = 2 Me.txbRedX1.Text = "225" Me.txbRedX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8891,9 +9604,9 @@ Partial Class Main_Form ' Me.lbRedX1.AutoSize = True Me.lbRedX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRedX1.Location = New System.Drawing.Point(12, 5) + Me.lbRedX1.Location = New System.Drawing.Point(14, 6) Me.lbRedX1.Name = "lbRedX1" - Me.lbRedX1.Size = New System.Drawing.Size(29, 24) + Me.lbRedX1.Size = New System.Drawing.Size(38, 32) Me.lbRedX1.TabIndex = 0 Me.lbRedX1.Text = "X " ' @@ -8901,9 +9614,11 @@ Partial Class Main_Form ' Me.gbRFVrms2.Controls.Add(Me.pnRFVRmax2) Me.gbRFVrms2.Controls.Add(Me.pnRFVRmin2) - Me.gbRFVrms2.Location = New System.Drawing.Point(2, 110) + Me.gbRFVrms2.Location = New System.Drawing.Point(2, 138) + Me.gbRFVrms2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFVrms2.Name = "gbRFVrms2" - Me.gbRFVrms2.Size = New System.Drawing.Size(271, 81) + Me.gbRFVrms2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFVrms2.Size = New System.Drawing.Size(310, 101) Me.gbRFVrms2.TabIndex = 9 Me.gbRFVrms2.TabStop = False Me.gbRFVrms2.Text = "2MHz_VRMS" @@ -8912,17 +9627,19 @@ Partial Class Main_Form ' Me.pnRFVRmax2.Controls.Add(Me.txbRFVRmax2) Me.pnRFVRmax2.Controls.Add(Me.lbRFVRmax2) - Me.pnRFVRmax2.Location = New System.Drawing.Point(137, 26) + Me.pnRFVRmax2.Location = New System.Drawing.Point(157, 32) + Me.pnRFVRmax2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmax2.Name = "pnRFVRmax2" - Me.pnRFVRmax2.Size = New System.Drawing.Size(132, 45) + Me.pnRFVRmax2.Size = New System.Drawing.Size(151, 56) Me.pnRFVRmax2.TabIndex = 9 ' 'txbRFVRmax2 ' Me.txbRFVRmax2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmax2.Location = New System.Drawing.Point(49, 2) + Me.txbRFVRmax2.Location = New System.Drawing.Point(56, 2) + Me.txbRFVRmax2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmax2.Name = "txbRFVRmax2" - Me.txbRFVRmax2.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmax2.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmax2.TabIndex = 2 Me.txbRFVRmax2.Text = "40" Me.txbRFVRmax2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8931,9 +9648,9 @@ Partial Class Main_Form ' Me.lbRFVRmax2.AutoSize = True Me.lbRFVRmax2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmax2.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmax2.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmax2.Name = "lbRFVRmax2" - Me.lbRFVRmax2.Size = New System.Drawing.Size(47, 24) + Me.lbRFVRmax2.Size = New System.Drawing.Size(61, 32) Me.lbRFVRmax2.TabIndex = 0 Me.lbRFVRmax2.Text = "Max" ' @@ -8941,17 +9658,19 @@ Partial Class Main_Form ' Me.pnRFVRmin2.Controls.Add(Me.txbRFVRmin2) Me.pnRFVRmin2.Controls.Add(Me.lbRFVRmin2) - Me.pnRFVRmin2.Location = New System.Drawing.Point(4, 26) + Me.pnRFVRmin2.Location = New System.Drawing.Point(5, 32) + Me.pnRFVRmin2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmin2.Name = "pnRFVRmin2" - Me.pnRFVRmin2.Size = New System.Drawing.Size(130, 45) + Me.pnRFVRmin2.Size = New System.Drawing.Size(149, 56) Me.pnRFVRmin2.TabIndex = 5 ' 'txbRFVRmin2 ' Me.txbRFVRmin2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmin2.Location = New System.Drawing.Point(48, 2) + Me.txbRFVRmin2.Location = New System.Drawing.Point(55, 2) + Me.txbRFVRmin2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmin2.Name = "txbRFVRmin2" - Me.txbRFVRmin2.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmin2.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmin2.TabIndex = 2 Me.txbRFVRmin2.Text = "29" Me.txbRFVRmin2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -8960,9 +9679,9 @@ Partial Class Main_Form ' Me.lbRFVRmin2.AutoSize = True Me.lbRFVRmin2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmin2.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmin2.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmin2.Name = "lbRFVRmin2" - Me.lbRFVRmin2.Size = New System.Drawing.Size(43, 24) + Me.lbRFVRmin2.Size = New System.Drawing.Size(56, 32) Me.lbRFVRmin2.TabIndex = 0 Me.lbRFVRmin2.Text = "Min" ' @@ -8970,9 +9689,11 @@ Partial Class Main_Form ' Me.gbRFVrms1.Controls.Add(Me.pnRFVRmax1) Me.gbRFVrms1.Controls.Add(Me.pnRFVRmin1) - Me.gbRFVrms1.Location = New System.Drawing.Point(2, 23) + Me.gbRFVrms1.Location = New System.Drawing.Point(2, 29) + Me.gbRFVrms1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFVrms1.Name = "gbRFVrms1" - Me.gbRFVrms1.Size = New System.Drawing.Size(271, 81) + Me.gbRFVrms1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFVrms1.Size = New System.Drawing.Size(310, 101) Me.gbRFVrms1.TabIndex = 8 Me.gbRFVrms1.TabStop = False Me.gbRFVrms1.Text = "1MHz_VRMS" @@ -8981,17 +9702,19 @@ Partial Class Main_Form ' Me.pnRFVRmax1.Controls.Add(Me.txbRFVRmax1) Me.pnRFVRmax1.Controls.Add(Me.lbRFVRmax1) - Me.pnRFVRmax1.Location = New System.Drawing.Point(137, 26) + Me.pnRFVRmax1.Location = New System.Drawing.Point(157, 32) + Me.pnRFVRmax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmax1.Name = "pnRFVRmax1" - Me.pnRFVRmax1.Size = New System.Drawing.Size(132, 45) + Me.pnRFVRmax1.Size = New System.Drawing.Size(151, 56) Me.pnRFVRmax1.TabIndex = 9 ' 'txbRFVRmax1 ' Me.txbRFVRmax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmax1.Location = New System.Drawing.Point(49, 2) + Me.txbRFVRmax1.Location = New System.Drawing.Point(56, 2) + Me.txbRFVRmax1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmax1.Name = "txbRFVRmax1" - Me.txbRFVRmax1.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmax1.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmax1.TabIndex = 2 Me.txbRFVRmax1.Text = "30" Me.txbRFVRmax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9000,9 +9723,9 @@ Partial Class Main_Form ' Me.lbRFVRmax1.AutoSize = True Me.lbRFVRmax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmax1.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmax1.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmax1.Name = "lbRFVRmax1" - Me.lbRFVRmax1.Size = New System.Drawing.Size(47, 24) + Me.lbRFVRmax1.Size = New System.Drawing.Size(61, 32) Me.lbRFVRmax1.TabIndex = 0 Me.lbRFVRmax1.Text = "Max" ' @@ -9010,17 +9733,19 @@ Partial Class Main_Form ' Me.pnRFVRmin1.Controls.Add(Me.txbRFVRmin1) Me.pnRFVRmin1.Controls.Add(Me.lbRFVRmin1) - Me.pnRFVRmin1.Location = New System.Drawing.Point(4, 26) + Me.pnRFVRmin1.Location = New System.Drawing.Point(5, 32) + Me.pnRFVRmin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFVRmin1.Name = "pnRFVRmin1" - Me.pnRFVRmin1.Size = New System.Drawing.Size(130, 45) + Me.pnRFVRmin1.Size = New System.Drawing.Size(149, 56) Me.pnRFVRmin1.TabIndex = 5 ' 'txbRFVRmin1 ' Me.txbRFVRmin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFVRmin1.Location = New System.Drawing.Point(48, 2) + Me.txbRFVRmin1.Location = New System.Drawing.Point(55, 2) + Me.txbRFVRmin1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFVRmin1.Name = "txbRFVRmin1" - Me.txbRFVRmin1.Size = New System.Drawing.Size(80, 39) + Me.txbRFVRmin1.Size = New System.Drawing.Size(91, 46) Me.txbRFVRmin1.TabIndex = 2 Me.txbRFVRmin1.Text = "28" Me.txbRFVRmin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9029,9 +9754,9 @@ Partial Class Main_Form ' Me.lbRFVRmin1.AutoSize = True Me.lbRFVRmin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFVRmin1.Location = New System.Drawing.Point(4, 11) + Me.lbRFVRmin1.Location = New System.Drawing.Point(5, 14) Me.lbRFVRmin1.Name = "lbRFVRmin1" - Me.lbRFVRmin1.Size = New System.Drawing.Size(43, 24) + Me.lbRFVRmin1.Size = New System.Drawing.Size(56, 32) Me.lbRFVRmin1.TabIndex = 0 Me.lbRFVRmin1.Text = "Min" ' @@ -9040,27 +9765,31 @@ Partial Class Main_Form Me.gbFirmVer.Controls.Add(Me.pnFirmVer) Me.gbFirmVer.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbFirmVer.Location = New System.Drawing.Point(0, 1) + Me.gbFirmVer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbFirmVer.Name = "gbFirmVer" - Me.gbFirmVer.Size = New System.Drawing.Size(275, 75) + Me.gbFirmVer.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbFirmVer.Size = New System.Drawing.Size(314, 94) Me.gbFirmVer.TabIndex = 109 Me.gbFirmVer.TabStop = False - Me.gbFirmVer.Text = "FormWare Version" + Me.gbFirmVer.Text = "FirmWare Version" ' 'pnFirmVer ' Me.pnFirmVer.Controls.Add(Me.txbFirmVer) Me.pnFirmVer.Controls.Add(Me.lbFirmVer) - Me.pnFirmVer.Location = New System.Drawing.Point(6, 25) + Me.pnFirmVer.Location = New System.Drawing.Point(7, 31) + Me.pnFirmVer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnFirmVer.Name = "pnFirmVer" - Me.pnFirmVer.Size = New System.Drawing.Size(263, 45) + Me.pnFirmVer.Size = New System.Drawing.Size(301, 56) Me.pnFirmVer.TabIndex = 4 ' 'txbFirmVer ' Me.txbFirmVer.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbFirmVer.Location = New System.Drawing.Point(114, 2) + Me.txbFirmVer.Location = New System.Drawing.Point(130, 2) + Me.txbFirmVer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFirmVer.Name = "txbFirmVer" - Me.txbFirmVer.Size = New System.Drawing.Size(146, 39) + Me.txbFirmVer.Size = New System.Drawing.Size(166, 46) Me.txbFirmVer.TabIndex = 2 Me.txbFirmVer.Text = "1.0.8" Me.txbFirmVer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9069,9 +9798,9 @@ Partial Class Main_Form ' Me.lbFirmVer.AutoSize = True Me.lbFirmVer.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbFirmVer.Location = New System.Drawing.Point(27, 11) + Me.lbFirmVer.Location = New System.Drawing.Point(31, 14) Me.lbFirmVer.Name = "lbFirmVer" - Me.lbFirmVer.Size = New System.Drawing.Size(77, 24) + Me.lbFirmVer.Size = New System.Drawing.Size(101, 32) Me.lbFirmVer.TabIndex = 0 Me.lbFirmVer.Text = "Version" ' @@ -9094,8 +9823,9 @@ Partial Class Main_Form Me.pnMain.Controls.Add(Me.gbStep) Me.pnMain.Controls.Add(Me.gbRFMCEP) Me.pnMain.Location = New System.Drawing.Point(0, 0) + Me.pnMain.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMain.Name = "pnMain" - Me.pnMain.Size = New System.Drawing.Size(1920, 1020) + Me.pnMain.Size = New System.Drawing.Size(2194, 1275) Me.pnMain.TabIndex = 98 ' 'gbMode @@ -9113,9 +9843,11 @@ Partial Class Main_Form Me.gbMode.Controls.Add(Me.Panel1) Me.gbMode.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbMode.ForeColor = System.Drawing.Color.Black - Me.gbMode.Location = New System.Drawing.Point(296, 4) + Me.gbMode.Location = New System.Drawing.Point(338, 5) + Me.gbMode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMode.Name = "gbMode" - Me.gbMode.Size = New System.Drawing.Size(1090, 85) + Me.gbMode.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMode.Size = New System.Drawing.Size(1246, 106) Me.gbMode.TabIndex = 116 Me.gbMode.TabStop = False Me.gbMode.Text = "모드 설정" @@ -9125,9 +9857,10 @@ Partial Class Main_Form Me.checkBoxMcUse.AutoSize = True Me.checkBoxMcUse.Enabled = False Me.checkBoxMcUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.checkBoxMcUse.Location = New System.Drawing.Point(998, 35) + Me.checkBoxMcUse.Location = New System.Drawing.Point(1141, 44) + Me.checkBoxMcUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.checkBoxMcUse.Name = "checkBoxMcUse" - Me.checkBoxMcUse.Size = New System.Drawing.Size(58, 28) + Me.checkBoxMcUse.Size = New System.Drawing.Size(72, 36) Me.checkBoxMcUse.TabIndex = 99 Me.checkBoxMcUse.Text = "MC" Me.checkBoxMcUse.UseVisualStyleBackColor = True @@ -9137,9 +9870,10 @@ Partial Class Main_Form Me.checkBoxEpUse.AutoSize = True Me.checkBoxEpUse.Enabled = False Me.checkBoxEpUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.checkBoxEpUse.Location = New System.Drawing.Point(940, 35) + Me.checkBoxEpUse.Location = New System.Drawing.Point(1074, 44) + Me.checkBoxEpUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.checkBoxEpUse.Name = "checkBoxEpUse" - Me.checkBoxEpUse.Size = New System.Drawing.Size(52, 28) + Me.checkBoxEpUse.Size = New System.Drawing.Size(65, 36) Me.checkBoxEpUse.TabIndex = 98 Me.checkBoxEpUse.Text = "EP" Me.checkBoxEpUse.UseVisualStyleBackColor = True @@ -9149,9 +9883,10 @@ Partial Class Main_Form Me.checkBoxRfUse.AutoSize = True Me.checkBoxRfUse.Enabled = False Me.checkBoxRfUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.checkBoxRfUse.Location = New System.Drawing.Point(880, 36) + Me.checkBoxRfUse.Location = New System.Drawing.Point(1006, 45) + Me.checkBoxRfUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.checkBoxRfUse.Name = "checkBoxRfUse" - Me.checkBoxRfUse.Size = New System.Drawing.Size(54, 28) + Me.checkBoxRfUse.Size = New System.Drawing.Size(67, 36) Me.checkBoxRfUse.TabIndex = 97 Me.checkBoxRfUse.Text = "RF" Me.checkBoxRfUse.UseVisualStyleBackColor = True @@ -9161,9 +9896,10 @@ Partial Class Main_Form Me.checkBoxHfUse.AutoSize = True Me.checkBoxHfUse.Enabled = False Me.checkBoxHfUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.checkBoxHfUse.Location = New System.Drawing.Point(819, 36) + Me.checkBoxHfUse.Location = New System.Drawing.Point(936, 45) + Me.checkBoxHfUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.checkBoxHfUse.Name = "checkBoxHfUse" - Me.checkBoxHfUse.Size = New System.Drawing.Size(55, 28) + Me.checkBoxHfUse.Size = New System.Drawing.Size(69, 36) Me.checkBoxHfUse.TabIndex = 81 Me.checkBoxHfUse.Text = "HF" Me.checkBoxHfUse.UseVisualStyleBackColor = True @@ -9172,9 +9908,9 @@ Partial Class Main_Form ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label8.Location = New System.Drawing.Point(686, 36) + Me.Label8.Location = New System.Drawing.Point(784, 45) Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(130, 24) + Me.Label8.Size = New System.Drawing.Size(166, 32) Me.Label8.TabIndex = 96 Me.Label8.Text = "모델 지원 기능" ' @@ -9182,9 +9918,10 @@ Partial Class Main_Form ' Me.comboBoxVerificationStep.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.comboBoxVerificationStep.FormattingEnabled = True - Me.comboBoxVerificationStep.Location = New System.Drawing.Point(392, 33) + Me.comboBoxVerificationStep.Location = New System.Drawing.Point(448, 41) + Me.comboBoxVerificationStep.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.comboBoxVerificationStep.Name = "comboBoxVerificationStep" - Me.comboBoxVerificationStep.Size = New System.Drawing.Size(273, 32) + Me.comboBoxVerificationStep.Size = New System.Drawing.Size(311, 40) Me.comboBoxVerificationStep.TabIndex = 95 Me.comboBoxVerificationStep.Text = "Select!" ' @@ -9192,9 +9929,9 @@ Partial Class Main_Form ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label7.Location = New System.Drawing.Point(304, 36) + Me.Label7.Location = New System.Drawing.Point(347, 45) Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(82, 24) + Me.Label7.Size = New System.Drawing.Size(106, 32) Me.Label7.TabIndex = 94 Me.Label7.Text = "검증단계" ' @@ -9202,9 +9939,10 @@ Partial Class Main_Form ' Me.comboBoxModel.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.comboBoxModel.FormattingEnabled = True - Me.comboBoxModel.Location = New System.Drawing.Point(76, 33) + Me.comboBoxModel.Location = New System.Drawing.Point(87, 41) + Me.comboBoxModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.comboBoxModel.Name = "comboBoxModel" - Me.comboBoxModel.Size = New System.Drawing.Size(206, 32) + Me.comboBoxModel.Size = New System.Drawing.Size(235, 40) Me.comboBoxModel.TabIndex = 93 Me.comboBoxModel.Text = "Select!" ' @@ -9212,17 +9950,18 @@ Partial Class Main_Form ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.Label6.Location = New System.Drawing.Point(24, 36) + Me.Label6.Location = New System.Drawing.Point(27, 45) Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(46, 24) + Me.Label6.Size = New System.Drawing.Size(60, 32) Me.Label6.TabIndex = 84 Me.Label6.Text = "모델" ' 'Panel1 ' - Me.Panel1.Location = New System.Drawing.Point(29, 92) + Me.Panel1.Location = New System.Drawing.Point(33, 115) + Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(465, 113) + Me.Panel1.Size = New System.Drawing.Size(531, 141) Me.Panel1.TabIndex = 79 ' 'gbDSForm @@ -9233,9 +9972,11 @@ Partial Class Main_Form Me.gbDSForm.Controls.Add(Me.pnDSHifuState) Me.gbDSForm.Controls.Add(Me.pnDSBasic) Me.gbDSForm.Controls.Add(Me.pnDSBasicState) - Me.gbDSForm.Location = New System.Drawing.Point(5, 240) + Me.gbDSForm.Location = New System.Drawing.Point(6, 300) + Me.gbDSForm.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDSForm.Name = "gbDSForm" - Me.gbDSForm.Size = New System.Drawing.Size(1090, 760) + Me.gbDSForm.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDSForm.Size = New System.Drawing.Size(1246, 950) Me.gbDSForm.TabIndex = 122 Me.gbDSForm.TabStop = False Me.gbDSForm.Visible = False @@ -9246,18 +9987,19 @@ Partial Class Main_Form Me.pnDSWrite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnDSWrite.Controls.Add(Me.lbDSWrite) Me.pnDSWrite.Controls.Add(Me.txbDSSave) - Me.pnDSWrite.Location = New System.Drawing.Point(20, 500) + Me.pnDSWrite.Location = New System.Drawing.Point(23, 625) + Me.pnDSWrite.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSWrite.Name = "pnDSWrite" - Me.pnDSWrite.Size = New System.Drawing.Size(1050, 140) + Me.pnDSWrite.Size = New System.Drawing.Size(1200, 174) Me.pnDSWrite.TabIndex = 66 - ' + 'lbDSWrite ' Me.lbDSWrite.AutoSize = True Me.lbDSWrite.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSWrite.Location = New System.Drawing.Point(6, 9) + Me.lbDSWrite.Location = New System.Drawing.Point(7, 11) Me.lbDSWrite.Name = "lbDSWrite" - Me.lbDSWrite.Size = New System.Drawing.Size(209, 41) + Me.lbDSWrite.Size = New System.Drawing.Size(262, 52) Me.lbDSWrite.TabIndex = 48 Me.lbDSWrite.Text = "3. Data Save" ' @@ -9265,10 +10007,11 @@ Partial Class Main_Form ' Me.txbDSSave.BackColor = System.Drawing.SystemColors.Window Me.txbDSSave.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSSave.Location = New System.Drawing.Point(11, 54) + Me.txbDSSave.Location = New System.Drawing.Point(13, 68) + Me.txbDSSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSSave.Name = "txbDSSave" Me.txbDSSave.ReadOnly = True - Me.txbDSSave.Size = New System.Drawing.Size(1031, 76) + Me.txbDSSave.Size = New System.Drawing.Size(1178, 94) Me.txbDSSave.TabIndex = 49 Me.txbDSSave.Text = "대 기" Me.txbDSSave.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9282,18 +10025,19 @@ Partial Class Main_Form Me.pnDSWriteState.Controls.Add(Me.txbDSWrite_2) Me.pnDSWriteState.Controls.Add(Me.lbDSWrite_1) Me.pnDSWriteState.Controls.Add(Me.txbDSWrite) - Me.pnDSWriteState.Location = New System.Drawing.Point(19, 635) + Me.pnDSWriteState.Location = New System.Drawing.Point(22, 794) + Me.pnDSWriteState.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSWriteState.Name = "pnDSWriteState" - Me.pnDSWriteState.Size = New System.Drawing.Size(1050, 115) + Me.pnDSWriteState.Size = New System.Drawing.Size(1199, 143) Me.pnDSWriteState.TabIndex = 67 ' 'lbDSWrite_3 ' Me.lbDSWrite_3.AutoSize = True Me.lbDSWrite_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSWrite_3.Location = New System.Drawing.Point(812, 9) + Me.lbDSWrite_3.Location = New System.Drawing.Point(928, 11) Me.lbDSWrite_3.Name = "lbDSWrite_3" - Me.lbDSWrite_3.Size = New System.Drawing.Size(137, 32) + Me.lbDSWrite_3.Size = New System.Drawing.Size(172, 39) Me.lbDSWrite_3.TabIndex = 52 Me.lbDSWrite_3.Text = "CSV_SAVE" ' @@ -9301,10 +10045,11 @@ Partial Class Main_Form ' Me.txbDSWrite_3.BackColor = System.Drawing.SystemColors.Window Me.txbDSWrite_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSWrite_3.Location = New System.Drawing.Point(711, 42) + Me.txbDSWrite_3.Location = New System.Drawing.Point(813, 52) + Me.txbDSWrite_3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSWrite_3.Name = "txbDSWrite_3" Me.txbDSWrite_3.ReadOnly = True - Me.txbDSWrite_3.Size = New System.Drawing.Size(330, 63) + Me.txbDSWrite_3.Size = New System.Drawing.Size(377, 77) Me.txbDSWrite_3.TabIndex = 53 Me.txbDSWrite_3.Text = "대 기" Me.txbDSWrite_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9313,9 +10058,9 @@ Partial Class Main_Form ' Me.lbDSWrite_2.AutoSize = True Me.lbDSWrite_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSWrite_2.Location = New System.Drawing.Point(448, 9) + Me.lbDSWrite_2.Location = New System.Drawing.Point(512, 11) Me.lbDSWrite_2.Name = "lbDSWrite_2" - Me.lbDSWrite_2.Size = New System.Drawing.Size(152, 32) + Me.lbDSWrite_2.Size = New System.Drawing.Size(191, 39) Me.lbDSWrite_2.TabIndex = 50 Me.lbDSWrite_2.Text = "Count_Save" ' @@ -9323,10 +10068,11 @@ Partial Class Main_Form ' Me.txbDSWrite_2.BackColor = System.Drawing.SystemColors.Window Me.txbDSWrite_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSWrite_2.Location = New System.Drawing.Point(363, 42) + Me.txbDSWrite_2.Location = New System.Drawing.Point(415, 52) + Me.txbDSWrite_2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSWrite_2.Name = "txbDSWrite_2" Me.txbDSWrite_2.ReadOnly = True - Me.txbDSWrite_2.Size = New System.Drawing.Size(330, 63) + Me.txbDSWrite_2.Size = New System.Drawing.Size(377, 77) Me.txbDSWrite_2.TabIndex = 51 Me.txbDSWrite_2.Text = "대 기" Me.txbDSWrite_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9335,9 +10081,9 @@ Partial Class Main_Form ' Me.lbDSWrite_1.AutoSize = True Me.lbDSWrite_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSWrite_1.Location = New System.Drawing.Point(111, 9) + Me.lbDSWrite_1.Location = New System.Drawing.Point(127, 11) Me.lbDSWrite_1.Name = "lbDSWrite_1" - Me.lbDSWrite_1.Size = New System.Drawing.Size(129, 32) + Me.lbDSWrite_1.Size = New System.Drawing.Size(160, 39) Me.lbDSWrite_1.TabIndex = 48 Me.lbDSWrite_1.Text = "DataWrite" ' @@ -9345,10 +10091,11 @@ Partial Class Main_Form ' Me.txbDSWrite.BackColor = System.Drawing.SystemColors.Window Me.txbDSWrite.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSWrite.Location = New System.Drawing.Point(10, 42) + Me.txbDSWrite.Location = New System.Drawing.Point(11, 52) + Me.txbDSWrite.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSWrite.Name = "txbDSWrite" Me.txbDSWrite.ReadOnly = True - Me.txbDSWrite.Size = New System.Drawing.Size(330, 63) + Me.txbDSWrite.Size = New System.Drawing.Size(377, 77) Me.txbDSWrite.TabIndex = 49 Me.txbDSWrite.Text = "대 기" Me.txbDSWrite.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9359,18 +10106,19 @@ Partial Class Main_Form Me.pnDSHifu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnDSHifu.Controls.Add(Me.lbDSHifu) Me.pnDSHifu.Controls.Add(Me.txbDSHifu) - Me.pnDSHifu.Location = New System.Drawing.Point(20, 255) + Me.pnDSHifu.Location = New System.Drawing.Point(23, 319) + Me.pnDSHifu.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSHifu.Name = "pnDSHifu" - Me.pnDSHifu.Size = New System.Drawing.Size(1050, 140) + Me.pnDSHifu.Size = New System.Drawing.Size(1200, 174) Me.pnDSHifu.TabIndex = 64 ' 'lbDSHifu ' Me.lbDSHifu.AutoSize = True Me.lbDSHifu.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSHifu.Location = New System.Drawing.Point(6, 9) + Me.lbDSHifu.Location = New System.Drawing.Point(7, 11) Me.lbDSHifu.Name = "lbDSHifu" - Me.lbDSHifu.Size = New System.Drawing.Size(132, 41) + Me.lbDSHifu.Size = New System.Drawing.Size(164, 52) Me.lbDSHifu.TabIndex = 48 Me.lbDSHifu.Text = "2. HIFU" ' @@ -9378,10 +10126,11 @@ Partial Class Main_Form ' Me.txbDSHifu.BackColor = System.Drawing.SystemColors.Window Me.txbDSHifu.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSHifu.Location = New System.Drawing.Point(11, 54) + Me.txbDSHifu.Location = New System.Drawing.Point(13, 68) + Me.txbDSHifu.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSHifu.Name = "txbDSHifu" Me.txbDSHifu.ReadOnly = True - Me.txbDSHifu.Size = New System.Drawing.Size(1031, 76) + Me.txbDSHifu.Size = New System.Drawing.Size(1178, 94) Me.txbDSHifu.TabIndex = 49 Me.txbDSHifu.Text = "대 기" Me.txbDSHifu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9395,18 +10144,19 @@ Partial Class Main_Form Me.pnDSHifuState.Controls.Add(Me.txbDSHifu_2) Me.pnDSHifuState.Controls.Add(Me.lbDSHifu_1) Me.pnDSHifuState.Controls.Add(Me.txbDSHifu_1) - Me.pnDSHifuState.Location = New System.Drawing.Point(20, 390) + Me.pnDSHifuState.Location = New System.Drawing.Point(23, 488) + Me.pnDSHifuState.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSHifuState.Name = "pnDSHifuState" - Me.pnDSHifuState.Size = New System.Drawing.Size(1050, 115) + Me.pnDSHifuState.Size = New System.Drawing.Size(1199, 143) Me.pnDSHifuState.TabIndex = 65 ' 'lbDSHifu_3 ' Me.lbDSHifu_3.AutoSize = True Me.lbDSHifu_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSHifu_3.Location = New System.Drawing.Point(825, 9) + Me.lbDSHifu_3.Location = New System.Drawing.Point(943, 11) Me.lbDSHifu_3.Name = "lbDSHifu_3" - Me.lbDSHifu_3.Size = New System.Drawing.Size(96, 32) + Me.lbDSHifu_3.Size = New System.Drawing.Size(121, 39) Me.lbDSHifu_3.TabIndex = 52 Me.lbDSHifu_3.Text = "3차측정" ' @@ -9414,10 +10164,11 @@ Partial Class Main_Form ' Me.txbDSHifu_3.BackColor = System.Drawing.SystemColors.Window Me.txbDSHifu_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSHifu_3.Location = New System.Drawing.Point(711, 42) + Me.txbDSHifu_3.Location = New System.Drawing.Point(813, 52) + Me.txbDSHifu_3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSHifu_3.Name = "txbDSHifu_3" Me.txbDSHifu_3.ReadOnly = True - Me.txbDSHifu_3.Size = New System.Drawing.Size(330, 63) + Me.txbDSHifu_3.Size = New System.Drawing.Size(377, 77) Me.txbDSHifu_3.TabIndex = 53 Me.txbDSHifu_3.Text = "대 기" Me.txbDSHifu_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9426,9 +10177,9 @@ Partial Class Main_Form ' Me.lbDSHifu_2.AutoSize = True Me.lbDSHifu_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSHifu_2.Location = New System.Drawing.Point(477, 9) + Me.lbDSHifu_2.Location = New System.Drawing.Point(545, 11) Me.lbDSHifu_2.Name = "lbDSHifu_2" - Me.lbDSHifu_2.Size = New System.Drawing.Size(96, 32) + Me.lbDSHifu_2.Size = New System.Drawing.Size(121, 39) Me.lbDSHifu_2.TabIndex = 50 Me.lbDSHifu_2.Text = "2차측정" ' @@ -9436,10 +10187,11 @@ Partial Class Main_Form ' Me.txbDSHifu_2.BackColor = System.Drawing.SystemColors.Window Me.txbDSHifu_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSHifu_2.Location = New System.Drawing.Point(363, 42) + Me.txbDSHifu_2.Location = New System.Drawing.Point(415, 52) + Me.txbDSHifu_2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSHifu_2.Name = "txbDSHifu_2" Me.txbDSHifu_2.ReadOnly = True - Me.txbDSHifu_2.Size = New System.Drawing.Size(330, 63) + Me.txbDSHifu_2.Size = New System.Drawing.Size(377, 77) Me.txbDSHifu_2.TabIndex = 51 Me.txbDSHifu_2.Text = "대 기" Me.txbDSHifu_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9448,9 +10200,9 @@ Partial Class Main_Form ' Me.lbDSHifu_1.AutoSize = True Me.lbDSHifu_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSHifu_1.Location = New System.Drawing.Point(124, 9) + Me.lbDSHifu_1.Location = New System.Drawing.Point(142, 11) Me.lbDSHifu_1.Name = "lbDSHifu_1" - Me.lbDSHifu_1.Size = New System.Drawing.Size(96, 32) + Me.lbDSHifu_1.Size = New System.Drawing.Size(121, 39) Me.lbDSHifu_1.TabIndex = 48 Me.lbDSHifu_1.Text = "1차측정" ' @@ -9458,10 +10210,11 @@ Partial Class Main_Form ' Me.txbDSHifu_1.BackColor = System.Drawing.SystemColors.Window Me.txbDSHifu_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSHifu_1.Location = New System.Drawing.Point(10, 42) + Me.txbDSHifu_1.Location = New System.Drawing.Point(11, 52) + Me.txbDSHifu_1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSHifu_1.Name = "txbDSHifu_1" Me.txbDSHifu_1.ReadOnly = True - Me.txbDSHifu_1.Size = New System.Drawing.Size(330, 63) + Me.txbDSHifu_1.Size = New System.Drawing.Size(377, 77) Me.txbDSHifu_1.TabIndex = 49 Me.txbDSHifu_1.Text = "대 기" Me.txbDSHifu_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9472,18 +10225,19 @@ Partial Class Main_Form Me.pnDSBasic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnDSBasic.Controls.Add(Me.lbDSBasic) Me.pnDSBasic.Controls.Add(Me.txbDSBasic) - Me.pnDSBasic.Location = New System.Drawing.Point(20, 10) + Me.pnDSBasic.Location = New System.Drawing.Point(23, 12) + Me.pnDSBasic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSBasic.Name = "pnDSBasic" - Me.pnDSBasic.Size = New System.Drawing.Size(1050, 140) + Me.pnDSBasic.Size = New System.Drawing.Size(1200, 174) Me.pnDSBasic.TabIndex = 62 ' 'lbDSBasic ' Me.lbDSBasic.AutoSize = True Me.lbDSBasic.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSBasic.Location = New System.Drawing.Point(6, 9) + Me.lbDSBasic.Location = New System.Drawing.Point(7, 11) Me.lbDSBasic.Name = "lbDSBasic" - Me.lbDSBasic.Size = New System.Drawing.Size(216, 41) + Me.lbDSBasic.Size = New System.Drawing.Size(270, 52) Me.lbDSBasic.TabIndex = 48 Me.lbDSBasic.Text = "1. Basic Data" ' @@ -9491,10 +10245,11 @@ Partial Class Main_Form ' Me.txbDSBasic.BackColor = System.Drawing.SystemColors.Window Me.txbDSBasic.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSBasic.Location = New System.Drawing.Point(11, 54) + Me.txbDSBasic.Location = New System.Drawing.Point(13, 68) + Me.txbDSBasic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSBasic.Name = "txbDSBasic" Me.txbDSBasic.ReadOnly = True - Me.txbDSBasic.Size = New System.Drawing.Size(1031, 76) + Me.txbDSBasic.Size = New System.Drawing.Size(1178, 94) Me.txbDSBasic.TabIndex = 49 Me.txbDSBasic.Text = "대 기" Me.txbDSBasic.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9508,18 +10263,19 @@ Partial Class Main_Form Me.pnDSBasicState.Controls.Add(Me.txbDSTemp) Me.pnDSBasicState.Controls.Add(Me.lbDSFirm) Me.pnDSBasicState.Controls.Add(Me.txbDSFirm) - Me.pnDSBasicState.Location = New System.Drawing.Point(20, 145) + Me.pnDSBasicState.Location = New System.Drawing.Point(23, 181) + Me.pnDSBasicState.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDSBasicState.Name = "pnDSBasicState" - Me.pnDSBasicState.Size = New System.Drawing.Size(1050, 115) + Me.pnDSBasicState.Size = New System.Drawing.Size(1199, 143) Me.pnDSBasicState.TabIndex = 61 ' 'lbDSBat ' Me.lbDSBat.AutoSize = True Me.lbDSBat.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSBat.Location = New System.Drawing.Point(825, 9) + Me.lbDSBat.Location = New System.Drawing.Point(943, 11) Me.lbDSBat.Name = "lbDSBat" - Me.lbDSBat.Size = New System.Drawing.Size(99, 32) + Me.lbDSBat.Size = New System.Drawing.Size(121, 39) Me.lbDSBat.TabIndex = 52 Me.lbDSBat.Text = "Battery" ' @@ -9527,10 +10283,11 @@ Partial Class Main_Form ' Me.txbDSBat.BackColor = System.Drawing.SystemColors.Window Me.txbDSBat.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSBat.Location = New System.Drawing.Point(711, 42) + Me.txbDSBat.Location = New System.Drawing.Point(813, 52) + Me.txbDSBat.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSBat.Name = "txbDSBat" Me.txbDSBat.ReadOnly = True - Me.txbDSBat.Size = New System.Drawing.Size(330, 63) + Me.txbDSBat.Size = New System.Drawing.Size(377, 77) Me.txbDSBat.TabIndex = 53 Me.txbDSBat.Text = "대 기" Me.txbDSBat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9539,9 +10296,9 @@ Partial Class Main_Form ' Me.lbDSTemp.AutoSize = True Me.lbDSTemp.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSTemp.Location = New System.Drawing.Point(447, 8) + Me.lbDSTemp.Location = New System.Drawing.Point(511, 10) Me.lbDSTemp.Name = "lbDSTemp" - Me.lbDSTemp.Size = New System.Drawing.Size(163, 32) + Me.lbDSTemp.Size = New System.Drawing.Size(202, 39) Me.lbDSTemp.TabIndex = 50 Me.lbDSTemp.Text = "Temperature" ' @@ -9549,10 +10306,11 @@ Partial Class Main_Form ' Me.txbDSTemp.BackColor = System.Drawing.SystemColors.Window Me.txbDSTemp.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSTemp.Location = New System.Drawing.Point(363, 42) + Me.txbDSTemp.Location = New System.Drawing.Point(415, 52) + Me.txbDSTemp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSTemp.Name = "txbDSTemp" Me.txbDSTemp.ReadOnly = True - Me.txbDSTemp.Size = New System.Drawing.Size(330, 63) + Me.txbDSTemp.Size = New System.Drawing.Size(377, 77) Me.txbDSTemp.TabIndex = 51 Me.txbDSTemp.Text = "대 기" Me.txbDSTemp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9561,9 +10319,9 @@ Partial Class Main_Form ' Me.lbDSFirm.AutoSize = True Me.lbDSFirm.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDSFirm.Location = New System.Drawing.Point(120, 9) + Me.lbDSFirm.Location = New System.Drawing.Point(137, 11) Me.lbDSFirm.Name = "lbDSFirm" - Me.lbDSFirm.Size = New System.Drawing.Size(124, 32) + Me.lbDSFirm.Size = New System.Drawing.Size(155, 39) Me.lbDSFirm.TabIndex = 48 Me.lbDSFirm.Text = "Firmware" ' @@ -9571,10 +10329,11 @@ Partial Class Main_Form ' Me.txbDSFirm.BackColor = System.Drawing.SystemColors.Window Me.txbDSFirm.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDSFirm.Location = New System.Drawing.Point(10, 42) + Me.txbDSFirm.Location = New System.Drawing.Point(11, 52) + Me.txbDSFirm.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDSFirm.Name = "txbDSFirm" Me.txbDSFirm.ReadOnly = True - Me.txbDSFirm.Size = New System.Drawing.Size(330, 63) + Me.txbDSFirm.Size = New System.Drawing.Size(377, 77) Me.txbDSFirm.TabIndex = 49 Me.txbDSFirm.Text = "대 기" Me.txbDSFirm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9588,9 +10347,11 @@ Partial Class Main_Form Me.gbRunCount.Controls.Add(Me.txbDayCount) Me.gbRunCount.Controls.Add(Me.lbDayCount) Me.gbRunCount.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRunCount.Location = New System.Drawing.Point(1100, 700) + Me.gbRunCount.Location = New System.Drawing.Point(1257, 875) + Me.gbRunCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRunCount.Name = "gbRunCount" - Me.gbRunCount.Size = New System.Drawing.Size(810, 135) + Me.gbRunCount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRunCount.Size = New System.Drawing.Size(926, 169) Me.gbRunCount.TabIndex = 121 Me.gbRunCount.TabStop = False Me.gbRunCount.Text = "금일 측정 수량" @@ -9599,10 +10360,11 @@ Partial Class Main_Form ' Me.txbNgCount.BackColor = System.Drawing.SystemColors.Window Me.txbNgCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbNgCount.Location = New System.Drawing.Point(675, 50) + Me.txbNgCount.Location = New System.Drawing.Point(771, 62) + Me.txbNgCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbNgCount.Name = "txbNgCount" Me.txbNgCount.ReadOnly = True - Me.txbNgCount.Size = New System.Drawing.Size(117, 49) + Me.txbNgCount.Size = New System.Drawing.Size(133, 59) Me.txbNgCount.TabIndex = 5 Me.txbNgCount.Text = "0" Me.txbNgCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9612,9 +10374,9 @@ Partial Class Main_Form Me.lbNgCount.AutoSize = True Me.lbNgCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbNgCount.ForeColor = System.Drawing.Color.Red - Me.lbNgCount.Location = New System.Drawing.Point(550, 55) + Me.lbNgCount.Location = New System.Drawing.Point(629, 69) Me.lbNgCount.Name = "lbNgCount" - Me.lbNgCount.Size = New System.Drawing.Size(119, 35) + Me.lbNgCount.Size = New System.Drawing.Size(151, 44) Me.lbNgCount.TabIndex = 4 Me.lbNgCount.Text = "불량수량" ' @@ -9622,10 +10384,11 @@ Partial Class Main_Form ' Me.txbOkCount.BackColor = System.Drawing.SystemColors.Window Me.txbOkCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbOkCount.Location = New System.Drawing.Point(405, 50) + Me.txbOkCount.Location = New System.Drawing.Point(463, 62) + Me.txbOkCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbOkCount.Name = "txbOkCount" Me.txbOkCount.ReadOnly = True - Me.txbOkCount.Size = New System.Drawing.Size(117, 49) + Me.txbOkCount.Size = New System.Drawing.Size(133, 59) Me.txbOkCount.TabIndex = 3 Me.txbOkCount.Text = "0" Me.txbOkCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9635,9 +10398,9 @@ Partial Class Main_Form Me.lbOkCount.AutoSize = True Me.lbOkCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbOkCount.ForeColor = System.Drawing.Color.Blue - Me.lbOkCount.Location = New System.Drawing.Point(280, 55) + Me.lbOkCount.Location = New System.Drawing.Point(320, 69) Me.lbOkCount.Name = "lbOkCount" - Me.lbOkCount.Size = New System.Drawing.Size(119, 35) + Me.lbOkCount.Size = New System.Drawing.Size(151, 44) Me.lbOkCount.TabIndex = 2 Me.lbOkCount.Text = "합격수량" ' @@ -9645,10 +10408,11 @@ Partial Class Main_Form ' Me.txbDayCount.BackColor = System.Drawing.SystemColors.Window Me.txbDayCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDayCount.Location = New System.Drawing.Point(141, 50) + Me.txbDayCount.Location = New System.Drawing.Point(161, 62) + Me.txbDayCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDayCount.Name = "txbDayCount" Me.txbDayCount.ReadOnly = True - Me.txbDayCount.Size = New System.Drawing.Size(117, 49) + Me.txbDayCount.Size = New System.Drawing.Size(133, 59) Me.txbDayCount.TabIndex = 1 Me.txbDayCount.Text = "0" Me.txbDayCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9657,9 +10421,9 @@ Partial Class Main_Form ' Me.lbDayCount.AutoSize = True Me.lbDayCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDayCount.Location = New System.Drawing.Point(16, 55) + Me.lbDayCount.Location = New System.Drawing.Point(18, 69) Me.lbDayCount.Name = "lbDayCount" - Me.lbDayCount.Size = New System.Drawing.Size(119, 35) + Me.lbDayCount.Size = New System.Drawing.Size(151, 44) Me.lbDayCount.TabIndex = 0 Me.lbDayCount.Text = "측정수량" ' @@ -9684,9 +10448,11 @@ Partial Class Main_Form Me.gbOldMode.Controls.Add(Me.Panel3) Me.gbOldMode.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbOldMode.ForeColor = System.Drawing.Color.Black - Me.gbOldMode.Location = New System.Drawing.Point(295, 5) + Me.gbOldMode.Location = New System.Drawing.Point(337, 6) + Me.gbOldMode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOldMode.Name = "gbOldMode" - Me.gbOldMode.Size = New System.Drawing.Size(1090, 85) + Me.gbOldMode.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOldMode.Size = New System.Drawing.Size(1246, 106) Me.gbOldMode.TabIndex = 115 Me.gbOldMode.TabStop = False Me.gbOldMode.Text = "모드 설정" @@ -9695,9 +10461,10 @@ Partial Class Main_Form ' Me.rdbEFPD.AutoSize = True Me.rdbEFPD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbEFPD.Location = New System.Drawing.Point(835, 48) + Me.rdbEFPD.Location = New System.Drawing.Point(954, 60) + Me.rdbEFPD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbEFPD.Name = "rdbEFPD" - Me.rdbEFPD.Size = New System.Drawing.Size(236, 28) + Me.rdbEFPD.Size = New System.Drawing.Size(301, 36) Me.rdbEFPD.TabIndex = 94 Me.rdbEFPD.Text = "생산 5(HF측정/정보입력)" Me.rdbEFPD.UseVisualStyleBackColor = True @@ -9707,9 +10474,10 @@ Partial Class Main_Form Me.rdbEFIQC.AutoSize = True Me.rdbEFIQC.Enabled = False Me.rdbEFIQC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbEFIQC.Location = New System.Drawing.Point(835, 20) + Me.rdbEFIQC.Location = New System.Drawing.Point(954, 25) + Me.rdbEFIQC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbEFIQC.Name = "rdbEFIQC" - Me.rdbEFIQC.Size = New System.Drawing.Size(138, 28) + Me.rdbEFIQC.Size = New System.Drawing.Size(176, 36) Me.rdbEFIQC.TabIndex = 93 Me.rdbEFIQC.Text = "수입검사(HF)" Me.rdbEFIQC.UseVisualStyleBackColor = True @@ -9717,9 +10485,9 @@ Partial Class Main_Form 'Label2 ' Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(898, 0) + Me.Label2.Location = New System.Drawing.Point(1026, 0) Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(72, 21) + Me.Label2.Size = New System.Drawing.Size(89, 26) Me.Label2.TabIndex = 92 Me.Label2.Text = "EFFECT" ' @@ -9727,9 +10495,10 @@ Partial Class Main_Form ' Me.rdbDsPD.AutoSize = True Me.rdbDsPD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbDsPD.Location = New System.Drawing.Point(679, 48) + Me.rdbDsPD.Location = New System.Drawing.Point(776, 60) + Me.rdbDsPD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbDsPD.Name = "rdbDsPD" - Me.rdbDsPD.Size = New System.Drawing.Size(118, 28) + Me.rdbDsPD.Size = New System.Drawing.Size(150, 36) Me.rdbDsPD.TabIndex = 91 Me.rdbDsPD.Text = "생산 4(HF)" Me.rdbDsPD.UseVisualStyleBackColor = True @@ -9739,9 +10508,10 @@ Partial Class Main_Form Me.rdbDsIQC.AutoSize = True Me.rdbDsIQC.Enabled = False Me.rdbDsIQC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbDsIQC.Location = New System.Drawing.Point(679, 20) + Me.rdbDsIQC.Location = New System.Drawing.Point(776, 25) + Me.rdbDsIQC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbDsIQC.Name = "rdbDsIQC" - Me.rdbDsIQC.Size = New System.Drawing.Size(138, 28) + Me.rdbDsIQC.Size = New System.Drawing.Size(176, 36) Me.rdbDsIQC.TabIndex = 90 Me.rdbDsIQC.Text = "수입검사(HF)" Me.rdbDsIQC.UseVisualStyleBackColor = True @@ -9749,9 +10519,9 @@ Partial Class Main_Form 'Label1 ' Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(697, 0) + Me.Label1.Location = New System.Drawing.Point(797, 0) Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(105, 21) + Me.Label1.Size = New System.Drawing.Size(130, 26) Me.Label1.TabIndex = 89 Me.Label1.Text = "DUALSONIC" ' @@ -9759,9 +10529,10 @@ Partial Class Main_Form ' Me.rdbCompany.AutoSize = True Me.rdbCompany.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbCompany.Location = New System.Drawing.Point(12, 20) + Me.rdbCompany.Location = New System.Drawing.Point(14, 25) + Me.rdbCompany.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbCompany.Name = "rdbCompany" - Me.rdbCompany.Size = New System.Drawing.Size(176, 28) + Me.rdbCompany.Size = New System.Drawing.Size(223, 36) Me.rdbCompany.TabIndex = 88 Me.rdbCompany.Text = "업체 전용(RF/EP)" Me.rdbCompany.UseVisualStyleBackColor = True @@ -9769,9 +10540,9 @@ Partial Class Main_Form 'lbALTO ' Me.lbALTO.AutoSize = True - Me.lbALTO.Location = New System.Drawing.Point(536, 0) + Me.lbALTO.Location = New System.Drawing.Point(613, 0) Me.lbALTO.Name = "lbALTO" - Me.lbALTO.Size = New System.Drawing.Size(53, 21) + Me.lbALTO.Size = New System.Drawing.Size(65, 26) Me.lbALTO.TabIndex = 87 Me.lbALTO.Text = "ALTO" ' @@ -9779,9 +10550,10 @@ Partial Class Main_Form ' Me.rdbAltoPD.AutoSize = True Me.rdbAltoPD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbAltoPD.Location = New System.Drawing.Point(483, 48) + Me.rdbAltoPD.Location = New System.Drawing.Point(552, 60) + Me.rdbAltoPD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbAltoPD.Name = "rdbAltoPD" - Me.rdbAltoPD.Size = New System.Drawing.Size(150, 28) + Me.rdbAltoPD.Size = New System.Drawing.Size(190, 36) Me.rdbAltoPD.TabIndex = 86 Me.rdbAltoPD.Text = "생산 3(RF/EP)" Me.rdbAltoPD.UseVisualStyleBackColor = True @@ -9790,9 +10562,10 @@ Partial Class Main_Form ' Me.rdbAltoIqc.AutoSize = True Me.rdbAltoIqc.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbAltoIqc.Location = New System.Drawing.Point(483, 20) + Me.rdbAltoIqc.Location = New System.Drawing.Point(552, 25) + Me.rdbAltoIqc.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbAltoIqc.Name = "rdbAltoIqc" - Me.rdbAltoIqc.Size = New System.Drawing.Size(170, 28) + Me.rdbAltoIqc.Size = New System.Drawing.Size(216, 36) Me.rdbAltoIqc.TabIndex = 85 Me.rdbAltoIqc.Text = "수입검사(RF/EP)" Me.rdbAltoIqc.UseVisualStyleBackColor = True @@ -9800,9 +10573,9 @@ Partial Class Main_Form 'lbMAX ' Me.lbMAX.AutoSize = True - Me.lbMAX.Location = New System.Drawing.Point(195, 4) + Me.lbMAX.Location = New System.Drawing.Point(223, 5) Me.lbMAX.Name = "lbMAX" - Me.lbMAX.Size = New System.Drawing.Size(88, 21) + Me.lbMAX.Size = New System.Drawing.Size(112, 26) Me.lbMAX.TabIndex = 84 Me.lbMAX.Text = "MAXIMUM" ' @@ -9810,9 +10583,10 @@ Partial Class Main_Form ' Me.rdbIQC.AutoSize = True Me.rdbIQC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbIQC.Location = New System.Drawing.Point(257, 20) + Me.rdbIQC.Location = New System.Drawing.Point(294, 25) + Me.rdbIQC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbIQC.Name = "rdbIQC" - Me.rdbIQC.Size = New System.Drawing.Size(206, 28) + Me.rdbIQC.Size = New System.Drawing.Size(262, 36) Me.rdbIQC.TabIndex = 83 Me.rdbIQC.Text = "수입검사(HF/RF/EP)" Me.rdbIQC.UseVisualStyleBackColor = True @@ -9821,9 +10595,10 @@ Partial Class Main_Form ' Me.rdbRFMCEP.AutoSize = True Me.rdbRFMCEP.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbRFMCEP.Location = New System.Drawing.Point(257, 48) + Me.rdbRFMCEP.Location = New System.Drawing.Point(294, 60) + Me.rdbRFMCEP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbRFMCEP.Name = "rdbRFMCEP" - Me.rdbRFMCEP.Size = New System.Drawing.Size(189, 28) + Me.rdbRFMCEP.Size = New System.Drawing.Size(239, 36) Me.rdbRFMCEP.TabIndex = 82 Me.rdbRFMCEP.Text = "생산 2(RF/MC/EP)" Me.rdbRFMCEP.UseVisualStyleBackColor = True @@ -9832,9 +10607,10 @@ Partial Class Main_Form ' Me.rdbHF.AutoSize = True Me.rdbHF.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbHF.Location = New System.Drawing.Point(12, 48) + Me.rdbHF.Location = New System.Drawing.Point(14, 60) + Me.rdbHF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbHF.Name = "rdbHF" - Me.rdbHF.Size = New System.Drawing.Size(236, 28) + Me.rdbHF.Size = New System.Drawing.Size(301, 36) Me.rdbHF.TabIndex = 81 Me.rdbHF.Text = "생산 1(HF측정/정보입력)" Me.rdbHF.UseVisualStyleBackColor = True @@ -9844,9 +10620,10 @@ Partial Class Main_Form Me.rdbAll.AutoSize = True Me.rdbAll.Enabled = False Me.rdbAll.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbAll.Location = New System.Drawing.Point(12, 20) + Me.rdbAll.Location = New System.Drawing.Point(14, 25) + Me.rdbAll.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbAll.Name = "rdbAll" - Me.rdbAll.Size = New System.Drawing.Size(135, 28) + Me.rdbAll.Size = New System.Drawing.Size(171, 36) Me.rdbAll.TabIndex = 80 Me.rdbAll.Text = "V1 전체 측정" Me.rdbAll.UseVisualStyleBackColor = True @@ -9854,17 +10631,19 @@ Partial Class Main_Form ' 'Panel3 ' - Me.Panel3.Location = New System.Drawing.Point(29, 92) + Me.Panel3.Location = New System.Drawing.Point(33, 115) + Me.Panel3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel3.Name = "Panel3" - Me.Panel3.Size = New System.Drawing.Size(465, 113) + Me.Panel3.Size = New System.Drawing.Size(531, 141) Me.Panel3.TabIndex = 79 ' 'btnReStart ' Me.btnReStart.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnReStart.Location = New System.Drawing.Point(1395, 4) + Me.btnReStart.Location = New System.Drawing.Point(1594, 5) + Me.btnReStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnReStart.Name = "btnReStart" - Me.btnReStart.Size = New System.Drawing.Size(170, 85) + Me.btnReStart.Size = New System.Drawing.Size(194, 106) Me.btnReStart.TabIndex = 114 Me.btnReStart.Text = "장비 재연결" Me.btnReStart.UseVisualStyleBackColor = True @@ -9883,9 +10662,11 @@ Partial Class Main_Form Me.gbBarcode.Controls.Add(Me.Button1) Me.gbBarcode.Controls.Add(Me.txbBarcode) Me.gbBarcode.Controls.Add(Me.lbBarcode) - Me.gbBarcode.Location = New System.Drawing.Point(5, 90) + Me.gbBarcode.Location = New System.Drawing.Point(6, 112) + Me.gbBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbBarcode.Name = "gbBarcode" - Me.gbBarcode.Size = New System.Drawing.Size(1910, 142) + Me.gbBarcode.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbBarcode.Size = New System.Drawing.Size(2183, 178) Me.gbBarcode.TabIndex = 111 Me.gbBarcode.TabStop = False ' @@ -9893,17 +10674,19 @@ Partial Class Main_Form ' Me.pnCPUTemp.Controls.Add(Me.txbCPUTemp) Me.pnCPUTemp.Controls.Add(Me.lbCPUTemp) - Me.pnCPUTemp.Location = New System.Drawing.Point(1630, 95) + Me.pnCPUTemp.Location = New System.Drawing.Point(1863, 119) + Me.pnCPUTemp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnCPUTemp.Name = "pnCPUTemp" - Me.pnCPUTemp.Size = New System.Drawing.Size(260, 40) + Me.pnCPUTemp.Size = New System.Drawing.Size(297, 50) Me.pnCPUTemp.TabIndex = 119 ' 'txbCPUTemp ' Me.txbCPUTemp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCPUTemp.Location = New System.Drawing.Point(140, 2) + Me.txbCPUTemp.Location = New System.Drawing.Point(160, 2) + Me.txbCPUTemp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCPUTemp.Name = "txbCPUTemp" - Me.txbCPUTemp.Size = New System.Drawing.Size(110, 35) + Me.txbCPUTemp.Size = New System.Drawing.Size(125, 42) Me.txbCPUTemp.TabIndex = 9 Me.txbCPUTemp.Text = "대기" Me.txbCPUTemp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9912,9 +10695,9 @@ Partial Class Main_Form ' Me.lbCPUTemp.AutoSize = True Me.lbCPUTemp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCPUTemp.Location = New System.Drawing.Point(37, 5) + Me.lbCPUTemp.Location = New System.Drawing.Point(42, 6) Me.lbCPUTemp.Name = "lbCPUTemp" - Me.lbCPUTemp.Size = New System.Drawing.Size(100, 27) + Me.lbCPUTemp.Size = New System.Drawing.Size(130, 35) Me.lbCPUTemp.TabIndex = 8 Me.lbCPUTemp.Text = "CPU 온도" ' @@ -9922,17 +10705,19 @@ Partial Class Main_Form ' Me.pnFreq.Controls.Add(Me.txbFreq) Me.pnFreq.Controls.Add(Me.lbFreq) - Me.pnFreq.Location = New System.Drawing.Point(1110, 95) + Me.pnFreq.Location = New System.Drawing.Point(1269, 119) + Me.pnFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnFreq.Name = "pnFreq" - Me.pnFreq.Size = New System.Drawing.Size(260, 40) + Me.pnFreq.Size = New System.Drawing.Size(297, 50) Me.pnFreq.TabIndex = 116 ' 'txbFreq ' Me.txbFreq.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbFreq.Location = New System.Drawing.Point(88, 2) + Me.txbFreq.Location = New System.Drawing.Point(101, 2) + Me.txbFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFreq.Name = "txbFreq" - Me.txbFreq.Size = New System.Drawing.Size(167, 35) + Me.txbFreq.Size = New System.Drawing.Size(190, 42) Me.txbFreq.TabIndex = 3 Me.txbFreq.Text = "대기" Me.txbFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9941,9 +10726,9 @@ Partial Class Main_Form ' Me.lbFreq.AutoSize = True Me.lbFreq.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbFreq.Location = New System.Drawing.Point(10, 5) + Me.lbFreq.Location = New System.Drawing.Point(11, 6) Me.lbFreq.Name = "lbFreq" - Me.lbFreq.Size = New System.Drawing.Size(72, 27) + Me.lbFreq.Size = New System.Drawing.Size(93, 35) Me.lbFreq.TabIndex = 2 Me.lbFreq.Text = "주파수" ' @@ -9951,17 +10736,19 @@ Partial Class Main_Form ' Me.pnDate.Controls.Add(Me.txbDate) Me.pnDate.Controls.Add(Me.lbDate) - Me.pnDate.Location = New System.Drawing.Point(1110, 55) + Me.pnDate.Location = New System.Drawing.Point(1269, 69) + Me.pnDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDate.Name = "pnDate" - Me.pnDate.Size = New System.Drawing.Size(260, 40) + Me.pnDate.Size = New System.Drawing.Size(297, 50) Me.pnDate.TabIndex = 117 ' 'txbDate ' Me.txbDate.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDate.Location = New System.Drawing.Point(88, 2) + Me.txbDate.Location = New System.Drawing.Point(101, 2) + Me.txbDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDate.Name = "txbDate" - Me.txbDate.Size = New System.Drawing.Size(167, 35) + Me.txbDate.Size = New System.Drawing.Size(190, 42) Me.txbDate.TabIndex = 13 Me.txbDate.Text = "대기" Me.txbDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9970,9 +10757,9 @@ Partial Class Main_Form ' Me.lbDate.AutoSize = True Me.lbDate.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDate.Location = New System.Drawing.Point(10, 5) + Me.lbDate.Location = New System.Drawing.Point(11, 6) Me.lbDate.Name = "lbDate" - Me.lbDate.Size = New System.Drawing.Size(72, 27) + Me.lbDate.Size = New System.Drawing.Size(93, 35) Me.lbDate.TabIndex = 12 Me.lbDate.Text = "측정일" ' @@ -9980,17 +10767,19 @@ Partial Class Main_Form ' Me.pnTDSN.Controls.Add(Me.txbTDSN) Me.pnTDSN.Controls.Add(Me.lbTDSN) - Me.pnTDSN.Location = New System.Drawing.Point(1110, 15) + Me.pnTDSN.Location = New System.Drawing.Point(1269, 19) + Me.pnTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDSN.Name = "pnTDSN" - Me.pnTDSN.Size = New System.Drawing.Size(260, 40) + Me.pnTDSN.Size = New System.Drawing.Size(297, 50) Me.pnTDSN.TabIndex = 117 ' 'txbTDSN ' Me.txbTDSN.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDSN.Location = New System.Drawing.Point(88, 2) + Me.txbTDSN.Location = New System.Drawing.Point(101, 2) + Me.txbTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDSN.Name = "txbTDSN" - Me.txbTDSN.Size = New System.Drawing.Size(167, 35) + Me.txbTDSN.Size = New System.Drawing.Size(190, 42) Me.txbTDSN.TabIndex = 17 Me.txbTDSN.Text = "대기" Me.txbTDSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -9999,9 +10788,9 @@ Partial Class Main_Form ' Me.lbTDSN.AutoSize = True Me.lbTDSN.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTDSN.Location = New System.Drawing.Point(10, 5) + Me.lbTDSN.Location = New System.Drawing.Point(11, 6) Me.lbTDSN.Name = "lbTDSN" - Me.lbTDSN.Size = New System.Drawing.Size(70, 27) + Me.lbTDSN.Size = New System.Drawing.Size(90, 35) Me.lbTDSN.TabIndex = 16 Me.lbTDSN.Text = "Serial" ' @@ -10009,17 +10798,19 @@ Partial Class Main_Form ' Me.pnGrade.Controls.Add(Me.txbGrade) Me.pnGrade.Controls.Add(Me.lbGrade) - Me.pnGrade.Location = New System.Drawing.Point(1370, 15) + Me.pnGrade.Location = New System.Drawing.Point(1566, 19) + Me.pnGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnGrade.Name = "pnGrade" - Me.pnGrade.Size = New System.Drawing.Size(260, 40) + Me.pnGrade.Size = New System.Drawing.Size(297, 50) Me.pnGrade.TabIndex = 117 ' 'txbGrade ' Me.txbGrade.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbGrade.Location = New System.Drawing.Point(140, 2) + Me.txbGrade.Location = New System.Drawing.Point(160, 2) + Me.txbGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbGrade.Name = "txbGrade" - Me.txbGrade.Size = New System.Drawing.Size(110, 35) + Me.txbGrade.Size = New System.Drawing.Size(125, 42) Me.txbGrade.TabIndex = 5 Me.txbGrade.Text = "대기" Me.txbGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10028,9 +10819,9 @@ Partial Class Main_Form ' Me.lbGrade.AutoSize = True Me.lbGrade.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbGrade.Location = New System.Drawing.Point(81, 5) + Me.lbGrade.Location = New System.Drawing.Point(93, 6) Me.lbGrade.Name = "lbGrade" - Me.lbGrade.Size = New System.Drawing.Size(52, 27) + Me.lbGrade.Size = New System.Drawing.Size(67, 35) Me.lbGrade.TabIndex = 4 Me.lbGrade.Text = "등급" ' @@ -10038,17 +10829,19 @@ Partial Class Main_Form ' Me.pnVer.Controls.Add(Me.txbVer) Me.pnVer.Controls.Add(Me.lbVer) - Me.pnVer.Location = New System.Drawing.Point(1370, 55) + Me.pnVer.Location = New System.Drawing.Point(1566, 69) + Me.pnVer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnVer.Name = "pnVer" - Me.pnVer.Size = New System.Drawing.Size(260, 40) + Me.pnVer.Size = New System.Drawing.Size(297, 50) Me.pnVer.TabIndex = 117 ' 'txbVer ' Me.txbVer.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbVer.Location = New System.Drawing.Point(140, 2) + Me.txbVer.Location = New System.Drawing.Point(160, 2) + Me.txbVer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbVer.Name = "txbVer" - Me.txbVer.Size = New System.Drawing.Size(110, 35) + Me.txbVer.Size = New System.Drawing.Size(125, 42) Me.txbVer.TabIndex = 113 Me.txbVer.Text = "대기" Me.txbVer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10057,9 +10850,9 @@ Partial Class Main_Form ' Me.lbVer.AutoSize = True Me.lbVer.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbVer.Location = New System.Drawing.Point(15, 5) + Me.lbVer.Location = New System.Drawing.Point(17, 6) Me.lbVer.Name = "lbVer" - Me.lbVer.Size = New System.Drawing.Size(118, 27) + Me.lbVer.Size = New System.Drawing.Size(153, 35) Me.lbVer.TabIndex = 112 Me.lbVer.Text = "펌웨어 버전" ' @@ -10067,17 +10860,19 @@ Partial Class Main_Form ' Me.pnVolt.Controls.Add(Me.txbVolt) Me.pnVolt.Controls.Add(Me.lbVolt) - Me.pnVolt.Location = New System.Drawing.Point(1370, 95) + Me.pnVolt.Location = New System.Drawing.Point(1566, 119) + Me.pnVolt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnVolt.Name = "pnVolt" - Me.pnVolt.Size = New System.Drawing.Size(260, 40) + Me.pnVolt.Size = New System.Drawing.Size(297, 50) Me.pnVolt.TabIndex = 117 ' 'txbVolt ' Me.txbVolt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbVolt.Location = New System.Drawing.Point(140, 2) + Me.txbVolt.Location = New System.Drawing.Point(160, 2) + Me.txbVolt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbVolt.Name = "txbVolt" - Me.txbVolt.Size = New System.Drawing.Size(110, 35) + Me.txbVolt.Size = New System.Drawing.Size(125, 42) Me.txbVolt.TabIndex = 15 Me.txbVolt.Text = "대기" Me.txbVolt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10086,9 +10881,9 @@ Partial Class Main_Form ' Me.lbVolt.AutoSize = True Me.lbVolt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbVolt.Location = New System.Drawing.Point(15, 5) + Me.lbVolt.Location = New System.Drawing.Point(17, 6) Me.lbVolt.Name = "lbVolt" - Me.lbVolt.Size = New System.Drawing.Size(118, 27) + Me.lbVolt.Size = New System.Drawing.Size(153, 35) Me.lbVolt.TabIndex = 14 Me.lbVolt.Text = "배터리 전압" ' @@ -10096,17 +10891,19 @@ Partial Class Main_Form ' Me.pnDevTmp.Controls.Add(Me.txbDevTmp) Me.pnDevTmp.Controls.Add(Me.lbDevTmp) - Me.pnDevTmp.Location = New System.Drawing.Point(1630, 15) + Me.pnDevTmp.Location = New System.Drawing.Point(1863, 19) + Me.pnDevTmp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDevTmp.Name = "pnDevTmp" - Me.pnDevTmp.Size = New System.Drawing.Size(260, 40) + Me.pnDevTmp.Size = New System.Drawing.Size(297, 50) Me.pnDevTmp.TabIndex = 117 ' 'txbDevTmp ' Me.txbDevTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDevTmp.Location = New System.Drawing.Point(140, 2) + Me.txbDevTmp.Location = New System.Drawing.Point(160, 2) + Me.txbDevTmp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDevTmp.Name = "txbDevTmp" - Me.txbDevTmp.Size = New System.Drawing.Size(110, 35) + Me.txbDevTmp.Size = New System.Drawing.Size(125, 42) Me.txbDevTmp.TabIndex = 7 Me.txbDevTmp.Text = "대기" Me.txbDevTmp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10115,9 +10912,9 @@ Partial Class Main_Form ' Me.lbDevTmp.AutoSize = True Me.lbDevTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDevTmp.Location = New System.Drawing.Point(37, 5) + Me.lbDevTmp.Location = New System.Drawing.Point(42, 6) Me.lbDevTmp.Name = "lbDevTmp" - Me.lbDevTmp.Size = New System.Drawing.Size(98, 27) + Me.lbDevTmp.Size = New System.Drawing.Size(127, 35) Me.lbDevTmp.TabIndex = 6 Me.lbDevTmp.Text = "본체 온도" ' @@ -10125,17 +10922,19 @@ Partial Class Main_Form ' Me.pnCartTmp.Controls.Add(Me.txbCartTmp) Me.pnCartTmp.Controls.Add(Me.lbCartTmp) - Me.pnCartTmp.Location = New System.Drawing.Point(1630, 55) + Me.pnCartTmp.Location = New System.Drawing.Point(1863, 69) + Me.pnCartTmp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnCartTmp.Name = "pnCartTmp" - Me.pnCartTmp.Size = New System.Drawing.Size(260, 40) + Me.pnCartTmp.Size = New System.Drawing.Size(297, 50) Me.pnCartTmp.TabIndex = 115 ' 'txbCartTmp ' Me.txbCartTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCartTmp.Location = New System.Drawing.Point(140, 2) + Me.txbCartTmp.Location = New System.Drawing.Point(160, 2) + Me.txbCartTmp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCartTmp.Name = "txbCartTmp" - Me.txbCartTmp.Size = New System.Drawing.Size(110, 35) + Me.txbCartTmp.Size = New System.Drawing.Size(125, 42) Me.txbCartTmp.TabIndex = 9 Me.txbCartTmp.Text = "대기" Me.txbCartTmp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10144,17 +10943,18 @@ Partial Class Main_Form ' Me.lbCartTmp.AutoSize = True Me.lbCartTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCartTmp.Location = New System.Drawing.Point(-3, 5) + Me.lbCartTmp.Location = New System.Drawing.Point(-3, 6) Me.lbCartTmp.Name = "lbCartTmp" - Me.lbCartTmp.Size = New System.Drawing.Size(138, 27) + Me.lbCartTmp.Size = New System.Drawing.Size(179, 35) Me.lbCartTmp.TabIndex = 8 Me.lbCartTmp.Text = "카트리지 온도" ' 'Button1 ' - Me.Button1.Location = New System.Drawing.Point(945, 42) + Me.Button1.Location = New System.Drawing.Point(1080, 52) + Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(116, 76) + Me.Button1.Size = New System.Drawing.Size(133, 95) Me.Button1.TabIndex = 114 Me.Button1.Text = "테스트 시작" Me.Button1.UseVisualStyleBackColor = True @@ -10166,10 +10966,11 @@ Partial Class Main_Form Me.txbBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbBarcode.Font = New System.Drawing.Font("함초롬바탕", 54.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbBarcode.ImeMode = System.Windows.Forms.ImeMode.Disable - Me.txbBarcode.Location = New System.Drawing.Point(277, 25) + Me.txbBarcode.Location = New System.Drawing.Point(317, 31) + Me.txbBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBarcode.MaxLength = 5000 Me.txbBarcode.Name = "txbBarcode" - Me.txbBarcode.Size = New System.Drawing.Size(810, 102) + Me.txbBarcode.Size = New System.Drawing.Size(925, 126) Me.txbBarcode.TabIndex = 1 Me.txbBarcode.Text = "SN입력하세요!" Me.txbBarcode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10178,18 +10979,19 @@ Partial Class Main_Form ' Me.lbBarcode.AutoSize = True Me.lbBarcode.Font = New System.Drawing.Font("함초롬바탕", 54.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBarcode.Location = New System.Drawing.Point(18, 28) + Me.lbBarcode.Location = New System.Drawing.Point(21, 35) Me.lbBarcode.Name = "lbBarcode" - Me.lbBarcode.Size = New System.Drawing.Size(253, 95) + Me.lbBarcode.Size = New System.Drawing.Size(317, 119) Me.lbBarcode.TabIndex = 0 Me.lbBarcode.Text = "바코드" ' 'btnRun ' Me.btnRun.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnRun.Location = New System.Drawing.Point(1100, 850) + Me.btnRun.Location = New System.Drawing.Point(1257, 1062) + Me.btnRun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnRun.Name = "btnRun" - Me.btnRun.Size = New System.Drawing.Size(810, 135) + Me.btnRun.Size = New System.Drawing.Size(926, 169) Me.btnRun.TabIndex = 108 Me.btnRun.Text = "시 작" Me.btnRun.UseVisualStyleBackColor = True @@ -10197,9 +10999,10 @@ Partial Class Main_Form 'btnEnd ' Me.btnEnd.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnEnd.Location = New System.Drawing.Point(1745, 4) + Me.btnEnd.Location = New System.Drawing.Point(1994, 5) + Me.btnEnd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnEnd.Name = "btnEnd" - Me.btnEnd.Size = New System.Drawing.Size(170, 85) + Me.btnEnd.Size = New System.Drawing.Size(194, 106) Me.btnEnd.TabIndex = 81 Me.btnEnd.Text = "나 가 기" Me.btnEnd.UseVisualStyleBackColor = True @@ -10213,9 +11016,11 @@ Partial Class Main_Form Me.gpbConfig.Controls.Add(Me.chbUseBarcode) Me.gpbConfig.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbConfig.ForeColor = System.Drawing.Color.Black - Me.gpbConfig.Location = New System.Drawing.Point(5, 5) + Me.gpbConfig.Location = New System.Drawing.Point(6, 6) + Me.gpbConfig.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbConfig.Name = "gpbConfig" - Me.gpbConfig.Size = New System.Drawing.Size(285, 85) + Me.gpbConfig.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gpbConfig.Size = New System.Drawing.Size(326, 106) Me.gpbConfig.TabIndex = 80 Me.gpbConfig.TabStop = False Me.gpbConfig.Text = "설정" @@ -10226,18 +11031,20 @@ Partial Class Main_Form Me.ckbModeV2.Checked = True Me.ckbModeV2.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbModeV2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbModeV2.Location = New System.Drawing.Point(20, 49) + Me.ckbModeV2.Location = New System.Drawing.Point(23, 61) + Me.ckbModeV2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbModeV2.Name = "ckbModeV2" - Me.ckbModeV2.Size = New System.Drawing.Size(94, 28) + Me.ckbModeV2.Size = New System.Drawing.Size(119, 36) Me.ckbModeV2.TabIndex = 80 Me.ckbModeV2.Text = "V2 측정" Me.ckbModeV2.UseVisualStyleBackColor = True ' 'PNnormal ' - Me.PNnormal.Location = New System.Drawing.Point(29, 92) + Me.PNnormal.Location = New System.Drawing.Point(33, 115) + Me.PNnormal.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PNnormal.Name = "PNnormal" - Me.PNnormal.Size = New System.Drawing.Size(465, 113) + Me.PNnormal.Size = New System.Drawing.Size(531, 141) Me.PNnormal.TabIndex = 79 ' 'chbAutoMeasure @@ -10246,9 +11053,10 @@ Partial Class Main_Form Me.chbAutoMeasure.Checked = True Me.chbAutoMeasure.CheckState = System.Windows.Forms.CheckState.Checked Me.chbAutoMeasure.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.chbAutoMeasure.Location = New System.Drawing.Point(160, 21) + Me.chbAutoMeasure.Location = New System.Drawing.Point(183, 26) + Me.chbAutoMeasure.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chbAutoMeasure.Name = "chbAutoMeasure" - Me.chbAutoMeasure.Size = New System.Drawing.Size(101, 28) + Me.chbAutoMeasure.Size = New System.Drawing.Size(128, 36) Me.chbAutoMeasure.TabIndex = 78 Me.chbAutoMeasure.Text = "자동측정" Me.chbAutoMeasure.UseVisualStyleBackColor = True @@ -10259,9 +11067,10 @@ Partial Class Main_Form Me.chbUseBarcode.Checked = True Me.chbUseBarcode.CheckState = System.Windows.Forms.CheckState.Checked Me.chbUseBarcode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.chbUseBarcode.Location = New System.Drawing.Point(20, 21) + Me.chbUseBarcode.Location = New System.Drawing.Point(23, 26) + Me.chbUseBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chbUseBarcode.Name = "chbUseBarcode" - Me.chbUseBarcode.Size = New System.Drawing.Size(119, 28) + Me.chbUseBarcode.Size = New System.Drawing.Size(151, 36) Me.chbUseBarcode.TabIndex = 77 Me.chbUseBarcode.Text = "바코드사용" Me.chbUseBarcode.UseVisualStyleBackColor = True @@ -10269,9 +11078,10 @@ Partial Class Main_Form 'btnSetup ' Me.btnSetup.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnSetup.Location = New System.Drawing.Point(1570, 4) + Me.btnSetup.Location = New System.Drawing.Point(1794, 5) + Me.btnSetup.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSetup.Name = "btnSetup" - Me.btnSetup.Size = New System.Drawing.Size(170, 85) + Me.btnSetup.Size = New System.Drawing.Size(194, 106) Me.btnSetup.TabIndex = 16 Me.btnSetup.Text = "설 정" Me.btnSetup.UseVisualStyleBackColor = True @@ -10284,9 +11094,11 @@ Partial Class Main_Form Me.gbAltoIQC.Controls.Add(Me.pnAlIQCEP_state) Me.gbAltoIQC.Controls.Add(Me.pnAlIQCRF) Me.gbAltoIQC.Controls.Add(Me.pnAlIQCRF_state) - Me.gbAltoIQC.Location = New System.Drawing.Point(5, 240) + Me.gbAltoIQC.Location = New System.Drawing.Point(6, 300) + Me.gbAltoIQC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbAltoIQC.Name = "gbAltoIQC" - Me.gbAltoIQC.Size = New System.Drawing.Size(1090, 760) + Me.gbAltoIQC.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbAltoIQC.Size = New System.Drawing.Size(1246, 950) Me.gbAltoIQC.TabIndex = 120 Me.gbAltoIQC.TabStop = False Me.gbAltoIQC.Visible = False @@ -10297,18 +11109,19 @@ Partial Class Main_Form Me.pnAlIQCBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnAlIQCBody.Controls.Add(Me.lbAlIQCBody) Me.pnAlIQCBody.Controls.Add(Me.txbAlIQCBody) - Me.pnAlIQCBody.Location = New System.Drawing.Point(20, 500) + Me.pnAlIQCBody.Location = New System.Drawing.Point(23, 625) + Me.pnAlIQCBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAlIQCBody.Name = "pnAlIQCBody" - Me.pnAlIQCBody.Size = New System.Drawing.Size(1050, 140) + Me.pnAlIQCBody.Size = New System.Drawing.Size(1200, 174) Me.pnAlIQCBody.TabIndex = 66 ' 'lbAlIQCBody ' Me.lbAlIQCBody.AutoSize = True Me.lbAlIQCBody.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCBody.Location = New System.Drawing.Point(6, 9) + Me.lbAlIQCBody.Location = New System.Drawing.Point(7, 11) Me.lbAlIQCBody.Name = "lbAlIQCBody" - Me.lbAlIQCBody.Size = New System.Drawing.Size(190, 41) + Me.lbAlIQCBody.Size = New System.Drawing.Size(238, 52) Me.lbAlIQCBody.TabIndex = 48 Me.lbAlIQCBody.Text = "3. Body-UP" ' @@ -10316,10 +11129,11 @@ Partial Class Main_Form ' Me.txbAlIQCBody.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCBody.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCBody.Location = New System.Drawing.Point(11, 54) + Me.txbAlIQCBody.Location = New System.Drawing.Point(13, 68) + Me.txbAlIQCBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCBody.Name = "txbAlIQCBody" Me.txbAlIQCBody.ReadOnly = True - Me.txbAlIQCBody.Size = New System.Drawing.Size(1031, 76) + Me.txbAlIQCBody.Size = New System.Drawing.Size(1178, 94) Me.txbAlIQCBody.TabIndex = 49 Me.txbAlIQCBody.Text = "대 기" Me.txbAlIQCBody.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10333,18 +11147,19 @@ Partial Class Main_Form Me.pnAlIQCBody_state.Controls.Add(Me.txbAlIQCBody_2) Me.pnAlIQCBody_state.Controls.Add(Me.lbAlIQCBody_1) Me.pnAlIQCBody_state.Controls.Add(Me.txbAlIQCBody_1) - Me.pnAlIQCBody_state.Location = New System.Drawing.Point(19, 635) + Me.pnAlIQCBody_state.Location = New System.Drawing.Point(22, 794) + Me.pnAlIQCBody_state.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAlIQCBody_state.Name = "pnAlIQCBody_state" - Me.pnAlIQCBody_state.Size = New System.Drawing.Size(1050, 115) + Me.pnAlIQCBody_state.Size = New System.Drawing.Size(1199, 143) Me.pnAlIQCBody_state.TabIndex = 67 ' 'lbAlIQCBody_3 ' Me.lbAlIQCBody_3.AutoSize = True Me.lbAlIQCBody_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCBody_3.Location = New System.Drawing.Point(825, 9) + Me.lbAlIQCBody_3.Location = New System.Drawing.Point(943, 11) Me.lbAlIQCBody_3.Name = "lbAlIQCBody_3" - Me.lbAlIQCBody_3.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCBody_3.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCBody_3.TabIndex = 52 Me.lbAlIQCBody_3.Text = "3차측정" ' @@ -10352,10 +11167,11 @@ Partial Class Main_Form ' Me.txbAlIQCBody_3.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCBody_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCBody_3.Location = New System.Drawing.Point(711, 42) + Me.txbAlIQCBody_3.Location = New System.Drawing.Point(813, 52) + Me.txbAlIQCBody_3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCBody_3.Name = "txbAlIQCBody_3" Me.txbAlIQCBody_3.ReadOnly = True - Me.txbAlIQCBody_3.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCBody_3.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCBody_3.TabIndex = 53 Me.txbAlIQCBody_3.Text = "대 기" Me.txbAlIQCBody_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10364,9 +11180,9 @@ Partial Class Main_Form ' Me.lbAlIQCBody_2.AutoSize = True Me.lbAlIQCBody_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCBody_2.Location = New System.Drawing.Point(477, 9) + Me.lbAlIQCBody_2.Location = New System.Drawing.Point(545, 11) Me.lbAlIQCBody_2.Name = "lbAlIQCBody_2" - Me.lbAlIQCBody_2.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCBody_2.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCBody_2.TabIndex = 50 Me.lbAlIQCBody_2.Text = "2차측정" ' @@ -10374,10 +11190,11 @@ Partial Class Main_Form ' Me.txbAlIQCBody_2.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCBody_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCBody_2.Location = New System.Drawing.Point(363, 42) + Me.txbAlIQCBody_2.Location = New System.Drawing.Point(415, 52) + Me.txbAlIQCBody_2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCBody_2.Name = "txbAlIQCBody_2" Me.txbAlIQCBody_2.ReadOnly = True - Me.txbAlIQCBody_2.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCBody_2.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCBody_2.TabIndex = 51 Me.txbAlIQCBody_2.Text = "대 기" Me.txbAlIQCBody_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10386,9 +11203,9 @@ Partial Class Main_Form ' Me.lbAlIQCBody_1.AutoSize = True Me.lbAlIQCBody_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCBody_1.Location = New System.Drawing.Point(124, 9) + Me.lbAlIQCBody_1.Location = New System.Drawing.Point(142, 11) Me.lbAlIQCBody_1.Name = "lbAlIQCBody_1" - Me.lbAlIQCBody_1.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCBody_1.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCBody_1.TabIndex = 48 Me.lbAlIQCBody_1.Text = "1차측정" ' @@ -10396,10 +11213,11 @@ Partial Class Main_Form ' Me.txbAlIQCBody_1.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCBody_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCBody_1.Location = New System.Drawing.Point(10, 42) + Me.txbAlIQCBody_1.Location = New System.Drawing.Point(11, 52) + Me.txbAlIQCBody_1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCBody_1.Name = "txbAlIQCBody_1" Me.txbAlIQCBody_1.ReadOnly = True - Me.txbAlIQCBody_1.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCBody_1.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCBody_1.TabIndex = 49 Me.txbAlIQCBody_1.Text = "대 기" Me.txbAlIQCBody_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10410,18 +11228,19 @@ Partial Class Main_Form Me.pnAlIQCEP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnAlIQCEP.Controls.Add(Me.lbAlIQCEP) Me.pnAlIQCEP.Controls.Add(Me.txbAlIQCEP) - Me.pnAlIQCEP.Location = New System.Drawing.Point(20, 255) + Me.pnAlIQCEP.Location = New System.Drawing.Point(23, 319) + Me.pnAlIQCEP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAlIQCEP.Name = "pnAlIQCEP" - Me.pnAlIQCEP.Size = New System.Drawing.Size(1050, 140) + Me.pnAlIQCEP.Size = New System.Drawing.Size(1200, 174) Me.pnAlIQCEP.TabIndex = 64 ' 'lbAlIQCEP ' Me.lbAlIQCEP.AutoSize = True Me.lbAlIQCEP.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCEP.Location = New System.Drawing.Point(6, 9) + Me.lbAlIQCEP.Location = New System.Drawing.Point(7, 11) Me.lbAlIQCEP.Name = "lbAlIQCEP" - Me.lbAlIQCEP.Size = New System.Drawing.Size(173, 41) + Me.lbAlIQCEP.Size = New System.Drawing.Size(215, 52) Me.lbAlIQCEP.TabIndex = 48 Me.lbAlIQCEP.Text = "2. Cos-UP" ' @@ -10429,10 +11248,11 @@ Partial Class Main_Form ' Me.txbAlIQCEP.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCEP.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCEP.Location = New System.Drawing.Point(11, 54) + Me.txbAlIQCEP.Location = New System.Drawing.Point(13, 68) + Me.txbAlIQCEP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCEP.Name = "txbAlIQCEP" Me.txbAlIQCEP.ReadOnly = True - Me.txbAlIQCEP.Size = New System.Drawing.Size(1031, 76) + Me.txbAlIQCEP.Size = New System.Drawing.Size(1178, 94) Me.txbAlIQCEP.TabIndex = 49 Me.txbAlIQCEP.Text = "대 기" Me.txbAlIQCEP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10446,18 +11266,19 @@ Partial Class Main_Form Me.pnAlIQCEP_state.Controls.Add(Me.txbAlIQCEP_2) Me.pnAlIQCEP_state.Controls.Add(Me.lbAlIQCEP_1) Me.pnAlIQCEP_state.Controls.Add(Me.txbAlIQCEP_1) - Me.pnAlIQCEP_state.Location = New System.Drawing.Point(20, 390) + Me.pnAlIQCEP_state.Location = New System.Drawing.Point(23, 488) + Me.pnAlIQCEP_state.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAlIQCEP_state.Name = "pnAlIQCEP_state" - Me.pnAlIQCEP_state.Size = New System.Drawing.Size(1050, 115) + Me.pnAlIQCEP_state.Size = New System.Drawing.Size(1199, 143) Me.pnAlIQCEP_state.TabIndex = 65 ' 'lbAlIQCEP_3 ' Me.lbAlIQCEP_3.AutoSize = True Me.lbAlIQCEP_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCEP_3.Location = New System.Drawing.Point(825, 9) + Me.lbAlIQCEP_3.Location = New System.Drawing.Point(943, 11) Me.lbAlIQCEP_3.Name = "lbAlIQCEP_3" - Me.lbAlIQCEP_3.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCEP_3.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCEP_3.TabIndex = 52 Me.lbAlIQCEP_3.Text = "3차측정" ' @@ -10465,10 +11286,11 @@ Partial Class Main_Form ' Me.txbAlIQCEP_3.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCEP_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCEP_3.Location = New System.Drawing.Point(711, 42) + Me.txbAlIQCEP_3.Location = New System.Drawing.Point(813, 52) + Me.txbAlIQCEP_3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCEP_3.Name = "txbAlIQCEP_3" Me.txbAlIQCEP_3.ReadOnly = True - Me.txbAlIQCEP_3.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCEP_3.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCEP_3.TabIndex = 53 Me.txbAlIQCEP_3.Text = "대 기" Me.txbAlIQCEP_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10477,9 +11299,9 @@ Partial Class Main_Form ' Me.lbAlIQCEP_2.AutoSize = True Me.lbAlIQCEP_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCEP_2.Location = New System.Drawing.Point(477, 9) + Me.lbAlIQCEP_2.Location = New System.Drawing.Point(545, 11) Me.lbAlIQCEP_2.Name = "lbAlIQCEP_2" - Me.lbAlIQCEP_2.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCEP_2.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCEP_2.TabIndex = 50 Me.lbAlIQCEP_2.Text = "2차측정" ' @@ -10487,10 +11309,11 @@ Partial Class Main_Form ' Me.txbAlIQCEP_2.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCEP_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCEP_2.Location = New System.Drawing.Point(363, 42) + Me.txbAlIQCEP_2.Location = New System.Drawing.Point(415, 52) + Me.txbAlIQCEP_2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCEP_2.Name = "txbAlIQCEP_2" Me.txbAlIQCEP_2.ReadOnly = True - Me.txbAlIQCEP_2.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCEP_2.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCEP_2.TabIndex = 51 Me.txbAlIQCEP_2.Text = "대 기" Me.txbAlIQCEP_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10499,9 +11322,9 @@ Partial Class Main_Form ' Me.lbAlIQCEP_1.AutoSize = True Me.lbAlIQCEP_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCEP_1.Location = New System.Drawing.Point(124, 9) + Me.lbAlIQCEP_1.Location = New System.Drawing.Point(142, 11) Me.lbAlIQCEP_1.Name = "lbAlIQCEP_1" - Me.lbAlIQCEP_1.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCEP_1.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCEP_1.TabIndex = 48 Me.lbAlIQCEP_1.Text = "1차측정" ' @@ -10509,10 +11332,11 @@ Partial Class Main_Form ' Me.txbAlIQCEP_1.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCEP_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCEP_1.Location = New System.Drawing.Point(10, 42) + Me.txbAlIQCEP_1.Location = New System.Drawing.Point(11, 52) + Me.txbAlIQCEP_1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCEP_1.Name = "txbAlIQCEP_1" Me.txbAlIQCEP_1.ReadOnly = True - Me.txbAlIQCEP_1.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCEP_1.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCEP_1.TabIndex = 49 Me.txbAlIQCEP_1.Text = "대 기" Me.txbAlIQCEP_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10523,18 +11347,19 @@ Partial Class Main_Form Me.pnAlIQCRF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnAlIQCRF.Controls.Add(Me.lbAlIQCRF) Me.pnAlIQCRF.Controls.Add(Me.txbAlIQCRF) - Me.pnAlIQCRF.Location = New System.Drawing.Point(20, 10) + Me.pnAlIQCRF.Location = New System.Drawing.Point(23, 12) + Me.pnAlIQCRF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAlIQCRF.Name = "pnAlIQCRF" - Me.pnAlIQCRF.Size = New System.Drawing.Size(1050, 140) + Me.pnAlIQCRF.Size = New System.Drawing.Size(1200, 174) Me.pnAlIQCRF.TabIndex = 62 ' 'lbAlIQCRF ' Me.lbAlIQCRF.AutoSize = True Me.lbAlIQCRF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCRF.Location = New System.Drawing.Point(6, 9) + Me.lbAlIQCRF.Location = New System.Drawing.Point(7, 11) Me.lbAlIQCRF.Name = "lbAlIQCRF" - Me.lbAlIQCRF.Size = New System.Drawing.Size(194, 41) + Me.lbAlIQCRF.Size = New System.Drawing.Size(242, 52) Me.lbAlIQCRF.TabIndex = 48 Me.lbAlIQCRF.Text = "1. Tight-UP" ' @@ -10542,10 +11367,11 @@ Partial Class Main_Form ' Me.txbAlIQCRF.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCRF.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCRF.Location = New System.Drawing.Point(11, 54) + Me.txbAlIQCRF.Location = New System.Drawing.Point(13, 68) + Me.txbAlIQCRF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCRF.Name = "txbAlIQCRF" Me.txbAlIQCRF.ReadOnly = True - Me.txbAlIQCRF.Size = New System.Drawing.Size(1031, 76) + Me.txbAlIQCRF.Size = New System.Drawing.Size(1178, 94) Me.txbAlIQCRF.TabIndex = 49 Me.txbAlIQCRF.Text = "대 기" Me.txbAlIQCRF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10559,18 +11385,19 @@ Partial Class Main_Form Me.pnAlIQCRF_state.Controls.Add(Me.txbAlIQCRF_2) Me.pnAlIQCRF_state.Controls.Add(Me.lbAlIQCRF_1) Me.pnAlIQCRF_state.Controls.Add(Me.txbAlIQCRF_1) - Me.pnAlIQCRF_state.Location = New System.Drawing.Point(20, 145) + Me.pnAlIQCRF_state.Location = New System.Drawing.Point(23, 181) + Me.pnAlIQCRF_state.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAlIQCRF_state.Name = "pnAlIQCRF_state" - Me.pnAlIQCRF_state.Size = New System.Drawing.Size(1050, 115) + Me.pnAlIQCRF_state.Size = New System.Drawing.Size(1199, 143) Me.pnAlIQCRF_state.TabIndex = 61 ' 'lbAlIQCRF_3 ' Me.lbAlIQCRF_3.AutoSize = True Me.lbAlIQCRF_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCRF_3.Location = New System.Drawing.Point(825, 9) + Me.lbAlIQCRF_3.Location = New System.Drawing.Point(943, 11) Me.lbAlIQCRF_3.Name = "lbAlIQCRF_3" - Me.lbAlIQCRF_3.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCRF_3.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCRF_3.TabIndex = 52 Me.lbAlIQCRF_3.Text = "3차측정" ' @@ -10578,10 +11405,11 @@ Partial Class Main_Form ' Me.txbAlIQCRF_3.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCRF_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCRF_3.Location = New System.Drawing.Point(711, 42) + Me.txbAlIQCRF_3.Location = New System.Drawing.Point(813, 52) + Me.txbAlIQCRF_3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCRF_3.Name = "txbAlIQCRF_3" Me.txbAlIQCRF_3.ReadOnly = True - Me.txbAlIQCRF_3.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCRF_3.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCRF_3.TabIndex = 53 Me.txbAlIQCRF_3.Text = "대 기" Me.txbAlIQCRF_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10590,9 +11418,9 @@ Partial Class Main_Form ' Me.lbAlIQCRF_2.AutoSize = True Me.lbAlIQCRF_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCRF_2.Location = New System.Drawing.Point(477, 9) + Me.lbAlIQCRF_2.Location = New System.Drawing.Point(545, 11) Me.lbAlIQCRF_2.Name = "lbAlIQCRF_2" - Me.lbAlIQCRF_2.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCRF_2.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCRF_2.TabIndex = 50 Me.lbAlIQCRF_2.Text = "2차측정" ' @@ -10600,10 +11428,11 @@ Partial Class Main_Form ' Me.txbAlIQCRF_2.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCRF_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCRF_2.Location = New System.Drawing.Point(363, 42) + Me.txbAlIQCRF_2.Location = New System.Drawing.Point(415, 52) + Me.txbAlIQCRF_2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCRF_2.Name = "txbAlIQCRF_2" Me.txbAlIQCRF_2.ReadOnly = True - Me.txbAlIQCRF_2.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCRF_2.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCRF_2.TabIndex = 51 Me.txbAlIQCRF_2.Text = "대 기" Me.txbAlIQCRF_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10612,9 +11441,9 @@ Partial Class Main_Form ' Me.lbAlIQCRF_1.AutoSize = True Me.lbAlIQCRF_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAlIQCRF_1.Location = New System.Drawing.Point(124, 9) + Me.lbAlIQCRF_1.Location = New System.Drawing.Point(142, 11) Me.lbAlIQCRF_1.Name = "lbAlIQCRF_1" - Me.lbAlIQCRF_1.Size = New System.Drawing.Size(96, 32) + Me.lbAlIQCRF_1.Size = New System.Drawing.Size(121, 39) Me.lbAlIQCRF_1.TabIndex = 48 Me.lbAlIQCRF_1.Text = "1차측정" ' @@ -10622,10 +11451,11 @@ Partial Class Main_Form ' Me.txbAlIQCRF_1.BackColor = System.Drawing.SystemColors.Window Me.txbAlIQCRF_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAlIQCRF_1.Location = New System.Drawing.Point(10, 42) + Me.txbAlIQCRF_1.Location = New System.Drawing.Point(11, 52) + Me.txbAlIQCRF_1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAlIQCRF_1.Name = "txbAlIQCRF_1" Me.txbAlIQCRF_1.ReadOnly = True - Me.txbAlIQCRF_1.Size = New System.Drawing.Size(330, 63) + Me.txbAlIQCRF_1.Size = New System.Drawing.Size(377, 77) Me.txbAlIQCRF_1.TabIndex = 49 Me.txbAlIQCRF_1.Text = "대 기" Me.txbAlIQCRF_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10638,9 +11468,11 @@ Partial Class Main_Form Me.gbIQC.Controls.Add(Me.pnIQCRun2) Me.gbIQC.Controls.Add(Me.pnIQCHF) Me.gbIQC.Controls.Add(Me.pnIQCRun1) - Me.gbIQC.Location = New System.Drawing.Point(5, 240) + Me.gbIQC.Location = New System.Drawing.Point(6, 300) + Me.gbIQC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbIQC.Name = "gbIQC" - Me.gbIQC.Size = New System.Drawing.Size(1090, 747) + Me.gbIQC.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbIQC.Size = New System.Drawing.Size(1246, 934) Me.gbIQC.TabIndex = 118 Me.gbIQC.TabStop = False Me.gbIQC.Visible = False @@ -10651,18 +11483,19 @@ Partial Class Main_Form Me.pnIQCEP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnIQCEP.Controls.Add(Me.lbIQCEP) Me.pnIQCEP.Controls.Add(Me.txbIQCEP) - Me.pnIQCEP.Location = New System.Drawing.Point(16, 501) + Me.pnIQCEP.Location = New System.Drawing.Point(18, 626) + Me.pnIQCEP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIQCEP.Name = "pnIQCEP" - Me.pnIQCEP.Size = New System.Drawing.Size(1056, 140) + Me.pnIQCEP.Size = New System.Drawing.Size(1207, 174) Me.pnIQCEP.TabIndex = 64 ' 'lbIQCEP ' Me.lbIQCEP.AutoSize = True Me.lbIQCEP.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCEP.Location = New System.Drawing.Point(6, 9) + Me.lbIQCEP.Location = New System.Drawing.Point(7, 11) Me.lbIQCEP.Name = "lbIQCEP" - Me.lbIQCEP.Size = New System.Drawing.Size(173, 41) + Me.lbIQCEP.Size = New System.Drawing.Size(215, 52) Me.lbIQCEP.TabIndex = 48 Me.lbIQCEP.Text = "3. Cos-Up" ' @@ -10670,10 +11503,11 @@ Partial Class Main_Form ' Me.txbIQCEP.BackColor = System.Drawing.SystemColors.Window Me.txbIQCEP.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCEP.Location = New System.Drawing.Point(11, 54) + Me.txbIQCEP.Location = New System.Drawing.Point(13, 68) + Me.txbIQCEP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCEP.Name = "txbIQCEP" Me.txbIQCEP.ReadOnly = True - Me.txbIQCEP.Size = New System.Drawing.Size(1031, 76) + Me.txbIQCEP.Size = New System.Drawing.Size(1178, 94) Me.txbIQCEP.TabIndex = 49 Me.txbIQCEP.Text = "대 기" Me.txbIQCEP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10687,18 +11521,19 @@ Partial Class Main_Form Me.pnIQCRun3.Controls.Add(Me.txbIQCEP2) Me.pnIQCRun3.Controls.Add(Me.lbIQCEP1) Me.pnIQCRun3.Controls.Add(Me.txbIQCEP1) - Me.pnIQCRun3.Location = New System.Drawing.Point(16, 628) + Me.pnIQCRun3.Location = New System.Drawing.Point(18, 785) + Me.pnIQCRun3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIQCRun3.Name = "pnIQCRun3" - Me.pnIQCRun3.Size = New System.Drawing.Size(1056, 112) + Me.pnIQCRun3.Size = New System.Drawing.Size(1206, 139) Me.pnIQCRun3.TabIndex = 65 ' 'lbIQCEP3 ' Me.lbIQCEP3.AutoSize = True Me.lbIQCEP3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCEP3.Location = New System.Drawing.Point(825, 9) + Me.lbIQCEP3.Location = New System.Drawing.Point(943, 11) Me.lbIQCEP3.Name = "lbIQCEP3" - Me.lbIQCEP3.Size = New System.Drawing.Size(96, 32) + Me.lbIQCEP3.Size = New System.Drawing.Size(121, 39) Me.lbIQCEP3.TabIndex = 52 Me.lbIQCEP3.Text = "3차측정" ' @@ -10706,10 +11541,11 @@ Partial Class Main_Form ' Me.txbIQCEP3.BackColor = System.Drawing.SystemColors.Window Me.txbIQCEP3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCEP3.Location = New System.Drawing.Point(711, 42) + Me.txbIQCEP3.Location = New System.Drawing.Point(813, 52) + Me.txbIQCEP3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCEP3.Name = "txbIQCEP3" Me.txbIQCEP3.ReadOnly = True - Me.txbIQCEP3.Size = New System.Drawing.Size(330, 63) + Me.txbIQCEP3.Size = New System.Drawing.Size(377, 77) Me.txbIQCEP3.TabIndex = 53 Me.txbIQCEP3.Text = "대 기" Me.txbIQCEP3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10718,9 +11554,9 @@ Partial Class Main_Form ' Me.lbIQCEP2.AutoSize = True Me.lbIQCEP2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCEP2.Location = New System.Drawing.Point(477, 9) + Me.lbIQCEP2.Location = New System.Drawing.Point(545, 11) Me.lbIQCEP2.Name = "lbIQCEP2" - Me.lbIQCEP2.Size = New System.Drawing.Size(96, 32) + Me.lbIQCEP2.Size = New System.Drawing.Size(121, 39) Me.lbIQCEP2.TabIndex = 50 Me.lbIQCEP2.Text = "2차측정" ' @@ -10728,10 +11564,11 @@ Partial Class Main_Form ' Me.txbIQCEP2.BackColor = System.Drawing.SystemColors.Window Me.txbIQCEP2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCEP2.Location = New System.Drawing.Point(363, 42) + Me.txbIQCEP2.Location = New System.Drawing.Point(415, 52) + Me.txbIQCEP2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCEP2.Name = "txbIQCEP2" Me.txbIQCEP2.ReadOnly = True - Me.txbIQCEP2.Size = New System.Drawing.Size(330, 63) + Me.txbIQCEP2.Size = New System.Drawing.Size(377, 77) Me.txbIQCEP2.TabIndex = 51 Me.txbIQCEP2.Text = "대 기" Me.txbIQCEP2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10740,9 +11577,9 @@ Partial Class Main_Form ' Me.lbIQCEP1.AutoSize = True Me.lbIQCEP1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCEP1.Location = New System.Drawing.Point(124, 9) + Me.lbIQCEP1.Location = New System.Drawing.Point(142, 11) Me.lbIQCEP1.Name = "lbIQCEP1" - Me.lbIQCEP1.Size = New System.Drawing.Size(96, 32) + Me.lbIQCEP1.Size = New System.Drawing.Size(121, 39) Me.lbIQCEP1.TabIndex = 48 Me.lbIQCEP1.Text = "1차측정" ' @@ -10750,10 +11587,11 @@ Partial Class Main_Form ' Me.txbIQCEP1.BackColor = System.Drawing.SystemColors.Window Me.txbIQCEP1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCEP1.Location = New System.Drawing.Point(10, 42) + Me.txbIQCEP1.Location = New System.Drawing.Point(11, 52) + Me.txbIQCEP1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCEP1.Name = "txbIQCEP1" Me.txbIQCEP1.ReadOnly = True - Me.txbIQCEP1.Size = New System.Drawing.Size(330, 63) + Me.txbIQCEP1.Size = New System.Drawing.Size(377, 77) Me.txbIQCEP1.TabIndex = 49 Me.txbIQCEP1.Text = "대 기" Me.txbIQCEP1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10764,18 +11602,19 @@ Partial Class Main_Form Me.pnIQCRF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnIQCRF.Controls.Add(Me.lbIQCRF) Me.pnIQCRF.Controls.Add(Me.txbIQCRF) - Me.pnIQCRF.Location = New System.Drawing.Point(17, 257) + Me.pnIQCRF.Location = New System.Drawing.Point(19, 321) + Me.pnIQCRF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIQCRF.Name = "pnIQCRF" - Me.pnIQCRF.Size = New System.Drawing.Size(1056, 140) + Me.pnIQCRF.Size = New System.Drawing.Size(1207, 174) Me.pnIQCRF.TabIndex = 62 ' 'lbIQCRF ' Me.lbIQCRF.AutoSize = True Me.lbIQCRF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCRF.Location = New System.Drawing.Point(6, 9) + Me.lbIQCRF.Location = New System.Drawing.Point(7, 11) Me.lbIQCRF.Name = "lbIQCRF" - Me.lbIQCRF.Size = New System.Drawing.Size(194, 41) + Me.lbIQCRF.Size = New System.Drawing.Size(242, 52) Me.lbIQCRF.TabIndex = 48 Me.lbIQCRF.Text = "2. Tight-Up" ' @@ -10783,10 +11622,11 @@ Partial Class Main_Form ' Me.txbIQCRF.BackColor = System.Drawing.SystemColors.Window Me.txbIQCRF.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCRF.Location = New System.Drawing.Point(11, 54) + Me.txbIQCRF.Location = New System.Drawing.Point(13, 68) + Me.txbIQCRF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCRF.Name = "txbIQCRF" Me.txbIQCRF.ReadOnly = True - Me.txbIQCRF.Size = New System.Drawing.Size(1031, 76) + Me.txbIQCRF.Size = New System.Drawing.Size(1178, 94) Me.txbIQCRF.TabIndex = 49 Me.txbIQCRF.Text = "대 기" Me.txbIQCRF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10800,18 +11640,19 @@ Partial Class Main_Form Me.pnIQCRun2.Controls.Add(Me.txbIQCRF2) Me.pnIQCRun2.Controls.Add(Me.lbIQCRF1) Me.pnIQCRun2.Controls.Add(Me.txbIQCRF1) - Me.pnIQCRun2.Location = New System.Drawing.Point(17, 384) + Me.pnIQCRun2.Location = New System.Drawing.Point(19, 480) + Me.pnIQCRun2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIQCRun2.Name = "pnIQCRun2" - Me.pnIQCRun2.Size = New System.Drawing.Size(1056, 112) + Me.pnIQCRun2.Size = New System.Drawing.Size(1206, 139) Me.pnIQCRun2.TabIndex = 63 ' 'lbIQCRF3 ' Me.lbIQCRF3.AutoSize = True Me.lbIQCRF3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCRF3.Location = New System.Drawing.Point(825, 9) + Me.lbIQCRF3.Location = New System.Drawing.Point(943, 11) Me.lbIQCRF3.Name = "lbIQCRF3" - Me.lbIQCRF3.Size = New System.Drawing.Size(96, 32) + Me.lbIQCRF3.Size = New System.Drawing.Size(121, 39) Me.lbIQCRF3.TabIndex = 52 Me.lbIQCRF3.Text = "3차측정" ' @@ -10819,10 +11660,11 @@ Partial Class Main_Form ' Me.txbIQCRF3.BackColor = System.Drawing.SystemColors.Window Me.txbIQCRF3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCRF3.Location = New System.Drawing.Point(711, 42) + Me.txbIQCRF3.Location = New System.Drawing.Point(813, 52) + Me.txbIQCRF3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCRF3.Name = "txbIQCRF3" Me.txbIQCRF3.ReadOnly = True - Me.txbIQCRF3.Size = New System.Drawing.Size(330, 63) + Me.txbIQCRF3.Size = New System.Drawing.Size(377, 77) Me.txbIQCRF3.TabIndex = 53 Me.txbIQCRF3.Text = "대 기" Me.txbIQCRF3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10831,9 +11673,9 @@ Partial Class Main_Form ' Me.lbIQCRF2.AutoSize = True Me.lbIQCRF2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCRF2.Location = New System.Drawing.Point(477, 9) + Me.lbIQCRF2.Location = New System.Drawing.Point(545, 11) Me.lbIQCRF2.Name = "lbIQCRF2" - Me.lbIQCRF2.Size = New System.Drawing.Size(96, 32) + Me.lbIQCRF2.Size = New System.Drawing.Size(121, 39) Me.lbIQCRF2.TabIndex = 50 Me.lbIQCRF2.Text = "2차측정" ' @@ -10841,10 +11683,11 @@ Partial Class Main_Form ' Me.txbIQCRF2.BackColor = System.Drawing.SystemColors.Window Me.txbIQCRF2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCRF2.Location = New System.Drawing.Point(363, 42) + Me.txbIQCRF2.Location = New System.Drawing.Point(415, 52) + Me.txbIQCRF2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCRF2.Name = "txbIQCRF2" Me.txbIQCRF2.ReadOnly = True - Me.txbIQCRF2.Size = New System.Drawing.Size(330, 63) + Me.txbIQCRF2.Size = New System.Drawing.Size(377, 77) Me.txbIQCRF2.TabIndex = 51 Me.txbIQCRF2.Text = "대 기" Me.txbIQCRF2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10853,9 +11696,9 @@ Partial Class Main_Form ' Me.lbIQCRF1.AutoSize = True Me.lbIQCRF1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCRF1.Location = New System.Drawing.Point(124, 9) + Me.lbIQCRF1.Location = New System.Drawing.Point(142, 11) Me.lbIQCRF1.Name = "lbIQCRF1" - Me.lbIQCRF1.Size = New System.Drawing.Size(96, 32) + Me.lbIQCRF1.Size = New System.Drawing.Size(121, 39) Me.lbIQCRF1.TabIndex = 48 Me.lbIQCRF1.Text = "1차측정" ' @@ -10863,10 +11706,11 @@ Partial Class Main_Form ' Me.txbIQCRF1.BackColor = System.Drawing.SystemColors.Window Me.txbIQCRF1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCRF1.Location = New System.Drawing.Point(10, 42) + Me.txbIQCRF1.Location = New System.Drawing.Point(11, 52) + Me.txbIQCRF1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCRF1.Name = "txbIQCRF1" Me.txbIQCRF1.ReadOnly = True - Me.txbIQCRF1.Size = New System.Drawing.Size(330, 63) + Me.txbIQCRF1.Size = New System.Drawing.Size(377, 77) Me.txbIQCRF1.TabIndex = 49 Me.txbIQCRF1.Text = "대 기" Me.txbIQCRF1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10877,18 +11721,19 @@ Partial Class Main_Form Me.pnIQCHF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnIQCHF.Controls.Add(Me.lbIQCHF) Me.pnIQCHF.Controls.Add(Me.txbIQCHF) - Me.pnIQCHF.Location = New System.Drawing.Point(17, 12) + Me.pnIQCHF.Location = New System.Drawing.Point(19, 15) + Me.pnIQCHF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIQCHF.Name = "pnIQCHF" - Me.pnIQCHF.Size = New System.Drawing.Size(1056, 140) + Me.pnIQCHF.Size = New System.Drawing.Size(1207, 174) Me.pnIQCHF.TabIndex = 60 ' 'lbIQCHF ' Me.lbIQCHF.AutoSize = True Me.lbIQCHF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCHF.Location = New System.Drawing.Point(6, 9) + Me.lbIQCHF.Location = New System.Drawing.Point(7, 11) Me.lbIQCHF.Name = "lbIQCHF" - Me.lbIQCHF.Size = New System.Drawing.Size(132, 41) + Me.lbIQCHF.Size = New System.Drawing.Size(164, 52) Me.lbIQCHF.TabIndex = 48 Me.lbIQCHF.Text = "1. HIFU" ' @@ -10896,10 +11741,11 @@ Partial Class Main_Form ' Me.txbIQCHF.BackColor = System.Drawing.SystemColors.Window Me.txbIQCHF.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCHF.Location = New System.Drawing.Point(11, 54) + Me.txbIQCHF.Location = New System.Drawing.Point(13, 68) + Me.txbIQCHF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCHF.Name = "txbIQCHF" Me.txbIQCHF.ReadOnly = True - Me.txbIQCHF.Size = New System.Drawing.Size(1031, 76) + Me.txbIQCHF.Size = New System.Drawing.Size(1178, 94) Me.txbIQCHF.TabIndex = 49 Me.txbIQCHF.Text = "대 기" Me.txbIQCHF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10913,18 +11759,19 @@ Partial Class Main_Form Me.pnIQCRun1.Controls.Add(Me.txbIQCHF2) Me.pnIQCRun1.Controls.Add(Me.lbIQCHF1) Me.pnIQCRun1.Controls.Add(Me.txbIQCHF1) - Me.pnIQCRun1.Location = New System.Drawing.Point(17, 139) + Me.pnIQCRun1.Location = New System.Drawing.Point(19, 174) + Me.pnIQCRun1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIQCRun1.Name = "pnIQCRun1" - Me.pnIQCRun1.Size = New System.Drawing.Size(1056, 112) + Me.pnIQCRun1.Size = New System.Drawing.Size(1206, 139) Me.pnIQCRun1.TabIndex = 61 ' 'lbIQCHF3 ' Me.lbIQCHF3.AutoSize = True Me.lbIQCHF3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCHF3.Location = New System.Drawing.Point(825, 9) + Me.lbIQCHF3.Location = New System.Drawing.Point(943, 11) Me.lbIQCHF3.Name = "lbIQCHF3" - Me.lbIQCHF3.Size = New System.Drawing.Size(96, 32) + Me.lbIQCHF3.Size = New System.Drawing.Size(121, 39) Me.lbIQCHF3.TabIndex = 52 Me.lbIQCHF3.Text = "3차측정" ' @@ -10932,10 +11779,11 @@ Partial Class Main_Form ' Me.txbIQCHF3.BackColor = System.Drawing.SystemColors.Window Me.txbIQCHF3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCHF3.Location = New System.Drawing.Point(711, 42) + Me.txbIQCHF3.Location = New System.Drawing.Point(813, 52) + Me.txbIQCHF3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCHF3.Name = "txbIQCHF3" Me.txbIQCHF3.ReadOnly = True - Me.txbIQCHF3.Size = New System.Drawing.Size(330, 63) + Me.txbIQCHF3.Size = New System.Drawing.Size(377, 77) Me.txbIQCHF3.TabIndex = 53 Me.txbIQCHF3.Text = "대 기" Me.txbIQCHF3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10944,9 +11792,9 @@ Partial Class Main_Form ' Me.lbIQCHF2.AutoSize = True Me.lbIQCHF2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCHF2.Location = New System.Drawing.Point(477, 9) + Me.lbIQCHF2.Location = New System.Drawing.Point(545, 11) Me.lbIQCHF2.Name = "lbIQCHF2" - Me.lbIQCHF2.Size = New System.Drawing.Size(96, 32) + Me.lbIQCHF2.Size = New System.Drawing.Size(121, 39) Me.lbIQCHF2.TabIndex = 50 Me.lbIQCHF2.Text = "2차측정" ' @@ -10954,10 +11802,11 @@ Partial Class Main_Form ' Me.txbIQCHF2.BackColor = System.Drawing.SystemColors.Window Me.txbIQCHF2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCHF2.Location = New System.Drawing.Point(363, 42) + Me.txbIQCHF2.Location = New System.Drawing.Point(415, 52) + Me.txbIQCHF2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCHF2.Name = "txbIQCHF2" Me.txbIQCHF2.ReadOnly = True - Me.txbIQCHF2.Size = New System.Drawing.Size(330, 63) + Me.txbIQCHF2.Size = New System.Drawing.Size(377, 77) Me.txbIQCHF2.TabIndex = 51 Me.txbIQCHF2.Text = "대 기" Me.txbIQCHF2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10966,9 +11815,9 @@ Partial Class Main_Form ' Me.lbIQCHF1.AutoSize = True Me.lbIQCHF1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbIQCHF1.Location = New System.Drawing.Point(124, 9) + Me.lbIQCHF1.Location = New System.Drawing.Point(142, 11) Me.lbIQCHF1.Name = "lbIQCHF1" - Me.lbIQCHF1.Size = New System.Drawing.Size(96, 32) + Me.lbIQCHF1.Size = New System.Drawing.Size(121, 39) Me.lbIQCHF1.TabIndex = 48 Me.lbIQCHF1.Text = "1차측정" ' @@ -10976,10 +11825,11 @@ Partial Class Main_Form ' Me.txbIQCHF1.BackColor = System.Drawing.SystemColors.Window Me.txbIQCHF1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbIQCHF1.Location = New System.Drawing.Point(10, 42) + Me.txbIQCHF1.Location = New System.Drawing.Point(11, 52) + Me.txbIQCHF1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIQCHF1.Name = "txbIQCHF1" Me.txbIQCHF1.ReadOnly = True - Me.txbIQCHF1.Size = New System.Drawing.Size(330, 63) + Me.txbIQCHF1.Size = New System.Drawing.Size(377, 77) Me.txbIQCHF1.TabIndex = 49 Me.txbIQCHF1.Text = "대 기" Me.txbIQCHF1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -10992,9 +11842,11 @@ Partial Class Main_Form Me.gbHFTest.Controls.Add(Me.pnHF) Me.gbHFTest.Controls.Add(Me.pnTemp) Me.gbHFTest.Controls.Add(Me.pnBat) - Me.gbHFTest.Location = New System.Drawing.Point(5, 240) + Me.gbHFTest.Location = New System.Drawing.Point(6, 300) + Me.gbHFTest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbHFTest.Name = "gbHFTest" - Me.gbHFTest.Size = New System.Drawing.Size(1090, 747) + Me.gbHFTest.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbHFTest.Size = New System.Drawing.Size(1246, 934) Me.gbHFTest.TabIndex = 116 Me.gbHFTest.TabStop = False Me.gbHFTest.Visible = False @@ -11003,18 +11855,19 @@ Partial Class Main_Form ' Me.pnDBreg.Controls.Add(Me.lbDBreg) Me.pnDBreg.Controls.Add(Me.txbDBreg) - Me.pnDBreg.Location = New System.Drawing.Point(16, 596) + Me.pnDBreg.Location = New System.Drawing.Point(18, 745) + Me.pnDBreg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnDBreg.Name = "pnDBreg" - Me.pnDBreg.Size = New System.Drawing.Size(1056, 140) + Me.pnDBreg.Size = New System.Drawing.Size(1207, 175) Me.pnDBreg.TabIndex = 63 ' 'lbDBreg ' Me.lbDBreg.AutoSize = True Me.lbDBreg.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDBreg.Location = New System.Drawing.Point(15, 10) + Me.lbDBreg.Location = New System.Drawing.Point(17, 12) Me.lbDBreg.Name = "lbDBreg" - Me.lbDBreg.Size = New System.Drawing.Size(242, 41) + Me.lbDBreg.Size = New System.Drawing.Size(302, 52) Me.lbDBreg.TabIndex = 48 Me.lbDBreg.Text = "5. DB 정보 입력" ' @@ -11022,10 +11875,11 @@ Partial Class Main_Form ' Me.txbDBreg.BackColor = System.Drawing.SystemColors.Window Me.txbDBreg.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDBreg.Location = New System.Drawing.Point(20, 55) + Me.txbDBreg.Location = New System.Drawing.Point(23, 69) + Me.txbDBreg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDBreg.Name = "txbDBreg" Me.txbDBreg.ReadOnly = True - Me.txbDBreg.Size = New System.Drawing.Size(1031, 76) + Me.txbDBreg.Size = New System.Drawing.Size(1178, 94) Me.txbDBreg.TabIndex = 49 Me.txbDBreg.Text = "대 기" Me.txbDBreg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11034,18 +11888,19 @@ Partial Class Main_Form ' Me.pnTDreg.Controls.Add(Me.lbTDreg) Me.pnTDreg.Controls.Add(Me.txbTDreg) - Me.pnTDreg.Location = New System.Drawing.Point(17, 450) + Me.pnTDreg.Location = New System.Drawing.Point(19, 562) + Me.pnTDreg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDreg.Name = "pnTDreg" - Me.pnTDreg.Size = New System.Drawing.Size(1056, 140) + Me.pnTDreg.Size = New System.Drawing.Size(1207, 175) Me.pnTDreg.TabIndex = 62 ' 'lbTDreg ' Me.lbTDreg.AutoSize = True Me.lbTDreg.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTDreg.Location = New System.Drawing.Point(15, 10) + Me.lbTDreg.Location = New System.Drawing.Point(17, 12) Me.lbTDreg.Name = "lbTDreg" - Me.lbTDreg.Size = New System.Drawing.Size(234, 41) + Me.lbTDreg.Size = New System.Drawing.Size(293, 52) Me.lbTDreg.TabIndex = 48 Me.lbTDreg.Text = "4. TD 정보입력" ' @@ -11053,10 +11908,11 @@ Partial Class Main_Form ' Me.txbTDreg.BackColor = System.Drawing.SystemColors.Window Me.txbTDreg.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDreg.Location = New System.Drawing.Point(20, 55) + Me.txbTDreg.Location = New System.Drawing.Point(23, 69) + Me.txbTDreg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDreg.Name = "txbTDreg" Me.txbTDreg.ReadOnly = True - Me.txbTDreg.Size = New System.Drawing.Size(1031, 76) + Me.txbTDreg.Size = New System.Drawing.Size(1178, 94) Me.txbTDreg.TabIndex = 49 Me.txbTDreg.Text = "대 기" Me.txbTDreg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11069,18 +11925,19 @@ Partial Class Main_Form Me.pnHFtest.Controls.Add(Me.txbHFtest2) Me.pnHFtest.Controls.Add(Me.lbHFtest1) Me.pnHFtest.Controls.Add(Me.txbHFtest1) - Me.pnHFtest.Location = New System.Drawing.Point(17, 302) + Me.pnHFtest.Location = New System.Drawing.Point(19, 378) + Me.pnHFtest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHFtest.Name = "pnHFtest" - Me.pnHFtest.Size = New System.Drawing.Size(1056, 140) + Me.pnHFtest.Size = New System.Drawing.Size(1207, 175) Me.pnHFtest.TabIndex = 61 ' 'lbHFtest3 ' Me.lbHFtest3.AutoSize = True Me.lbHFtest3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFtest3.Location = New System.Drawing.Point(816, 9) + Me.lbHFtest3.Location = New System.Drawing.Point(933, 11) Me.lbHFtest3.Name = "lbHFtest3" - Me.lbHFtest3.Size = New System.Drawing.Size(129, 41) + Me.lbHFtest3.Size = New System.Drawing.Size(161, 52) Me.lbHFtest3.TabIndex = 52 Me.lbHFtest3.Text = "3차측정" ' @@ -11088,10 +11945,11 @@ Partial Class Main_Form ' Me.txbHFtest3.BackColor = System.Drawing.SystemColors.Window Me.txbHFtest3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFtest3.Location = New System.Drawing.Point(714, 55) + Me.txbHFtest3.Location = New System.Drawing.Point(816, 69) + Me.txbHFtest3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFtest3.Name = "txbHFtest3" Me.txbHFtest3.ReadOnly = True - Me.txbHFtest3.Size = New System.Drawing.Size(330, 76) + Me.txbHFtest3.Size = New System.Drawing.Size(377, 94) Me.txbHFtest3.TabIndex = 53 Me.txbHFtest3.Text = "대 기" Me.txbHFtest3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11100,9 +11958,9 @@ Partial Class Main_Form ' Me.lbHFtest2.AutoSize = True Me.lbHFtest2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFtest2.Location = New System.Drawing.Point(471, 9) + Me.lbHFtest2.Location = New System.Drawing.Point(538, 11) Me.lbHFtest2.Name = "lbHFtest2" - Me.lbHFtest2.Size = New System.Drawing.Size(129, 41) + Me.lbHFtest2.Size = New System.Drawing.Size(161, 52) Me.lbHFtest2.TabIndex = 50 Me.lbHFtest2.Text = "2차측정" ' @@ -11110,10 +11968,11 @@ Partial Class Main_Form ' Me.txbHFtest2.BackColor = System.Drawing.SystemColors.Window Me.txbHFtest2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFtest2.Location = New System.Drawing.Point(365, 55) + Me.txbHFtest2.Location = New System.Drawing.Point(417, 69) + Me.txbHFtest2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFtest2.Name = "txbHFtest2" Me.txbHFtest2.ReadOnly = True - Me.txbHFtest2.Size = New System.Drawing.Size(330, 76) + Me.txbHFtest2.Size = New System.Drawing.Size(377, 94) Me.txbHFtest2.TabIndex = 51 Me.txbHFtest2.Text = "대 기" Me.txbHFtest2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11122,9 +11981,9 @@ Partial Class Main_Form ' Me.lbHFtest1.AutoSize = True Me.lbHFtest1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHFtest1.Location = New System.Drawing.Point(134, 9) + Me.lbHFtest1.Location = New System.Drawing.Point(153, 11) Me.lbHFtest1.Name = "lbHFtest1" - Me.lbHFtest1.Size = New System.Drawing.Size(129, 41) + Me.lbHFtest1.Size = New System.Drawing.Size(161, 52) Me.lbHFtest1.TabIndex = 48 Me.lbHFtest1.Text = "1차측정" ' @@ -11132,10 +11991,11 @@ Partial Class Main_Form ' Me.txbHFtest1.BackColor = System.Drawing.SystemColors.Window Me.txbHFtest1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFtest1.Location = New System.Drawing.Point(20, 55) + Me.txbHFtest1.Location = New System.Drawing.Point(23, 69) + Me.txbHFtest1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFtest1.Name = "txbHFtest1" Me.txbHFtest1.ReadOnly = True - Me.txbHFtest1.Size = New System.Drawing.Size(330, 76) + Me.txbHFtest1.Size = New System.Drawing.Size(377, 94) Me.txbHFtest1.TabIndex = 49 Me.txbHFtest1.Text = "대 기" Me.txbHFtest1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11144,18 +12004,19 @@ Partial Class Main_Form ' Me.pnHF.Controls.Add(Me.lbHF) Me.pnHF.Controls.Add(Me.txbHFresult) - Me.pnHF.Location = New System.Drawing.Point(17, 157) + Me.pnHF.Location = New System.Drawing.Point(19, 196) + Me.pnHF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnHF.Name = "pnHF" - Me.pnHF.Size = New System.Drawing.Size(1056, 140) + Me.pnHF.Size = New System.Drawing.Size(1207, 175) Me.pnHF.TabIndex = 60 ' 'lbHF ' Me.lbHF.AutoSize = True Me.lbHF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbHF.Location = New System.Drawing.Point(15, 10) + Me.lbHF.Location = New System.Drawing.Point(17, 12) Me.lbHF.Name = "lbHF" - Me.lbHF.Size = New System.Drawing.Size(132, 41) + Me.lbHF.Size = New System.Drawing.Size(164, 52) Me.lbHF.TabIndex = 48 Me.lbHF.Text = "3. HIFU" ' @@ -11163,10 +12024,11 @@ Partial Class Main_Form ' Me.txbHFresult.BackColor = System.Drawing.SystemColors.Window Me.txbHFresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbHFresult.Location = New System.Drawing.Point(20, 55) + Me.txbHFresult.Location = New System.Drawing.Point(23, 69) + Me.txbHFresult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbHFresult.Name = "txbHFresult" Me.txbHFresult.ReadOnly = True - Me.txbHFresult.Size = New System.Drawing.Size(1031, 76) + Me.txbHFresult.Size = New System.Drawing.Size(1178, 94) Me.txbHFresult.TabIndex = 49 Me.txbHFresult.Text = "대 기" Me.txbHFresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11175,18 +12037,19 @@ Partial Class Main_Form ' Me.pnTemp.Controls.Add(Me.lbTemp) Me.pnTemp.Controls.Add(Me.txbTemp) - Me.pnTemp.Location = New System.Drawing.Point(548, 12) + Me.pnTemp.Location = New System.Drawing.Point(626, 15) + Me.pnTemp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTemp.Name = "pnTemp" - Me.pnTemp.Size = New System.Drawing.Size(525, 140) + Me.pnTemp.Size = New System.Drawing.Size(600, 175) Me.pnTemp.TabIndex = 59 ' 'lbTemp ' Me.lbTemp.AutoSize = True Me.lbTemp.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTemp.Location = New System.Drawing.Point(15, 10) + Me.lbTemp.Location = New System.Drawing.Point(17, 12) Me.lbTemp.Name = "lbTemp" - Me.lbTemp.Size = New System.Drawing.Size(190, 41) + Me.lbTemp.Size = New System.Drawing.Size(237, 52) Me.lbTemp.TabIndex = 48 Me.lbTemp.Text = "2. 온도 센서" ' @@ -11194,10 +12057,11 @@ Partial Class Main_Form ' Me.txbTemp.BackColor = System.Drawing.SystemColors.Window Me.txbTemp.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTemp.Location = New System.Drawing.Point(20, 55) + Me.txbTemp.Location = New System.Drawing.Point(23, 69) + Me.txbTemp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTemp.Name = "txbTemp" Me.txbTemp.ReadOnly = True - Me.txbTemp.Size = New System.Drawing.Size(500, 76) + Me.txbTemp.Size = New System.Drawing.Size(571, 94) Me.txbTemp.TabIndex = 49 Me.txbTemp.Text = "대기" Me.txbTemp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11206,18 +12070,19 @@ Partial Class Main_Form ' Me.pnBat.Controls.Add(Me.lbBat) Me.pnBat.Controls.Add(Me.txbBat) - Me.pnBat.Location = New System.Drawing.Point(17, 13) + Me.pnBat.Location = New System.Drawing.Point(19, 16) + Me.pnBat.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBat.Name = "pnBat" - Me.pnBat.Size = New System.Drawing.Size(525, 140) + Me.pnBat.Size = New System.Drawing.Size(600, 175) Me.pnBat.TabIndex = 58 ' 'lbBat ' Me.lbBat.AutoSize = True Me.lbBat.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBat.Location = New System.Drawing.Point(15, 10) + Me.lbBat.Location = New System.Drawing.Point(17, 12) Me.lbBat.Name = "lbBat" - Me.lbBat.Size = New System.Drawing.Size(221, 41) + Me.lbBat.Size = New System.Drawing.Size(276, 52) Me.lbBat.TabIndex = 48 Me.lbBat.Text = "1. 배터리 전압" ' @@ -11225,10 +12090,11 @@ Partial Class Main_Form ' Me.txbBat.BackColor = System.Drawing.SystemColors.Window Me.txbBat.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBat.Location = New System.Drawing.Point(20, 55) + Me.txbBat.Location = New System.Drawing.Point(23, 69) + Me.txbBat.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBat.Name = "txbBat" Me.txbBat.ReadOnly = True - Me.txbBat.Size = New System.Drawing.Size(500, 76) + Me.txbBat.Size = New System.Drawing.Size(571, 94) Me.txbBat.TabIndex = 49 Me.txbBat.Text = "대기" Me.txbBat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11245,9 +12111,11 @@ Partial Class Main_Form Me.gbStep.Controls.Add(Me.pnStep3) Me.gbStep.Controls.Add(Me.pnStep2) Me.gbStep.Controls.Add(Me.pnStep1) - Me.gbStep.Location = New System.Drawing.Point(5, 240) + Me.gbStep.Location = New System.Drawing.Point(6, 300) + Me.gbStep.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbStep.Name = "gbStep" - Me.gbStep.Size = New System.Drawing.Size(1090, 747) + Me.gbStep.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbStep.Size = New System.Drawing.Size(1246, 934) Me.gbStep.TabIndex = 112 Me.gbStep.TabStop = False ' @@ -11256,19 +12124,21 @@ Partial Class Main_Form Me.pnStep7.Controls.Add(Me.txbStep7) Me.pnStep7.Controls.Add(Me.lbStep7) Me.pnStep7.Enabled = False - Me.pnStep7.Location = New System.Drawing.Point(548, 600) + Me.pnStep7.Location = New System.Drawing.Point(626, 750) + Me.pnStep7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep7.Name = "pnStep7" - Me.pnStep7.Size = New System.Drawing.Size(528, 140) + Me.pnStep7.Size = New System.Drawing.Size(603, 175) Me.pnStep7.TabIndex = 62 ' 'txbStep7 ' Me.txbStep7.BackColor = System.Drawing.SystemColors.Window Me.txbStep7.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep7.Location = New System.Drawing.Point(20, 55) + Me.txbStep7.Location = New System.Drawing.Point(23, 69) + Me.txbStep7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep7.Name = "txbStep7" Me.txbStep7.ReadOnly = True - Me.txbStep7.Size = New System.Drawing.Size(500, 76) + Me.txbStep7.Size = New System.Drawing.Size(571, 94) Me.txbStep7.TabIndex = 33 Me.txbStep7.Text = "대기" Me.txbStep7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11277,9 +12147,9 @@ Partial Class Main_Form ' Me.lbStep7.AutoSize = True Me.lbStep7.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep7.Location = New System.Drawing.Point(15, 10) + Me.lbStep7.Location = New System.Drawing.Point(17, 12) Me.lbStep7.Name = "lbStep7" - Me.lbStep7.Size = New System.Drawing.Size(152, 41) + Me.lbStep7.Size = New System.Drawing.Size(190, 52) Me.lbStep7.TabIndex = 32 Me.lbStep7.Text = "부저 출력" ' @@ -11288,19 +12158,21 @@ Partial Class Main_Form Me.pnStep6.Controls.Add(Me.txbStep6) Me.pnStep6.Controls.Add(Me.lbStep6) Me.pnStep6.Enabled = False - Me.pnStep6.Location = New System.Drawing.Point(548, 455) + Me.pnStep6.Location = New System.Drawing.Point(626, 569) + Me.pnStep6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep6.Name = "pnStep6" - Me.pnStep6.Size = New System.Drawing.Size(528, 140) + Me.pnStep6.Size = New System.Drawing.Size(603, 175) Me.pnStep6.TabIndex = 58 ' 'txbStep6 ' Me.txbStep6.BackColor = System.Drawing.SystemColors.Window Me.txbStep6.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep6.Location = New System.Drawing.Point(20, 55) + Me.txbStep6.Location = New System.Drawing.Point(23, 69) + Me.txbStep6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep6.Name = "txbStep6" Me.txbStep6.ReadOnly = True - Me.txbStep6.Size = New System.Drawing.Size(500, 76) + Me.txbStep6.Size = New System.Drawing.Size(571, 94) Me.txbStep6.TabIndex = 54 Me.txbStep6.Text = "대기" Me.txbStep6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11309,9 +12181,9 @@ Partial Class Main_Form ' Me.lbStep6.AutoSize = True Me.lbStep6.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep6.Location = New System.Drawing.Point(15, 10) + Me.lbStep6.Location = New System.Drawing.Point(17, 12) Me.lbStep6.Name = "lbStep6" - Me.lbStep6.Size = New System.Drawing.Size(175, 41) + Me.lbStep6.Size = New System.Drawing.Size(219, 52) Me.lbStep6.TabIndex = 53 Me.lbStep6.Text = "OLED 출력" ' @@ -11319,19 +12191,21 @@ Partial Class Main_Form ' Me.pnStep10.Controls.Add(Me.txbStep10) Me.pnStep10.Controls.Add(Me.lbStep10) - Me.pnStep10.Location = New System.Drawing.Point(548, 310) + Me.pnStep10.Location = New System.Drawing.Point(626, 388) + Me.pnStep10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep10.Name = "pnStep10" - Me.pnStep10.Size = New System.Drawing.Size(528, 140) + Me.pnStep10.Size = New System.Drawing.Size(603, 175) Me.pnStep10.TabIndex = 58 ' 'txbStep10 ' Me.txbStep10.BackColor = System.Drawing.SystemColors.Window Me.txbStep10.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep10.Location = New System.Drawing.Point(20, 55) + Me.txbStep10.Location = New System.Drawing.Point(23, 69) + Me.txbStep10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep10.Name = "txbStep10" Me.txbStep10.ReadOnly = True - Me.txbStep10.Size = New System.Drawing.Size(500, 76) + Me.txbStep10.Size = New System.Drawing.Size(571, 94) Me.txbStep10.TabIndex = 47 Me.txbStep10.Text = "대기" Me.txbStep10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11340,9 +12214,9 @@ Partial Class Main_Form ' Me.lbStep10.AutoSize = True Me.lbStep10.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep10.Location = New System.Drawing.Point(15, 10) + Me.lbStep10.Location = New System.Drawing.Point(17, 12) Me.lbStep10.Name = "lbStep10" - Me.lbStep10.Size = New System.Drawing.Size(234, 41) + Me.lbStep10.Size = New System.Drawing.Size(293, 52) Me.lbStep10.TabIndex = 46 Me.lbStep10.Text = "7. TD 정보입력" ' @@ -11350,19 +12224,21 @@ Partial Class Main_Form ' Me.pnStep9.Controls.Add(Me.txbStep9) Me.pnStep9.Controls.Add(Me.lbStep9) - Me.pnStep9.Location = New System.Drawing.Point(548, 165) + Me.pnStep9.Location = New System.Drawing.Point(626, 206) + Me.pnStep9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep9.Name = "pnStep9" - Me.pnStep9.Size = New System.Drawing.Size(525, 140) + Me.pnStep9.Size = New System.Drawing.Size(600, 175) Me.pnStep9.TabIndex = 61 ' 'txbStep9 ' Me.txbStep9.BackColor = System.Drawing.SystemColors.Window Me.txbStep9.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep9.Location = New System.Drawing.Point(20, 55) + Me.txbStep9.Location = New System.Drawing.Point(23, 69) + Me.txbStep9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep9.Name = "txbStep9" Me.txbStep9.ReadOnly = True - Me.txbStep9.Size = New System.Drawing.Size(500, 76) + Me.txbStep9.Size = New System.Drawing.Size(571, 94) Me.txbStep9.TabIndex = 37 Me.txbStep9.Text = "대기" Me.txbStep9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11371,9 +12247,9 @@ Partial Class Main_Form ' Me.lbStep9.AutoSize = True Me.lbStep9.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep9.Location = New System.Drawing.Point(15, 10) + Me.lbStep9.Location = New System.Drawing.Point(17, 12) Me.lbStep9.Name = "lbStep9" - Me.lbStep9.Size = New System.Drawing.Size(190, 41) + Me.lbStep9.Size = New System.Drawing.Size(237, 52) Me.lbStep9.TabIndex = 36 Me.lbStep9.Text = "6. 온도 측정" ' @@ -11381,19 +12257,21 @@ Partial Class Main_Form ' Me.pnStep8.Controls.Add(Me.txbStep8) Me.pnStep8.Controls.Add(Me.lbStep8) - Me.pnStep8.Location = New System.Drawing.Point(548, 20) + Me.pnStep8.Location = New System.Drawing.Point(626, 25) + Me.pnStep8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep8.Name = "pnStep8" - Me.pnStep8.Size = New System.Drawing.Size(525, 140) + Me.pnStep8.Size = New System.Drawing.Size(600, 175) Me.pnStep8.TabIndex = 58 ' 'txbStep8 ' Me.txbStep8.BackColor = System.Drawing.SystemColors.Window Me.txbStep8.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep8.Location = New System.Drawing.Point(20, 55) + Me.txbStep8.Location = New System.Drawing.Point(23, 69) + Me.txbStep8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep8.Name = "txbStep8" Me.txbStep8.ReadOnly = True - Me.txbStep8.Size = New System.Drawing.Size(500, 76) + Me.txbStep8.Size = New System.Drawing.Size(571, 94) Me.txbStep8.TabIndex = 56 Me.txbStep8.Text = "대기" Me.txbStep8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11402,9 +12280,9 @@ Partial Class Main_Form ' Me.lbStep8.AutoSize = True Me.lbStep8.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep8.Location = New System.Drawing.Point(15, 10) + Me.lbStep8.Location = New System.Drawing.Point(17, 12) Me.lbStep8.Name = "lbStep8" - Me.lbStep8.Size = New System.Drawing.Size(221, 41) + Me.lbStep8.Size = New System.Drawing.Size(276, 52) Me.lbStep8.TabIndex = 55 Me.lbStep8.Text = "5. 배터리 전압" ' @@ -11413,18 +12291,19 @@ Partial Class Main_Form Me.pnStep5.Controls.Add(Me.lbStep5) Me.pnStep5.Controls.Add(Me.txbStep5) Me.pnStep5.Enabled = False - Me.pnStep5.Location = New System.Drawing.Point(13, 600) + Me.pnStep5.Location = New System.Drawing.Point(15, 750) + Me.pnStep5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep5.Name = "pnStep5" - Me.pnStep5.Size = New System.Drawing.Size(525, 140) + Me.pnStep5.Size = New System.Drawing.Size(600, 175) Me.pnStep5.TabIndex = 58 ' 'lbStep5 ' Me.lbStep5.AutoSize = True Me.lbStep5.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep5.Location = New System.Drawing.Point(15, 10) + Me.lbStep5.Location = New System.Drawing.Point(17, 12) Me.lbStep5.Name = "lbStep5" - Me.lbStep5.Size = New System.Drawing.Size(152, 41) + Me.lbStep5.Size = New System.Drawing.Size(190, 52) Me.lbStep5.TabIndex = 48 Me.lbStep5.Text = "LED 검사" ' @@ -11432,10 +12311,11 @@ Partial Class Main_Form ' Me.txbStep5.BackColor = System.Drawing.SystemColors.Window Me.txbStep5.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep5.Location = New System.Drawing.Point(20, 55) + Me.txbStep5.Location = New System.Drawing.Point(23, 69) + Me.txbStep5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep5.Name = "txbStep5" Me.txbStep5.ReadOnly = True - Me.txbStep5.Size = New System.Drawing.Size(500, 76) + Me.txbStep5.Size = New System.Drawing.Size(571, 94) Me.txbStep5.TabIndex = 49 Me.txbStep5.Text = "대기" Me.txbStep5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11444,19 +12324,21 @@ Partial Class Main_Form ' Me.pnStep4.Controls.Add(Me.txbStep4) Me.pnStep4.Controls.Add(Me.lbStep4) - Me.pnStep4.Location = New System.Drawing.Point(13, 455) + Me.pnStep4.Location = New System.Drawing.Point(15, 569) + Me.pnStep4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep4.Name = "pnStep4" - Me.pnStep4.Size = New System.Drawing.Size(525, 140) + Me.pnStep4.Size = New System.Drawing.Size(600, 175) Me.pnStep4.TabIndex = 60 ' 'txbStep4 ' Me.txbStep4.BackColor = System.Drawing.SystemColors.Window Me.txbStep4.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep4.Location = New System.Drawing.Point(20, 55) + Me.txbStep4.Location = New System.Drawing.Point(23, 69) + Me.txbStep4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep4.Name = "txbStep4" Me.txbStep4.ReadOnly = True - Me.txbStep4.Size = New System.Drawing.Size(500, 76) + Me.txbStep4.Size = New System.Drawing.Size(571, 94) Me.txbStep4.TabIndex = 45 Me.txbStep4.Text = "대기" Me.txbStep4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11465,9 +12347,9 @@ Partial Class Main_Form ' Me.lbStep4.AutoSize = True Me.lbStep4.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep4.Location = New System.Drawing.Point(15, 10) + Me.lbStep4.Location = New System.Drawing.Point(17, 12) Me.lbStep4.Name = "lbStep4" - Me.lbStep4.Size = New System.Drawing.Size(245, 41) + Me.lbStep4.Size = New System.Drawing.Size(305, 52) Me.lbStep4.TabIndex = 44 Me.lbStep4.Text = "4. Cos-Up 출력" ' @@ -11475,19 +12357,21 @@ Partial Class Main_Form ' Me.pnStep3.Controls.Add(Me.txbStep3) Me.pnStep3.Controls.Add(Me.lbStep3) - Me.pnStep3.Location = New System.Drawing.Point(13, 310) + Me.pnStep3.Location = New System.Drawing.Point(15, 388) + Me.pnStep3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep3.Name = "pnStep3" - Me.pnStep3.Size = New System.Drawing.Size(525, 140) + Me.pnStep3.Size = New System.Drawing.Size(600, 175) Me.pnStep3.TabIndex = 58 ' 'txbStep3 ' Me.txbStep3.BackColor = System.Drawing.SystemColors.Window Me.txbStep3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep3.Location = New System.Drawing.Point(20, 55) + Me.txbStep3.Location = New System.Drawing.Point(23, 69) + Me.txbStep3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep3.Name = "txbStep3" Me.txbStep3.ReadOnly = True - Me.txbStep3.Size = New System.Drawing.Size(500, 76) + Me.txbStep3.Size = New System.Drawing.Size(571, 94) Me.txbStep3.TabIndex = 43 Me.txbStep3.Text = "대기" Me.txbStep3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11496,9 +12380,9 @@ Partial Class Main_Form ' Me.lbStep3.AutoSize = True Me.lbStep3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep3.Location = New System.Drawing.Point(15, 10) + Me.lbStep3.Location = New System.Drawing.Point(17, 12) Me.lbStep3.Name = "lbStep3" - Me.lbStep3.Size = New System.Drawing.Size(264, 41) + Me.lbStep3.Size = New System.Drawing.Size(330, 52) Me.lbStep3.TabIndex = 42 Me.lbStep3.Text = "3. Daily-Up 출력" ' @@ -11506,19 +12390,21 @@ Partial Class Main_Form ' Me.pnStep2.Controls.Add(Me.txbStep2) Me.pnStep2.Controls.Add(Me.lbStep2) - Me.pnStep2.Location = New System.Drawing.Point(13, 165) + Me.pnStep2.Location = New System.Drawing.Point(15, 206) + Me.pnStep2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep2.Name = "pnStep2" - Me.pnStep2.Size = New System.Drawing.Size(525, 140) + Me.pnStep2.Size = New System.Drawing.Size(600, 175) Me.pnStep2.TabIndex = 59 ' 'txbStep2 ' Me.txbStep2.BackColor = System.Drawing.SystemColors.Window Me.txbStep2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep2.Location = New System.Drawing.Point(20, 55) + Me.txbStep2.Location = New System.Drawing.Point(23, 69) + Me.txbStep2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep2.Name = "txbStep2" Me.txbStep2.ReadOnly = True - Me.txbStep2.Size = New System.Drawing.Size(500, 76) + Me.txbStep2.Size = New System.Drawing.Size(571, 94) Me.txbStep2.TabIndex = 41 Me.txbStep2.Text = "대기" Me.txbStep2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11527,9 +12413,9 @@ Partial Class Main_Form ' Me.lbStep2.AutoSize = True Me.lbStep2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep2.Location = New System.Drawing.Point(15, 10) + Me.lbStep2.Location = New System.Drawing.Point(17, 12) Me.lbStep2.Name = "lbStep2" - Me.lbStep2.Size = New System.Drawing.Size(266, 41) + Me.lbStep2.Size = New System.Drawing.Size(332, 52) Me.lbStep2.TabIndex = 40 Me.lbStep2.Text = "2. Tight-Up 출력" ' @@ -11537,19 +12423,21 @@ Partial Class Main_Form ' Me.pnStep1.Controls.Add(Me.txbStep1) Me.pnStep1.Controls.Add(Me.lbStep1) - Me.pnStep1.Location = New System.Drawing.Point(13, 20) + Me.pnStep1.Location = New System.Drawing.Point(15, 25) + Me.pnStep1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnStep1.Name = "pnStep1" - Me.pnStep1.Size = New System.Drawing.Size(525, 140) + Me.pnStep1.Size = New System.Drawing.Size(600, 175) Me.pnStep1.TabIndex = 58 ' 'txbStep1 ' Me.txbStep1.BackColor = System.Drawing.SystemColors.Window Me.txbStep1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbStep1.Location = New System.Drawing.Point(20, 55) + Me.txbStep1.Location = New System.Drawing.Point(23, 69) + Me.txbStep1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStep1.Name = "txbStep1" Me.txbStep1.ReadOnly = True - Me.txbStep1.Size = New System.Drawing.Size(500, 76) + Me.txbStep1.Size = New System.Drawing.Size(571, 94) Me.txbStep1.TabIndex = 39 Me.txbStep1.Text = "대기" Me.txbStep1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11558,9 +12446,9 @@ Partial Class Main_Form ' Me.lbStep1.AutoSize = True Me.lbStep1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbStep1.Location = New System.Drawing.Point(15, 10) + Me.lbStep1.Location = New System.Drawing.Point(17, 12) Me.lbStep1.Name = "lbStep1" - Me.lbStep1.Size = New System.Drawing.Size(204, 41) + Me.lbStep1.Size = New System.Drawing.Size(254, 52) Me.lbStep1.TabIndex = 38 Me.lbStep1.Text = "1. HIFU 출력" ' @@ -11571,9 +12459,11 @@ Partial Class Main_Form Me.gbRFMCEP.Controls.Add(Me.pnMC) Me.gbRFMCEP.Controls.Add(Me.pnRF) Me.gbRFMCEP.Controls.Add(Me.pnRFtest) - Me.gbRFMCEP.Location = New System.Drawing.Point(5, 240) + Me.gbRFMCEP.Location = New System.Drawing.Point(6, 300) + Me.gbRFMCEP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRFMCEP.Name = "gbRFMCEP" - Me.gbRFMCEP.Size = New System.Drawing.Size(1090, 747) + Me.gbRFMCEP.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRFMCEP.Size = New System.Drawing.Size(1246, 934) Me.gbRFMCEP.TabIndex = 117 Me.gbRFMCEP.TabStop = False Me.gbRFMCEP.Visible = False @@ -11586,18 +12476,19 @@ Partial Class Main_Form Me.pnEPtest.Controls.Add(Me.txbEPtest2) Me.pnEPtest.Controls.Add(Me.lbEPtest1) Me.pnEPtest.Controls.Add(Me.txbEPtest1) - Me.pnEPtest.Location = New System.Drawing.Point(16, 596) + Me.pnEPtest.Location = New System.Drawing.Point(18, 745) + Me.pnEPtest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEPtest.Name = "pnEPtest" - Me.pnEPtest.Size = New System.Drawing.Size(1056, 140) + Me.pnEPtest.Size = New System.Drawing.Size(1207, 175) Me.pnEPtest.TabIndex = 68 ' 'lbEPtest3 ' Me.lbEPtest3.AutoSize = True Me.lbEPtest3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPtest3.Location = New System.Drawing.Point(816, 9) + Me.lbEPtest3.Location = New System.Drawing.Point(933, 11) Me.lbEPtest3.Name = "lbEPtest3" - Me.lbEPtest3.Size = New System.Drawing.Size(129, 41) + Me.lbEPtest3.Size = New System.Drawing.Size(161, 52) Me.lbEPtest3.TabIndex = 52 Me.lbEPtest3.Text = "3차측정" ' @@ -11605,10 +12496,11 @@ Partial Class Main_Form ' Me.txbEPtest3.BackColor = System.Drawing.SystemColors.Window Me.txbEPtest3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPtest3.Location = New System.Drawing.Point(714, 55) + Me.txbEPtest3.Location = New System.Drawing.Point(816, 69) + Me.txbEPtest3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPtest3.Name = "txbEPtest3" Me.txbEPtest3.ReadOnly = True - Me.txbEPtest3.Size = New System.Drawing.Size(330, 76) + Me.txbEPtest3.Size = New System.Drawing.Size(377, 94) Me.txbEPtest3.TabIndex = 53 Me.txbEPtest3.Text = "대 기" Me.txbEPtest3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11617,9 +12509,9 @@ Partial Class Main_Form ' Me.lbEPtest2.AutoSize = True Me.lbEPtest2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPtest2.Location = New System.Drawing.Point(474, 9) + Me.lbEPtest2.Location = New System.Drawing.Point(542, 11) Me.lbEPtest2.Name = "lbEPtest2" - Me.lbEPtest2.Size = New System.Drawing.Size(129, 41) + Me.lbEPtest2.Size = New System.Drawing.Size(161, 52) Me.lbEPtest2.TabIndex = 50 Me.lbEPtest2.Text = "2차측정" ' @@ -11627,10 +12519,11 @@ Partial Class Main_Form ' Me.txbEPtest2.BackColor = System.Drawing.SystemColors.Window Me.txbEPtest2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPtest2.Location = New System.Drawing.Point(368, 55) + Me.txbEPtest2.Location = New System.Drawing.Point(421, 69) + Me.txbEPtest2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPtest2.Name = "txbEPtest2" Me.txbEPtest2.ReadOnly = True - Me.txbEPtest2.Size = New System.Drawing.Size(330, 76) + Me.txbEPtest2.Size = New System.Drawing.Size(377, 94) Me.txbEPtest2.TabIndex = 51 Me.txbEPtest2.Text = "대 기" Me.txbEPtest2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11639,9 +12532,9 @@ Partial Class Main_Form ' Me.lbEPtest1.AutoSize = True Me.lbEPtest1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPtest1.Location = New System.Drawing.Point(134, 9) + Me.lbEPtest1.Location = New System.Drawing.Point(153, 11) Me.lbEPtest1.Name = "lbEPtest1" - Me.lbEPtest1.Size = New System.Drawing.Size(129, 41) + Me.lbEPtest1.Size = New System.Drawing.Size(161, 52) Me.lbEPtest1.TabIndex = 48 Me.lbEPtest1.Text = "1차측정" ' @@ -11649,10 +12542,11 @@ Partial Class Main_Form ' Me.txbEPtest1.BackColor = System.Drawing.SystemColors.Window Me.txbEPtest1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPtest1.Location = New System.Drawing.Point(20, 55) + Me.txbEPtest1.Location = New System.Drawing.Point(23, 69) + Me.txbEPtest1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPtest1.Name = "txbEPtest1" Me.txbEPtest1.ReadOnly = True - Me.txbEPtest1.Size = New System.Drawing.Size(330, 76) + Me.txbEPtest1.Size = New System.Drawing.Size(377, 94) Me.txbEPtest1.TabIndex = 49 Me.txbEPtest1.Text = "대 기" Me.txbEPtest1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11661,18 +12555,19 @@ Partial Class Main_Form ' Me.pnEP.Controls.Add(Me.lbEPresult) Me.pnEP.Controls.Add(Me.txbEPresult) - Me.pnEP.Location = New System.Drawing.Point(16, 449) + Me.pnEP.Location = New System.Drawing.Point(18, 561) + Me.pnEP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEP.Name = "pnEP" - Me.pnEP.Size = New System.Drawing.Size(1056, 140) + Me.pnEP.Size = New System.Drawing.Size(1207, 175) Me.pnEP.TabIndex = 67 ' 'lbEPresult ' Me.lbEPresult.AutoSize = True Me.lbEPresult.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEPresult.Location = New System.Drawing.Point(15, 10) + Me.lbEPresult.Location = New System.Drawing.Point(17, 12) Me.lbEPresult.Name = "lbEPresult" - Me.lbEPresult.Size = New System.Drawing.Size(173, 41) + Me.lbEPresult.Size = New System.Drawing.Size(215, 52) Me.lbEPresult.TabIndex = 48 Me.lbEPresult.Text = "3. Cos-Up" ' @@ -11680,10 +12575,11 @@ Partial Class Main_Form ' Me.txbEPresult.BackColor = System.Drawing.SystemColors.Window Me.txbEPresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEPresult.Location = New System.Drawing.Point(20, 55) + Me.txbEPresult.Location = New System.Drawing.Point(23, 69) + Me.txbEPresult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEPresult.Name = "txbEPresult" Me.txbEPresult.ReadOnly = True - Me.txbEPresult.Size = New System.Drawing.Size(1031, 76) + Me.txbEPresult.Size = New System.Drawing.Size(1178, 94) Me.txbEPresult.TabIndex = 49 Me.txbEPresult.Text = "대 기" Me.txbEPresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11692,18 +12588,19 @@ Partial Class Main_Form ' Me.pnMC.Controls.Add(Me.lbMCresult) Me.pnMC.Controls.Add(Me.txbMCresult) - Me.pnMC.Location = New System.Drawing.Point(17, 303) + Me.pnMC.Location = New System.Drawing.Point(19, 379) + Me.pnMC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMC.Name = "pnMC" - Me.pnMC.Size = New System.Drawing.Size(1056, 140) + Me.pnMC.Size = New System.Drawing.Size(1207, 175) Me.pnMC.TabIndex = 64 ' 'lbMCresult ' Me.lbMCresult.AutoSize = True Me.lbMCresult.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMCresult.Location = New System.Drawing.Point(15, 10) + Me.lbMCresult.Location = New System.Drawing.Point(17, 12) Me.lbMCresult.Name = "lbMCresult" - Me.lbMCresult.Size = New System.Drawing.Size(192, 41) + Me.lbMCresult.Size = New System.Drawing.Size(240, 52) Me.lbMCresult.TabIndex = 48 Me.lbMCresult.Text = "2. Daily-Up" ' @@ -11711,10 +12608,11 @@ Partial Class Main_Form ' Me.txbMCresult.BackColor = System.Drawing.SystemColors.Window Me.txbMCresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMCresult.Location = New System.Drawing.Point(20, 55) + Me.txbMCresult.Location = New System.Drawing.Point(23, 69) + Me.txbMCresult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMCresult.Name = "txbMCresult" Me.txbMCresult.ReadOnly = True - Me.txbMCresult.Size = New System.Drawing.Size(1031, 76) + Me.txbMCresult.Size = New System.Drawing.Size(1178, 94) Me.txbMCresult.TabIndex = 49 Me.txbMCresult.Text = "대 기" Me.txbMCresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11723,18 +12621,19 @@ Partial Class Main_Form ' Me.pnRF.Controls.Add(Me.lbRFresult) Me.pnRF.Controls.Add(Me.txbRFresult) - Me.pnRF.Location = New System.Drawing.Point(17, 13) + Me.pnRF.Location = New System.Drawing.Point(19, 16) + Me.pnRF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRF.Name = "pnRF" - Me.pnRF.Size = New System.Drawing.Size(1056, 140) + Me.pnRF.Size = New System.Drawing.Size(1207, 175) Me.pnRF.TabIndex = 63 ' 'lbRFresult ' Me.lbRFresult.AutoSize = True Me.lbRFresult.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFresult.Location = New System.Drawing.Point(15, 10) + Me.lbRFresult.Location = New System.Drawing.Point(17, 12) Me.lbRFresult.Name = "lbRFresult" - Me.lbRFresult.Size = New System.Drawing.Size(194, 41) + Me.lbRFresult.Size = New System.Drawing.Size(242, 52) Me.lbRFresult.TabIndex = 48 Me.lbRFresult.Text = "1. Tight-Up" ' @@ -11742,10 +12641,11 @@ Partial Class Main_Form ' Me.txbRFresult.BackColor = System.Drawing.SystemColors.Window Me.txbRFresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFresult.Location = New System.Drawing.Point(20, 55) + Me.txbRFresult.Location = New System.Drawing.Point(23, 69) + Me.txbRFresult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFresult.Name = "txbRFresult" Me.txbRFresult.ReadOnly = True - Me.txbRFresult.Size = New System.Drawing.Size(1031, 76) + Me.txbRFresult.Size = New System.Drawing.Size(1178, 94) Me.txbRFresult.TabIndex = 49 Me.txbRFresult.Text = "대 기" Me.txbRFresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11758,18 +12658,19 @@ Partial Class Main_Form Me.pnRFtest.Controls.Add(Me.txbRFtest2) Me.pnRFtest.Controls.Add(Me.lbRFtest1) Me.pnRFtest.Controls.Add(Me.txbRFtest1) - Me.pnRFtest.Location = New System.Drawing.Point(17, 158) + Me.pnRFtest.Location = New System.Drawing.Point(19, 198) + Me.pnRFtest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRFtest.Name = "pnRFtest" - Me.pnRFtest.Size = New System.Drawing.Size(1056, 140) + Me.pnRFtest.Size = New System.Drawing.Size(1207, 175) Me.pnRFtest.TabIndex = 62 ' 'lbRFtest3 ' Me.lbRFtest3.AutoSize = True Me.lbRFtest3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFtest3.Location = New System.Drawing.Point(816, 9) + Me.lbRFtest3.Location = New System.Drawing.Point(933, 11) Me.lbRFtest3.Name = "lbRFtest3" - Me.lbRFtest3.Size = New System.Drawing.Size(129, 41) + Me.lbRFtest3.Size = New System.Drawing.Size(161, 52) Me.lbRFtest3.TabIndex = 52 Me.lbRFtest3.Text = "3차측정" ' @@ -11777,10 +12678,11 @@ Partial Class Main_Form ' Me.txbRFtest3.BackColor = System.Drawing.SystemColors.Window Me.txbRFtest3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFtest3.Location = New System.Drawing.Point(714, 55) + Me.txbRFtest3.Location = New System.Drawing.Point(816, 69) + Me.txbRFtest3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFtest3.Name = "txbRFtest3" Me.txbRFtest3.ReadOnly = True - Me.txbRFtest3.Size = New System.Drawing.Size(330, 76) + Me.txbRFtest3.Size = New System.Drawing.Size(377, 94) Me.txbRFtest3.TabIndex = 53 Me.txbRFtest3.Text = "대 기" Me.txbRFtest3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11789,9 +12691,9 @@ Partial Class Main_Form ' Me.lbRFtest2.AutoSize = True Me.lbRFtest2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFtest2.Location = New System.Drawing.Point(474, 9) + Me.lbRFtest2.Location = New System.Drawing.Point(542, 11) Me.lbRFtest2.Name = "lbRFtest2" - Me.lbRFtest2.Size = New System.Drawing.Size(129, 41) + Me.lbRFtest2.Size = New System.Drawing.Size(161, 52) Me.lbRFtest2.TabIndex = 50 Me.lbRFtest2.Text = "2차측정" ' @@ -11799,10 +12701,11 @@ Partial Class Main_Form ' Me.txbRFtest2.BackColor = System.Drawing.SystemColors.Window Me.txbRFtest2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFtest2.Location = New System.Drawing.Point(368, 55) + Me.txbRFtest2.Location = New System.Drawing.Point(421, 69) + Me.txbRFtest2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFtest2.Name = "txbRFtest2" Me.txbRFtest2.ReadOnly = True - Me.txbRFtest2.Size = New System.Drawing.Size(330, 76) + Me.txbRFtest2.Size = New System.Drawing.Size(377, 94) Me.txbRFtest2.TabIndex = 51 Me.txbRFtest2.Text = "대 기" Me.txbRFtest2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11811,9 +12714,9 @@ Partial Class Main_Form ' Me.lbRFtest1.AutoSize = True Me.lbRFtest1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRFtest1.Location = New System.Drawing.Point(134, 9) + Me.lbRFtest1.Location = New System.Drawing.Point(153, 11) Me.lbRFtest1.Name = "lbRFtest1" - Me.lbRFtest1.Size = New System.Drawing.Size(129, 41) + Me.lbRFtest1.Size = New System.Drawing.Size(161, 52) Me.lbRFtest1.TabIndex = 48 Me.lbRFtest1.Text = "1차측정" ' @@ -11821,10 +12724,11 @@ Partial Class Main_Form ' Me.txbRFtest1.BackColor = System.Drawing.SystemColors.Window Me.txbRFtest1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRFtest1.Location = New System.Drawing.Point(20, 55) + Me.txbRFtest1.Location = New System.Drawing.Point(23, 69) + Me.txbRFtest1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRFtest1.Name = "txbRFtest1" Me.txbRFtest1.ReadOnly = True - Me.txbRFtest1.Size = New System.Drawing.Size(330, 76) + Me.txbRFtest1.Size = New System.Drawing.Size(377, 94) Me.txbRFtest1.TabIndex = 49 Me.txbRFtest1.Text = "대 기" Me.txbRFtest1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -11835,12 +12739,13 @@ Partial Class Main_Form ' 'Main_Form ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) + Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(3835, 1061) + Me.ClientSize = New System.Drawing.Size(4383, 1325) Me.Controls.Add(Me.pnOption) Me.Controls.Add(Me.pnMain) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "Main_Form" Me.Text = "DUALSONIC_Multy_Function_Tester" Me.pnOption.ResumeLayout(False) @@ -13512,5 +14417,17 @@ Partial Class Main_Form Friend WithEvents Label8 As Label Friend WithEvents Panel2 As Panel Friend WithEvents txbTDSNHead As TextBox + Friend WithEvents txbHFLDMMax3 As TextBox + Friend WithEvents txbHFLDMMax2 As TextBox + Friend WithEvents txbHFLDMMax1 As TextBox + Friend WithEvents txbHFLDMMin3 As TextBox + Friend WithEvents txbHFLDMMin2 As TextBox + Friend WithEvents txbHFLDMMin1 As TextBox + Friend WithEvents txbLDMVRmax3 As TextBox + Friend WithEvents txbLDMVRmax2 As TextBox + Friend WithEvents txbLDMVRmax1 As TextBox + Friend WithEvents txbLDMVRmin3 As TextBox + Friend WithEvents txbLDMVRmin2 As TextBox + Friend WithEvents txbLDMVRmin1 As TextBox Friend WithEvents Label3 As Label End Class diff --git a/ProductFunctionTester/Main_Form.vb b/ProductFunctionTester/Main_Form.vb index ecf7d7c..269afe7 100644 --- a/ProductFunctionTester/Main_Form.vb +++ b/ProductFunctionTester/Main_Form.vb @@ -9,16 +9,20 @@ Imports uPLibrary.Networking.M2Mqtt Public Class Main_Form Public Program_Name As String = "DUALSONIC_Multi_Function_Tester Ver." - Public Program_Version As String = "2.1.2" + Public Program_Version As String = "2.1.3" ''데이터 베이스 테이블 목록 Private TDTable As String = "jomtTesterDB.jomtCartridgeTbl" + Private LDMTable As String = "jomtTesterDB.jomtLDMTbl" Private TDTestTable As String = "jomtTesterServerDB.jomtCartridgeTbl" Private hfDataTable As String = "jomtTesterDB.jomtHFTestTbl" Private hfDataTestTable As String = "jomtTesterServerDB.jomtHFTestTbl" + Private ldmDataTable As String = "jomtTesterDB.jomtLDMTestTbl" + Private ldmRfDataTable As String = "jomtTesterDB.jomtLDMRfTestTbl" + Private rfDataTable As String = "jomtTesterDB.jomtRFTestTbl" Private rfDataTestTable As String = "jomtTesterServerDB.jomtRFTestTbl" @@ -42,6 +46,9 @@ Public Class Main_Form Private iqcCntTableNow As String = iqcCntTable Private NonTDTableNow As String = NonTDTable Private ApplyModelInfoDB As String = mainModelInfoDB + Private ldmTestTableNow As String = ldmDataTable + Private ldmTableNow As String = LDMTable + Private ldmRfTestTableNow As String = ldmRfDataTable Private ParaComport As String Private modeSaveSwitch As Boolean = False @@ -79,6 +86,9 @@ Public Class Main_Form prdHFLDMEP prdLowHF prdRFMC + iqcLDM + prdLDM + prdVRLDM MAX_FORM_TYPE End Enum Private formType As Int16 @@ -138,6 +148,10 @@ Public Class Main_Form Public EP_VPPtxb(EPTest_Count) As TextBox Public EP_FREQtxb(EPTest_Count) As TextBox Public HF_Outtxb(HFTest_Count) As TextBox + Public LDMt_WMin(2) As TextBox + Public LDMt_WMax(2) As TextBox + Public LDMt_VRMSMax(2) As TextBox + Public LDMt_VRMSmin(2) As TextBox Public JIGON_Timeout As Int16 Public JIGON_Delay As Int16 @@ -235,6 +249,18 @@ Public Class Main_Form End Enum Private TDDataSet(TD_Data.motor) As String + Private Enum LDM_Data + TestStep + pvDate + freq_1 + freq_2 + freq_3 + power_1 + power_2 + power_3 + End Enum + Private LDM_DataSet(LDM_Data.power_3) As String + Private Enum TestList Start HIFU @@ -365,6 +391,22 @@ Public Class Main_Form EPWidthMax(1) = txbEPDYmax2 EPWidthMax(2) = txbEPDYmax3 + LDMt_WMax(0) = txbHFLDMMax1 + LDMt_WMax(1) = txbHFLDMMax2 + LDMt_WMax(2) = txbHFLDMMax3 + + LDMt_WMin(0) = txbHFLDMMin1 + LDMt_WMin(1) = txbHFLDMMin2 + LDMt_WMin(2) = txbHFLDMMin3 + + LDMt_VRMSMax(0) = txbLDMVRmax1 + LDMt_VRMSMax(1) = txbLDMVRmax2 + LDMt_VRMSMax(2) = txbLDMVRmax3 + + LDMt_VRMSmin(0) = txbLDMVRmin1 + LDMt_VRMSmin(1) = txbLDMVRmin2 + LDMt_VRMSmin(2) = txbLDMVRmin3 + FWVerNow = txbFirmVer BatCapacityMin = txbBatMin @@ -588,14 +630,14 @@ Public Class Main_Form comboBoxModel.Items.Add(New DictionaryEntry(ModelName, ModelCode)) Next End If - 'comboBoxModel.Text = "MAXIMUM" + ''comboBoxModel.Text = "MAXIMUM" End Sub Private Function todayCountSet() As Boolean Dim NotChecked As Boolean = False NowDate = Format(Now, "yyyy-MM-dd") - If formType = formTypeList.iqcHFRFEP Or formType = formTypeList.iqcRFEP Or formType = formTypeList.iqcHF Or formType = formTypeList.iqcHFEP Or formType = formTypeList.iqcEP Or formType = formTypeList.iqcRFEPMC Then + If formType = formTypeList.iqcHFRFEP Or formType = formTypeList.iqcRFEP Or formType = formTypeList.iqcHF Or formType = formTypeList.iqcHFEP Or formType = formTypeList.iqcEP Or formType = formTypeList.iqcRFEPMC Or formType = formTypeList.iqcLDM Then DBCmd = "SELECT COUNT(NUMBER) FROM " & iqcCntTableNow & " WHERE IQC_Date = '" & NowDate & "'" If DBQueryScalar(DBCmd) = 0 Then DBCmd = "INSERT INTO " & iqcCntTableNow & " (IQC_Date) VALUES ('" & NowDate & "')" @@ -633,7 +675,15 @@ Public Class Main_Form DBCmd = "SELECT PD1_LowPriceHFCnt,PD1_LowPriceHFOkCnt,PD1_LowPriceHFNgCnt FROM " & pd1CntTableNow & " WHERE PD1_Date = '" & NowDate & "'" ElseIf formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Then ''저가형 DBCmd = "SELECT PD1_LowPriceEPCnt,PD1_LowPriceEPOkCnt,PD1_LowPriceEPNgCnt FROM " & pd1CntTableNow & " WHERE PD1_Date = '" & NowDate & "'" - ElseIf formType = formTypeList.prdRFMC Then ''저가형 + ElseIf formType = formTypeList.prdRFMC Then ''저가형 마름모 + DBCmd = "SELECT PD1_LowPriceRFCnt,PD1_LowPriceRFOKCnt,PD1_LowPriceRFNgCnt FROM " & pd1CntTableNow & " WHERE PD1_Date = '" & NowDate & "'" + ElseIf formType = formTypeList.iqcLDM Then ''세모 + DBCmd = "SELECT IQC_LDMTotalCnt,IQC_LDMOkCnt,IQC_LDMNgCnt FROM " & iqcCntTableNow & " WHERE IQC_Date = '" & NowDate & "'" + ElseIf formType = formTypeList.iqcEP Then ''네모 + DBCmd = "SELECT IQC_ALTOTotalCnt,IQC_ALTOOkCnt,IQC_ALTONgCnt FROM " & iqcCntTableNow & " WHERE IQC_Date = '" & NowDate & "'" + ElseIf formType = formTypeList.prdLDM Then ''세모 생산(ldm) + DBCmd = "SELECT PD1_LowPriceLDMCnt,PD1_LowPriceLDMOkCnt,PD1_LowPriceLDMNgCnt FROM " & pd1CntTableNow & " WHERE PD1_Date = '" & NowDate & "'" + ElseIf formType = formTypeList.prdVRLDM Then ''세모 생산(rf) DBCmd = "SELECT PD1_LowPriceRFCnt,PD1_LowPriceRFOKCnt,PD1_LowPriceRFNgCnt FROM " & pd1CntTableNow & " WHERE PD1_Date = '" & NowDate & "'" Else NotChecked = True @@ -1589,6 +1639,9 @@ Public Class Main_Form cmdStr = cmdVal(1) & "," & cmdVal(2) & "," & cmdVal(3) & "," & cmdVal(4) & "," & cmdVal(5) End If Return cmdStr + Case "wrsconf9" + cmdStr = cmdVal(1) & "," & cmdVal(2) & "," & cmdVal(3) & "," & cmdVal(4) & "," & cmdVal(5) & "," & cmdVal(6) & "," & cmdVal(7) + Return cmdStr Case "runled" cmdStr = cmdVal(1) Return cmdStr @@ -1598,6 +1651,15 @@ Public Class Main_Form Case "runbuzz" cmdStr = cmdVal(1) Return cmdStr + Case "runldm" + cmdStr = cmdVal(1) + Return cmdStr + Case "setldmsn" + cmdStr = cmdVal(1) + Return cmdStr + Case "setldmcnf" + cmdStr = cmdVal(1) & "," & cmdVal(2) & "," & cmdVal(3) & "," & cmdVal(4) & "," & cmdVal(5) & "," & cmdVal(6) + Return cmdStr End Select End If rxMessage = "" @@ -1701,6 +1763,32 @@ Public Class Main_Form Return True End Function + Private Function RunLDM(count As Int16) As Boolean + Dim retVal As String + Dim ldmMhzNum As Int16 + If count = 0 Then + ldmMhzNum = 3 + ElseIf count = 1 Then + ldmMhzNum = 10 + Else + ldmMhzNum = 19 + End If + + tmpCmdMessage = "runldm" + cmdMessage = "[" & tmpCmdMessage & " " & ldmMhzNum & "," & nudRFRun.Value & "]" + + If SendData(cmdMessage) Then + Return True + End If + + retVal = PollingReceiveData(JIGDT_Timeout) + + If retVal = "sucess" Then + Return False + End If + + Return True + End Function Private Function RunRF(runType As Int16) As Boolean Dim retVal As String @@ -1827,6 +1915,25 @@ Public Class Main_Form Return True End Function + Private Function LDMSerialWrite(TDSN As String) As Boolean + Dim retVal As String + + tmpCmdMessage = "setldmsn" + cmdMessage = "[" & tmpCmdMessage & " " & TDSN & "]" + + If SendData(cmdMessage) Then + Return True + End If + + retVal = PollingReceiveData(JIGDT_Timeout) + + If retVal.ToLower = TDSN.ToLower Then + Return False + End If + + Return True + End Function + Private Function FreqWrite(Freq As Int16, Power As Int16) As Boolean Dim retVal As String @@ -1846,6 +1953,25 @@ Public Class Main_Form Return True End Function + Private Function LDMFreqWrite(Freq1 As Int16, Power1 As Int16, Freq2 As Int16, Power2 As Int16, Freq3 As Int16, Power3 As Int16) As Boolean + Dim retVal As String + + tmpCmdMessage = "setldmcnf" + cmdMessage = "[" & tmpCmdMessage & " " & Freq1 & "," & Freq2 & "," & Freq3 & "," & Power1 & "," & Power2 & "," & Power3 & "]" + + If SendData(cmdMessage) Then + Return True + End If + + retVal = PollingReceiveData(JIGDT_Timeout) + + If retVal = Freq1 & "," & Freq2 & "," & Freq3 & "," & Power1 & "," & Power2 & "," & Power3 Then + Return False + End If + + Return True + End Function + Private Function ResetData() As Boolean Dim retVal As String @@ -1915,6 +2041,12 @@ Public Class Main_Form End Function Private Function TDExist() As Boolean + If formType = formTypeList.prdLDM Then + TDTableNow = LDMTable + Else + TDTableNow = TDTable + End If + DBCmd = "SELECT COUNT(PV_SN) FROM " & TDTableNow & " WHERE PV_SN = '" & TestData.Test_Serial & "'" Dim sqlData As String = DBQueryScalar(DBCmd) @@ -1960,7 +2092,14 @@ Public Class Main_Form ReDim tableName(0) tableName(0) = rfTableNow + ElseIf formType = formTypeList.prdLDM Then + ReDim tableName(0) + tableName(0) = ldmTestTableNow + ElseIf formType = formTypeList.prdVRLDM Then + ReDim tableName(0) + + tableName(0) = ldmRfTestTableNow Else ReDim tableName(1) @@ -2013,6 +2152,7 @@ Public Class Main_Form End Function Private Function TDTestNG() As Boolean + DBCmd = "SELECT TestStep,QC_Date,QC_Frequency,QC_Grade,Ct_Power,Ct_Motor_Lv FROM " & TDTableNow & " WHERE PV_SN = '" & TestData.Test_Serial & "'" If DBQueryReader(DBCmd) Then For i = 0 To sqlDataQuery.Length - 1 @@ -2027,6 +2167,22 @@ Public Class Main_Form Return True End Function + Private Function LDMDBDataLoad() As Boolean + + DBCmd = "SELECT TestStep,PV_Date,PV_Frequency,PV_Frequency2,PV_Frequency3,Ct_Power,Ct_Power2,Ct_Power3 FROM " & ldmTableNow & " WHERE PV_SN = '" & TestData.Test_Serial & "'" + If DBQueryReader(DBCmd) Then + For i = 0 To sqlDataQuery.Length - 1 + LDM_DataSet(i) = sqlDataQuery(i) + Next + + txbWindow.AppendText("DataBase TD DATA Load Success!!" & vbCrLf) + Return False + End If + + txbWindow.AppendText("DataBase TD DATA Load Fail!!" & vbCrLf) + Return True + End Function + ''---------------------------------------------------------------------------------------------------------------------------- Public Function HFTestRun() As Boolean @@ -2049,7 +2205,7 @@ Public Class Main_Form Next If TestMode_On(ModCnt) Then - txbWindow.AppendText("TestMode_Microcurrent Entrance Fail: " & ModCnt & vbCrLf) + txbWindow.AppendText("TestMode_HIFU Entrance Fail: " & ModCnt & vbCrLf) GoTo SettingFail End If @@ -2083,20 +2239,32 @@ Public Class Main_Form delay_run(txbHFStDelay.Text) + For i = 0 To PlayCount - 1 + If formType = formTypeList.iqcLDM Or formType = formTypeList.prdLDM Then + '' 3, 10, 19 + If RunLDM(cnt) Then + txbWindow.AppendText("Run LDM Fail : " & cnt & vbCrLf) + GoTo ForSettingFail + End If + txbWindow.AppendText("Run LDM Success : " & cnt & vbCrLf) - If RunHifu(False, HifuStep(cnt), nudHFRun.Value) Then - txbWindow.AppendText("Run Hifu Fail : " & cnt & vbCrLf) - GoTo ForSettingFail + delay_run(nudHFwait.Value) + Else + + If RunHifu(False, HifuStep(cnt), nudHFRun.Value) Then + txbWindow.AppendText("Run Hifu Fail : " & cnt & vbCrLf) + GoTo ForSettingFail + End If + + txbWindow.AppendText("Run Hifu freq : " & HifuStep(cnt) & vbCrLf) + + txbWindow.AppendText("Run HIFU Success : " & cnt & vbCrLf) + delay_run(nudHFwait.Value) End If - - txbWindow.AppendText("Run Hifu freq : " & HifuStep(cnt) & vbCrLf) - - txbWindow.AppendText("Run HIFU Success : " & cnt & vbCrLf) - delay_run(nudHFwait.Value) - Next + If CalMarker_Set() = False Then txbWindow.AppendText("Spectrum CALCulate Marker Fail : " & cnt & vbCrLf) GoTo ForSettingFail @@ -2132,51 +2300,64 @@ Public Class Main_Form Else txbWindow.AppendText("Run Hifu setting : " & TestData.Test_HFData(cnt) & vbCrLf) - - If TestData.Test_HFData(cnt) < Convert.ToDouble(Val(HF_OutMIN.Text)) Or TestData.Test_HFData(cnt) > Convert.ToDouble(Val(HF_OutMax.Text)) Then - txbWindow.AppendText("Run Hifu Fail " & cnt & " : " & TestData.Test_HFData(cnt) & vbCrLf) - hfTestFail(cnt) - ErrorCheck = True + If formType = formTypeList.iqcLDM Or formType = formTypeList.prdLDM Then + If TestData.Test_HFData(cnt) < Convert.ToDouble(Val(LDMt_WMin(cnt))) Or TestData.Test_HFData(cnt) > Convert.ToDouble(Val(LDMt_WMax(cnt))) Then + txbWindow.AppendText("Run LDM Fail " & cnt & " : " & TestData.Test_HFData(cnt) & vbCrLf) + hfTestFail(cnt) + ErrorCheck = True + Else + txbWindow.AppendText("Run LDM " & cnt & " : " & TestData.Test_HFData(cnt) & vbCrLf) + hfTestSuccess(cnt) + End If Else - txbWindow.AppendText("Run Hifu " & cnt & " : " & TestData.Test_HFData(cnt) & vbCrLf) - hfTestSuccess(cnt) + If TestData.Test_HFData(cnt) < Convert.ToDouble(Val(HF_OutMIN.Text)) Or TestData.Test_HFData(cnt) > Convert.ToDouble(Val(HF_OutMax.Text)) Then + txbWindow.AppendText("Run Hifu Fail " & cnt & " : " & TestData.Test_HFData(cnt) & vbCrLf) + hfTestFail(cnt) + ErrorCheck = True + Else + txbWindow.AppendText("Run Hifu " & cnt & " : " & TestData.Test_HFData(cnt) & vbCrLf) + hfTestSuccess(cnt) + End If + End If End If Next - If formType = formTypeList.prdDsHF Or formType = formTypeList.iqcDsHF Then + If Not formType = formTypeList.iqcLDM Then + If formType = formTypeList.prdDsHF Or formType = formTypeList.iqcDsHF Then + + If TestData.Test_HFData(HifuTest_Step.Step1) > TestData.Test_HFData(HifuTest_Step.step3) Then + TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = TestData.Test_HFData(HifuTest_Step.Step1) - TestData.Test_HFData(HifuTest_Step.Step2) + txbWindow.AppendText("Run Hifu Step1 - Step2 : " & TestData.Test_HFInterval(HifuTest_Diff.Step1_2) & vbCrLf) + TestData.Test_HFInterval(HifuTest_Diff.Step2_3) = 0 + txbWindow.AppendText("Run Hifu Step2 - Step3 : " & TestData.Test_HFInterval(HifuTest_Diff.Step2_3) & vbCrLf) + ElseIf TestData.Test_HFData(0) = TestData.Test_HFData(2) Then + TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = TestData.Test_HFData(HifuTest_Step.Step1) - TestData.Test_HFData(HifuTest_Step.Step2) + txbWindow.AppendText("Run Hifu Step1 - Step2 : " & TestData.Test_HFInterval(HifuTest_Diff.Step1_2) & vbCrLf) + TestData.Test_HFInterval(HifuTest_Diff.Step2_3) = 0 + txbWindow.AppendText("Run Hifu Step2 - Step3 : " & TestData.Test_HFInterval(HifuTest_Diff.Step2_3) & vbCrLf) + Else + TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = 0 + txbWindow.AppendText("Run Hifu Step1 - Step2 : " & TestData.Test_HFInterval(HifuTest_Diff.Step1_2) & vbCrLf) + TestData.Test_HFInterval(HifuTest_Diff.Step2_3) = TestData.Test_HFData(HifuTest_Step.Step2) - TestData.Test_HFData(HifuTest_Step.step3) + txbWindow.AppendText("Run Hifu Step2 - Step3 : " & TestData.Test_HFInterval(HifuTest_Diff.Step2_3) & vbCrLf) + End If - If TestData.Test_HFData(HifuTest_Step.Step1) > TestData.Test_HFData(HifuTest_Step.step3) Then - TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = TestData.Test_HFData(HifuTest_Step.Step1) - TestData.Test_HFData(HifuTest_Step.Step2) - txbWindow.AppendText("Run Hifu Step1 - Step2 : " & TestData.Test_HFInterval(HifuTest_Diff.Step1_2) & vbCrLf) - TestData.Test_HFInterval(HifuTest_Diff.Step2_3) = 0 - txbWindow.AppendText("Run Hifu Step2 - Step3 : " & TestData.Test_HFInterval(HifuTest_Diff.Step2_3) & vbCrLf) - ElseIf TestData.Test_HFData(0) = TestData.Test_HFData(2) Then - TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = TestData.Test_HFData(HifuTest_Step.Step1) - TestData.Test_HFData(HifuTest_Step.Step2) - txbWindow.AppendText("Run Hifu Step1 - Step2 : " & TestData.Test_HFInterval(HifuTest_Diff.Step1_2) & vbCrLf) - TestData.Test_HFInterval(HifuTest_Diff.Step2_3) = 0 - txbWindow.AppendText("Run Hifu Step2 - Step3 : " & TestData.Test_HFInterval(HifuTest_Diff.Step2_3) & vbCrLf) Else - TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = 0 + + TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = TestData.Test_HFData(HifuTest_Step.Step1) - TestData.Test_HFData(HifuTest_Step.Step2) txbWindow.AppendText("Run Hifu Step1 - Step2 : " & TestData.Test_HFInterval(HifuTest_Diff.Step1_2) & vbCrLf) TestData.Test_HFInterval(HifuTest_Diff.Step2_3) = TestData.Test_HFData(HifuTest_Step.Step2) - TestData.Test_HFData(HifuTest_Step.step3) txbWindow.AppendText("Run Hifu Step2 - Step3 : " & TestData.Test_HFInterval(HifuTest_Diff.Step2_3) & vbCrLf) + End If - Else - - TestData.Test_HFInterval(HifuTest_Diff.Step1_2) = TestData.Test_HFData(HifuTest_Step.Step1) - TestData.Test_HFData(HifuTest_Step.Step2) - txbWindow.AppendText("Run Hifu Step1 - Step2 : " & TestData.Test_HFInterval(HifuTest_Diff.Step1_2) & vbCrLf) - TestData.Test_HFInterval(HifuTest_Diff.Step2_3) = TestData.Test_HFData(HifuTest_Step.Step2) - TestData.Test_HFData(HifuTest_Step.step3) - txbWindow.AppendText("Run Hifu Step2 - Step3 : " & TestData.Test_HFInterval(HifuTest_Diff.Step2_3) & vbCrLf) - - End If - - If Abs(TestData.Test_HFInterval(HifuTest_Diff.Step1_2)) >= Abs(Convert.ToDouble(HF_OutRange.Text)) Or Abs(TestData.Test_HFInterval(HifuTest_Diff.Step2_3)) >= Abs(Convert.ToDouble(HF_OutRange.Text)) Then - txbWindow.AppendText("Run Hifu Range Value Fail" & vbCrLf) - ErrorCheck = True + If Abs(TestData.Test_HFInterval(HifuTest_Diff.Step1_2)) >= Abs(Convert.ToDouble(HF_OutRange.Text)) Or Abs(TestData.Test_HFInterval(HifuTest_Diff.Step2_3)) >= Abs(Convert.ToDouble(HF_OutRange.Text)) Then + txbWindow.AppendText("Run Hifu Range Value Fail" & vbCrLf) + ErrorCheck = True + End If End If If ErrorCheck = True Then @@ -2191,6 +2372,7 @@ Public Class Main_Form ForSettingFail: hfTestFail(ForCnt) + txbWindow.AppendText("measuring instrument response error!" & vbCrLf) SettingFail: MeasureTimeFunc(MeasEnd) TestError = False @@ -2199,7 +2381,7 @@ SettingFail: End Function Private Sub hfTestState(cnt As Int16) - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Or formType = formTypeList.prdVRLDM Or formType = formTypeList.prdLDM Then If cnt = HifuTest_Step.Step1 Then txbHFtest1.Text = "측정중" txbHFtest1.BackColor = Color.Yellow @@ -2245,7 +2427,7 @@ SettingFail: End Sub Private Sub hfTestFail(cnt As Int16) - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Or formType = formTypeList.prdVRLDM Or formType = formTypeList.prdLDM Then If cnt = HifuTest_Step.Step1 Then txbHFtest1.Text = "FAIL" txbHFtest1.BackColor = Color.Red @@ -2291,7 +2473,7 @@ SettingFail: End Sub Private Sub hfTestSuccess(cnt As Int16) - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Or formType = formTypeList.prdVRLDM Or formType = formTypeList.prdLDM Then If cnt = HifuTest_Step.Step1 Then txbHFtest1.Text = "SUCCESS" txbHFtest1.BackColor = Color.Green @@ -2338,10 +2520,24 @@ SettingFail: Public Function RFTestRun() As Boolean Dim ForCnt As Int16 = 0 + Dim chooseStatusFunc As Action(Of Int16) + Dim chooseSuccessFunc As Action(Of Int16) + Dim chooseFailFunc As Action(Of Int16) Try + If formType = formTypeList.prdVRLDM Then + chooseStatusFunc = AddressOf hfTestState + chooseSuccessFunc = AddressOf hfTestSuccess + chooseFailFunc = AddressOf hfTestFail + TestStep = TestList.HIFU + Else + chooseStatusFunc = AddressOf rfTestState + chooseSuccessFunc = AddressOf rfTestSuccess + chooseFailFunc = AddressOf rfTestFail + TestStep = TestList.RF + End If + MeasureTimeFunc(MeasStart) MainTextChange("RF 측정중") - TestStep = TestList.RF TestRunningState(testRunningList.Running, Color.Yellow) Const ModCnt As Int16 = 2 @@ -2359,7 +2555,7 @@ SettingFail: End If If TestMode_On(ModCnt) Then - txbWindow.AppendText("TestMode_Microcurrent Entrance Fail: " & ModCnt & vbCrLf) + txbWindow.AppendText("TestMode_RF Entrance Fail: " & ModCnt & vbCrLf) GoTo SettingFail End If @@ -2373,13 +2569,22 @@ SettingFail: freqCount = i End If - rfTestState(i) + chooseStatusFunc(i) DoCommand(":Single") - If RunRF(freqCount) Then - GoTo forSettingFail + If formType = formTypeList.prdVRLDM Then + If RunLDM(freqCount) Then + txbWindow.AppendText("Run LDM Fail : " & freqCount & vbCrLf) + GoTo forSettingFail + End If + Else + If RunRF(freqCount) Then + txbWindow.AppendText("Run RF Fail : " & freqCount & vbCrLf) + GoTo forSettingFail + End If End If + ScopeData = DoQueryString(":MEASure:VRMS? CHANnel" & nudRFCh.Value) If InStr(1, ScopeData.ToLower, "error") > 0 Then @@ -2396,16 +2601,28 @@ SettingFail: TestData.Test_RFFreq(i) = Convert.ToDouble(ScopeData).ToString("f12") / 1000000 + If formType = formTypeList.prdVRLDM Then + If (TestData.Test_RFVRMS(i) < CSng(LDMt_VRMSmin(i).Text) Or TestData.Test_RFVRMS(i) > CSng(LDMt_VRMSMax(i).Text)) Or Round(TestData.Test_RFFreq(i), 0) <> i + 1 Then + txbWindow.AppendText("Run LDM(RF) FAIL" & i & " : " & TestData.Test_RFVRMS(i) & "/" & TestData.Test_RFFreq(i) & vbCrLf) + chooseFailFunc(i) + ErrorCheck = True + Else + txbWindow.AppendText("Run LDM(RF) " & i & " : " & TestData.Test_RFVRMS(i) & "/" & TestData.Test_RFFreq(i) & vbCrLf) + chooseSuccessFunc(i) + End If - If (TestData.Test_RFVRMS(i) < CSng(RF_VRMSMin(i).Text) Or TestData.Test_RFVRMS(i) > CSng(RF_VRMSMax(i).Text)) Or Round(TestData.Test_RFFreq(i), 0) <> i + 1 Then - txbWindow.AppendText("Run RF FAIL" & i & " : " & TestData.Test_RFVRMS(i) & "/" & TestData.Test_RFFreq(i) & vbCrLf) - rfTestFail(i) - ErrorCheck = True Else - txbWindow.AppendText("Run RF " & i & " : " & TestData.Test_RFVRMS(i) & "/" & TestData.Test_RFFreq(i) & vbCrLf) - rfTestSuccess(i) + If (TestData.Test_RFVRMS(i) < CSng(RF_VRMSMin(i).Text) Or TestData.Test_RFVRMS(i) > CSng(RF_VRMSMax(i).Text)) Or Round(TestData.Test_RFFreq(i), 0) <> i + 1 Then + txbWindow.AppendText("Run RF FAIL" & i & " : " & TestData.Test_RFVRMS(i) & "/" & TestData.Test_RFFreq(i) & vbCrLf) + chooseFailFunc(i) + ErrorCheck = True + Else + txbWindow.AppendText("Run RF " & i & " : " & TestData.Test_RFVRMS(i) & "/" & TestData.Test_RFFreq(i) & vbCrLf) + chooseSuccessFunc(i) + End If End If + Next If ErrorCheck = True Then @@ -2424,7 +2641,8 @@ SettingFail: End Try forSettingFail: - rfTestFail(forcnt) + chooseFailFunc(ForCnt) + txbWindow.AppendText("measuring instrument response error!" & vbCrLf) SettingFail: txbWindow.AppendText("Run RF FAIL" & vbCrLf) TestRunningState(testRunningList.Fail, Color.Red) @@ -2598,10 +2816,12 @@ SettingFail: Next If MC_Setting() Then + txbWindow.AppendText("MC Scope Setting Fail" & vbCrLf) GoTo SettingFail End If If TestMode_On(ModCnt) Then + txbWindow.AppendText("TestMode_MC Entrance Fail: " & ModCnt & vbCrLf) GoTo SettingFail End If @@ -2797,10 +3017,12 @@ SettingFail: Next If EP_Setting() Then + txbWindow.AppendText("EP Scope Setting Fail" & vbCrLf) GoTo SettingFail End If If TestMode_On(ModCnt) Then + txbWindow.AppendText("TestMode_EP Entrance Fail: " & ModCnt & vbCrLf) GoTo SettingFail End If @@ -2883,7 +3105,7 @@ SettingFail: End If - Next + Next ''재측정 If ErrorCheck = True Then Exit For @@ -2907,7 +3129,8 @@ SettingFail: End Try ForSettingFail: - epTestFail(ForCnt) + chooseFailFunc(ForCnt) + txbWindow.AppendText("measuring instrument response error!" & vbCrLf) SettingFail: txbWindow.AppendText("Run EP FAIL" & vbCrLf) TestRunningState(testRunningList.Fail, Color.Red) @@ -3404,6 +3627,7 @@ DataFail: Dim sucSwitch As Boolean = False If ResetData() Then + txbWindow.AppendText("PCB initialize Error" & vbCrLf) GoTo DataFail End If @@ -3498,6 +3722,106 @@ DataFail: TestRunningState(testRunningList.Success, Color.Green) Return False +DataFail: + txbWindow.AppendText("Product Data Write Error" & vbCrLf) + TestRunningState(testRunningList.Fail, Color.Red) + TestError = False + Return True + End Function + + Private Function LDMDataWrite() As Boolean + MeasureTimeFunc(MeasStart) + MainTextChange("정보입력중..") + TestStep = TestList.DataWrite + TestRunningState(testRunningList.Running, Color.Yellow) + + Dim tdData As String = String.Empty + Dim freqData As String = String.Empty + Dim sucSwitch As Boolean = False + Dim returnData As String() + + If ResetData() Then + txbWindow.AppendText("PCB initialize Error" & vbCrLf) + GoTo DataFail + End If + + For i = 1 To nudSaveCk.Value + If ldm_reg_data() Then + GoTo DataFail + End If + Next + + If LdmUseYn = True Then + + For i = 1 To nudSaveCk.Value + sucSwitch = False + If LDMSerialWrite(TestData.Test_Serial) Then + GoTo DataFail + End If + + tdData = LDM_name_load() + + If tdData = "0" Or tdData = "1" Then + GoTo DataFail + End If + + If tdData.ToUpper = TestData.Test_Serial Then + sucSwitch = True + Exit For + End If + Next + + If sucSwitch = False Then + GoTo DataFail + Else + txbWindow.AppendText("Product Serial Number : " & tdData & vbCrLf) + End If + + For i = 1 To nudSaveCk.Value + Dim loopFlag As Int16 = 2 + sucSwitch = False + If LDMFreqWrite(LDM_DataSet(LDM_Data.freq_1), LDM_DataSet(LDM_Data.power_1), LDM_DataSet(LDM_Data.freq_2), LDM_DataSet(LDM_Data.power_2), LDM_DataSet(LDM_Data.freq_3), LDM_DataSet(LDM_Data.power_3)) Then + GoTo DataFail + End If + + freqData = LDM_load_data() + + If freqData = "0" Then + GoTo DataFail + End If + + returnData = Split(freqData, ",") + + If returnData.Length <> 6 Then + GoTo DataFail + End If + + For Each temp In returnData + If LDM_DataSet(loopFlag) = temp Then + sucSwitch = True + Else + sucSwitch = False + Exit For + End If + loopFlag += 1 + Next + + If sucSwitch = True Then + Exit For + End If + Next + + If sucSwitch = False Then + GoTo DataFail + Else + txbWindow.AppendText("Product Frequence Success" & vbCrLf) + End If + End If + + txbWindow.AppendText("DataWrite Full Time : " & MeasureTimeFunc(MeasEnd) & vbCrLf) + TestRunningState(testRunningList.Success, Color.Green) + Return False + DataFail: txbWindow.AppendText("Product Data Write Error" & vbCrLf) TestRunningState(testRunningList.Fail, Color.Red) @@ -3541,6 +3865,24 @@ DataFail: Return True End Function + Private Function ldm_reg_data() As Boolean + Dim retVal As String + tmpCmdMessage = "wrsconf9" + + cmdMessage = "[" & tmpCmdMessage & " " & TestData.Test_Serial & "," & LDM_DataSet(LDM_Data.freq_1) & "," & LDM_DataSet(LDM_Data.freq_2) & "," & LDM_DataSet(LDM_Data.freq_3) & "," & LDM_DataSet(LDM_Data.power_1) & "," & LDM_DataSet(LDM_Data.power_2) & "," & LDM_DataSet(LDM_Data.power_3) & "]" + vbCrLf + If SendData(cmdMessage) Then + Return True + End If + + retVal = PollingReceiveData(1000) + + If retVal <> TestData.Test_Serial & "," & LDM_DataSet(LDM_Data.freq_1) & "," & LDM_DataSet(LDM_Data.freq_2) & "," & LDM_DataSet(LDM_Data.freq_3) & "," & LDM_DataSet(LDM_Data.power_1) & "," & LDM_DataSet(LDM_Data.power_2) & "," & LDM_DataSet(LDM_Data.power_3) Then + Return True + End If + + Return False + End Function + Private Function TD_name_load() As String Dim retVal As String tmpCmdMessage = "settdsn" @@ -3557,6 +3899,23 @@ DataFail: Return "0" End If + End Function + Private Function LDM_name_load() As String + Dim retVal As String + tmpCmdMessage = "setldmsn" + cmdMessage = "[" & tmpCmdMessage & "]" + vbCrLf + If SendData(cmdMessage) Then + Return "1" + End If + + retVal = PollingReceiveData(500) + + If retVal.Length > td_name_size Then + Return retVal + Else + Return "0" + End If + End Function Private Function Motor_Read() As Int16 @@ -3598,6 +3957,25 @@ DataFail: End Function + Private Function LDM_load_data() As String + Dim retval As String + + tmpCmdMessage = "setldmcnf" + cmdMessage = "[" & tmpCmdMessage & "]" + vbCrLf + If SendData(cmdMessage) Then + Return "0" + End If + + retval = PollingReceiveData(500) + + If InStr(1, retval, ",") > 0 Then + Return retval + Else + Return "0" + End If + + End Function + Private Function Motor_reg(pulse As Integer) As Boolean Dim retval As String @@ -3924,16 +4302,22 @@ DataFail: Case formTypeList.iqcDsHF, formTypeList.prdDsHF DSTestFunction() '저가형 - Case formTypeList.iqcHFEP + Case formTypeList.iqcHFEP ''WON iqcHfEpFunction() - Case formTypeList.iqcEP + Case formTypeList.iqcEP ''NEMO iqcEpFunction() - Case formTypeList.iqcRFEPMC + Case formTypeList.iqcRFEPMC ''MAREUMMO iqcRfEpMcFunction() + Case formTypeList.iqcLDM ''SEMO + iqcHfFunction() - Case formTypeList.prdLowHF ''저가형 td 계열 + Case formTypeList.prdLDM ''ldm spectrum + ldmFunction() + Case formTypeList.prdVRLDM ''ldm scope + ldmVrmsFunction() + Case formTypeList.prdLowHF ''WON(HIFU) hfEpFunction() - Case formTypeList.prdHFLDMEP ''저가형 td 계열 -ep + Case formTypeList.prdHFLDMEP ''WON(EP) hfLdmEpFunction() Case formTypeList.prdEP ''저가형 non td 계열 epfunction() @@ -4910,9 +5294,6 @@ SuccessEnd: FailMain() End If End If - - - processEnd: Jig_End() ErrorEnd: @@ -5302,7 +5683,7 @@ NormalEnd: SuccessEnd: - Dim csvData As String = "" & NowDate & "," & NowTime & "," & TestData.Test_Firmware & "," & TestData.Test_Temperature(TempData.DivTemp) & "," & TestData.Test_HFData(HifuTest_Step.Step1) & "," & TestData.Test_HFData(HifuTest_Step.Step2) & "," & TestData.Test_HFData(HifuTest_Step.step3) & "," & TestData.Test_RFVRMS(0) & "," & TestData.Test_RFFreq(0) & "," & TestData.Test_RFVRMS(1) & "," & TestData.Test_RFFreq(1) & "," & TestData.Test_RFVRMS(2) & "," & TestData.Test_RFFreq(2) & "," & TestData.Test_EPVpp(0) & "," & TestData.Test_EPFreq(0) & "," & TestData.Test_EPPWidth(0) & "," & TestData.Test_EPNWidth(0) & "," & TestData.Test_EPVpp(1) & "," & TestData.Test_EPFreq(1) & "," & TestData.Test_EPPWidth(1) & "," & TestData.Test_EPNWidth(1) & "," & TestData.Test_EPVpp(2) & "," & TestData.Test_EPFreq(2) & "," & TestData.Test_EPPWidth(2) & "," & TestData.Test_EPNWidth(2) & "," & TestError & "" + Dim csvData As String = "" & NowDate & "," & NowTime & "," & TestData.Test_Firmware & "," & TestData.Test_Temperature(TempData.DivTemp) & "," & TestData.Test_HFData(HifuTest_Step.Step1) & "," & TestData.Test_HFData(HifuTest_Step.Step2) & "," & TestData.Test_HFData(HifuTest_Step.step3) & "," & TestError & "" If Save_Csv(csvData) Then @@ -5536,6 +5917,147 @@ RunSuccess: FailMain() End If +ProcessEnd: + Jig_End() +NormalEnd: + myscope.IO.Clear() + 'txbWindow.AppendText("[" & MeasureTimeAll(MeasEnd) & "ms] Test Play" & vbCrLf) + + Try + If TestError = False Then + Jig_End() ' 지그 전원 차단 + TestMode_On(0) ' MFT 모드 초기화 + txbWindow.AppendText("비정상 종료로 인한 전원 차단" & vbCrLf) + End If + Catch normalEx As Exception + txbWindow.AppendText("정상 종료 처리 중 오류: " & normalEx.Message & vbCrLf) + End Try + + 'myscope.IO.Clear() + txbWindow.AppendText("[" & MeasureTimeAll(MeasEnd) & "ms] Test Play" & vbCrLf) + End Sub + Private Sub ldmVrmsFunction() + Try + StartTime = MeasureTimeAll(MeasStart) + + TestData.Test_Serial = txbBarcode.Text + + If StartSwitch = True Then + If JigSerial.IsOpen = True Then + + If LDMDataSearch() Then + FailMain() + GoTo NormalEnd + End If + + For i = 0 To nudOnRe.Value + + If JigRun_On() Then + GoTo ProcessEnd + End If + + If FirmVerCheck() Then + + Dim ReadUni As Byte() = Encoding.Unicode.GetBytes(TestData.Test_Firmware) + + If ReadUni(0) < 57 Then + MsgBox("잘못된 펌웨어 버전입니다. 버전을 확인하여 주십시오.", vbCritical, Program_Name & Program_Version) + GoTo ProcessEnd + End If + + If i = nudOnRe.Value Then + MsgBox("전원 ON에 실패하였습니다. 다시 시도하여 주십시오.", vbCritical, Program_Name & Program_Version) + GoTo ProcessEnd + End If + + Else + Exit For + End If + + Next + + If BatteryTest() Then + FailMain() + GoTo ProcessEnd + End If + + If TempTest() Then + FailMain() + GoTo ProcessEnd + End If + + If TDSetCheck() Then + FailMain() + GoTo ProcessEnd + End If + + If RFTestRun() Then + FailMain() + GoTo ProcessEnd + End If + + GoTo RunSuccess + + Else + MsgBox("지그를 연결한 후 동작하여 주십시오.", vbCritical, Program_Name & Program_Version) + GoTo NormalEnd + End If + Else + MsgBox("스코프와 스펙트럼을 연결한 후 동작하여 주십시오.", vbCritical, Program_Name & Program_Version) + GoTo NormalEnd + End If + + Catch ex As Exception + MsgBox("ERR!! :: " & ex.Message, vbCritical) + GoTo ProcessEnd + End Try + +RunSuccess: + If RF_PostReg() Then + + txbWindow.AppendText("PostgreSQL Data Save : OK" & vbCrLf) + + If dbRFLDMSave() Then + txbWindow.AppendText("DB Data Save : OK" & vbCrLf) + + If CountChanage() Then + + txbWindow.AppendText("Run Count Change Save : OK" & vbCrLf) + Dim csvData As String = "" & TestData.Test_Serial & "," & NowDate & "," & NowTime & "," & TestData.Test_Firmware & "," & TestData.Test_Temperature(0) & "," & TestData.Test_Temperature(1) & "," & TestData.Test_Battery & "," & TestData.Test_RFVRMS(0) & "," & TestData.Test_RFFreq(0) & "," & TestData.Test_RFVRMS(1) & "," & TestData.Test_RFFreq(1) & "," & TestData.Test_RFVRMS(2) & "," & TestData.Test_RFFreq(2) & "," & TestError & "" + + If Save_Csv(csvData) Then + + txbWindow.AppendText("CSV Data Save : FAIL" & vbCrLf) + FailMain() + + Else + + txbWindow.AppendText("Run Count Change Save : OK" & vbCrLf) + + If TestError = False Then + FailMain() + Else + SuccessMain() + End If + + End If + Else + + txbWindow.AppendText("Run Count Change Save : FAIL" & vbCrLf) + FailMain() + + End If + + Else + txbWindow.AppendText("DB Data Save : FAIL" & vbCrLf) + FailMain() + End If + + Else + txbWindow.AppendText("PostgreSQL Data Save : FAIL" & vbCrLf) + FailMain() + End If + ProcessEnd: Jig_End() NormalEnd: @@ -5557,7 +6079,12 @@ NormalEnd: End Sub Private Function TDSetCheck() As Boolean - Dim TDResult As String = TD_name_load() + Dim TDResult As String + If formType = formTypeList.prdVRLDM Then + TDResult = LDM_name_load() + Else + TDResult = TD_name_load() + End If If TDResult = "1" Then MsgBox("Send 중 오류가 발생하였습니다.", vbCritical) @@ -5838,6 +6365,171 @@ NormalEnd: End If End Function + Private Sub ldmFunction() + StartTime = MeasureTimeAll(MeasStart) + TestData.Test_Serial = txbBarcode.Text + + If StartSwitch = True Then + If JigSerial.IsOpen = True Then + If LDMDataSearch() Then + FailMain() + GoTo NormalEnd + End If + For i = 0 To nudOnRe.Value + + If JigRun_On() Then + GoTo ProcessEnd + End If + + delay_run(StepDelay) + + If FirmVerCheck() Then + + Dim ReadUni As Byte() = Encoding.Unicode.GetBytes(TestData.Test_Firmware) + + If ReadUni(0) < 57 Then + MsgBox("잘못된 펌웨어 버전입니다. 버전을 확인하여 주십시오.", vbCritical, Program_Name & Program_Version) + GoTo ProcessEnd + End If + + If i = nudOnRe.Value Then + MsgBox("전원 ON에 실패하였습니다. 다시 시도하여 주십시오.", vbCritical, Program_Name & Program_Version) + GoTo ProcessEnd + End If + + Else + Exit For + End If + + delay_run(StepDelay) + + Next + + If BatteryTest() Then + FailMain() + GoTo ProcessEnd + End If + + If TempTest() Then + FailMain() + GoTo ProcessEnd + End If + + + If HFTestRun() Then + FailMain() + GoTo ProcessEnd + End If + + If LDMDataWrite() Then + FailMain() + GoTo ProcessEnd + End If + + GoTo RunSuccess + + Else + MsgBox("지그를 연결한 후 동작하여 주십시오.", vbCritical, Program_Name & Program_Version) + FailMain() + GoTo NormalEnd + End If + Else + MsgBox("스코프와 스펙트럼을 연결한 후 동작하여 주십시오.", vbCritical, Program_Name & Program_Version) + FailMain() + GoTo NormalEnd + End If +RunSuccess: + If HIFU_PostReg() Then + + txbWindow.AppendText("PostgreSQL Data Save : OK" & vbCrLf) + + If dbLDMSave() Then + txbWindow.AppendText("DB Data Save : OK" & vbCrLf) + + If CountChanage() Then + + txbWindow.AppendText("Run Count Change : OK" & vbCrLf) + Dim csvData As String = "" & TestData.Test_Serial & "," & NowDate & "," & NowTime & "," & TestData.Test_Firmware & "," & TestData.Test_Battery & "," & TestData.Test_Temperature(TempData.DivTemp) & "," & TestData.Test_Temperature(TempData.CartTemp) & "," & TestData.Test_HFData(HifuTest_Step.Step1) & "," & TestData.Test_HFData(HifuTest_Step.Step2) & "," & TestData.Test_HFData(HifuTest_Step.step3) & "," & TestError & "" + + If Save_Csv(csvData) Then + + txbWindow.AppendText("CSV Data Save : FAIL" & vbCrLf) + FailMain() + + Else + + txbWindow.AppendText("CSV Data Save : OK" & vbCrLf) + + If TestError = False Then + FailMain() + Else + SuccessMain() + End If + + End If + + Else + + txbWindow.AppendText("Run Count Change : FAIL" & vbCrLf) + FailMain() + + End If + + Else + txbWindow.AppendText("DB Data Save : FAIL" & vbCrLf) + FailMain() + End If + + Else + + txbWindow.AppendText("PostgreSQL Data Save : FAIL" & vbCrLf) + FailMain() + + End If + +ProcessEnd: + Jig_End() + +NormalEnd: + txbWindow.AppendText("[" & MeasureTimeAll(MeasEnd) & "ms] Test Play" & vbCrLf) + End Sub + + + Private Function LDMDataSearch() As Boolean + + MeasureTimeFunc(MeasStart) + If TDExist() Then + + TDCompare() + + If LDMDBDataLoad() Then + MsgBox("해당 시리얼 번호는 데이터가 존재하지 않습니다. TD 수입검사 진행 여부를 확인하여 주십시오.", vbCritical, Program_Name & Program_Version) + MeasureTimeFunc(MeasEnd) + Return True + End If + + 'If TDDataSet(TD_Data.TestStep) = 1 Then + ' MsgBox("전류측정을 진행하지 않은 TD 시리얼 번호입니다. 전류측정을 진행하여 주십시오.", vbCritical, Program_Name & Program_Version) + ' MeasureTimeFunc(MeasEnd) + ' Return True + 'End If + + txbTDSN.Text = TestData.Test_Serial + txbTDSN.Refresh() + txbDate.Text = LDM_DataSet(LDM_Data.pvDate) + txbDate.Refresh() + txbFreq.Text = LDM_DataSet(LDM_Data.freq_1) + txbFreq.Refresh() + + txbWindow.AppendText("TD Data Time(s) : " & MeasureTimeFunc(MeasEnd) & vbCrLf) + Return False + + Else + MsgBox("TD 데이터가 존재하지 않습니다. 성적서를 등록하여 주십시오.", vbExclamation, Program_Name & Program_Version) + MeasureTimeFunc(MeasEnd) + Return True + End If + End Function Private Sub hfEpFunction() @@ -6687,8 +7379,12 @@ ProcessEnd: HIFUReCount() Case formTypeList.prdRFMCEP, formTypeList.prdRFEP, formTypeList.prdEP, formTypeList.prdHFLDMEP, formTypeList.prdRFMC RFReCount() - Case formTypeList.iqcHFRFEP, formTypeList.iqcRFEP, formTypeList.iqcHF, formTypeList.iqcHFEP, formTypeList.iqcEP, formTypeList.iqcRFEPMC + Case formTypeList.iqcHFRFEP, formTypeList.iqcRFEP, formTypeList.iqcHF, formTypeList.iqcHFEP, formTypeList.iqcEP, formTypeList.iqcRFEPMC, formType = formTypeList.iqcLDM IQCReCount() + Case formType = formTypeList.prdLDM + LDMReCount() + Case formType = formTypeList.prdVRLDM + LDMRFReCount() End Select If CountUpdate() Then @@ -6726,6 +7422,29 @@ ProcessEnd: End If End If End Sub + Private Sub LDMReCount() + If dupDATA = 0 Then + txbDayCount.Text = Val(txbDayCount.Text) + 1 + If processNum = TestStepList.HF_NewSuc Or processNum = TestStepList.HF_ReSuc Then + txbOkCount.Text = Val(txbOkCount.Text) + 1 + Else + txbNgCount.Text = Val(txbNgCount.Text) + 1 + End If + Else + If LDM_DataSet(LDM_Data.TestStep) = TestStepList.HF_NEWFail Or LDM_DataSet(LDM_Data.TestStep) = TestStepList.HF_ReFail Then + If processNum = TestStepList.HF_ReSuc Then + txbOkCount.Text = Val(txbOkCount.Text) + 1 + txbNgCount.Text = Val(txbNgCount.Text) - 1 + End If + Else + If processNum = TestStepList.HF_ReFail Then + txbOkCount.Text = Val(txbOkCount.Text) - 1 + txbNgCount.Text = Val(txbNgCount.Text) + 1 + End If + End If + End If + End Sub + Private Sub IQCReCount() txbDayCount.Text = Val(txbDayCount.Text) + 1 @@ -6758,6 +7477,28 @@ ProcessEnd: End If End If End Sub + Private Sub LDMRFReCount() + If dupDATA = 0 Then + txbDayCount.Text = Val(txbDayCount.Text) + 1 + If processNum = TestStepList.RF_NewSuc Or processNum = TestStepList.RF_ReSuc Then + txbOkCount.Text = Val(txbOkCount.Text) + 1 + Else + txbNgCount.Text = Val(txbNgCount.Text) + 1 + End If + Else + If LDM_DataSet(TD_Data.TestStep) = TestStepList.RF_NewFail Or LDM_DataSet(TD_Data.TestStep) = TestStepList.RF_ReFail Then + If processNum = TestStepList.RF_NewSuc Or processNum = TestStepList.RF_ReSuc Then + txbOkCount.Text = Val(txbOkCount.Text) + 1 + txbNgCount.Text = Val(txbNgCount.Text) - 1 + End If + Else + If processNum = TestStepList.RF_NewFail Or processNum = TestStepList.RF_ReFail Then + txbOkCount.Text = Val(txbOkCount.Text) - 1 + txbNgCount.Text = Val(txbNgCount.Text) + 1 + End If + End If + End If + End Sub Private Function CountUpdate() As Boolean @@ -6777,8 +7518,15 @@ ProcessEnd: DBCmd = "UPDATE " & pd1CntTableNow & " SET PD1_LowPriceHFCnt = '" & txbDayCount.Text & "', PD1_LowPriceHFOkCnt = '" & txbOkCount.Text & "', PD1_LowPriceHFNgCnt = '" & txbNgCount.Text & "' WHERE PD1_Date = '" & NowDate & "'" ElseIf formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdEP Then ''저가형 DBCmd = "UPDATE " & pd1CntTableNow & " SET PD1_LowPriceEPCnt = '" & txbDayCount.Text & "', PD1_LowPriceEPOkCnt = '" & txbOkCount.Text & "', PD1_LowPriceEPNgCnt = '" & txbNgCount.Text & "' WHERE PD1_Date = '" & NowDate & "'" + ElseIf formType = formTypeList.iqcLDM Then + DBCmd = "UPDATE " & iqcCntTableNow & " SET IQC_LDMTotalCnt = '" & txbDayCount.Text & "', IQC_LDMOkCnt = '" & txbOkCount.Text & "', IQC_LDMNgCnt = '" & txbNgCount.Text & "' WHERE IQC_Date = '" & NowDate & "'" + ElseIf formType = formTypeList.prdLDM Then + DBCmd = "UPDATE " & pd1CntTableNow & " SET PD1_LowPriceLDMCnt = '" & txbDayCount.Text & "', PD1_LowPriceLDMOkCnt = '" & txbOkCount.Text & "', PD1_LowPriceLDMNgCnt = '" & txbNgCount.Text & "' WHERE PD1_Date = '" & NowDate & "'" + ElseIf formType = formTypeList.prdVRLDM Or formType = formTypeList.prdRFMC Then + DBCmd = "UPDATE " & pd1CntTableNow & " SET PD1_LowPriceRFCnt = '" & txbDayCount.Text & "', PD1_LowPriceRFOKCnt = '" & txbOkCount.Text & "', PD1_LowPriceRFNgCnt = '" & txbNgCount.Text & "' WHERE PD1_Date = '" & NowDate & "'" End If + If DBCommand(DBCmd) Then Return False Else @@ -6906,7 +7654,7 @@ ProcessEnd: Case TestList.Battey - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdLDM Or formType = formTypeList.prdVRLDM Then ChangeTxb = txbBat ElseIf formType = formTypeList.iqcDsHF Or formType = formTypeList.prdDsHF Then @@ -6918,7 +7666,7 @@ ProcessEnd: Case TestList.Temp - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdLDM Or formType = formTypeList.prdVRLDM Then ChangeTxb = txbTemp ElseIf formType = formTypeList.iqcDsHF Or formType = formTypeList.prdDsHF Then ChangeTxb = txbDSTemp @@ -6928,9 +7676,9 @@ ProcessEnd: Case TestList.HIFU - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdLDM Or formType = formTypeList.prdVRLDM Then ChangeTxb = txbHFresult - ElseIf formType = formTypeList.iqcHFRFEP Or formType = formTypeList.iqcHF Or formType = formTypeList.iqcEP Then + ElseIf formType = formTypeList.iqcHFRFEP Or formType = formTypeList.iqcHF Or formType = formTypeList.iqcEP Or formType = formTypeList.iqcLDM Then ChangeTxb = txbIQCHF ElseIf formType = formTypeList.iqcDsHF Or formType = formTypeList.prdDsHF Then ChangeTxb = txbDSHifu @@ -6977,7 +7725,7 @@ ProcessEnd: End If Case TestList.DataWrite - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdLDM Then ChangeTxb = txbTDreg ElseIf formType = formTypeList.iqcDsHF Or formType = formTypeList.prdDsHF Then @@ -6988,7 +7736,7 @@ ProcessEnd: End If Case TestList.DBWrite - If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Then + If formType = formTypeList.prdHF Or formType = formTypeList.prdLowHF Or formType = formTypeList.prdEP Or formType = formTypeList.prdHFLDMEP Or formType = formTypeList.prdLDM Or formType = formTypeList.prdVRLDM Then ChangeTxb = txbDBreg Else @@ -7198,6 +7946,75 @@ dbFail: TestRunningState(testRunningList.Success, Color.Green) Return True +dbFail: + txbWindow.AppendText("DataBase Save FAIL" & vbCrLf) + MeasureTimeFunc(MeasEnd) + TestRunningState(testRunningList.Fail, Color.Red) + TestError = False + Return False + + End Function + Private Function dbRFLDMSave() As Boolean + MeasureTimeFunc(MeasStart) + MainTextChange("DB입력중..") + TestStep = TestList.DBWrite + TestRunningState(testRunningList.Running, Color.Yellow) + + Dim sucSwitch As Boolean = False + + DBCmd = "SELECT EXISTS(SELECT 1 FROM " & ldmRfTestTableNow & " WHERE PV_SN='" & TestData.Test_Serial & "') AS A;" + + Dim DupYn As Boolean = DBQueryScalar(DBCmd) + + If DupYn = True Then + DBCmd = "UPDATE " & ldmRfTestTableNow & " SET TestDate='" & NowDate & "',TestTime='" & NowTime & "',RF_R1Vrms='" & TestData.Test_RFVRMS(0) & "',RF_R1Freq='" & TestData.Test_RFFreq(0) & "',RF_R2Vrms='" & TestData.Test_RFVRMS(1) & "',RF_R2Freq='" & TestData.Test_RFFreq(1) & "',RF_R3Vrms='" & TestData.Test_RFVRMS(2) & "',RF_R3Freq='" & TestData.Test_RFFreq(2) & "',MC_R1Wave='" & TestData.Test_MCWidth(0) & "',MC_R1Vpp='" & TestData.Test_MCVpp(0) & "',MC_R1Freq='" & TestData.Test_MCFreq(0) & "',MC_R2Wave='" & TestData.Test_MCWidth(1) & "',MC_R2Vpp='" & TestData.Test_MCVpp(0) & "',MC_R2Freq='" & TestData.Test_MCFreq(0) & "',EP_R1Vpp='" & TestData.Test_EPVpp(0) & "',EP_R1Freq='" & TestData.Test_EPFreq(0) & "',EP_R1PWidth='" & TestData.Test_EPPWidth(0) & "',EP_R1NWidth='" & TestData.Test_EPNWidth(0) & "',EP_R2Vpp='" & TestData.Test_EPVpp(1) & "',EP_R2Freq='" & TestData.Test_EPFreq(1) & "',EP_R2PWidth='" & TestData.Test_EPPWidth(1) & "',EP_R2NWidth='" & TestData.Test_EPNWidth(1) & "',EP_R3Vpp='" & TestData.Test_EPVpp(2) & "',EP_R3Freq='" & TestData.Test_EPFreq(2) & "',EP_R3PWidth='" & TestData.Test_EPPWidth(2) & "',EP_R3NWidth='" & TestData.Test_EPNWidth(2) & "' .TestResult='" & TestError & "' WHERE PV_SN = '" & TestData.Test_Serial & "'" + + If TestError = False Then + processNum = TestStepList.RF_ReFail + Else + processNum = TestStepList.RF_ReSuc + End If + + Else + DBCmd = "INSERT INTO " & ldmRfTestTableNow & "(PV_SN,TestDate,TestTime,TestResult,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,MC_R1Wave,MC_R1Vpp,MC_R1Freq,MC_R2Wave,MC_R2Vpp,MC_R2Freq,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth) VALUE ('" & TestData.Test_Serial & "','" & NowDate & "','" & NowTime & "','" & TestError & "','" & TestData.Test_RFVRMS(0) & "','" & TestData.Test_RFFreq(0) & "','" & TestData.Test_RFVRMS(1) & "','" & TestData.Test_RFFreq(1) & "','" & TestData.Test_RFVRMS(2) & "','" & TestData.Test_RFFreq(2) & "','" & TestData.Test_MCWidth(0) & "','" & TestData.Test_MCVpp(0) & "','" & TestData.Test_MCFreq(0) & "','" & TestData.Test_MCWidth(1) & "','" & TestData.Test_MCVpp(1) & "','" & TestData.Test_MCFreq(1) & "','" & TestData.Test_EPVpp(0) & "','" & TestData.Test_EPFreq(0) & "','" & TestData.Test_EPPWidth(0) & "','" & TestData.Test_EPNWidth(0) & "','" & TestData.Test_EPVpp(1) & "','" & TestData.Test_EPFreq(1) & "','" & TestData.Test_EPPWidth(1) & "','" & TestData.Test_EPNWidth(1) & "','" & TestData.Test_EPVpp(2) & "','" & TestData.Test_EPFreq(2) & "','" & TestData.Test_EPPWidth(2) & "','" & TestData.Test_EPNWidth(2) & "')" + + If TestError = False Then + processNum = TestStepList.RF_NewFail + Else + processNum = TestStepList.RF_NewSuc + End If + End If + + If DBCommand(DBCmd) = False Then + GoTo dbFail + End If + + For i = 1 To nudSaveCk.Value + sucSwitch = False + DBCmd = "UPDATE " & ldmTableNow & " SET TestStep='" & processNum & "' WHERE PV_SN = '" & TestData.Test_Serial & "'" + + If DBCommand(DBCmd) = False Then + GoTo dbFail + End If + + DBCmd = "SELECT TestStep FROM " & ldmTableNow & " WHERE PV_SN = '" & TestData.Test_Serial & "'" + + Dim tdState As Int16 = DBQueryScalar(DBCmd) + + If tdState = processNum Then + sucSwitch = True + Exit For + End If + Next + + If sucSwitch = False Then + GoTo dbFail + End If + + txbWindow.AppendText("DataBase Save Full Time : " & MeasureTimeFunc(MeasEnd) & vbCrLf) + TestRunningState(testRunningList.Success, Color.Green) + Return True + dbFail: txbWindow.AppendText("DataBase Save FAIL" & vbCrLf) MeasureTimeFunc(MeasEnd) @@ -7217,28 +8034,15 @@ dbFail: Dim DupYn As Boolean = DBQueryScalar(DBCmd) - DBCmd = "SELECT EXISTS(SELECT RF_R1Vrms FROM " & rfTableNow & " WHERE PV_SN='" & TestData.Test_Serial & "') AS A;" - - Dim DupRFMCYn As Boolean = DBQueryScalar(DBCmd) If DupYn = True Then DBCmd = "UPDATE " & rfTableNow & " SET TestDate='" & NowDate & "',TestTime='" & NowTime & "',RF_R1Vrms='" & TestData.Test_RFVRMS(0) & "',RF_R1Freq='" & TestData.Test_RFFreq(0) & "',RF_R2Vrms='" & TestData.Test_RFVRMS(1) & "',RF_R2Freq='" & TestData.Test_RFFreq(1) & "',RF_R3Vrms='" & TestData.Test_RFVRMS(2) & "',RF_R3Freq='" & TestData.Test_RFFreq(2) & "',MC_R1Wave='" & TestData.Test_MCWidth(0) & "',MC_R1Vpp='" & TestData.Test_MCVpp(0) & "',MC_R1Freq='" & TestData.Test_MCFreq(0) & "',MC_R2Wave='" & TestData.Test_MCWidth(1) & "',MC_R2Vpp='" & TestData.Test_MCVpp(0) & "',MC_R2Freq='" & TestData.Test_MCFreq(0) & "' WHERE PV_SN = '" & TestData.Test_Serial & "'" - If DupRFMCYn = True Then - If TestError = False Then - processNum = TestStepList.RF_ReFail - Else - processNum = TestStepList.RF_ReSuc - End If + If TestError = False Then + processNum = TestStepList.RF_ReFail Else - If TestError = False Then - processNum = TestStepList.RF_NewFail - Else - processNum = TestStepList.RF_NewSuc - End If + processNum = TestStepList.RF_ReSuc End If - - Else DBCmd = "INSERT INTO " & rfTableNow & "(PV_SN,TestDate,TestTime,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,MC_R1Wave,MC_R1Vpp,MC_R1Freq,MC_R2Wave,MC_R2Vpp,MC_R2Freq) VALUE ('" & TestData.Test_Serial & "','" & NowDate & "','" & NowTime & "','" & TestData.Test_RFVRMS(0) & "','" & TestData.Test_RFFreq(0) & "','" & TestData.Test_RFVRMS(1) & "','" & TestData.Test_RFFreq(1) & "','" & TestData.Test_RFVRMS(2) & "','" & TestData.Test_RFFreq(2) & "','" & TestData.Test_MCWidth(0) & "','" & TestData.Test_MCVpp(0) & "','" & TestData.Test_MCFreq(0) & "','" & TestData.Test_MCWidth(1) & "','" & TestData.Test_MCVpp(1) & "','" & TestData.Test_MCFreq(1) & "')" @@ -7444,6 +8248,78 @@ dbFail: TestRunningState(testRunningList.Success, Color.Green) Return True +dbFail: + txbWindow.AppendText("DataBase Save FAIL" & vbCrLf) + MeasureTimeFunc(MeasEnd) + TestRunningState(testRunningList.Fail, Color.Red) + TestError = False + Return False + + End Function + + + Private Function dbLDMSave() As Boolean + MeasureTimeFunc(MeasStart) + MainTextChange("DB입력중..") + TestStep = TestList.DBWrite + TestRunningState(testRunningList.Running, Color.Yellow) + + processNum = 0 + DBCmd = "SELECT EXISTS(SELECT 1 FROM " & ldmTestTableNow & " WHERE PV_SN='" & TestData.Test_Serial & "') AS A;" + + Dim DupYn As Boolean = DBQueryScalar(DBCmd) + + If DupYn = True Then + DBCmd = "UPDATE " & ldmTestTableNow & " SET TestDate = '" & NowDate & "', TestTime = '" & NowTime & "', FW_Ver = '" & TestData.Test_Firmware & "', BatteryLv = '" & TestData.Test_Battery & "', DivTemp = '" & TestData.Test_Temperature(TempData.DivTemp) & "', CtTemp = '" & TestData.Test_Temperature(TempData.CartTemp) & "', HF_R1Value = '" & TestData.Test_HFData(HifuTest_Step.Step1) & "', HF_R2Value = '" & TestData.Test_HFData(HifuTest_Step.Step2) & "', HF_R3Value = '" & TestData.Test_HFData(HifuTest_Step.step3) & "', TestResult ='" & TestError & "' WHERE PV_SN = '" & TestData.Test_Serial & "'" + If TestError = False Then + processNum = TestStepList.HF_ReFail + Else + processNum = TestStepList.HF_ReSuc + End If + Else + DBCmd = "INSERT INTO " & ldmTestTableNow & "(PV_SN,TestDate,TestTime,FW_Ver,BatteryLv,DivTemp,CtTemp,HF_R1Value,HF_R2Value,HF_R3Value,TestResult) VALUE('" & TestData.Test_Serial & "','" & NowDate & "','" & NowTime & "','" & TestData.Test_Firmware & "','" & TestData.Test_Battery & "','" & TestData.Test_Temperature(TempData.DivTemp) & "','" & TestData.Test_Temperature(TempData.CartTemp) & "','" & TestData.Test_HFData(HifuTest_Step.Step1) & "','" & TestData.Test_HFData(HifuTest_Step.Step2) & "','" & TestData.Test_HFData(HifuTest_Step.step3) & "','" & TestError & "')" + + If TestError = False Then + processNum = TestStepList.HF_NEWFail + Else + processNum = TestStepList.HF_NewSuc + End If + End If + + If DBCommand(DBCmd) = False Then + GoTo dbFail + End If + + If formType = formTypeList.prdLDM Then + Dim sucSwitch As Boolean = False + + For i = 1 To nudSaveCk.Value + sucSwitch = False + DBCmd = "UPDATE " & ldmTableNow & " SET TestStep='" & processNum & "', Ct_Model='" & ModelName & "', Ct_Type='" & CartTypeName & "',Ct_Frequency='" & LDM_DataSet(LDM_Data.freq_1) & "',Ct_Frequency2='" & LDM_DataSet(LDM_Data.freq_2) & "',Ct_Frequency3='" & LDM_DataSet(LDM_Data.freq_3) & "',P1_Date='" & NowDate & "',P1_Time='" & NowTime & "',P1_Model='" & ModelName & "',P1_CartType='" & CartTypeName & "',P1_Frequency='" & LDM_DataSet(LDM_Data.freq_1) & "' WHERE PV_SN = '" & TestData.Test_Serial & "'" + If DBCommand(DBCmd) = False Then + GoTo dbFail + End If + + DBCmd = "SELECT TestStep FROM " & ldmTableNow & " WHERE PV_SN = '" & TestData.Test_Serial & "'" + + Dim tdState As String = DBQueryScalar(DBCmd) + + If tdState = processNum Then + sucSwitch = True + Exit For + End If + Next + + If sucSwitch = False Then + GoTo dbFail + End If + + End If + + txbWindow.AppendText("DataBase Save Full Time : " & MeasureTimeFunc(MeasEnd) & vbCrLf) + TestRunningState(testRunningList.Success, Color.Green) + Return True + dbFail: txbWindow.AppendText("DataBase Save FAIL" & vbCrLf) MeasureTimeFunc(MeasEnd) @@ -7553,7 +8429,7 @@ dbFail: FileName = FilePath & "\" & DataSaveName(i) & ".ini" Select Case i - Case 0 + Case 0 ''HIFU 스펙트럼 세팅값 comtext = txbSpan.Text & "," & txbRBW.Text & "," & nudHFCount.Text & "," & nudHFRun.Text & "," & nudHFwait.Text & "," & txbFrStep1.Text & "," & txbFrStep2.Text & "," & txbFrStep3.Text & "," & txbHFStDelay.Text & "," & txbHFLowShot.Text & "," & txbHFReCnt.Text & "," & txbHFeffect.Text & "," & txbHFReCkCnt.Text & "," & txbDSDelay.Text & "," & txbHFRefLev.Text Case 1 If rdbRFTrAuto.Checked Then @@ -7600,15 +8476,15 @@ dbFail: comtext = TrigType & "," & txbEPFVtime.Text & "," & UnitType & "," & nudEPScale.Text & "," & txbEPFVDelay.Text & "," & nudEPFVRun.Text & "," & txbEPFreq1.Text & "," & txbEPFreq2.Text & "," & txbEPFreq3.Text & "," & nudEPCh.Value & "," & nudEPFVTrgLv.Value - Case 4 + Case 4 '' 평가 comtext = txbFirmVer.Text & "," & txbBatMin.Text & "," & txbBatMax.Text & "," & txbTpDevMin.Text & "," & txbTpDevMax.Text _ & "," & txbTpCartMin.Text & "," & txbTpCartMax.Text & "," & txbHFOutMin.Text & "," & txbHFOutMax.Text & "," & txbHFMin.Text & "," & txbRFVRmin1.Text & "," & txbRFVRmax1.Text & "," & txbRFVRmin2.Text & "," & txbRFVRmax2.Text & "," & txbRFVRmin3.Text & "," & txbRFVRmax3.Text & "," & txbMCVPmin.Text & "," & txbMCVPmax.Text & "," & txbMCDYmin.Text & "," & txbMCDYmax.Text & "," & txbMCFrmin.Text & "," & txbMCFrmax.Text & "," & txbEPVPmin.Text & "," & txbEPVPmax.Text & "," & txbEPDYmin1.Text & "," & txbEPDYmax1.Text & "," & - txbEPDYmin2.Text & "," & txbEPDYmax2.Text & "," & txbEPDYmin3.Text & "," & txbEPDYmax3.Text & "," & txbRHueMin.Text & "," & txbRHueMax.Text _ - & "," & txbRSatMin.Text & "," & txbRSatMax.Text & "," & txbRBgtMin.Text & "," & txbRBgtMax.Text & "," & txbYHueMin1.Text & "," & - txbYHueMax1.Text & "," & txbYSatMin1.Text & "," & txbYSatMax1.Text & "," & txbYBgtMin1.Text & "," & txbYBgtMax1.Text & "," & txbFirmVer_AL.Text & "," & + txbEPDYmin2.Text & "," & txbEPDYmax2.Text & "," & txbEPDYmin3.Text & "," & txbEPDYmax3.Text & "," & txbHFLDMMax3.Text & "," & txbHFLDMMin3.Text _ ''txbRHueMin ~ + & "," & txbHFLDMMax2.Text & "," & txbHFLDMMin2.Text & "," & txbHFLDMMax1.Text & "," & txbHFLDMMin1.Text & "," & txbLDMVRmax1.Text & "," & + txbLDMVRmin1.Text & "," & txbLDMVRmax2.Text & "," & txbLDMVRmin2.Text & "," & txbLDMVRmax3.Text & "," & txbLDMVRmin3.Text & "," & txbFirmVer_AL.Text & "," & '' ~ txbYBgtMax1 txbTpDevMin_AL.Text & "," & txbTpDevMax_AL.Text & "," & txbTpCartMin_AL.Text & "," & txbTpCartMax_AL.Text & "," & txbBatMin_AL.Text & "," & txbBatMax_AL.Text & "," & txbRFVRmin1_AL.Text & "," & txbRFVRmax1_AL.Text & "," & txbRFVRmin2_AL.Text & "," & txbRFVRmax2_AL.Text & "," & txbRFVRmin3_AL.Text & "," & txbRFVRmax3_AL.Text & "," & txbEPVPmin_AL.Text & "," & txbEPVPmax_AL.Text & "," & txbEPDYmin1_AL.Text & "," & @@ -7618,7 +8494,7 @@ dbFail: txbDSTmpDe_stMax.Text & "," & txbDSTmpCa_stMin.Text & "," & txbDSTmpCa_stMax.Text & "," & txbDShfOut_stMin.Text & "," & txbDShfOut_stMax.Text & "," & txbDShfDif_st.Text & "," & txbDSSub_Min.Text & "," & txbDSSub_Max.Text - Case 5 + Case 5 ''계측기 설정 For cnt = 0 To dgvID.Rows.Count - 2 If cnt = 0 Then comtext = dgvID.Rows(cnt).Cells(0).Value & "/" & dgvID.Rows(cnt).Cells(1).Value & "/" & dgvID.Rows(cnt).Cells(2).Value @@ -8216,31 +9092,31 @@ WR_File_Error: txbEPDYmin3.Text = LoadData Case 29 txbEPDYmax3.Text = LoadData - Case 30 - txbRHueMin.Text = LoadData + Case 30 '' LED + txbHFLDMMax3.Text = LoadData Case 31 - txbRHueMax.Text = LoadData + txbHFLDMMin3.Text = LoadData Case 32 - txbRSatMin.Text = LoadData + txbHFLDMMax2.Text = LoadData Case 33 - txbRSatMax.Text = LoadData + txbHFLDMMin2.Text = LoadData Case 34 - txbRBgtMin.Text = LoadData + txbHFLDMMax1.Text = LoadData Case 35 - txbRBgtMax.Text = LoadData + txbHFLDMMin1.Text = LoadData Case 36 - txbYHueMin1.Text = LoadData + txbLDMVRmax1.Text = LoadData Case 37 - txbYHueMax1.Text = LoadData + txbLDMVRmin1.Text = LoadData Case 38 - txbYSatMin1.Text = LoadData + txbLDMVRmax2.Text = LoadData Case 39 - txbYSatMax1.Text = LoadData + txbLDMVRmin2.Text = LoadData Case 40 - txbYBgtMin1.Text = LoadData - Case 41 - txbYBgtMax1.Text = LoadData + txbLDMVRmax3.Text = LoadData + Case 41 ''LED + txbLDMVRmin3.Text = LoadData Case 42 txbFirmVer_AL.Text = LoadData @@ -8594,7 +9470,7 @@ WR_File_Error: Case formTypeList.prdHF, formType = formTypeList.prdLowHF ItemList = "PV_SN,TestDate,TestTime,FW_Ver,BatteryLv,DivTemp,CtTemp,HF_R1Value,HF_R2Value,HF_R3Value,Test_Result" FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_HF.csv" - Case formTypeList.prdRFMCEP, formType = formTypeList.prdHFLDMEP, formType = formTypeList.prdEP, formType = formTypeList.prdRFMC + Case formTypeList.prdRFMCEP, formType = formTypeList.prdHFLDMEP ItemList = "PV_SN,TestDate,TestTime,FW_Ver,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,MC_R1Wave,MC_R1Vpp,MC_R1Freq,MC_R2Wave,MC_R2Vpp,MC_R2Freq,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth,Test_Result" FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_RF.csv" Case formTypeList.iqcRFEP @@ -8603,18 +9479,39 @@ WR_File_Error: Case formTypeList.prdRFEP ItemList = "PV_SN,TestDate,TestTime,FW_Ver,Div_Temp,Cart_Temp,Battery_Level,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth,Test_Result" FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_ALTOPD.csv" - Case formTypeList.iqcHFRFEP, formTypeList.iqcHFEP, formTypeList.iqcRFEPMC + Case formTypeList.iqcHFRFEP, formTypeList.iqcHFEP ItemList = "TestDate,TestTime,FW_Ver,Div_Temp,HF_R1Value,HF_R2Value,HF_R3Value,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth,Test_Result" FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_IQC.csv" Case formTypeList.iqcHF ItemList = "TestDate,TestTime,FW_Ver,Div_Temp,HF_R1Value,HF_R2Value,HF_R3Value,Test_Result" - FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_IQC.csv" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_HFIQC.csv" Case formTypeList.company ItemList = "TestDate,TestTime,FW_Ver,Div_Temp,HF_R1Value,HF_R2Value,HF_R3Value,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth,Test_Result" FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_COMPANY.csv" Case formTypeList.iqcDsHF, formTypeList.prdDsHF ItemList = "TestDate,TestTime,FW_Ver,BatteryLv,DivTemp,CtTemp,HF_R1Value,HF_R2Value,HF_R3Value,Test_Result" FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_DS_HF.csv" + Case formType = formTypeList.iqcLDM + ItemList = "TestDate,TestTime,FW_Ver,Div_Temp,LDM_R1Value,LDM_R2Value,LDM_R3Value,Test_Result" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_LDMIQC.csv" + Case formType = formTypeList.prdLDM + ItemList = "TestDate,TestTime,FW_Ver,Div_Temp,LDM_R1Value,LDM_R2Value,LDM_R3Value,Test_Result" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_LDM.csv" + Case formType = formTypeList.prdVRLDM + ItemList = "PV_SN,TestDate,TestTime,FW_Ver,Div_Temp,Cart_Temp,Battery_Level,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,Test_Result" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_LDM(RF).csv" + Case formType = formTypeList.iqcEP + ItemList = "TestDate,TestTime,FW_Ver,Div_Temp,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth,Test_Result" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_EPIQC(NEMO).csv" + Case formTypeList.iqcRFEPMC + ItemList = "TestDate,TestTime,FW_Ver,Div_Temp,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,MC_R1Wave,MC_R1Vpp,MC_R1Freq,MC_R2Wave,MC_R2Vpp,MC_R2Freq,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth,Test_Result" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_MAREUMMOIQC.csv" + Case formTypeList.prdEP + ItemList = "PV_SN,TestDate,TestTime,FW_Ver,EP_R1Vpp,EP_R1Freq,EP_R1PWidth,EP_R1NWidth,EP_R2Vpp,EP_R2Freq,EP_R2PWidth,EP_R2NWidth,EP_R3Vpp,EP_R3Freq,EP_R3PWidth,EP_R3NWidth,Test_Result" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_lowPriceEPPD.csv" + Case formTypeList.prdRFMC + ItemList = "PV_SN,TestDate,TestTime,FW_Ver,RF_R1Vrms,RF_R1Freq,RF_R2Vrms,RF_R2Freq,RF_R3Vrms,RF_R3Freq,MC_R1Wave,MC_R1Vpp,MC_R1Freq,MC_R2Wave,MC_R2Vpp,MC_R2Freq,Test_Result" + FileName = FilePath & "\" & DateAndTime.Year(Now) & "_" & DateAndTime.Month(Now) & "_" & DateAndTime.Day(Now) & "_lowPriceRFMCPD.csv" Case Else FileName = "Null" ItemList = "Null" @@ -8764,7 +9661,7 @@ WR_File_Error: EquipSetting() - Case formTypeList.prdHF, formTypeList.iqcDsHF, formTypeList.prdDsHF, formTypeList.iqcHF, formTypeList.prdLowHF + Case formTypeList.prdHF, formTypeList.iqcDsHF, formTypeList.prdDsHF, formTypeList.iqcHF, formTypeList.prdLowHF, formTypeList.iqcLDM, formTypeList.prdLDM If SpecSet() Then txbWindow.AppendText("Spectrum Setting Fail!!" & vbCrLf) ErrorSwitch = True @@ -8776,7 +9673,7 @@ WR_File_Error: StartSwitch = True End If - Case formTypeList.prdRFMCEP, formTypeList.iqcRFEP, formTypeList.prdRFEP, formTypeList.company, formTypeList.iqcEP, formTypeList.iqcRFEPMC, formTypeList.prdHFLDMEP, formTypeList.prdEP, formTypeList.prdRFMC + Case formTypeList.prdRFMCEP, formTypeList.iqcRFEP, formTypeList.prdRFEP, formTypeList.company, formTypeList.iqcEP, formTypeList.iqcRFEPMC, formTypeList.prdHFLDMEP, formTypeList.prdEP, formTypeList.prdRFMC, formTypeList.prdVRLDM If EquipSet() Then txbWindow.AppendText("Scope Setting Fail!!" & vbCrLf) ErrorSwitch = True @@ -8903,13 +9800,22 @@ WR_File_Error: '저가형 모델 If LowPriceUseYn = True Then - If EpUseYn = True And HifuUseYn = False And RfUseYn = False And LdmUseYn = False Then + If EpUseYn = True And HifuUseYn = False And RfUseYn = False And LdmUseYn = False Then ''네모 comboBoxVerificationStep.Items.Add(New DictionaryEntry("수입검사(EP)", "iqcEP")) End If - If HifuUseYn = True Or LdmUseYn = True Then - comboBoxVerificationStep.Items.Add(New DictionaryEntry("수입검사(HF or LDM)/EP)", "iqcHFLDMEP")) ''맥시멈 수입화면 - comboBoxVerificationStep.Items.Add(New DictionaryEntry("생산2(HF or LDM)", "prdHFLDM")) ''맥시멈 hf 생산 화면 - comboBoxVerificationStep.Items.Add(New DictionaryEntry("생산1(EP)", "prdHFLDMEP")) ''맥시멈 hf 생산 화면 + If HifuUseYn = True Then + comboBoxVerificationStep.Items.Add(New DictionaryEntry("수입검사(HF/EP)", "iqcHFLDMEP")) ''맥시멈 수입화면/ 원 + comboBoxVerificationStep.Items.Add(New DictionaryEntry("생산2(HF)", "prdHFLDM")) ''맥시멈 hf 생산 화면 /원 + comboBoxVerificationStep.Items.Add(New DictionaryEntry("생산1(EP)", "prdHFLDMEP")) ''맥시멈 hf 생산 화면 /원 + End If + If LdmUseYn = True Then ''세모 + comboBoxVerificationStep.Items.Add(New DictionaryEntry("수입검사(LDM)", "iqcLDM")) + comboBoxVerificationStep.Items.Add(New DictionaryEntry("생산1(LDM)", "prdLDM")) + comboBoxVerificationStep.Items.Add(New DictionaryEntry("생산2(LDM/VRMS)", "prdVRLDM")) + End If + If LdmUseYn = True And EpUseYn = True Then ''세모 플러스 + comboBoxVerificationStep.Items.Add(New DictionaryEntry("수입검사(EP)", "iqcLDMEP")) + comboBoxVerificationStep.Items.Add(New DictionaryEntry("생산3(EP)", "prdLDMEP")) End If If McUseYn = True And HifuUseYn = False Then comboBoxVerificationStep.Items.Add(New DictionaryEntry("수입검사(RF/EP/MC)", "iqcRFEPMC")) ''맥시멈 생산 화면 @@ -8961,9 +9867,13 @@ WR_File_Error: gbHFTest.Visible = False gbRFMCEP.Visible = False gbStep.Visible = False - If lbIQCHF.Text.Equals("3. Cos-Up") Then + If lbIQCHF.Text.Equals("3. Cos-Up") Or lbIQCHF.Text.Equals("1. LDM") Then lbIQCHF.Text = "1. HIFU" End If + If lbHF.Text.Equals("3. LDM") And lbTDreg.Text.Equals("4. LDM 정보입력") Then + lbHF.Text = "3. HIFU" + lbTDreg.Text = "4. TD 정보입력" + End If Select Case VerificationStep Case "iqcHFRFEP" @@ -8973,13 +9883,6 @@ WR_File_Error: pnIQCEP.Visible = True pnIQCRun3.Visible = True formType = formTypeList.iqcHFRFEP - Case "iqcHF" - gbIQC.Visible = True - pnIQCRF.Visible = False - pnIQCRun2.Visible = False - pnIQCEP.Visible = False - pnIQCRun3.Visible = False - formType = formTypeList.iqcHF Case "iqcRFEP" gbAltoIQC.Visible = True formType = formTypeList.iqcRFEP @@ -9010,6 +9913,14 @@ WR_File_Error: pnIQCEP.Visible = True pnIQCRun3.Visible = True formType = formTypeList.iqcHFEP + Case "iqcLDM" + gbIQC.Visible = True + pnIQCRF.Visible = False + pnIQCRun2.Visible = False + pnIQCEP.Visible = False + pnIQCRun3.Visible = False + lbIQCHF.Text = "1. LDM" + formType = formTypeList.iqcLDM Case "iqcEP" gbIQC.Visible = True pnIQCRF.Visible = False @@ -9024,6 +9935,16 @@ WR_File_Error: Case "prdHFLDM" gbHFTest.Visible = True formType = formTypeList.prdLowHF + Case "prdLDM" + gbHFTest.Visible = True + lbHF.Text = "3. LDM" + lbTDreg.Text = "4. LDM 정보입력" + formType = formTypeList.prdLDM + Case "prdVRLDM" + gbHFTest.Visible = True + lbHF.Text = "3. LDM" + lbTDreg.Text = "4. LDM 정보입력" + formType = formTypeList.prdVRLDM Case "prdHFLDMEP" gbHFTest.Visible = True formType = formTypeList.prdHFLDMEP