From 32996965394e0e42c40da3b0a54647616632ae1e Mon Sep 17 00:00:00 2001 From: hyelinjung Date: Fri, 16 Jan 2026 18:40:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=AC=EB=A6=AC=EB=B8=8C=EC=98=81=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 --- OrderPackingProcessor/mainForm.Designer.vb | 1522 ++++++++++++-------- OrderPackingProcessor/mainForm.vb | 269 ++-- OrderPackingProcessor/mySQLAddress.vb | 44 +- OrderPackingProcessor/weightForm.vb | 11 +- 4 files changed, 1085 insertions(+), 761 deletions(-) diff --git a/OrderPackingProcessor/mainForm.Designer.vb b/OrderPackingProcessor/mainForm.Designer.vb index 91f6638..63bb05b 100644 --- a/OrderPackingProcessor/mainForm.Designer.vb +++ b/OrderPackingProcessor/mainForm.Designer.vb @@ -163,6 +163,8 @@ Partial Class mainForm Me.gbInv = New System.Windows.Forms.GroupBox() Me.ckbInv = New System.Windows.Forms.CheckBox() Me.pnOption = New System.Windows.Forms.Panel() + Me.oygoupbox = New System.Windows.Forms.GroupBox() + Me.oybtn = New System.Windows.Forms.RadioButton() Me.gbMass = New System.Windows.Forms.GroupBox() Me.rdbBef = New System.Windows.Forms.RadioButton() Me.rdbNew = New System.Windows.Forms.RadioButton() @@ -374,6 +376,7 @@ Partial Class mainForm Me.gbAutoMode.SuspendLayout() Me.gbInv.SuspendLayout() Me.pnOption.SuspendLayout() + Me.oygoupbox.SuspendLayout() Me.gbMass.SuspendLayout() Me.gbMesDb.SuspendLayout() Me.gbAutoCount.SuspendLayout() @@ -455,11 +458,11 @@ Partial Class mainForm Me.gbProdSN.Controls.Add(Me.lbProdSN) Me.gbProdSN.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbProdSN.ForeColor = System.Drawing.Color.Black - Me.gbProdSN.Location = New System.Drawing.Point(459, 4) - Me.gbProdSN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbProdSN.Location = New System.Drawing.Point(525, 5) + Me.gbProdSN.Margin = New System.Windows.Forms.Padding(5) Me.gbProdSN.Name = "gbProdSN" - Me.gbProdSN.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbProdSN.Size = New System.Drawing.Size(1073, 106) + Me.gbProdSN.Padding = New System.Windows.Forms.Padding(5) + Me.gbProdSN.Size = New System.Drawing.Size(1226, 132) Me.gbProdSN.TabIndex = 81 Me.gbProdSN.TabStop = False Me.gbProdSN.Text = "시리얼 번호" @@ -467,10 +470,10 @@ Partial Class mainForm 'btnOK ' Me.btnOK.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnOK.Location = New System.Drawing.Point(956, 29) - Me.btnOK.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.btnOK.Location = New System.Drawing.Point(1093, 36) + Me.btnOK.Margin = New System.Windows.Forms.Padding(5) Me.btnOK.Name = "btnOK" - Me.btnOK.Size = New System.Drawing.Size(110, 64) + Me.btnOK.Size = New System.Drawing.Size(126, 80) Me.btnOK.TabIndex = 69 Me.btnOK.Text = "입력" Me.btnOK.UseVisualStyleBackColor = True @@ -481,10 +484,10 @@ Partial Class mainForm Me.txbProdSN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbProdSN.Font = New System.Drawing.Font("함초롬바탕", 38.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbProdSN.ImeMode = System.Windows.Forms.ImeMode.Disable - Me.txbProdSN.Location = New System.Drawing.Point(90, 24) - Me.txbProdSN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbProdSN.Location = New System.Drawing.Point(103, 30) + Me.txbProdSN.Margin = New System.Windows.Forms.Padding(5) Me.txbProdSN.Name = "txbProdSN" - Me.txbProdSN.Size = New System.Drawing.Size(863, 74) + Me.txbProdSN.Size = New System.Drawing.Size(986, 90) Me.txbProdSN.TabIndex = 67 Me.txbProdSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' @@ -492,10 +495,10 @@ Partial Class mainForm ' Me.lbProdSN.AutoSize = True Me.lbProdSN.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbProdSN.Location = New System.Drawing.Point(8, 39) - Me.lbProdSN.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbProdSN.Location = New System.Drawing.Point(9, 49) + Me.lbProdSN.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbProdSN.Name = "lbProdSN" - Me.lbProdSN.Size = New System.Drawing.Size(78, 41) + Me.lbProdSN.Size = New System.Drawing.Size(97, 52) Me.lbProdSN.TabIndex = 68 Me.lbProdSN.Text = "P/N" ' @@ -516,8 +519,9 @@ Partial Class mainForm Me.pnMain.Controls.Add(Me.gbAutoMode) Me.pnMain.Controls.Add(Me.gbInv) 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, 1060) + Me.pnMain.Size = New System.Drawing.Size(2194, 1325) Me.pnMain.TabIndex = 82 ' 'gbMESId @@ -526,11 +530,11 @@ Partial Class mainForm Me.gbMESId.Controls.Add(Me.lbMESid) Me.gbMESId.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbMESId.ForeColor = System.Drawing.Color.Black - Me.gbMESId.Location = New System.Drawing.Point(166, 4) - Me.gbMESId.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbMESId.Location = New System.Drawing.Point(190, 5) + Me.gbMESId.Margin = New System.Windows.Forms.Padding(5) Me.gbMESId.Name = "gbMESId" - Me.gbMESId.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbMESId.Size = New System.Drawing.Size(137, 106) + Me.gbMESId.Padding = New System.Windows.Forms.Padding(5) + Me.gbMESId.Size = New System.Drawing.Size(157, 132) Me.gbMESId.TabIndex = 106 Me.gbMESId.TabStop = False Me.gbMESId.Text = "MES 로그인 ID" @@ -539,18 +543,19 @@ Partial Class mainForm ' Me.lbMESid.AutoSize = True Me.lbMESid.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMESid.Location = New System.Drawing.Point(32, 44) + Me.lbMESid.Location = New System.Drawing.Point(37, 55) Me.lbMESid.Name = "lbMESid" - Me.lbMESid.Size = New System.Drawing.Size(69, 35) + Me.lbMESid.Size = New System.Drawing.Size(86, 44) Me.lbMESid.TabIndex = 0 Me.lbMESid.Text = "OFF" ' 'btnLoginTest ' Me.btnLoginTest.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnLoginTest.Location = New System.Drawing.Point(3, 4) + Me.btnLoginTest.Location = New System.Drawing.Point(3, 5) + Me.btnLoginTest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnLoginTest.Name = "btnLoginTest" - Me.btnLoginTest.Size = New System.Drawing.Size(161, 107) + Me.btnLoginTest.Size = New System.Drawing.Size(184, 134) Me.btnLoginTest.TabIndex = 19 Me.btnLoginTest.Text = "MES" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "로그인" Me.btnLoginTest.UseVisualStyleBackColor = True @@ -561,11 +566,11 @@ Partial Class mainForm Me.gbPacking.Controls.Add(Me.cboPacking) Me.gbPacking.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbPacking.ForeColor = System.Drawing.Color.Black - Me.gbPacking.Location = New System.Drawing.Point(453, 4) - Me.gbPacking.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbPacking.Location = New System.Drawing.Point(518, 5) + Me.gbPacking.Margin = New System.Windows.Forms.Padding(5) Me.gbPacking.Name = "gbPacking" - Me.gbPacking.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbPacking.Size = New System.Drawing.Size(420, 106) + Me.gbPacking.Padding = New System.Windows.Forms.Padding(5) + Me.gbPacking.Size = New System.Drawing.Size(480, 132) Me.gbPacking.TabIndex = 100 Me.gbPacking.TabStop = False Me.gbPacking.Text = "패킹선택" @@ -576,9 +581,10 @@ Partial Class mainForm Me.cboPacking.BackColor = System.Drawing.Color.Yellow Me.cboPacking.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cboPacking.FormattingEnabled = True - Me.cboPacking.Location = New System.Drawing.Point(9, 36) + Me.cboPacking.Location = New System.Drawing.Point(10, 45) + Me.cboPacking.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cboPacking.Name = "cboPacking" - Me.cboPacking.Size = New System.Drawing.Size(404, 46) + Me.cboPacking.Size = New System.Drawing.Size(461, 55) Me.cboPacking.TabIndex = 0 ' 'gb_info @@ -591,11 +597,11 @@ Partial Class mainForm Me.gb_info.Controls.Add(Me.pnBtn) Me.gb_info.Controls.Add(Me.pnbotWeight) Me.gb_info.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gb_info.Location = New System.Drawing.Point(962, 287) - Me.gb_info.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gb_info.Location = New System.Drawing.Point(1099, 359) + Me.gb_info.Margin = New System.Windows.Forms.Padding(5) Me.gb_info.Name = "gb_info" - Me.gb_info.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gb_info.Size = New System.Drawing.Size(950, 761) + Me.gb_info.Padding = New System.Windows.Forms.Padding(5) + Me.gb_info.Size = New System.Drawing.Size(1086, 951) Me.gb_info.TabIndex = 105 Me.gb_info.TabStop = False Me.gb_info.Text = "제품 사양" @@ -608,9 +614,11 @@ Partial Class mainForm Me.gbCount.Controls.Add(Me.gbLcount) Me.gbCount.Controls.Add(Me.gbPcount) Me.gbCount.Controls.Add(Me.gbFullCount) - Me.gbCount.Location = New System.Drawing.Point(5, 390) + Me.gbCount.Location = New System.Drawing.Point(6, 488) + Me.gbCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbCount.Name = "gbCount" - Me.gbCount.Size = New System.Drawing.Size(465, 258) + Me.gbCount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbCount.Size = New System.Drawing.Size(531, 322) Me.gbCount.TabIndex = 89 Me.gbCount.TabStop = False Me.gbCount.Text = "수량정보" @@ -619,10 +627,11 @@ Partial Class mainForm ' Me.txbCount.BackColor = System.Drawing.SystemColors.Window Me.txbCount.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCount.Location = New System.Drawing.Point(170, 28) + Me.txbCount.Location = New System.Drawing.Point(194, 35) + Me.txbCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCount.Name = "txbCount" Me.txbCount.ReadOnly = True - Me.txbCount.Size = New System.Drawing.Size(244, 39) + Me.txbCount.Size = New System.Drawing.Size(278, 46) Me.txbCount.TabIndex = 1 Me.txbCount.Text = "888" Me.txbCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -631,9 +640,9 @@ Partial Class mainForm ' Me.lbCount.AutoSize = True Me.lbCount.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCount.Location = New System.Drawing.Point(50, 36) + Me.lbCount.Location = New System.Drawing.Point(57, 45) Me.lbCount.Name = "lbCount" - Me.lbCount.Size = New System.Drawing.Size(124, 27) + Me.lbCount.Size = New System.Drawing.Size(161, 35) Me.lbCount.TabIndex = 0 Me.lbCount.Text = "총 포장 수량" ' @@ -644,9 +653,11 @@ Partial Class mainForm Me.gbLcount.Controls.Add(Me.pnLuxFace) Me.gbLcount.Controls.Add(Me.pnLuxEye) Me.gbLcount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbLcount.Location = New System.Drawing.Point(156, 73) + Me.gbLcount.Location = New System.Drawing.Point(178, 91) + Me.gbLcount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbLcount.Name = "gbLcount" - Me.gbLcount.Size = New System.Drawing.Size(147, 185) + Me.gbLcount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbLcount.Size = New System.Drawing.Size(168, 231) Me.gbLcount.TabIndex = 8 Me.gbLcount.TabStop = False Me.gbLcount.Text = "LUX" @@ -655,19 +666,21 @@ Partial Class mainForm ' Me.pnLuxSet.Controls.Add(Me.txbLuxSet) Me.pnLuxSet.Controls.Add(Me.lbLuxSet) - Me.pnLuxSet.Location = New System.Drawing.Point(6, 31) + Me.pnLuxSet.Location = New System.Drawing.Point(7, 39) + Me.pnLuxSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLuxSet.Name = "pnLuxSet" - Me.pnLuxSet.Size = New System.Drawing.Size(130, 34) + Me.pnLuxSet.Size = New System.Drawing.Size(149, 42) Me.pnLuxSet.TabIndex = 5 ' 'txbLuxSet ' Me.txbLuxSet.BackColor = System.Drawing.SystemColors.Window Me.txbLuxSet.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbLuxSet.Location = New System.Drawing.Point(55, 3) + Me.txbLuxSet.Location = New System.Drawing.Point(63, 4) + Me.txbLuxSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLuxSet.Name = "txbLuxSet" Me.txbLuxSet.ReadOnly = True - Me.txbLuxSet.Size = New System.Drawing.Size(67, 28) + Me.txbLuxSet.Size = New System.Drawing.Size(76, 33) Me.txbLuxSet.TabIndex = 1 Me.txbLuxSet.Text = "888" Me.txbLuxSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -676,9 +689,9 @@ Partial Class mainForm ' Me.lbLuxSet.AutoSize = True Me.lbLuxSet.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbLuxSet.Location = New System.Drawing.Point(3, 6) + Me.lbLuxSet.Location = New System.Drawing.Point(3, 8) Me.lbLuxSet.Name = "lbLuxSet" - Me.lbLuxSet.Size = New System.Drawing.Size(41, 21) + Me.lbLuxSet.Size = New System.Drawing.Size(51, 26) Me.lbLuxSet.TabIndex = 0 Me.lbLuxSet.Text = "SET" ' @@ -686,19 +699,21 @@ Partial Class mainForm ' Me.pnLuxBody.Controls.Add(Me.txbLuxBody) Me.pnLuxBody.Controls.Add(Me.lbLuxBody) - Me.pnLuxBody.Location = New System.Drawing.Point(7, 145) + Me.pnLuxBody.Location = New System.Drawing.Point(8, 181) + Me.pnLuxBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLuxBody.Name = "pnLuxBody" - Me.pnLuxBody.Size = New System.Drawing.Size(130, 34) + Me.pnLuxBody.Size = New System.Drawing.Size(149, 42) Me.pnLuxBody.TabIndex = 6 ' 'txbLuxBody ' Me.txbLuxBody.BackColor = System.Drawing.SystemColors.Window Me.txbLuxBody.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbLuxBody.Location = New System.Drawing.Point(55, 3) + Me.txbLuxBody.Location = New System.Drawing.Point(63, 4) + Me.txbLuxBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLuxBody.Name = "txbLuxBody" Me.txbLuxBody.ReadOnly = True - Me.txbLuxBody.Size = New System.Drawing.Size(67, 28) + Me.txbLuxBody.Size = New System.Drawing.Size(76, 33) Me.txbLuxBody.TabIndex = 1 Me.txbLuxBody.Text = "888" Me.txbLuxBody.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -707,9 +722,9 @@ Partial Class mainForm ' Me.lbLuxBody.AutoSize = True Me.lbLuxBody.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbLuxBody.Location = New System.Drawing.Point(3, 6) + Me.lbLuxBody.Location = New System.Drawing.Point(3, 8) Me.lbLuxBody.Name = "lbLuxBody" - Me.lbLuxBody.Size = New System.Drawing.Size(55, 21) + Me.lbLuxBody.Size = New System.Drawing.Size(67, 26) Me.lbLuxBody.TabIndex = 0 Me.lbLuxBody.Text = "BODY" ' @@ -717,19 +732,21 @@ Partial Class mainForm ' Me.pnLuxFace.Controls.Add(Me.txbLuxFace) Me.pnLuxFace.Controls.Add(Me.lbLuxFace) - Me.pnLuxFace.Location = New System.Drawing.Point(7, 71) + Me.pnLuxFace.Location = New System.Drawing.Point(8, 89) + Me.pnLuxFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLuxFace.Name = "pnLuxFace" - Me.pnLuxFace.Size = New System.Drawing.Size(130, 34) + Me.pnLuxFace.Size = New System.Drawing.Size(149, 42) Me.pnLuxFace.TabIndex = 6 ' 'txbLuxFace ' Me.txbLuxFace.BackColor = System.Drawing.SystemColors.Window Me.txbLuxFace.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbLuxFace.Location = New System.Drawing.Point(55, 3) + Me.txbLuxFace.Location = New System.Drawing.Point(63, 4) + Me.txbLuxFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLuxFace.Name = "txbLuxFace" Me.txbLuxFace.ReadOnly = True - Me.txbLuxFace.Size = New System.Drawing.Size(67, 28) + Me.txbLuxFace.Size = New System.Drawing.Size(76, 33) Me.txbLuxFace.TabIndex = 1 Me.txbLuxFace.Text = "888" Me.txbLuxFace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -738,9 +755,9 @@ Partial Class mainForm ' Me.lbLuxFace.AutoSize = True Me.lbLuxFace.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbLuxFace.Location = New System.Drawing.Point(3, 6) + Me.lbLuxFace.Location = New System.Drawing.Point(3, 8) Me.lbLuxFace.Name = "lbLuxFace" - Me.lbLuxFace.Size = New System.Drawing.Size(52, 21) + Me.lbLuxFace.Size = New System.Drawing.Size(64, 26) Me.lbLuxFace.TabIndex = 0 Me.lbLuxFace.Text = "FACE" ' @@ -748,19 +765,21 @@ Partial Class mainForm ' Me.pnLuxEye.Controls.Add(Me.txbLuxEye) Me.pnLuxEye.Controls.Add(Me.lbLuxEye) - Me.pnLuxEye.Location = New System.Drawing.Point(7, 108) + Me.pnLuxEye.Location = New System.Drawing.Point(8, 135) + Me.pnLuxEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLuxEye.Name = "pnLuxEye" - Me.pnLuxEye.Size = New System.Drawing.Size(130, 34) + Me.pnLuxEye.Size = New System.Drawing.Size(149, 42) Me.pnLuxEye.TabIndex = 6 ' 'txbLuxEye ' Me.txbLuxEye.BackColor = System.Drawing.SystemColors.Window Me.txbLuxEye.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbLuxEye.Location = New System.Drawing.Point(55, 3) + Me.txbLuxEye.Location = New System.Drawing.Point(63, 4) + Me.txbLuxEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLuxEye.Name = "txbLuxEye" Me.txbLuxEye.ReadOnly = True - Me.txbLuxEye.Size = New System.Drawing.Size(67, 28) + Me.txbLuxEye.Size = New System.Drawing.Size(76, 33) Me.txbLuxEye.TabIndex = 1 Me.txbLuxEye.Text = "888" Me.txbLuxEye.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -769,9 +788,9 @@ Partial Class mainForm ' Me.lbLuxEye.AutoSize = True Me.lbLuxEye.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbLuxEye.Location = New System.Drawing.Point(3, 6) + Me.lbLuxEye.Location = New System.Drawing.Point(3, 8) Me.lbLuxEye.Name = "lbLuxEye" - Me.lbLuxEye.Size = New System.Drawing.Size(41, 21) + Me.lbLuxEye.Size = New System.Drawing.Size(52, 26) Me.lbLuxEye.TabIndex = 0 Me.lbLuxEye.Text = "EYE" ' @@ -782,9 +801,11 @@ Partial Class mainForm Me.gbPcount.Controls.Add(Me.pnProFace) Me.gbPcount.Controls.Add(Me.pnProEye) Me.gbPcount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPcount.Location = New System.Drawing.Point(10, 73) + Me.gbPcount.Location = New System.Drawing.Point(11, 91) + Me.gbPcount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPcount.Name = "gbPcount" - Me.gbPcount.Size = New System.Drawing.Size(142, 185) + Me.gbPcount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPcount.Size = New System.Drawing.Size(162, 231) Me.gbPcount.TabIndex = 7 Me.gbPcount.TabStop = False Me.gbPcount.Text = "PRO" @@ -793,19 +814,21 @@ Partial Class mainForm ' Me.pnProSet.Controls.Add(Me.txbProSet) Me.pnProSet.Controls.Add(Me.lbProSet) - Me.pnProSet.Location = New System.Drawing.Point(6, 31) + Me.pnProSet.Location = New System.Drawing.Point(7, 39) + Me.pnProSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnProSet.Name = "pnProSet" - Me.pnProSet.Size = New System.Drawing.Size(130, 34) + Me.pnProSet.Size = New System.Drawing.Size(149, 42) Me.pnProSet.TabIndex = 5 ' 'txbProSet ' Me.txbProSet.BackColor = System.Drawing.SystemColors.Window Me.txbProSet.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbProSet.Location = New System.Drawing.Point(55, 3) + Me.txbProSet.Location = New System.Drawing.Point(63, 4) + Me.txbProSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProSet.Name = "txbProSet" Me.txbProSet.ReadOnly = True - Me.txbProSet.Size = New System.Drawing.Size(67, 28) + Me.txbProSet.Size = New System.Drawing.Size(76, 33) Me.txbProSet.TabIndex = 1 Me.txbProSet.Text = "888" Me.txbProSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -814,9 +837,9 @@ Partial Class mainForm ' Me.lbProSet.AutoSize = True Me.lbProSet.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbProSet.Location = New System.Drawing.Point(3, 6) + Me.lbProSet.Location = New System.Drawing.Point(3, 8) Me.lbProSet.Name = "lbProSet" - Me.lbProSet.Size = New System.Drawing.Size(41, 21) + Me.lbProSet.Size = New System.Drawing.Size(51, 26) Me.lbProSet.TabIndex = 0 Me.lbProSet.Text = "SET" ' @@ -824,19 +847,21 @@ Partial Class mainForm ' Me.pnProBody.Controls.Add(Me.txbProBody) Me.pnProBody.Controls.Add(Me.lbProBody) - Me.pnProBody.Location = New System.Drawing.Point(7, 145) + Me.pnProBody.Location = New System.Drawing.Point(8, 181) + Me.pnProBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnProBody.Name = "pnProBody" - Me.pnProBody.Size = New System.Drawing.Size(130, 34) + Me.pnProBody.Size = New System.Drawing.Size(149, 42) Me.pnProBody.TabIndex = 6 ' 'txbProBody ' Me.txbProBody.BackColor = System.Drawing.SystemColors.Window Me.txbProBody.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbProBody.Location = New System.Drawing.Point(55, 3) + Me.txbProBody.Location = New System.Drawing.Point(63, 4) + Me.txbProBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProBody.Name = "txbProBody" Me.txbProBody.ReadOnly = True - Me.txbProBody.Size = New System.Drawing.Size(67, 28) + Me.txbProBody.Size = New System.Drawing.Size(76, 33) Me.txbProBody.TabIndex = 1 Me.txbProBody.Text = "888" Me.txbProBody.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -845,9 +870,9 @@ Partial Class mainForm ' Me.lbProBody.AutoSize = True Me.lbProBody.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbProBody.Location = New System.Drawing.Point(3, 6) + Me.lbProBody.Location = New System.Drawing.Point(3, 8) Me.lbProBody.Name = "lbProBody" - Me.lbProBody.Size = New System.Drawing.Size(55, 21) + Me.lbProBody.Size = New System.Drawing.Size(67, 26) Me.lbProBody.TabIndex = 0 Me.lbProBody.Text = "BODY" ' @@ -855,19 +880,21 @@ Partial Class mainForm ' Me.pnProFace.Controls.Add(Me.txbProFace) Me.pnProFace.Controls.Add(Me.lbProFace) - Me.pnProFace.Location = New System.Drawing.Point(7, 71) + Me.pnProFace.Location = New System.Drawing.Point(8, 89) + Me.pnProFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnProFace.Name = "pnProFace" - Me.pnProFace.Size = New System.Drawing.Size(130, 34) + Me.pnProFace.Size = New System.Drawing.Size(149, 42) Me.pnProFace.TabIndex = 6 ' 'txbProFace ' Me.txbProFace.BackColor = System.Drawing.SystemColors.Window Me.txbProFace.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbProFace.Location = New System.Drawing.Point(55, 3) + Me.txbProFace.Location = New System.Drawing.Point(63, 4) + Me.txbProFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProFace.Name = "txbProFace" Me.txbProFace.ReadOnly = True - Me.txbProFace.Size = New System.Drawing.Size(67, 28) + Me.txbProFace.Size = New System.Drawing.Size(76, 33) Me.txbProFace.TabIndex = 1 Me.txbProFace.Text = "888" Me.txbProFace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -876,9 +903,9 @@ Partial Class mainForm ' Me.lbProFace.AutoSize = True Me.lbProFace.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbProFace.Location = New System.Drawing.Point(3, 6) + Me.lbProFace.Location = New System.Drawing.Point(3, 8) Me.lbProFace.Name = "lbProFace" - Me.lbProFace.Size = New System.Drawing.Size(52, 21) + Me.lbProFace.Size = New System.Drawing.Size(64, 26) Me.lbProFace.TabIndex = 0 Me.lbProFace.Text = "FACE" ' @@ -886,19 +913,21 @@ Partial Class mainForm ' Me.pnProEye.Controls.Add(Me.txbProEye) Me.pnProEye.Controls.Add(Me.lbProEye) - Me.pnProEye.Location = New System.Drawing.Point(7, 108) + Me.pnProEye.Location = New System.Drawing.Point(8, 135) + Me.pnProEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnProEye.Name = "pnProEye" - Me.pnProEye.Size = New System.Drawing.Size(130, 34) + Me.pnProEye.Size = New System.Drawing.Size(149, 42) Me.pnProEye.TabIndex = 6 ' 'txbProEye ' Me.txbProEye.BackColor = System.Drawing.SystemColors.Window Me.txbProEye.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbProEye.Location = New System.Drawing.Point(55, 3) + Me.txbProEye.Location = New System.Drawing.Point(63, 4) + Me.txbProEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProEye.Name = "txbProEye" Me.txbProEye.ReadOnly = True - Me.txbProEye.Size = New System.Drawing.Size(67, 28) + Me.txbProEye.Size = New System.Drawing.Size(76, 33) Me.txbProEye.TabIndex = 1 Me.txbProEye.Text = "888" Me.txbProEye.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -907,9 +936,9 @@ Partial Class mainForm ' Me.lbProEye.AutoSize = True Me.lbProEye.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbProEye.Location = New System.Drawing.Point(3, 6) + Me.lbProEye.Location = New System.Drawing.Point(3, 8) Me.lbProEye.Name = "lbProEye" - Me.lbProEye.Size = New System.Drawing.Size(41, 21) + Me.lbProEye.Size = New System.Drawing.Size(52, 26) Me.lbProEye.TabIndex = 0 Me.lbProEye.Text = "EYE" ' @@ -918,17 +947,20 @@ Partial Class mainForm Me.gbFullCount.Controls.Add(Me.btnMore) Me.gbFullCount.Controls.Add(Me.gbEcount) Me.gbFullCount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbFullCount.Location = New System.Drawing.Point(2, 73) + Me.gbFullCount.Location = New System.Drawing.Point(2, 91) + Me.gbFullCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbFullCount.Name = "gbFullCount" - Me.gbFullCount.Size = New System.Drawing.Size(460, 185) + Me.gbFullCount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbFullCount.Size = New System.Drawing.Size(526, 231) Me.gbFullCount.TabIndex = 2 Me.gbFullCount.TabStop = False ' 'btnMore ' - Me.btnMore.Location = New System.Drawing.Point(304, 145) + Me.btnMore.Location = New System.Drawing.Point(347, 181) + Me.btnMore.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnMore.Name = "btnMore" - Me.btnMore.Size = New System.Drawing.Size(150, 34) + Me.btnMore.Size = New System.Drawing.Size(171, 42) Me.btnMore.TabIndex = 10 Me.btnMore.Text = "자세히" Me.btnMore.UseVisualStyleBackColor = True @@ -939,9 +971,11 @@ Partial Class mainForm Me.gbEcount.Controls.Add(Me.pnGel) Me.gbEcount.Controls.Add(Me.pnAmp) Me.gbEcount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEcount.Location = New System.Drawing.Point(307, 0) + Me.gbEcount.Location = New System.Drawing.Point(351, 0) + Me.gbEcount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEcount.Name = "gbEcount" - Me.gbEcount.Size = New System.Drawing.Size(147, 144) + Me.gbEcount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEcount.Size = New System.Drawing.Size(168, 180) Me.gbEcount.TabIndex = 9 Me.gbEcount.TabStop = False Me.gbEcount.Text = "ETC" @@ -950,19 +984,21 @@ Partial Class mainForm ' Me.pnMAX.Controls.Add(Me.txbMAX) Me.pnMAX.Controls.Add(Me.lbMAX) - Me.pnMAX.Location = New System.Drawing.Point(6, 31) + Me.pnMAX.Location = New System.Drawing.Point(7, 39) + Me.pnMAX.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMAX.Name = "pnMAX" - Me.pnMAX.Size = New System.Drawing.Size(130, 34) + Me.pnMAX.Size = New System.Drawing.Size(149, 42) Me.pnMAX.TabIndex = 5 ' 'txbMAX ' Me.txbMAX.BackColor = System.Drawing.SystemColors.Window Me.txbMAX.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMAX.Location = New System.Drawing.Point(55, 3) + Me.txbMAX.Location = New System.Drawing.Point(63, 4) + Me.txbMAX.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbMAX.Name = "txbMAX" Me.txbMAX.ReadOnly = True - Me.txbMAX.Size = New System.Drawing.Size(67, 28) + Me.txbMAX.Size = New System.Drawing.Size(76, 33) Me.txbMAX.TabIndex = 1 Me.txbMAX.Text = "888" Me.txbMAX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -971,9 +1007,9 @@ Partial Class mainForm ' Me.lbMAX.AutoSize = True Me.lbMAX.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMAX.Location = New System.Drawing.Point(3, 6) + Me.lbMAX.Location = New System.Drawing.Point(3, 8) Me.lbMAX.Name = "lbMAX" - Me.lbMAX.Size = New System.Drawing.Size(45, 21) + Me.lbMAX.Size = New System.Drawing.Size(57, 26) Me.lbMAX.TabIndex = 0 Me.lbMAX.Text = "MAX" ' @@ -981,19 +1017,21 @@ Partial Class mainForm ' Me.pnGel.Controls.Add(Me.txbGel) Me.pnGel.Controls.Add(Me.lbGel) - Me.pnGel.Location = New System.Drawing.Point(7, 71) + Me.pnGel.Location = New System.Drawing.Point(8, 89) + Me.pnGel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnGel.Name = "pnGel" - Me.pnGel.Size = New System.Drawing.Size(130, 34) + Me.pnGel.Size = New System.Drawing.Size(149, 42) Me.pnGel.TabIndex = 6 ' 'txbGel ' Me.txbGel.BackColor = System.Drawing.SystemColors.Window Me.txbGel.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbGel.Location = New System.Drawing.Point(55, 3) + Me.txbGel.Location = New System.Drawing.Point(63, 4) + Me.txbGel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbGel.Name = "txbGel" Me.txbGel.ReadOnly = True - Me.txbGel.Size = New System.Drawing.Size(67, 28) + Me.txbGel.Size = New System.Drawing.Size(76, 33) Me.txbGel.TabIndex = 1 Me.txbGel.Text = "888" Me.txbGel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1002,9 +1040,9 @@ Partial Class mainForm ' Me.lbGel.AutoSize = True Me.lbGel.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbGel.Location = New System.Drawing.Point(3, 6) + Me.lbGel.Location = New System.Drawing.Point(3, 8) Me.lbGel.Name = "lbGel" - Me.lbGel.Size = New System.Drawing.Size(41, 21) + Me.lbGel.Size = New System.Drawing.Size(51, 26) Me.lbGel.TabIndex = 0 Me.lbGel.Text = "GEL" ' @@ -1012,19 +1050,21 @@ Partial Class mainForm ' Me.pnAmp.Controls.Add(Me.txbAmp) Me.pnAmp.Controls.Add(Me.lbAmp) - Me.pnAmp.Location = New System.Drawing.Point(7, 108) + Me.pnAmp.Location = New System.Drawing.Point(8, 135) + Me.pnAmp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAmp.Name = "pnAmp" - Me.pnAmp.Size = New System.Drawing.Size(130, 34) + Me.pnAmp.Size = New System.Drawing.Size(149, 42) Me.pnAmp.TabIndex = 6 ' 'txbAmp ' Me.txbAmp.BackColor = System.Drawing.SystemColors.Window Me.txbAmp.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAmp.Location = New System.Drawing.Point(55, 3) + Me.txbAmp.Location = New System.Drawing.Point(63, 4) + Me.txbAmp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAmp.Name = "txbAmp" Me.txbAmp.ReadOnly = True - Me.txbAmp.Size = New System.Drawing.Size(67, 28) + Me.txbAmp.Size = New System.Drawing.Size(76, 33) Me.txbAmp.TabIndex = 1 Me.txbAmp.Text = "888" Me.txbAmp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1033,9 +1073,9 @@ Partial Class mainForm ' Me.lbAmp.AutoSize = True Me.lbAmp.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAmp.Location = New System.Drawing.Point(3, 6) + Me.lbAmp.Location = New System.Drawing.Point(3, 8) Me.lbAmp.Name = "lbAmp" - Me.lbAmp.Size = New System.Drawing.Size(44, 21) + Me.lbAmp.Size = New System.Drawing.Size(55, 26) Me.lbAmp.TabIndex = 0 Me.lbAmp.Text = "AMP" ' @@ -1050,11 +1090,11 @@ Partial Class mainForm Me.gbCart.Controls.Add(Me.lbCagent) Me.gbCart.Controls.Add(Me.lbCnt) Me.gbCart.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbCart.Location = New System.Drawing.Point(480, 50) - Me.gbCart.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbCart.Location = New System.Drawing.Point(549, 62) + Me.gbCart.Margin = New System.Windows.Forms.Padding(5) Me.gbCart.Name = "gbCart" - Me.gbCart.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbCart.Size = New System.Drawing.Size(465, 330) + Me.gbCart.Padding = New System.Windows.Forms.Padding(5) + Me.gbCart.Size = New System.Drawing.Size(531, 412) Me.gbCart.TabIndex = 84 Me.gbCart.TabStop = False Me.gbCart.Text = "단일 제품 정보" @@ -1063,11 +1103,11 @@ Partial Class mainForm ' Me.txbCmodel.BackColor = System.Drawing.Color.AliceBlue Me.txbCmodel.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCmodel.Location = New System.Drawing.Point(94, 53) - Me.txbCmodel.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCmodel.Location = New System.Drawing.Point(107, 66) + Me.txbCmodel.Margin = New System.Windows.Forms.Padding(5) Me.txbCmodel.Name = "txbCmodel" Me.txbCmodel.ReadOnly = True - Me.txbCmodel.Size = New System.Drawing.Size(351, 39) + Me.txbCmodel.Size = New System.Drawing.Size(401, 46) Me.txbCmodel.TabIndex = 11 Me.txbCmodel.Text = "N/A" Me.txbCmodel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1076,10 +1116,10 @@ Partial Class mainForm ' Me.lbCmodel.AutoSize = True Me.lbCmodel.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCmodel.Location = New System.Drawing.Point(36, 56) - Me.lbCmodel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCmodel.Location = New System.Drawing.Point(41, 70) + Me.lbCmodel.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCmodel.Name = "lbCmodel" - Me.lbCmodel.Size = New System.Drawing.Size(60, 32) + Me.lbCmodel.Size = New System.Drawing.Size(75, 39) Me.lbCmodel.TabIndex = 10 Me.lbCmodel.Text = "모델" ' @@ -1097,9 +1137,11 @@ Partial Class mainForm Me.gbSetCart.Controls.Add(Me.lbCface) Me.gbSetCart.Controls.Add(Me.txbCbodyShot) Me.gbSetCart.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbSetCart.Location = New System.Drawing.Point(7, 81) + Me.gbSetCart.Location = New System.Drawing.Point(8, 101) + Me.gbSetCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSetCart.Name = "gbSetCart" - Me.gbSetCart.Size = New System.Drawing.Size(451, 192) + Me.gbSetCart.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSetCart.Size = New System.Drawing.Size(515, 240) Me.gbSetCart.TabIndex = 21 Me.gbSetCart.TabStop = False ' @@ -1107,11 +1149,11 @@ Partial Class mainForm ' Me.txbCbodySN.BackColor = System.Drawing.Color.AliceBlue Me.txbCbodySN.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCbodySN.Location = New System.Drawing.Point(87, 146) - Me.txbCbodySN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCbodySN.Location = New System.Drawing.Point(99, 182) + Me.txbCbodySN.Margin = New System.Windows.Forms.Padding(5) Me.txbCbodySN.Name = "txbCbodySN" Me.txbCbodySN.ReadOnly = True - Me.txbCbodySN.Size = New System.Drawing.Size(215, 43) + Me.txbCbodySN.Size = New System.Drawing.Size(245, 51) Me.txbCbodySN.TabIndex = 3 Me.txbCbodySN.Text = "100000000000" Me.txbCbodySN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1120,10 +1162,10 @@ Partial Class mainForm ' Me.lbCbody.AutoSize = True Me.lbCbody.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCbody.Location = New System.Drawing.Point(13, 152) - Me.lbCbody.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCbody.Location = New System.Drawing.Point(15, 190) + Me.lbCbody.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCbody.Name = "lbCbody" - Me.lbCbody.Size = New System.Drawing.Size(81, 32) + Me.lbCbody.Size = New System.Drawing.Size(100, 39) Me.lbCbody.TabIndex = 30 Me.lbCbody.Text = "BODY" ' @@ -1131,11 +1173,11 @@ Partial Class mainForm ' Me.txbCeyeSN.BackColor = System.Drawing.Color.AliceBlue Me.txbCeyeSN.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCeyeSN.Location = New System.Drawing.Point(87, 99) - Me.txbCeyeSN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCeyeSN.Location = New System.Drawing.Point(99, 124) + Me.txbCeyeSN.Margin = New System.Windows.Forms.Padding(5) Me.txbCeyeSN.Name = "txbCeyeSN" Me.txbCeyeSN.ReadOnly = True - Me.txbCeyeSN.Size = New System.Drawing.Size(215, 43) + Me.txbCeyeSN.Size = New System.Drawing.Size(245, 51) Me.txbCeyeSN.TabIndex = 1 Me.txbCeyeSN.Text = "100000000000" Me.txbCeyeSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1144,11 +1186,11 @@ Partial Class mainForm ' Me.txbCfaceSN.BackColor = System.Drawing.Color.AliceBlue Me.txbCfaceSN.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCfaceSN.Location = New System.Drawing.Point(87, 52) - Me.txbCfaceSN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCfaceSN.Location = New System.Drawing.Point(99, 65) + Me.txbCfaceSN.Margin = New System.Windows.Forms.Padding(5) Me.txbCfaceSN.Name = "txbCfaceSN" Me.txbCfaceSN.ReadOnly = True - Me.txbCfaceSN.Size = New System.Drawing.Size(215, 43) + Me.txbCfaceSN.Size = New System.Drawing.Size(245, 51) Me.txbCfaceSN.TabIndex = 5 Me.txbCfaceSN.Text = "100000000000" Me.txbCfaceSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1157,11 +1199,11 @@ Partial Class mainForm ' Me.txbCeyeShot.BackColor = System.Drawing.Color.AliceBlue Me.txbCeyeShot.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCeyeShot.Location = New System.Drawing.Point(312, 99) - Me.txbCeyeShot.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCeyeShot.Location = New System.Drawing.Point(357, 124) + Me.txbCeyeShot.Margin = New System.Windows.Forms.Padding(5) Me.txbCeyeShot.Name = "txbCeyeShot" Me.txbCeyeShot.ReadOnly = True - Me.txbCeyeShot.Size = New System.Drawing.Size(125, 43) + Me.txbCeyeShot.Size = New System.Drawing.Size(142, 51) Me.txbCeyeShot.TabIndex = 7 Me.txbCeyeShot.Text = "0" Me.txbCeyeShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1170,10 +1212,10 @@ Partial Class mainForm ' Me.lbCeye.AutoSize = True Me.lbCeye.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCeye.Location = New System.Drawing.Point(28, 104) - Me.lbCeye.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCeye.Location = New System.Drawing.Point(32, 130) + Me.lbCeye.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCeye.Name = "lbCeye" - Me.lbCeye.Size = New System.Drawing.Size(61, 32) + Me.lbCeye.Size = New System.Drawing.Size(76, 39) Me.lbCeye.TabIndex = 2 Me.lbCeye.Text = "EYE" ' @@ -1181,10 +1223,10 @@ Partial Class mainForm ' Me.lbCserial.AutoSize = True Me.lbCserial.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCserial.Location = New System.Drawing.Point(168, 17) - Me.lbCserial.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCserial.Location = New System.Drawing.Point(192, 21) + Me.lbCserial.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCserial.Name = "lbCserial" - Me.lbCserial.Size = New System.Drawing.Size(60, 32) + Me.lbCserial.Size = New System.Drawing.Size(75, 39) Me.lbCserial.TabIndex = 26 Me.lbCserial.Text = "S/N" ' @@ -1192,10 +1234,10 @@ Partial Class mainForm ' Me.lbCshot.AutoSize = True Me.lbCshot.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCshot.Location = New System.Drawing.Point(339, 17) - Me.lbCshot.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCshot.Location = New System.Drawing.Point(387, 21) + Me.lbCshot.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCshot.Name = "lbCshot" - Me.lbCshot.Size = New System.Drawing.Size(67, 32) + Me.lbCshot.Size = New System.Drawing.Size(84, 39) Me.lbCshot.TabIndex = 28 Me.lbCshot.Text = "샷 수" ' @@ -1203,11 +1245,11 @@ Partial Class mainForm ' Me.txbCfaceShot.BackColor = System.Drawing.Color.AliceBlue Me.txbCfaceShot.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCfaceShot.Location = New System.Drawing.Point(312, 52) - Me.txbCfaceShot.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCfaceShot.Location = New System.Drawing.Point(357, 65) + Me.txbCfaceShot.Margin = New System.Windows.Forms.Padding(5) Me.txbCfaceShot.Name = "txbCfaceShot" Me.txbCfaceShot.ReadOnly = True - Me.txbCfaceShot.Size = New System.Drawing.Size(125, 43) + Me.txbCfaceShot.Size = New System.Drawing.Size(142, 51) Me.txbCfaceShot.TabIndex = 29 Me.txbCfaceShot.Text = "0" Me.txbCfaceShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1216,10 +1258,10 @@ Partial Class mainForm ' Me.lbCface.AutoSize = True Me.lbCface.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCface.Location = New System.Drawing.Point(13, 56) - Me.lbCface.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCface.Location = New System.Drawing.Point(15, 70) + Me.lbCface.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCface.Name = "lbCface" - Me.lbCface.Size = New System.Drawing.Size(76, 32) + Me.lbCface.Size = New System.Drawing.Size(96, 39) Me.lbCface.TabIndex = 22 Me.lbCface.Text = "FACE" ' @@ -1227,11 +1269,11 @@ Partial Class mainForm ' Me.txbCbodyShot.BackColor = System.Drawing.Color.AliceBlue Me.txbCbodyShot.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCbodyShot.Location = New System.Drawing.Point(312, 146) - Me.txbCbodyShot.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCbodyShot.Location = New System.Drawing.Point(357, 182) + Me.txbCbodyShot.Margin = New System.Windows.Forms.Padding(5) Me.txbCbodyShot.Name = "txbCbodyShot" Me.txbCbodyShot.ReadOnly = True - Me.txbCbodyShot.Size = New System.Drawing.Size(125, 43) + Me.txbCbodyShot.Size = New System.Drawing.Size(142, 51) Me.txbCbodyShot.TabIndex = 9 Me.txbCbodyShot.Text = "0" Me.txbCbodyShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1240,11 +1282,11 @@ Partial Class mainForm ' Me.txbCagent.BackColor = System.Drawing.Color.AliceBlue Me.txbCagent.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCagent.Location = New System.Drawing.Point(309, 285) - Me.txbCagent.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCagent.Location = New System.Drawing.Point(353, 356) + Me.txbCagent.Margin = New System.Windows.Forms.Padding(5) Me.txbCagent.Name = "txbCagent" Me.txbCagent.ReadOnly = True - Me.txbCagent.Size = New System.Drawing.Size(136, 39) + Me.txbCagent.Size = New System.Drawing.Size(155, 46) Me.txbCagent.TabIndex = 20 Me.txbCagent.Text = "0" Me.txbCagent.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1253,11 +1295,11 @@ Partial Class mainForm ' Me.txbCnt.BackColor = System.Drawing.Color.AliceBlue Me.txbCnt.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCnt.Location = New System.Drawing.Point(94, 285) - Me.txbCnt.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbCnt.Location = New System.Drawing.Point(107, 356) + Me.txbCnt.Margin = New System.Windows.Forms.Padding(5) Me.txbCnt.Name = "txbCnt" Me.txbCnt.ReadOnly = True - Me.txbCnt.Size = New System.Drawing.Size(136, 39) + Me.txbCnt.Size = New System.Drawing.Size(155, 46) Me.txbCnt.TabIndex = 21 Me.txbCnt.Text = "0" Me.txbCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1266,10 +1308,10 @@ Partial Class mainForm ' Me.lbCagent.AutoSize = True Me.lbCagent.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCagent.Location = New System.Drawing.Point(240, 290) - Me.lbCagent.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCagent.Location = New System.Drawing.Point(274, 362) + Me.lbCagent.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCagent.Name = "lbCagent" - Me.lbCagent.Size = New System.Drawing.Size(72, 27) + Me.lbCagent.Size = New System.Drawing.Size(93, 35) Me.lbCagent.TabIndex = 19 Me.lbCagent.Text = "대리점" ' @@ -1277,10 +1319,10 @@ Partial Class mainForm ' Me.lbCnt.AutoSize = True Me.lbCnt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbCnt.Location = New System.Drawing.Point(5, 290) - Me.lbCnt.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbCnt.Location = New System.Drawing.Point(6, 362) + Me.lbCnt.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbCnt.Name = "lbCnt" - Me.lbCnt.Size = New System.Drawing.Size(92, 27) + Me.lbCnt.Size = New System.Drawing.Size(119, 35) Me.lbCnt.TabIndex = 17 Me.lbCnt.Text = "국가코드" ' @@ -1295,11 +1337,11 @@ Partial Class mainForm Me.gbMain.Controls.Add(Me.lbMagent) Me.gbMain.Controls.Add(Me.lbMnt) Me.gbMain.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbMain.Location = New System.Drawing.Point(5, 50) - Me.gbMain.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbMain.Location = New System.Drawing.Point(6, 62) + Me.gbMain.Margin = New System.Windows.Forms.Padding(5) Me.gbMain.Name = "gbMain" - Me.gbMain.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbMain.Size = New System.Drawing.Size(465, 330) + Me.gbMain.Padding = New System.Windows.Forms.Padding(5) + Me.gbMain.Size = New System.Drawing.Size(531, 412) Me.gbMain.TabIndex = 83 Me.gbMain.TabStop = False Me.gbMain.Text = "메인 제품 정보" @@ -1308,11 +1350,11 @@ Partial Class mainForm ' Me.txbMmodel.BackColor = System.Drawing.Color.AliceBlue Me.txbMmodel.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMmodel.Location = New System.Drawing.Point(94, 53) - Me.txbMmodel.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMmodel.Location = New System.Drawing.Point(107, 66) + Me.txbMmodel.Margin = New System.Windows.Forms.Padding(5) Me.txbMmodel.Name = "txbMmodel" Me.txbMmodel.ReadOnly = True - Me.txbMmodel.Size = New System.Drawing.Size(351, 39) + Me.txbMmodel.Size = New System.Drawing.Size(401, 46) Me.txbMmodel.TabIndex = 11 Me.txbMmodel.Text = "N/A" Me.txbMmodel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1321,10 +1363,10 @@ Partial Class mainForm ' Me.lbMmodel.AutoSize = True Me.lbMmodel.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMmodel.Location = New System.Drawing.Point(36, 56) - Me.lbMmodel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMmodel.Location = New System.Drawing.Point(41, 70) + Me.lbMmodel.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMmodel.Name = "lbMmodel" - Me.lbMmodel.Size = New System.Drawing.Size(60, 32) + Me.lbMmodel.Size = New System.Drawing.Size(75, 39) Me.lbMmodel.TabIndex = 10 Me.lbMmodel.Text = "모델" ' @@ -1342,9 +1384,11 @@ Partial Class mainForm Me.gbSetMain.Controls.Add(Me.lbMface) Me.gbSetMain.Controls.Add(Me.txbMeyeShot) Me.gbSetMain.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbSetMain.Location = New System.Drawing.Point(7, 81) + Me.gbSetMain.Location = New System.Drawing.Point(8, 101) + Me.gbSetMain.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSetMain.Name = "gbSetMain" - Me.gbSetMain.Size = New System.Drawing.Size(451, 192) + Me.gbSetMain.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSetMain.Size = New System.Drawing.Size(515, 240) Me.gbSetMain.TabIndex = 21 Me.gbSetMain.TabStop = False ' @@ -1352,11 +1396,11 @@ Partial Class mainForm ' Me.txbMeyeSN.BackColor = System.Drawing.Color.AliceBlue Me.txbMeyeSN.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMeyeSN.Location = New System.Drawing.Point(87, 146) - Me.txbMeyeSN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMeyeSN.Location = New System.Drawing.Point(99, 182) + Me.txbMeyeSN.Margin = New System.Windows.Forms.Padding(5) Me.txbMeyeSN.Name = "txbMeyeSN" Me.txbMeyeSN.ReadOnly = True - Me.txbMeyeSN.Size = New System.Drawing.Size(215, 43) + Me.txbMeyeSN.Size = New System.Drawing.Size(245, 51) Me.txbMeyeSN.TabIndex = 3 Me.txbMeyeSN.Text = "100000000000" Me.txbMeyeSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1365,11 +1409,11 @@ Partial Class mainForm ' Me.txbMfaceSN.BackColor = System.Drawing.Color.AliceBlue Me.txbMfaceSN.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMfaceSN.Location = New System.Drawing.Point(87, 99) - Me.txbMfaceSN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMfaceSN.Location = New System.Drawing.Point(99, 124) + Me.txbMfaceSN.Margin = New System.Windows.Forms.Padding(5) Me.txbMfaceSN.Name = "txbMfaceSN" Me.txbMfaceSN.ReadOnly = True - Me.txbMfaceSN.Size = New System.Drawing.Size(215, 43) + Me.txbMfaceSN.Size = New System.Drawing.Size(245, 51) Me.txbMfaceSN.TabIndex = 1 Me.txbMfaceSN.Text = "100000000000" Me.txbMfaceSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1378,11 +1422,11 @@ Partial Class mainForm ' Me.txbMdevSN.BackColor = System.Drawing.Color.AliceBlue Me.txbMdevSN.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMdevSN.Location = New System.Drawing.Point(87, 52) - Me.txbMdevSN.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMdevSN.Location = New System.Drawing.Point(99, 65) + Me.txbMdevSN.Margin = New System.Windows.Forms.Padding(5) Me.txbMdevSN.Name = "txbMdevSN" Me.txbMdevSN.ReadOnly = True - Me.txbMdevSN.Size = New System.Drawing.Size(215, 43) + Me.txbMdevSN.Size = New System.Drawing.Size(245, 51) Me.txbMdevSN.TabIndex = 5 Me.txbMdevSN.Text = "100000000000" Me.txbMdevSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1391,11 +1435,11 @@ Partial Class mainForm ' Me.txbMfaceShot.BackColor = System.Drawing.Color.AliceBlue Me.txbMfaceShot.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMfaceShot.Location = New System.Drawing.Point(312, 99) - Me.txbMfaceShot.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMfaceShot.Location = New System.Drawing.Point(357, 124) + Me.txbMfaceShot.Margin = New System.Windows.Forms.Padding(5) Me.txbMfaceShot.Name = "txbMfaceShot" Me.txbMfaceShot.ReadOnly = True - Me.txbMfaceShot.Size = New System.Drawing.Size(125, 43) + Me.txbMfaceShot.Size = New System.Drawing.Size(142, 51) Me.txbMfaceShot.TabIndex = 7 Me.txbMfaceShot.Text = "0" Me.txbMfaceShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1404,10 +1448,10 @@ Partial Class mainForm ' Me.lbMdevice.AutoSize = True Me.lbMdevice.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMdevice.Location = New System.Drawing.Point(29, 56) - Me.lbMdevice.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMdevice.Location = New System.Drawing.Point(33, 70) + Me.lbMdevice.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMdevice.Name = "lbMdevice" - Me.lbMdevice.Size = New System.Drawing.Size(60, 32) + Me.lbMdevice.Size = New System.Drawing.Size(75, 39) Me.lbMdevice.TabIndex = 4 Me.lbMdevice.Text = "본체" ' @@ -1415,10 +1459,10 @@ Partial Class mainForm ' Me.lbMeye.AutoSize = True Me.lbMeye.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMeye.Location = New System.Drawing.Point(28, 152) - Me.lbMeye.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMeye.Location = New System.Drawing.Point(32, 190) + Me.lbMeye.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMeye.Name = "lbMeye" - Me.lbMeye.Size = New System.Drawing.Size(61, 32) + Me.lbMeye.Size = New System.Drawing.Size(76, 39) Me.lbMeye.TabIndex = 2 Me.lbMeye.Text = "EYE" ' @@ -1426,10 +1470,10 @@ Partial Class mainForm ' Me.lbMserial.AutoSize = True Me.lbMserial.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMserial.Location = New System.Drawing.Point(168, 17) - Me.lbMserial.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMserial.Location = New System.Drawing.Point(192, 21) + Me.lbMserial.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMserial.Name = "lbMserial" - Me.lbMserial.Size = New System.Drawing.Size(60, 32) + Me.lbMserial.Size = New System.Drawing.Size(75, 39) Me.lbMserial.TabIndex = 26 Me.lbMserial.Text = "S/N" ' @@ -1437,10 +1481,10 @@ Partial Class mainForm ' Me.lbMshot.AutoSize = True Me.lbMshot.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMshot.Location = New System.Drawing.Point(323, 17) - Me.lbMshot.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMshot.Location = New System.Drawing.Point(369, 21) + Me.lbMshot.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMshot.Name = "lbMshot" - Me.lbMshot.Size = New System.Drawing.Size(101, 32) + Me.lbMshot.Size = New System.Drawing.Size(127, 39) Me.lbMshot.TabIndex = 28 Me.lbMshot.Text = "FW / 샷" ' @@ -1448,11 +1492,11 @@ Partial Class mainForm ' Me.txbMdevShot.BackColor = System.Drawing.Color.AliceBlue Me.txbMdevShot.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMdevShot.Location = New System.Drawing.Point(312, 52) - Me.txbMdevShot.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMdevShot.Location = New System.Drawing.Point(357, 65) + Me.txbMdevShot.Margin = New System.Windows.Forms.Padding(5) Me.txbMdevShot.Name = "txbMdevShot" Me.txbMdevShot.ReadOnly = True - Me.txbMdevShot.Size = New System.Drawing.Size(125, 43) + Me.txbMdevShot.Size = New System.Drawing.Size(142, 51) Me.txbMdevShot.TabIndex = 29 Me.txbMdevShot.Text = "N/A" Me.txbMdevShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1461,10 +1505,10 @@ Partial Class mainForm ' Me.lbMface.AutoSize = True Me.lbMface.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMface.Location = New System.Drawing.Point(13, 104) - Me.lbMface.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMface.Location = New System.Drawing.Point(15, 130) + Me.lbMface.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMface.Name = "lbMface" - Me.lbMface.Size = New System.Drawing.Size(76, 32) + Me.lbMface.Size = New System.Drawing.Size(96, 39) Me.lbMface.TabIndex = 22 Me.lbMface.Text = "FACE" ' @@ -1472,11 +1516,11 @@ Partial Class mainForm ' Me.txbMeyeShot.BackColor = System.Drawing.Color.AliceBlue Me.txbMeyeShot.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMeyeShot.Location = New System.Drawing.Point(312, 146) - Me.txbMeyeShot.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMeyeShot.Location = New System.Drawing.Point(357, 182) + Me.txbMeyeShot.Margin = New System.Windows.Forms.Padding(5) Me.txbMeyeShot.Name = "txbMeyeShot" Me.txbMeyeShot.ReadOnly = True - Me.txbMeyeShot.Size = New System.Drawing.Size(125, 43) + Me.txbMeyeShot.Size = New System.Drawing.Size(142, 51) Me.txbMeyeShot.TabIndex = 9 Me.txbMeyeShot.Text = "0" Me.txbMeyeShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1485,11 +1529,11 @@ Partial Class mainForm ' Me.txbMagent.BackColor = System.Drawing.Color.AliceBlue Me.txbMagent.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMagent.Location = New System.Drawing.Point(309, 285) - Me.txbMagent.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMagent.Location = New System.Drawing.Point(353, 356) + Me.txbMagent.Margin = New System.Windows.Forms.Padding(5) Me.txbMagent.Name = "txbMagent" Me.txbMagent.ReadOnly = True - Me.txbMagent.Size = New System.Drawing.Size(136, 39) + Me.txbMagent.Size = New System.Drawing.Size(155, 46) Me.txbMagent.TabIndex = 20 Me.txbMagent.Text = "0" Me.txbMagent.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1498,11 +1542,11 @@ Partial Class mainForm ' Me.txbMnt.BackColor = System.Drawing.Color.AliceBlue Me.txbMnt.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbMnt.Location = New System.Drawing.Point(94, 285) - Me.txbMnt.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbMnt.Location = New System.Drawing.Point(107, 356) + Me.txbMnt.Margin = New System.Windows.Forms.Padding(5) Me.txbMnt.Name = "txbMnt" Me.txbMnt.ReadOnly = True - Me.txbMnt.Size = New System.Drawing.Size(136, 39) + Me.txbMnt.Size = New System.Drawing.Size(155, 46) Me.txbMnt.TabIndex = 21 Me.txbMnt.Text = "0" Me.txbMnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1511,10 +1555,10 @@ Partial Class mainForm ' Me.lbMagent.AutoSize = True Me.lbMagent.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMagent.Location = New System.Drawing.Point(240, 290) - Me.lbMagent.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMagent.Location = New System.Drawing.Point(274, 362) + Me.lbMagent.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMagent.Name = "lbMagent" - Me.lbMagent.Size = New System.Drawing.Size(72, 27) + Me.lbMagent.Size = New System.Drawing.Size(93, 35) Me.lbMagent.TabIndex = 19 Me.lbMagent.Text = "대리점" ' @@ -1522,10 +1566,10 @@ Partial Class mainForm ' Me.lbMnt.AutoSize = True Me.lbMnt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbMnt.Location = New System.Drawing.Point(5, 290) - Me.lbMnt.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) + Me.lbMnt.Location = New System.Drawing.Point(6, 362) + Me.lbMnt.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0) Me.lbMnt.Name = "lbMnt" - Me.lbMnt.Size = New System.Drawing.Size(92, 27) + Me.lbMnt.Size = New System.Drawing.Size(119, 35) Me.lbMnt.TabIndex = 17 Me.lbMnt.Text = "국가코드" ' @@ -1536,18 +1580,21 @@ Partial Class mainForm Me.pnTimer.Controls.Add(Me.gbTimeTotal) Me.pnTimer.Controls.Add(Me.gbTimeEnd) Me.pnTimer.Controls.Add(Me.gbTimeStart) - Me.pnTimer.Location = New System.Drawing.Point(480, 390) + Me.pnTimer.Location = New System.Drawing.Point(549, 488) + Me.pnTimer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTimer.Name = "pnTimer" - Me.pnTimer.Size = New System.Drawing.Size(465, 365) + Me.pnTimer.Size = New System.Drawing.Size(531, 456) Me.pnTimer.TabIndex = 90 ' 'gbTimeAver ' Me.gbTimeAver.Controls.Add(Me.lbTimeAver) Me.gbTimeAver.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbTimeAver.Location = New System.Drawing.Point(233, 185) + Me.gbTimeAver.Location = New System.Drawing.Point(266, 231) + Me.gbTimeAver.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTimeAver.Name = "gbTimeAver" - Me.gbTimeAver.Size = New System.Drawing.Size(230, 180) + Me.gbTimeAver.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTimeAver.Size = New System.Drawing.Size(263, 225) Me.gbTimeAver.TabIndex = 7 Me.gbTimeAver.TabStop = False Me.gbTimeAver.Text = "평균 시간" @@ -1556,9 +1603,9 @@ Partial Class mainForm ' Me.lbTimeAver.AutoSize = True Me.lbTimeAver.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTimeAver.Location = New System.Drawing.Point(35, 70) + Me.lbTimeAver.Location = New System.Drawing.Point(40, 88) Me.lbTimeAver.Name = "lbTimeAver" - Me.lbTimeAver.Size = New System.Drawing.Size(166, 49) + Me.lbTimeAver.Size = New System.Drawing.Size(213, 61) Me.lbTimeAver.TabIndex = 0 Me.lbTimeAver.Text = "00:00:00" ' @@ -1566,9 +1613,11 @@ Partial Class mainForm ' Me.gbTimeTotal.Controls.Add(Me.lbTimeTotal) Me.gbTimeTotal.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbTimeTotal.Location = New System.Drawing.Point(0, 185) + Me.gbTimeTotal.Location = New System.Drawing.Point(0, 231) + Me.gbTimeTotal.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTimeTotal.Name = "gbTimeTotal" - Me.gbTimeTotal.Size = New System.Drawing.Size(230, 180) + Me.gbTimeTotal.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTimeTotal.Size = New System.Drawing.Size(263, 225) Me.gbTimeTotal.TabIndex = 6 Me.gbTimeTotal.TabStop = False Me.gbTimeTotal.Text = "소요 시간" @@ -1577,9 +1626,9 @@ Partial Class mainForm ' Me.lbTimeTotal.AutoSize = True Me.lbTimeTotal.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTimeTotal.Location = New System.Drawing.Point(35, 70) + Me.lbTimeTotal.Location = New System.Drawing.Point(40, 88) Me.lbTimeTotal.Name = "lbTimeTotal" - Me.lbTimeTotal.Size = New System.Drawing.Size(166, 49) + Me.lbTimeTotal.Size = New System.Drawing.Size(213, 61) Me.lbTimeTotal.TabIndex = 0 Me.lbTimeTotal.Text = "00:00:00" ' @@ -1587,9 +1636,11 @@ Partial Class mainForm ' Me.gbTimeEnd.Controls.Add(Me.lbTimeEnd) Me.gbTimeEnd.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbTimeEnd.Location = New System.Drawing.Point(233, 0) + Me.gbTimeEnd.Location = New System.Drawing.Point(266, 0) + Me.gbTimeEnd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTimeEnd.Name = "gbTimeEnd" - Me.gbTimeEnd.Size = New System.Drawing.Size(230, 180) + Me.gbTimeEnd.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTimeEnd.Size = New System.Drawing.Size(263, 225) Me.gbTimeEnd.TabIndex = 5 Me.gbTimeEnd.TabStop = False Me.gbTimeEnd.Text = "종료 시간" @@ -1598,9 +1649,9 @@ Partial Class mainForm ' Me.lbTimeEnd.AutoSize = True Me.lbTimeEnd.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTimeEnd.Location = New System.Drawing.Point(35, 70) + Me.lbTimeEnd.Location = New System.Drawing.Point(40, 88) Me.lbTimeEnd.Name = "lbTimeEnd" - Me.lbTimeEnd.Size = New System.Drawing.Size(166, 49) + Me.lbTimeEnd.Size = New System.Drawing.Size(213, 61) Me.lbTimeEnd.TabIndex = 0 Me.lbTimeEnd.Text = "00:00:00" ' @@ -1609,8 +1660,10 @@ Partial Class mainForm Me.gbTimeStart.Controls.Add(Me.lbTimeStart) Me.gbTimeStart.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbTimeStart.Location = New System.Drawing.Point(0, 0) + Me.gbTimeStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbTimeStart.Name = "gbTimeStart" - Me.gbTimeStart.Size = New System.Drawing.Size(230, 180) + Me.gbTimeStart.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbTimeStart.Size = New System.Drawing.Size(263, 225) Me.gbTimeStart.TabIndex = 4 Me.gbTimeStart.TabStop = False Me.gbTimeStart.Text = "시작 시간" @@ -1619,9 +1672,9 @@ Partial Class mainForm ' Me.lbTimeStart.AutoSize = True Me.lbTimeStart.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTimeStart.Location = New System.Drawing.Point(35, 70) + Me.lbTimeStart.Location = New System.Drawing.Point(40, 88) Me.lbTimeStart.Name = "lbTimeStart" - Me.lbTimeStart.Size = New System.Drawing.Size(166, 49) + Me.lbTimeStart.Size = New System.Drawing.Size(213, 61) Me.lbTimeStart.TabIndex = 0 Me.lbTimeStart.Text = "00:00:00" ' @@ -1631,16 +1684,18 @@ Partial Class mainForm Me.pn_image.Controls.Add(Me.Button1) Me.pn_image.Controls.Add(Me.TextBox1) Me.pn_image.Controls.Add(Me.picb_main) - Me.pn_image.Location = New System.Drawing.Point(480, 390) + Me.pn_image.Location = New System.Drawing.Point(549, 488) + Me.pn_image.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pn_image.Name = "pn_image" - Me.pn_image.Size = New System.Drawing.Size(465, 365) + Me.pn_image.Size = New System.Drawing.Size(531, 456) Me.pn_image.TabIndex = 86 ' 'Button1 ' - Me.Button1.Location = New System.Drawing.Point(332, 258) + Me.Button1.Location = New System.Drawing.Point(379, 322) + Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(80, 49) + Me.Button1.Size = New System.Drawing.Size(91, 61) Me.Button1.TabIndex = 3 Me.Button1.Text = "Button1" Me.Button1.UseVisualStyleBackColor = True @@ -1648,19 +1703,21 @@ Partial Class mainForm ' 'TextBox1 ' - Me.TextBox1.Location = New System.Drawing.Point(37, 36) + Me.TextBox1.Location = New System.Drawing.Point(42, 45) + Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" - Me.TextBox1.Size = New System.Drawing.Size(388, 281) + Me.TextBox1.Size = New System.Drawing.Size(443, 350) Me.TextBox1.TabIndex = 2 ' 'picb_main ' Me.picb_main.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.picb_main.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center - Me.picb_main.Location = New System.Drawing.Point(30, 30) + Me.picb_main.Location = New System.Drawing.Point(34, 38) + Me.picb_main.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.picb_main.Name = "picb_main" - Me.picb_main.Size = New System.Drawing.Size(405, 300) + Me.picb_main.Size = New System.Drawing.Size(463, 375) Me.picb_main.TabIndex = 1 Me.picb_main.TabStop = False ' @@ -1668,16 +1725,18 @@ Partial Class mainForm ' Me.pnBtn.Controls.Add(Me.btnStart) Me.pnBtn.Controls.Add(Me.btnReset) - Me.pnBtn.Location = New System.Drawing.Point(5, 655) + Me.pnBtn.Location = New System.Drawing.Point(6, 819) + Me.pnBtn.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBtn.Name = "pnBtn" - Me.pnBtn.Size = New System.Drawing.Size(465, 100) + Me.pnBtn.Size = New System.Drawing.Size(531, 125) Me.pnBtn.TabIndex = 49 ' 'btnStart ' - Me.btnStart.Location = New System.Drawing.Point(240, 0) + Me.btnStart.Location = New System.Drawing.Point(274, 0) + Me.btnStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnStart.Name = "btnStart" - Me.btnStart.Size = New System.Drawing.Size(224, 100) + Me.btnStart.Size = New System.Drawing.Size(256, 125) Me.btnStart.TabIndex = 87 Me.btnStart.Text = "등록" Me.btnStart.UseVisualStyleBackColor = True @@ -1685,8 +1744,9 @@ Partial Class mainForm 'btnReset ' Me.btnReset.Location = New System.Drawing.Point(0, 0) + Me.btnReset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnReset.Name = "btnReset" - Me.btnReset.Size = New System.Drawing.Size(233, 100) + Me.btnReset.Size = New System.Drawing.Size(266, 125) Me.btnReset.TabIndex = 88 Me.btnReset.Text = "초기화" Me.btnReset.UseVisualStyleBackColor = True @@ -1695,28 +1755,30 @@ Partial Class mainForm ' Me.pnbotWeight.Controls.Add(Me.txbCheckWeight) Me.pnbotWeight.Controls.Add(Me.lbCheckWeight) - Me.pnbotWeight.Location = New System.Drawing.Point(5, 655) + Me.pnbotWeight.Location = New System.Drawing.Point(6, 819) + Me.pnbotWeight.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnbotWeight.Name = "pnbotWeight" - Me.pnbotWeight.Size = New System.Drawing.Size(465, 100) + Me.pnbotWeight.Size = New System.Drawing.Size(531, 125) Me.pnbotWeight.TabIndex = 50 ' 'txbCheckWeight ' Me.txbCheckWeight.BackColor = System.Drawing.SystemColors.Window Me.txbCheckWeight.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbCheckWeight.Location = New System.Drawing.Point(145, 15) + Me.txbCheckWeight.Location = New System.Drawing.Point(166, 19) + Me.txbCheckWeight.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCheckWeight.Name = "txbCheckWeight" Me.txbCheckWeight.ReadOnly = True - Me.txbCheckWeight.Size = New System.Drawing.Size(311, 70) + Me.txbCheckWeight.Size = New System.Drawing.Size(355, 85) Me.txbCheckWeight.TabIndex = 1 Me.txbCheckWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbCheckWeight ' Me.lbCheckWeight.AutoSize = True - Me.lbCheckWeight.Location = New System.Drawing.Point(12, 33) + Me.lbCheckWeight.Location = New System.Drawing.Point(14, 41) Me.lbCheckWeight.Name = "lbCheckWeight" - Me.lbCheckWeight.Size = New System.Drawing.Size(127, 35) + Me.lbCheckWeight.Size = New System.Drawing.Size(161, 44) Me.lbCheckWeight.TabIndex = 0 Me.lbCheckWeight.Text = "측정 무게" ' @@ -1729,11 +1791,11 @@ Partial Class mainForm Me.gbProdList.Controls.Add(Me.lbProdName) Me.gbProdList.Controls.Add(Me.lbProdCountB) Me.gbProdList.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbProdList.Location = New System.Drawing.Point(4, 287) - Me.gbProdList.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbProdList.Location = New System.Drawing.Point(5, 359) + Me.gbProdList.Margin = New System.Windows.Forms.Padding(5) Me.gbProdList.Name = "gbProdList" - Me.gbProdList.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbProdList.Size = New System.Drawing.Size(950, 761) + Me.gbProdList.Padding = New System.Windows.Forms.Padding(5) + Me.gbProdList.Size = New System.Drawing.Size(1086, 951) Me.gbProdList.TabIndex = 103 Me.gbProdList.TabStop = False Me.gbProdList.Text = "출고 조건" @@ -1744,20 +1806,21 @@ Partial Class mainForm Me.pnProdList.Controls.Add(Me.txbProdName0) Me.pnProdList.Controls.Add(Me.txbProdCountC0) Me.pnProdList.Controls.Add(Me.txbProdCountB0) - Me.pnProdList.Location = New System.Drawing.Point(0, 82) + Me.pnProdList.Location = New System.Drawing.Point(0, 102) + Me.pnProdList.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnProdList.Name = "pnProdList" - Me.pnProdList.Size = New System.Drawing.Size(945, 672) + Me.pnProdList.Size = New System.Drawing.Size(1080, 840) Me.pnProdList.TabIndex = 104 ' 'txbProdName0 ' Me.txbProdName0.BackColor = System.Drawing.Color.Lavender Me.txbProdName0.Font = New System.Drawing.Font("굴림", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbProdName0.Location = New System.Drawing.Point(4, 4) - Me.txbProdName0.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.txbProdName0.Location = New System.Drawing.Point(5, 5) + Me.txbProdName0.Margin = New System.Windows.Forms.Padding(5) Me.txbProdName0.Name = "txbProdName0" Me.txbProdName0.ReadOnly = True - Me.txbProdName0.Size = New System.Drawing.Size(568, 50) + Me.txbProdName0.Size = New System.Drawing.Size(649, 61) Me.txbProdName0.TabIndex = 47 Me.txbProdName0.Text = "구성품1" ' @@ -1765,10 +1828,11 @@ Partial Class mainForm ' Me.txbProdCountC0.BackColor = System.Drawing.Color.Lavender Me.txbProdCountC0.Font = New System.Drawing.Font("굴림", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbProdCountC0.Location = New System.Drawing.Point(662, 4) + Me.txbProdCountC0.Location = New System.Drawing.Point(757, 5) + Me.txbProdCountC0.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProdCountC0.Name = "txbProdCountC0" Me.txbProdCountC0.ReadOnly = True - Me.txbProdCountC0.Size = New System.Drawing.Size(88, 50) + Me.txbProdCountC0.Size = New System.Drawing.Size(100, 61) Me.txbProdCountC0.TabIndex = 46 Me.txbProdCountC0.Text = "0" Me.txbProdCountC0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1777,10 +1841,11 @@ Partial Class mainForm ' Me.txbProdCountB0.BackColor = System.Drawing.Color.Lavender Me.txbProdCountB0.Font = New System.Drawing.Font("굴림", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbProdCountB0.Location = New System.Drawing.Point(573, 4) + Me.txbProdCountB0.Location = New System.Drawing.Point(655, 5) + Me.txbProdCountB0.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProdCountB0.Name = "txbProdCountB0" Me.txbProdCountB0.ReadOnly = True - Me.txbProdCountB0.Size = New System.Drawing.Size(88, 50) + Me.txbProdCountB0.Size = New System.Drawing.Size(100, 61) Me.txbProdCountB0.TabIndex = 48 Me.txbProdCountB0.Text = "0" Me.txbProdCountB0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1789,9 +1854,10 @@ Partial Class mainForm ' Me.ckb_component.AutoSize = True Me.ckb_component.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckb_component.Location = New System.Drawing.Point(-60, 1050) + Me.ckb_component.Location = New System.Drawing.Point(-69, 1312) + Me.ckb_component.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckb_component.Name = "ckb_component" - Me.ckb_component.Size = New System.Drawing.Size(102, 36) + Me.ckb_component.Size = New System.Drawing.Size(126, 43) Me.ckb_component.TabIndex = 76 Me.ckb_component.Text = "구성품" Me.ckb_component.UseVisualStyleBackColor = True @@ -1800,9 +1866,10 @@ Partial Class mainForm ' Me.ckb_cartridge.AutoSize = True Me.ckb_cartridge.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckb_cartridge.Location = New System.Drawing.Point(-60, 1050) + Me.ckb_cartridge.Location = New System.Drawing.Point(-69, 1312) + Me.ckb_cartridge.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckb_cartridge.Name = "ckb_cartridge" - Me.ckb_cartridge.Size = New System.Drawing.Size(178, 36) + Me.ckb_cartridge.Size = New System.Drawing.Size(222, 43) Me.ckb_cartridge.TabIndex = 77 Me.ckb_cartridge.Text = "단품 카트리지" Me.ckb_cartridge.UseVisualStyleBackColor = True @@ -1810,27 +1877,27 @@ Partial Class mainForm 'lbProdCountC ' Me.lbProdCountC.AutoSize = True - Me.lbProdCountC.Location = New System.Drawing.Point(824, 46) + Me.lbProdCountC.Location = New System.Drawing.Point(942, 58) Me.lbProdCountC.Name = "lbProdCountC" - Me.lbProdCountC.Size = New System.Drawing.Size(119, 35) + Me.lbProdCountC.Size = New System.Drawing.Size(151, 44) Me.lbProdCountC.TabIndex = 63 Me.lbProdCountC.Text = "확인수량" ' 'lbProdName ' Me.lbProdName.AutoSize = True - Me.lbProdName.Location = New System.Drawing.Point(284, 45) + Me.lbProdName.Location = New System.Drawing.Point(325, 56) Me.lbProdName.Name = "lbProdName" - Me.lbProdName.Size = New System.Drawing.Size(145, 35) + Me.lbProdName.Size = New System.Drawing.Size(184, 44) Me.lbProdName.TabIndex = 61 Me.lbProdName.Text = "구성품목명" ' 'lbProdCountB ' Me.lbProdCountB.AutoSize = True - Me.lbProdCountB.Location = New System.Drawing.Point(712, 46) + Me.lbProdCountB.Location = New System.Drawing.Point(814, 58) Me.lbProdCountB.Name = "lbProdCountB" - Me.lbProdCountB.Size = New System.Drawing.Size(119, 35) + Me.lbProdCountB.Size = New System.Drawing.Size(151, 44) Me.lbProdCountB.TabIndex = 62 Me.lbProdCountB.Text = "구매수량" ' @@ -1838,20 +1905,22 @@ Partial Class mainForm ' Me.pnResult.BackColor = System.Drawing.Color.Silver Me.pnResult.Controls.Add(Me.txbResult) - Me.pnResult.Location = New System.Drawing.Point(5, 120) + Me.pnResult.Location = New System.Drawing.Point(6, 150) + Me.pnResult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnResult.Name = "pnResult" - Me.pnResult.Size = New System.Drawing.Size(950, 165) + Me.pnResult.Size = New System.Drawing.Size(1086, 206) Me.pnResult.TabIndex = 102 ' 'txbResult ' Me.txbResult.BackColor = System.Drawing.Color.LemonChiffon Me.txbResult.Font = New System.Drawing.Font("함초롬바탕", 65.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbResult.Location = New System.Drawing.Point(5, 20) + Me.txbResult.Location = New System.Drawing.Point(6, 25) + Me.txbResult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbResult.Multiline = True Me.txbResult.Name = "txbResult" Me.txbResult.ReadOnly = True - Me.txbResult.Size = New System.Drawing.Size(940, 122) + Me.txbResult.Size = New System.Drawing.Size(1074, 152) Me.txbResult.TabIndex = 1 Me.txbResult.Text = "대기중" Me.txbResult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1861,10 +1930,10 @@ Partial Class mainForm Me.btnExit.BackColor = System.Drawing.Color.Silver Me.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnExit.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnExit.Location = New System.Drawing.Point(1789, 4) - Me.btnExit.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.btnExit.Location = New System.Drawing.Point(2045, 5) + Me.btnExit.Margin = New System.Windows.Forms.Padding(5) Me.btnExit.Name = "btnExit" - Me.btnExit.Size = New System.Drawing.Size(127, 106) + Me.btnExit.Size = New System.Drawing.Size(145, 132) Me.btnExit.TabIndex = 101 Me.btnExit.Text = "종료" Me.btnExit.UseVisualStyleBackColor = False @@ -1874,10 +1943,10 @@ Partial Class mainForm Me.btnOption.BackColor = System.Drawing.Color.Silver Me.btnOption.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnOption.Location = New System.Drawing.Point(1661, 4) - Me.btnOption.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.btnOption.Location = New System.Drawing.Point(1898, 5) + Me.btnOption.Margin = New System.Windows.Forms.Padding(5) Me.btnOption.Name = "btnOption" - Me.btnOption.Size = New System.Drawing.Size(127, 106) + Me.btnOption.Size = New System.Drawing.Size(145, 132) Me.btnOption.TabIndex = 100 Me.btnOption.Text = "설정" Me.btnOption.UseVisualStyleBackColor = False @@ -1887,10 +1956,10 @@ Partial Class mainForm Me.btnChange.BackColor = System.Drawing.Color.Silver Me.btnChange.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnChange.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnChange.Location = New System.Drawing.Point(1533, 4) - Me.btnChange.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.btnChange.Location = New System.Drawing.Point(1752, 5) + Me.btnChange.Margin = New System.Windows.Forms.Padding(5) Me.btnChange.Name = "btnChange" - Me.btnChange.Size = New System.Drawing.Size(127, 106) + Me.btnChange.Size = New System.Drawing.Size(145, 132) Me.btnChange.TabIndex = 99 Me.btnChange.Text = "패킹코드" Me.btnChange.UseVisualStyleBackColor = False @@ -1904,19 +1973,21 @@ Partial Class mainForm Me.pnMassCount.Controls.Add(Me.txbRequest) Me.pnMassCount.Controls.Add(Me.lbWork) Me.pnMassCount.Controls.Add(Me.lbRequest) - Me.pnMassCount.Location = New System.Drawing.Point(965, 120) + Me.pnMassCount.Location = New System.Drawing.Point(1103, 150) + Me.pnMassCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMassCount.Name = "pnMassCount" - Me.pnMassCount.Size = New System.Drawing.Size(950, 163) + Me.pnMassCount.Size = New System.Drawing.Size(1086, 204) Me.pnMassCount.TabIndex = 105 ' 'txbLeftOver ' Me.txbLeftOver.BackColor = System.Drawing.SystemColors.Window Me.txbLeftOver.Font = New System.Drawing.Font("함초롬바탕", 56.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbLeftOver.Location = New System.Drawing.Point(635, 50) + Me.txbLeftOver.Location = New System.Drawing.Point(726, 62) + Me.txbLeftOver.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLeftOver.Name = "txbLeftOver" Me.txbLeftOver.ReadOnly = True - Me.txbLeftOver.Size = New System.Drawing.Size(300, 105) + Me.txbLeftOver.Size = New System.Drawing.Size(342, 129) Me.txbLeftOver.TabIndex = 13 Me.txbLeftOver.Text = "100000" Me.txbLeftOver.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1925,9 +1996,9 @@ Partial Class mainForm ' Me.lbLeftOver.AutoSize = True Me.lbLeftOver.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbLeftOver.Location = New System.Drawing.Point(706, 7) + Me.lbLeftOver.Location = New System.Drawing.Point(807, 9) Me.lbLeftOver.Name = "lbLeftOver" - Me.lbLeftOver.Size = New System.Drawing.Size(142, 41) + Me.lbLeftOver.Size = New System.Drawing.Size(178, 52) Me.lbLeftOver.TabIndex = 12 Me.lbLeftOver.Text = "잔여수량" ' @@ -1935,10 +2006,11 @@ Partial Class mainForm ' Me.txbWork.BackColor = System.Drawing.SystemColors.Window Me.txbWork.Font = New System.Drawing.Font("함초롬바탕", 56.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbWork.Location = New System.Drawing.Point(325, 50) + Me.txbWork.Location = New System.Drawing.Point(371, 62) + Me.txbWork.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbWork.Name = "txbWork" Me.txbWork.ReadOnly = True - Me.txbWork.Size = New System.Drawing.Size(300, 105) + Me.txbWork.Size = New System.Drawing.Size(342, 129) Me.txbWork.TabIndex = 11 Me.txbWork.Text = "0" Me.txbWork.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1947,10 +2019,11 @@ Partial Class mainForm ' Me.txbRequest.BackColor = System.Drawing.SystemColors.Window Me.txbRequest.Font = New System.Drawing.Font("함초롬바탕", 56.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRequest.Location = New System.Drawing.Point(15, 50) + Me.txbRequest.Location = New System.Drawing.Point(17, 62) + Me.txbRequest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRequest.Name = "txbRequest" Me.txbRequest.ReadOnly = True - Me.txbRequest.Size = New System.Drawing.Size(300, 105) + Me.txbRequest.Size = New System.Drawing.Size(342, 129) Me.txbRequest.TabIndex = 10 Me.txbRequest.Text = "100000" Me.txbRequest.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1959,9 +2032,9 @@ Partial Class mainForm ' Me.lbWork.AutoSize = True Me.lbWork.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbWork.Location = New System.Drawing.Point(407, 7) + Me.lbWork.Location = New System.Drawing.Point(465, 9) Me.lbWork.Name = "lbWork" - Me.lbWork.Size = New System.Drawing.Size(142, 41) + Me.lbWork.Size = New System.Drawing.Size(178, 52) Me.lbWork.TabIndex = 9 Me.lbWork.Text = "작업수량" ' @@ -1969,9 +2042,9 @@ Partial Class mainForm ' Me.lbRequest.AutoSize = True Me.lbRequest.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRequest.Location = New System.Drawing.Point(97, 7) + Me.lbRequest.Location = New System.Drawing.Point(111, 9) Me.lbRequest.Name = "lbRequest" - Me.lbRequest.Size = New System.Drawing.Size(142, 41) + Me.lbRequest.Size = New System.Drawing.Size(178, 52) Me.lbRequest.TabIndex = 8 Me.lbRequest.Text = "요청수량" ' @@ -1980,19 +2053,21 @@ Partial Class mainForm Me.pnPacking.BackColor = System.Drawing.Color.Silver Me.pnPacking.Controls.Add(Me.txbPacking) Me.pnPacking.Controls.Add(Me.lbPacking) - Me.pnPacking.Location = New System.Drawing.Point(965, 120) + Me.pnPacking.Location = New System.Drawing.Point(1103, 150) + Me.pnPacking.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPacking.Name = "pnPacking" - Me.pnPacking.Size = New System.Drawing.Size(950, 165) + Me.pnPacking.Size = New System.Drawing.Size(1086, 206) Me.pnPacking.TabIndex = 104 ' 'txbPacking ' Me.txbPacking.BackColor = System.Drawing.Color.Azure Me.txbPacking.Font = New System.Drawing.Font("함초롬바탕", 62.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPacking.Location = New System.Drawing.Point(215, 24) + Me.txbPacking.Location = New System.Drawing.Point(246, 30) + Me.txbPacking.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPacking.Multiline = True Me.txbPacking.Name = "txbPacking" - Me.txbPacking.Size = New System.Drawing.Size(718, 122) + Me.txbPacking.Size = New System.Drawing.Size(820, 152) Me.txbPacking.TabIndex = 10 Me.txbPacking.Text = "패킹 코드" Me.txbPacking.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2001,9 +2076,9 @@ Partial Class mainForm ' Me.lbPacking.AutoSize = True Me.lbPacking.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbPacking.Location = New System.Drawing.Point(3, 48) + Me.lbPacking.Location = New System.Drawing.Point(3, 60) Me.lbPacking.Name = "lbPacking" - Me.lbPacking.Size = New System.Drawing.Size(215, 62) + Me.lbPacking.Size = New System.Drawing.Size(265, 78) Me.lbPacking.TabIndex = 86 Me.lbPacking.Text = "출고코드" ' @@ -2013,11 +2088,11 @@ Partial Class mainForm Me.gbAutoMode.Controls.Add(Me.lbAutoMode) Me.gbAutoMode.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbAutoMode.ForeColor = System.Drawing.Color.Black - Me.gbAutoMode.Location = New System.Drawing.Point(4, 4) - Me.gbAutoMode.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbAutoMode.Location = New System.Drawing.Point(5, 5) + Me.gbAutoMode.Margin = New System.Windows.Forms.Padding(5) Me.gbAutoMode.Name = "gbAutoMode" - Me.gbAutoMode.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbAutoMode.Size = New System.Drawing.Size(446, 107) + Me.gbAutoMode.Padding = New System.Windows.Forms.Padding(5) + Me.gbAutoMode.Size = New System.Drawing.Size(510, 134) Me.gbAutoMode.TabIndex = 102 Me.gbAutoMode.TabStop = False Me.gbAutoMode.Text = "자동화 모드 선택" @@ -2027,9 +2102,9 @@ Partial Class mainForm Me.lbAutoMode.AutoSize = True Me.lbAutoMode.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbAutoMode.ForeColor = System.Drawing.Color.Blue - Me.lbAutoMode.Location = New System.Drawing.Point(50, 29) + Me.lbAutoMode.Location = New System.Drawing.Point(57, 36) Me.lbAutoMode.Name = "lbAutoMode" - Me.lbAutoMode.Size = New System.Drawing.Size(337, 62) + Me.lbAutoMode.Size = New System.Drawing.Size(417, 78) Me.lbAutoMode.TabIndex = 0 Me.lbAutoMode.Text = "무게 측정 공정" ' @@ -2039,11 +2114,11 @@ Partial Class mainForm Me.gbInv.Controls.Add(Me.ckbInv) Me.gbInv.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbInv.ForeColor = System.Drawing.Color.Black - Me.gbInv.Location = New System.Drawing.Point(305, 4) - Me.gbInv.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.gbInv.Location = New System.Drawing.Point(349, 5) + Me.gbInv.Margin = New System.Windows.Forms.Padding(5) Me.gbInv.Name = "gbInv" - Me.gbInv.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4) - Me.gbInv.Size = New System.Drawing.Size(145, 106) + Me.gbInv.Padding = New System.Windows.Forms.Padding(5) + Me.gbInv.Size = New System.Drawing.Size(166, 132) Me.gbInv.TabIndex = 101 Me.gbInv.TabStop = False Me.gbInv.Text = "송장등록" @@ -2054,15 +2129,17 @@ Partial Class mainForm Me.ckbInv.Checked = True Me.ckbInv.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbInv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbInv.Location = New System.Drawing.Point(14, 41) + Me.ckbInv.Location = New System.Drawing.Point(16, 51) + Me.ckbInv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbInv.Name = "ckbInv" - Me.ckbInv.Size = New System.Drawing.Size(125, 36) + Me.ckbInv.Size = New System.Drawing.Size(155, 43) Me.ckbInv.TabIndex = 0 Me.ckbInv.Text = "송장등록" Me.ckbInv.UseVisualStyleBackColor = True ' 'pnOption ' + Me.pnOption.Controls.Add(Me.oygoupbox) Me.pnOption.Controls.Add(Me.gbMass) Me.pnOption.Controls.Add(Me.gbMesDb) Me.pnOption.Controls.Add(Me.gbAutoCount) @@ -2078,11 +2155,35 @@ Partial Class mainForm Me.pnOption.Controls.Add(Me.gbWeightRg) Me.pnOption.Controls.Add(Me.gbWeigth) Me.pnOption.Controls.Add(Me.gbDBNew) - Me.pnOption.Location = New System.Drawing.Point(1920, 0) + Me.pnOption.Location = New System.Drawing.Point(2194, 0) + Me.pnOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnOption.Name = "pnOption" - Me.pnOption.Size = New System.Drawing.Size(1920, 1060) + Me.pnOption.Size = New System.Drawing.Size(2194, 1325) Me.pnOption.TabIndex = 83 ' + 'oygoupbox + ' + Me.oygoupbox.BackColor = System.Drawing.SystemColors.ControlLight + Me.oygoupbox.Controls.Add(Me.oybtn) + Me.oygoupbox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold) + Me.oygoupbox.Location = New System.Drawing.Point(1826, 319) + Me.oygoupbox.Name = "oygoupbox" + Me.oygoupbox.Size = New System.Drawing.Size(354, 77) + Me.oygoupbox.TabIndex = 110 + Me.oygoupbox.TabStop = False + Me.oygoupbox.Text = "올리브영" + ' + 'oybtn + ' + Me.oybtn.AutoSize = True + Me.oybtn.Location = New System.Drawing.Point(61, 34) + Me.oybtn.Name = "oybtn" + Me.oybtn.Size = New System.Drawing.Size(181, 28) + Me.oybtn.TabIndex = 0 + Me.oybtn.TabStop = True + Me.oybtn.Text = "올리브영사용" + Me.oybtn.UseVisualStyleBackColor = True + ' 'gbMass ' Me.gbMass.BackColor = System.Drawing.SystemColors.ControlLight @@ -2090,9 +2191,11 @@ Partial Class mainForm Me.gbMass.Controls.Add(Me.rdbNew) Me.gbMass.Enabled = False Me.gbMass.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbMass.Location = New System.Drawing.Point(1590, 171) + Me.gbMass.Location = New System.Drawing.Point(1817, 214) + Me.gbMass.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMass.Name = "gbMass" - Me.gbMass.Size = New System.Drawing.Size(322, 70) + Me.gbMass.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMass.Size = New System.Drawing.Size(368, 88) Me.gbMass.TabIndex = 109 Me.gbMass.TabStop = False Me.gbMass.Text = "대량 포장 설정" @@ -2100,9 +2203,10 @@ Partial Class mainForm 'rdbBef ' Me.rdbBef.AutoSize = True - Me.rdbBef.Location = New System.Drawing.Point(162, 28) + Me.rdbBef.Location = New System.Drawing.Point(185, 35) + Me.rdbBef.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbBef.Name = "rdbBef" - Me.rdbBef.Size = New System.Drawing.Size(86, 23) + Me.rdbBef.Size = New System.Drawing.Size(106, 28) Me.rdbBef.TabIndex = 1 Me.rdbBef.Text = "Before" Me.rdbBef.UseVisualStyleBackColor = True @@ -2110,9 +2214,10 @@ Partial Class mainForm 'rdbNew ' Me.rdbNew.AutoSize = True - Me.rdbNew.Location = New System.Drawing.Point(60, 28) + Me.rdbNew.Location = New System.Drawing.Point(69, 35) + Me.rdbNew.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbNew.Name = "rdbNew" - Me.rdbNew.Size = New System.Drawing.Size(66, 23) + Me.rdbNew.Size = New System.Drawing.Size(79, 28) Me.rdbNew.TabIndex = 0 Me.rdbNew.Text = "New" Me.rdbNew.UseVisualStyleBackColor = True @@ -2124,9 +2229,11 @@ Partial Class mainForm Me.gbMesDb.Controls.Add(Me.rdbMesDbAPI) Me.gbMesDb.Enabled = False Me.gbMesDb.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbMesDb.Location = New System.Drawing.Point(1590, 95) + Me.gbMesDb.Location = New System.Drawing.Point(1817, 119) + Me.gbMesDb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMesDb.Name = "gbMesDb" - Me.gbMesDb.Size = New System.Drawing.Size(322, 70) + Me.gbMesDb.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMesDb.Size = New System.Drawing.Size(368, 88) Me.gbMesDb.TabIndex = 108 Me.gbMesDb.TabStop = False Me.gbMesDb.Text = "MES DB 설정" @@ -2134,9 +2241,10 @@ Partial Class mainForm 'rdbMesDbPg ' Me.rdbMesDbPg.AutoSize = True - Me.rdbMesDbPg.Location = New System.Drawing.Point(162, 28) + Me.rdbMesDbPg.Location = New System.Drawing.Point(185, 35) + Me.rdbMesDbPg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMesDbPg.Name = "rdbMesDbPg" - Me.rdbMesDbPg.Size = New System.Drawing.Size(97, 23) + Me.rdbMesDbPg.Size = New System.Drawing.Size(118, 28) Me.rdbMesDbPg.TabIndex = 1 Me.rdbMesDbPg.Text = "Postgre" Me.rdbMesDbPg.UseVisualStyleBackColor = True @@ -2144,9 +2252,10 @@ Partial Class mainForm 'rdbMesDbAPI ' Me.rdbMesDbAPI.AutoSize = True - Me.rdbMesDbAPI.Location = New System.Drawing.Point(60, 28) + Me.rdbMesDbAPI.Location = New System.Drawing.Point(69, 35) + Me.rdbMesDbAPI.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMesDbAPI.Name = "rdbMesDbAPI" - Me.rdbMesDbAPI.Size = New System.Drawing.Size(56, 23) + Me.rdbMesDbAPI.Size = New System.Drawing.Size(68, 28) Me.rdbMesDbAPI.TabIndex = 0 Me.rdbMesDbAPI.Text = "API" Me.rdbMesDbAPI.UseVisualStyleBackColor = True @@ -2156,9 +2265,11 @@ Partial Class mainForm Me.gbAutoCount.Controls.Add(Me.pnAutoCount) Me.gbAutoCount.Controls.Add(Me.pnAutoCount2) Me.gbAutoCount.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbAutoCount.Location = New System.Drawing.Point(1259, 247) + Me.gbAutoCount.Location = New System.Drawing.Point(1439, 309) + Me.gbAutoCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbAutoCount.Name = "gbAutoCount" - Me.gbAutoCount.Size = New System.Drawing.Size(327, 88) + Me.gbAutoCount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbAutoCount.Size = New System.Drawing.Size(374, 110) Me.gbAutoCount.TabIndex = 103 Me.gbAutoCount.TabStop = False Me.gbAutoCount.Text = "자동화 - 기본 포장 수량" @@ -2167,17 +2278,18 @@ Partial Class mainForm ' Me.pnAutoCount.Controls.Add(Me.lbAutoCount) Me.pnAutoCount.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnAutoCount.Location = New System.Drawing.Point(6, 28) + Me.pnAutoCount.Location = New System.Drawing.Point(7, 35) + Me.pnAutoCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAutoCount.Name = "pnAutoCount" - Me.pnAutoCount.Size = New System.Drawing.Size(93, 42) + Me.pnAutoCount.Size = New System.Drawing.Size(106, 52) Me.pnAutoCount.TabIndex = 2 ' 'lbAutoCount ' Me.lbAutoCount.AutoSize = True - Me.lbAutoCount.Location = New System.Drawing.Point(3, 13) + Me.lbAutoCount.Location = New System.Drawing.Point(3, 16) Me.lbAutoCount.Name = "lbAutoCount" - Me.lbAutoCount.Size = New System.Drawing.Size(89, 19) + Me.lbAutoCount.Size = New System.Drawing.Size(110, 24) Me.lbAutoCount.TabIndex = 0 Me.lbAutoCount.Text = "포장개수" ' @@ -2185,16 +2297,18 @@ Partial Class mainForm ' Me.pnAutoCount2.Controls.Add(Me.txbAutoCount) Me.pnAutoCount2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnAutoCount2.Location = New System.Drawing.Point(104, 28) + Me.pnAutoCount2.Location = New System.Drawing.Point(119, 35) + Me.pnAutoCount2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnAutoCount2.Name = "pnAutoCount2" - Me.pnAutoCount2.Size = New System.Drawing.Size(210, 42) + Me.pnAutoCount2.Size = New System.Drawing.Size(240, 52) Me.pnAutoCount2.TabIndex = 3 ' 'txbAutoCount ' - Me.txbAutoCount.Location = New System.Drawing.Point(2, 7) + Me.txbAutoCount.Location = New System.Drawing.Point(2, 9) + Me.txbAutoCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAutoCount.Name = "txbAutoCount" - Me.txbAutoCount.Size = New System.Drawing.Size(205, 29) + Me.txbAutoCount.Size = New System.Drawing.Size(234, 35) Me.txbAutoCount.TabIndex = 1 Me.txbAutoCount.Text = "500" Me.txbAutoCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2214,27 +2328,31 @@ Partial Class mainForm Me.gbPrint.Controls.Add(Me.btnPrint) Me.gbPrint.Controls.Add(Me.pnPrint) Me.gbPrint.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPrint.Location = New System.Drawing.Point(1258, 615) + Me.gbPrint.Location = New System.Drawing.Point(1438, 769) + Me.gbPrint.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrint.Name = "gbPrint" - Me.gbPrint.Size = New System.Drawing.Size(654, 367) + Me.gbPrint.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPrint.Size = New System.Drawing.Size(747, 459) Me.gbPrint.TabIndex = 107 Me.gbPrint.TabStop = False Me.gbPrint.Text = "프린터 설정" ' 'btnPrintSave ' - Me.btnPrintSave.Location = New System.Drawing.Point(494, 260) + Me.btnPrintSave.Location = New System.Drawing.Point(565, 325) + Me.btnPrintSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPrintSave.Name = "btnPrintSave" - Me.btnPrintSave.Size = New System.Drawing.Size(155, 83) + Me.btnPrintSave.Size = New System.Drawing.Size(177, 104) Me.btnPrintSave.TabIndex = 13 Me.btnPrintSave.Text = "저 장" Me.btnPrintSave.UseVisualStyleBackColor = True ' 'btnLabelChange ' - Me.btnLabelChange.Location = New System.Drawing.Point(333, 260) + Me.btnLabelChange.Location = New System.Drawing.Point(381, 325) + Me.btnLabelChange.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnLabelChange.Name = "btnLabelChange" - Me.btnLabelChange.Size = New System.Drawing.Size(155, 83) + Me.btnLabelChange.Size = New System.Drawing.Size(177, 104) Me.btnLabelChange.TabIndex = 12 Me.btnLabelChange.Text = "라벨 변경" Me.btnLabelChange.UseVisualStyleBackColor = True @@ -2242,148 +2360,161 @@ Partial Class mainForm 'pntxtValue2 ' Me.pntxtValue2.Controls.Add(Me.txbtxtValue) - Me.pntxtValue2.Location = New System.Drawing.Point(452, 173) + Me.pntxtValue2.Location = New System.Drawing.Point(517, 216) + Me.pntxtValue2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pntxtValue2.Name = "pntxtValue2" - Me.pntxtValue2.Size = New System.Drawing.Size(199, 41) + Me.pntxtValue2.Size = New System.Drawing.Size(227, 51) Me.pntxtValue2.TabIndex = 11 ' 'txbtxtValue ' Me.txbtxtValue.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbtxtValue.Location = New System.Drawing.Point(3, 6) + Me.txbtxtValue.Location = New System.Drawing.Point(3, 8) + Me.txbtxtValue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbtxtValue.Name = "txbtxtValue" - Me.txbtxtValue.Size = New System.Drawing.Size(186, 32) + Me.txbtxtValue.Size = New System.Drawing.Size(212, 38) Me.txbtxtValue.TabIndex = 7 ' 'pnBarValue2 ' Me.pnBarValue2.Controls.Add(Me.txbBarValue) - Me.pnBarValue2.Location = New System.Drawing.Point(452, 126) + Me.pnBarValue2.Location = New System.Drawing.Point(517, 158) + Me.pnBarValue2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBarValue2.Name = "pnBarValue2" - Me.pnBarValue2.Size = New System.Drawing.Size(199, 41) + Me.pnBarValue2.Size = New System.Drawing.Size(227, 51) Me.pnBarValue2.TabIndex = 10 ' 'txbBarValue ' Me.txbBarValue.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbBarValue.Location = New System.Drawing.Point(3, 6) + Me.txbBarValue.Location = New System.Drawing.Point(3, 8) + Me.txbBarValue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBarValue.Name = "txbBarValue" - Me.txbBarValue.Size = New System.Drawing.Size(186, 32) + Me.txbBarValue.Size = New System.Drawing.Size(212, 38) Me.txbBarValue.TabIndex = 7 ' 'pnlabelAd2 ' Me.pnlabelAd2.Controls.Add(Me.txblabelAd) - Me.pnlabelAd2.Location = New System.Drawing.Point(431, 82) + Me.pnlabelAd2.Location = New System.Drawing.Point(493, 102) + Me.pnlabelAd2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlabelAd2.Name = "pnlabelAd2" - Me.pnlabelAd2.Size = New System.Drawing.Size(219, 41) + Me.pnlabelAd2.Size = New System.Drawing.Size(250, 51) Me.pnlabelAd2.TabIndex = 9 ' 'txblabelAd ' Me.txblabelAd.BackColor = System.Drawing.SystemColors.Window Me.txblabelAd.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txblabelAd.Location = New System.Drawing.Point(3, 6) + Me.txblabelAd.Location = New System.Drawing.Point(3, 8) + Me.txblabelAd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txblabelAd.Name = "txblabelAd" Me.txblabelAd.ReadOnly = True - Me.txblabelAd.Size = New System.Drawing.Size(204, 32) + Me.txblabelAd.Size = New System.Drawing.Size(233, 38) Me.txblabelAd.TabIndex = 7 ' 'pnPrintName2 ' Me.pnPrintName2.Controls.Add(Me.txbPrintName) - Me.pnPrintName2.Location = New System.Drawing.Point(431, 35) + Me.pnPrintName2.Location = New System.Drawing.Point(493, 44) + Me.pnPrintName2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPrintName2.Name = "pnPrintName2" - Me.pnPrintName2.Size = New System.Drawing.Size(219, 41) + Me.pnPrintName2.Size = New System.Drawing.Size(250, 51) Me.pnPrintName2.TabIndex = 8 ' 'txbPrintName ' Me.txbPrintName.BackColor = System.Drawing.SystemColors.Window Me.txbPrintName.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPrintName.Location = New System.Drawing.Point(3, 6) + Me.txbPrintName.Location = New System.Drawing.Point(3, 8) + Me.txbPrintName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPrintName.Name = "txbPrintName" Me.txbPrintName.ReadOnly = True - Me.txbPrintName.Size = New System.Drawing.Size(204, 32) + Me.txbPrintName.Size = New System.Drawing.Size(233, 38) Me.txbPrintName.TabIndex = 7 ' 'pntxtValue ' Me.pntxtValue.Controls.Add(Me.lbtxtValue) - Me.pntxtValue.Location = New System.Drawing.Point(333, 173) + Me.pntxtValue.Location = New System.Drawing.Point(381, 216) + Me.pntxtValue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pntxtValue.Name = "pntxtValue" - Me.pntxtValue.Size = New System.Drawing.Size(120, 41) + Me.pntxtValue.Size = New System.Drawing.Size(137, 51) Me.pntxtValue.TabIndex = 5 ' 'lbtxtValue ' Me.lbtxtValue.AutoSize = True Me.lbtxtValue.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbtxtValue.Location = New System.Drawing.Point(6, 7) + Me.lbtxtValue.Location = New System.Drawing.Point(7, 9) Me.lbtxtValue.Name = "lbtxtValue" - Me.lbtxtValue.Size = New System.Drawing.Size(112, 27) + Me.lbtxtValue.Size = New System.Drawing.Size(145, 35) Me.lbtxtValue.TabIndex = 3 Me.lbtxtValue.Text = "텍스트변수" ' 'pnBarValue ' Me.pnBarValue.Controls.Add(Me.lbBarValue) - Me.pnBarValue.Location = New System.Drawing.Point(333, 126) + Me.pnBarValue.Location = New System.Drawing.Point(381, 158) + Me.pnBarValue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnBarValue.Name = "pnBarValue" - Me.pnBarValue.Size = New System.Drawing.Size(120, 41) + Me.pnBarValue.Size = New System.Drawing.Size(137, 51) Me.pnBarValue.TabIndex = 6 ' 'lbBarValue ' Me.lbBarValue.AutoSize = True Me.lbBarValue.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbBarValue.Location = New System.Drawing.Point(6, 7) + Me.lbBarValue.Location = New System.Drawing.Point(7, 9) Me.lbBarValue.Name = "lbBarValue" - Me.lbBarValue.Size = New System.Drawing.Size(112, 27) + Me.lbBarValue.Size = New System.Drawing.Size(145, 35) Me.lbBarValue.TabIndex = 3 Me.lbBarValue.Text = "바코드변수" ' 'pnlabelAd ' Me.pnlabelAd.Controls.Add(Me.lblabelAd) - Me.pnlabelAd.Location = New System.Drawing.Point(333, 82) + Me.pnlabelAd.Location = New System.Drawing.Point(381, 102) + Me.pnlabelAd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlabelAd.Name = "pnlabelAd" - Me.pnlabelAd.Size = New System.Drawing.Size(99, 41) + Me.pnlabelAd.Size = New System.Drawing.Size(113, 51) Me.pnlabelAd.TabIndex = 5 ' 'lblabelAd ' Me.lblabelAd.AutoSize = True Me.lblabelAd.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lblabelAd.Location = New System.Drawing.Point(6, 7) + Me.lblabelAd.Location = New System.Drawing.Point(7, 9) Me.lblabelAd.Name = "lblabelAd" - Me.lblabelAd.Size = New System.Drawing.Size(92, 27) + Me.lblabelAd.Size = New System.Drawing.Size(119, 35) Me.lblabelAd.TabIndex = 3 Me.lblabelAd.Text = "라벨파일" ' 'pnPrintName ' Me.pnPrintName.Controls.Add(Me.lbPrintName) - Me.pnPrintName.Location = New System.Drawing.Point(333, 35) + Me.pnPrintName.Location = New System.Drawing.Point(381, 44) + Me.pnPrintName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPrintName.Name = "pnPrintName" - Me.pnPrintName.Size = New System.Drawing.Size(99, 41) + Me.pnPrintName.Size = New System.Drawing.Size(113, 51) Me.pnPrintName.TabIndex = 4 ' 'lbPrintName ' Me.lbPrintName.AutoSize = True Me.lbPrintName.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbPrintName.Location = New System.Drawing.Point(6, 7) + Me.lbPrintName.Location = New System.Drawing.Point(7, 9) Me.lbPrintName.Name = "lbPrintName" - Me.lbPrintName.Size = New System.Drawing.Size(92, 27) + Me.lbPrintName.Size = New System.Drawing.Size(119, 35) Me.lbPrintName.TabIndex = 3 Me.lbPrintName.Text = "프린터명" ' 'btnPrint ' - Me.btnPrint.Location = New System.Drawing.Point(9, 260) + Me.btnPrint.Location = New System.Drawing.Point(10, 325) + Me.btnPrint.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPrint.Name = "btnPrint" - Me.btnPrint.Size = New System.Drawing.Size(318, 83) + Me.btnPrint.Size = New System.Drawing.Size(363, 104) Me.btnPrint.TabIndex = 2 Me.btnPrint.Text = "리스트 새로고침" Me.btnPrint.UseVisualStyleBackColor = True @@ -2392,21 +2523,23 @@ Partial Class mainForm ' Me.pnPrint.Controls.Add(Me.dgvPrint) Me.pnPrint.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnPrint.Location = New System.Drawing.Point(6, 35) + Me.pnPrint.Location = New System.Drawing.Point(7, 44) + Me.pnPrint.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPrint.Name = "pnPrint" - Me.pnPrint.Size = New System.Drawing.Size(322, 218) + Me.pnPrint.Size = New System.Drawing.Size(368, 272) Me.pnPrint.TabIndex = 1 ' 'dgvPrint ' Me.dgvPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPrint.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfPrintNum, Me.dfPrintName}) - Me.dgvPrint.Location = New System.Drawing.Point(3, 4) + Me.dgvPrint.Location = New System.Drawing.Point(3, 5) + Me.dgvPrint.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvPrint.Name = "dgvPrint" Me.dgvPrint.RowHeadersWidth = 51 Me.dgvPrint.RowTemplate.Height = 23 Me.dgvPrint.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect - Me.dgvPrint.Size = New System.Drawing.Size(317, 208) + Me.dgvPrint.Size = New System.Drawing.Size(362, 260) Me.dgvPrint.TabIndex = 0 ' 'dfPrintNum @@ -2430,9 +2563,11 @@ Partial Class mainForm Me.gbAuto.Controls.Add(Me.rdbAuto1) Me.gbAuto.Enabled = False Me.gbAuto.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbAuto.Location = New System.Drawing.Point(1259, 171) + Me.gbAuto.Location = New System.Drawing.Point(1439, 214) + Me.gbAuto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbAuto.Name = "gbAuto" - Me.gbAuto.Size = New System.Drawing.Size(327, 70) + Me.gbAuto.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbAuto.Size = New System.Drawing.Size(374, 88) Me.gbAuto.TabIndex = 105 Me.gbAuto.TabStop = False Me.gbAuto.Text = "자동화 기능" @@ -2440,9 +2575,10 @@ Partial Class mainForm 'rdbAuto2 ' Me.rdbAuto2.AutoSize = True - Me.rdbAuto2.Location = New System.Drawing.Point(162, 28) + Me.rdbAuto2.Location = New System.Drawing.Point(185, 35) + Me.rdbAuto2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbAuto2.Name = "rdbAuto2" - Me.rdbAuto2.Size = New System.Drawing.Size(107, 23) + Me.rdbAuto2.Size = New System.Drawing.Size(131, 28) Me.rdbAuto2.TabIndex = 1 Me.rdbAuto2.Text = "무게측정" Me.rdbAuto2.UseVisualStyleBackColor = True @@ -2450,9 +2586,10 @@ Partial Class mainForm 'rdbAuto1 ' Me.rdbAuto1.AutoSize = True - Me.rdbAuto1.Location = New System.Drawing.Point(39, 28) + Me.rdbAuto1.Location = New System.Drawing.Point(45, 35) + Me.rdbAuto1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbAuto1.Name = "rdbAuto1" - Me.rdbAuto1.Size = New System.Drawing.Size(107, 23) + Me.rdbAuto1.Size = New System.Drawing.Size(131, 28) Me.rdbAuto1.TabIndex = 0 Me.rdbAuto1.Text = "제품등록" Me.rdbAuto1.UseVisualStyleBackColor = True @@ -2463,9 +2600,11 @@ Partial Class mainForm Me.gbMode.Controls.Add(Me.rdbMode2) Me.gbMode.Controls.Add(Me.rdbMode1) Me.gbMode.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbMode.Location = New System.Drawing.Point(1259, 95) + Me.gbMode.Location = New System.Drawing.Point(1439, 119) + Me.gbMode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMode.Name = "gbMode" - Me.gbMode.Size = New System.Drawing.Size(327, 70) + Me.gbMode.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMode.Size = New System.Drawing.Size(374, 88) Me.gbMode.TabIndex = 104 Me.gbMode.TabStop = False Me.gbMode.Text = "동작 모드" @@ -2473,9 +2612,10 @@ Partial Class mainForm 'rdbMode2 ' Me.rdbMode2.AutoSize = True - Me.rdbMode2.Location = New System.Drawing.Point(162, 28) + Me.rdbMode2.Location = New System.Drawing.Point(185, 35) + Me.rdbMode2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMode2.Name = "rdbMode2" - Me.rdbMode2.Size = New System.Drawing.Size(127, 23) + Me.rdbMode2.Size = New System.Drawing.Size(156, 28) Me.rdbMode2.TabIndex = 1 Me.rdbMode2.Text = "자동화동작" Me.rdbMode2.UseVisualStyleBackColor = True @@ -2483,9 +2623,10 @@ Partial Class mainForm 'rdbMode1 ' Me.rdbMode1.AutoSize = True - Me.rdbMode1.Location = New System.Drawing.Point(39, 28) + Me.rdbMode1.Location = New System.Drawing.Point(45, 35) + Me.rdbMode1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbMode1.Name = "rdbMode1" - Me.rdbMode1.Size = New System.Drawing.Size(107, 23) + Me.rdbMode1.Size = New System.Drawing.Size(131, 28) Me.rdbMode1.TabIndex = 0 Me.rdbMode1.Text = "일반동작" Me.rdbMode1.UseVisualStyleBackColor = True @@ -2498,9 +2639,11 @@ Partial Class mainForm Me.gbIdentify.Controls.Add(Me.gbIdenMES) Me.gbIdentify.Controls.Add(Me.gbIdenERP) Me.gbIdentify.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbIdentify.Location = New System.Drawing.Point(1258, 341) + Me.gbIdentify.Location = New System.Drawing.Point(1438, 426) + Me.gbIdentify.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbIdentify.Name = "gbIdentify" - Me.gbIdentify.Size = New System.Drawing.Size(656, 270) + Me.gbIdentify.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbIdentify.Size = New System.Drawing.Size(750, 338) Me.gbIdentify.TabIndex = 102 Me.gbIdentify.TabStop = False Me.gbIdentify.Text = "식별코드관리" @@ -2511,9 +2654,11 @@ Partial Class mainForm Me.gblaZeb.Controls.Add(Me.pnlaZeb) Me.gblaZeb.Controls.Add(Me.pnlaZeb2) Me.gblaZeb.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gblaZeb.Location = New System.Drawing.Point(333, 116) + Me.gblaZeb.Location = New System.Drawing.Point(381, 145) + Me.gblaZeb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gblaZeb.Name = "gblaZeb" - Me.gblaZeb.Size = New System.Drawing.Size(320, 145) + Me.gblaZeb.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gblaZeb.Size = New System.Drawing.Size(366, 181) Me.gblaZeb.TabIndex = 105 Me.gblaZeb.TabStop = False Me.gblaZeb.Text = "Zebra 프린터 코드" @@ -2523,9 +2668,11 @@ Partial Class mainForm Me.gbPrintPaper.Controls.Add(Me.rdbPaper20) Me.gbPrintPaper.Controls.Add(Me.rdbPaper30) Me.gbPrintPaper.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPrintPaper.Location = New System.Drawing.Point(6, 75) + Me.gbPrintPaper.Location = New System.Drawing.Point(7, 94) + Me.gbPrintPaper.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintPaper.Name = "gbPrintPaper" - Me.gbPrintPaper.Size = New System.Drawing.Size(320, 66) + Me.gbPrintPaper.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPrintPaper.Size = New System.Drawing.Size(366, 82) Me.gbPrintPaper.TabIndex = 105 Me.gbPrintPaper.TabStop = False Me.gbPrintPaper.Text = "용지 설정" @@ -2533,9 +2680,10 @@ Partial Class mainForm 'rdbPaper20 ' Me.rdbPaper20.AutoSize = True - Me.rdbPaper20.Location = New System.Drawing.Point(179, 29) + Me.rdbPaper20.Location = New System.Drawing.Point(205, 36) + Me.rdbPaper20.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbPaper20.Name = "rdbPaper20" - Me.rdbPaper20.Size = New System.Drawing.Size(81, 23) + Me.rdbPaper20.Size = New System.Drawing.Size(100, 28) Me.rdbPaper20.TabIndex = 1 Me.rdbPaper20.TabStop = True Me.rdbPaper20.Text = "40*20" @@ -2544,9 +2692,10 @@ Partial Class mainForm 'rdbPaper30 ' Me.rdbPaper30.AutoSize = True - Me.rdbPaper30.Location = New System.Drawing.Point(53, 29) + Me.rdbPaper30.Location = New System.Drawing.Point(61, 36) + Me.rdbPaper30.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbPaper30.Name = "rdbPaper30" - Me.rdbPaper30.Size = New System.Drawing.Size(81, 23) + Me.rdbPaper30.Size = New System.Drawing.Size(100, 28) Me.rdbPaper30.TabIndex = 0 Me.rdbPaper30.TabStop = True Me.rdbPaper30.Text = "40*30" @@ -2556,17 +2705,18 @@ Partial Class mainForm ' Me.pnlaZeb.Controls.Add(Me.lblaZeb) Me.pnlaZeb.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnlaZeb.Location = New System.Drawing.Point(6, 21) + Me.pnlaZeb.Location = New System.Drawing.Point(7, 26) + Me.pnlaZeb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlaZeb.Name = "pnlaZeb" - Me.pnlaZeb.Size = New System.Drawing.Size(93, 42) + Me.pnlaZeb.Size = New System.Drawing.Size(106, 52) Me.pnlaZeb.TabIndex = 2 ' 'lblaZeb ' Me.lblaZeb.AutoSize = True - Me.lblaZeb.Location = New System.Drawing.Point(3, 13) + Me.lblaZeb.Location = New System.Drawing.Point(3, 16) Me.lblaZeb.Name = "lblaZeb" - Me.lblaZeb.Size = New System.Drawing.Size(89, 19) + Me.lblaZeb.Size = New System.Drawing.Size(110, 24) Me.lblaZeb.TabIndex = 0 Me.lblaZeb.Text = "식별코드" ' @@ -2574,17 +2724,19 @@ Partial Class mainForm ' Me.pnlaZeb2.Controls.Add(Me.txblaZeb) Me.pnlaZeb2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnlaZeb2.Location = New System.Drawing.Point(102, 21) + Me.pnlaZeb2.Location = New System.Drawing.Point(117, 26) + Me.pnlaZeb2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlaZeb2.Name = "pnlaZeb2" - Me.pnlaZeb2.Size = New System.Drawing.Size(210, 42) + Me.pnlaZeb2.Size = New System.Drawing.Size(240, 52) Me.pnlaZeb2.TabIndex = 3 ' 'txblaZeb ' Me.txblaZeb.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower - Me.txblaZeb.Location = New System.Drawing.Point(2, 7) + Me.txblaZeb.Location = New System.Drawing.Point(2, 9) + Me.txblaZeb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txblaZeb.Name = "txblaZeb" - Me.txblaZeb.Size = New System.Drawing.Size(205, 29) + Me.txblaZeb.Size = New System.Drawing.Size(234, 35) Me.txblaZeb.TabIndex = 1 Me.txblaZeb.Text = "zdesigner" Me.txblaZeb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2594,9 +2746,11 @@ Partial Class mainForm Me.gblaBro.Controls.Add(Me.pnlaBro) Me.gblaBro.Controls.Add(Me.pnlaBro2) Me.gblaBro.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gblaBro.Location = New System.Drawing.Point(333, 42) + Me.gblaBro.Location = New System.Drawing.Point(381, 52) + Me.gblaBro.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gblaBro.Name = "gblaBro" - Me.gblaBro.Size = New System.Drawing.Size(320, 70) + Me.gblaBro.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gblaBro.Size = New System.Drawing.Size(366, 88) Me.gblaBro.TabIndex = 104 Me.gblaBro.TabStop = False Me.gblaBro.Text = "Brother 프린터 코드" @@ -2605,17 +2759,18 @@ Partial Class mainForm ' Me.pnlaBro.Controls.Add(Me.lblaBro) Me.pnlaBro.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnlaBro.Location = New System.Drawing.Point(6, 21) + Me.pnlaBro.Location = New System.Drawing.Point(7, 26) + Me.pnlaBro.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlaBro.Name = "pnlaBro" - Me.pnlaBro.Size = New System.Drawing.Size(93, 42) + Me.pnlaBro.Size = New System.Drawing.Size(106, 52) Me.pnlaBro.TabIndex = 2 ' 'lblaBro ' Me.lblaBro.AutoSize = True - Me.lblaBro.Location = New System.Drawing.Point(3, 13) + Me.lblaBro.Location = New System.Drawing.Point(3, 16) Me.lblaBro.Name = "lblaBro" - Me.lblaBro.Size = New System.Drawing.Size(89, 19) + Me.lblaBro.Size = New System.Drawing.Size(110, 24) Me.lblaBro.TabIndex = 0 Me.lblaBro.Text = "식별코드" ' @@ -2623,17 +2778,19 @@ Partial Class mainForm ' Me.pnlaBro2.Controls.Add(Me.txblaBro) Me.pnlaBro2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnlaBro2.Location = New System.Drawing.Point(102, 21) + Me.pnlaBro2.Location = New System.Drawing.Point(117, 26) + Me.pnlaBro2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlaBro2.Name = "pnlaBro2" - Me.pnlaBro2.Size = New System.Drawing.Size(210, 42) + Me.pnlaBro2.Size = New System.Drawing.Size(240, 52) Me.pnlaBro2.TabIndex = 3 ' 'txblaBro ' Me.txblaBro.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower - Me.txblaBro.Location = New System.Drawing.Point(2, 7) + Me.txblaBro.Location = New System.Drawing.Point(2, 9) + Me.txblaBro.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txblaBro.Name = "txblaBro" - Me.txblaBro.Size = New System.Drawing.Size(205, 29) + Me.txblaBro.Size = New System.Drawing.Size(234, 35) Me.txblaBro.TabIndex = 1 Me.txblaBro.Text = "brother" Me.txblaBro.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2643,9 +2800,11 @@ Partial Class mainForm Me.gbPCNum.Controls.Add(Me.pnPCNum) Me.gbPCNum.Controls.Add(Me.pnPCNum2) Me.gbPCNum.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPCNum.Location = New System.Drawing.Point(6, 42) + Me.gbPCNum.Location = New System.Drawing.Point(7, 52) + Me.gbPCNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPCNum.Name = "gbPCNum" - Me.gbPCNum.Size = New System.Drawing.Size(320, 70) + Me.gbPCNum.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPCNum.Size = New System.Drawing.Size(366, 88) Me.gbPCNum.TabIndex = 103 Me.gbPCNum.TabStop = False Me.gbPCNum.Text = "PC 식별 코드" @@ -2654,17 +2813,18 @@ Partial Class mainForm ' Me.pnPCNum.Controls.Add(Me.lbPCNum) Me.pnPCNum.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnPCNum.Location = New System.Drawing.Point(6, 21) + Me.pnPCNum.Location = New System.Drawing.Point(7, 26) + Me.pnPCNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPCNum.Name = "pnPCNum" - Me.pnPCNum.Size = New System.Drawing.Size(93, 42) + Me.pnPCNum.Size = New System.Drawing.Size(106, 52) Me.pnPCNum.TabIndex = 2 ' 'lbPCNum ' Me.lbPCNum.AutoSize = True - Me.lbPCNum.Location = New System.Drawing.Point(3, 13) + Me.lbPCNum.Location = New System.Drawing.Point(3, 16) Me.lbPCNum.Name = "lbPCNum" - Me.lbPCNum.Size = New System.Drawing.Size(89, 19) + Me.lbPCNum.Size = New System.Drawing.Size(110, 24) Me.lbPCNum.TabIndex = 0 Me.lbPCNum.Text = "식별코드" ' @@ -2672,17 +2832,19 @@ Partial Class mainForm ' Me.pnPCNum2.Controls.Add(Me.txbPCNum) Me.pnPCNum2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnPCNum2.Location = New System.Drawing.Point(102, 21) + Me.pnPCNum2.Location = New System.Drawing.Point(117, 26) + Me.pnPCNum2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPCNum2.Name = "pnPCNum2" - Me.pnPCNum2.Size = New System.Drawing.Size(210, 42) + Me.pnPCNum2.Size = New System.Drawing.Size(240, 52) Me.pnPCNum2.TabIndex = 3 ' 'txbPCNum ' Me.txbPCNum.Enabled = False - Me.txbPCNum.Location = New System.Drawing.Point(2, 7) + Me.txbPCNum.Location = New System.Drawing.Point(2, 9) + Me.txbPCNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPCNum.Name = "txbPCNum" - Me.txbPCNum.Size = New System.Drawing.Size(205, 29) + Me.txbPCNum.Size = New System.Drawing.Size(234, 35) Me.txbPCNum.TabIndex = 1 Me.txbPCNum.Text = "1" Me.txbPCNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2692,9 +2854,11 @@ Partial Class mainForm Me.gbIdenMES.Controls.Add(Me.pnIdenMES) Me.gbIdenMES.Controls.Add(Me.pnIdenMES2) Me.gbIdenMES.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbIdenMES.Location = New System.Drawing.Point(8, 191) + Me.gbIdenMES.Location = New System.Drawing.Point(9, 239) + Me.gbIdenMES.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbIdenMES.Name = "gbIdenMES" - Me.gbIdenMES.Size = New System.Drawing.Size(320, 70) + Me.gbIdenMES.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbIdenMES.Size = New System.Drawing.Size(366, 88) Me.gbIdenMES.TabIndex = 101 Me.gbIdenMES.TabStop = False Me.gbIdenMES.Text = "MES 식별 코드" @@ -2703,17 +2867,18 @@ Partial Class mainForm ' Me.pnIdenMES.Controls.Add(Me.lbIdenMES) Me.pnIdenMES.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnIdenMES.Location = New System.Drawing.Point(6, 21) + Me.pnIdenMES.Location = New System.Drawing.Point(7, 26) + Me.pnIdenMES.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIdenMES.Name = "pnIdenMES" - Me.pnIdenMES.Size = New System.Drawing.Size(93, 42) + Me.pnIdenMES.Size = New System.Drawing.Size(106, 52) Me.pnIdenMES.TabIndex = 2 ' 'lbIdenMES ' Me.lbIdenMES.AutoSize = True - Me.lbIdenMES.Location = New System.Drawing.Point(3, 13) + Me.lbIdenMES.Location = New System.Drawing.Point(3, 16) Me.lbIdenMES.Name = "lbIdenMES" - Me.lbIdenMES.Size = New System.Drawing.Size(89, 19) + Me.lbIdenMES.Size = New System.Drawing.Size(110, 24) Me.lbIdenMES.TabIndex = 0 Me.lbIdenMES.Text = "식별코드" ' @@ -2721,17 +2886,19 @@ Partial Class mainForm ' Me.pnIdenMES2.Controls.Add(Me.txbIdenMES) Me.pnIdenMES2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnIdenMES2.Location = New System.Drawing.Point(102, 21) + Me.pnIdenMES2.Location = New System.Drawing.Point(117, 26) + Me.pnIdenMES2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIdenMES2.Name = "pnIdenMES2" - Me.pnIdenMES2.Size = New System.Drawing.Size(210, 42) + Me.pnIdenMES2.Size = New System.Drawing.Size(240, 52) Me.pnIdenMES2.TabIndex = 3 ' 'txbIdenMES ' Me.txbIdenMES.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.txbIdenMES.Location = New System.Drawing.Point(2, 7) + Me.txbIdenMES.Location = New System.Drawing.Point(2, 9) + Me.txbIdenMES.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIdenMES.Name = "txbIdenMES" - Me.txbIdenMES.Size = New System.Drawing.Size(205, 29) + Me.txbIdenMES.Size = New System.Drawing.Size(234, 35) Me.txbIdenMES.TabIndex = 1 Me.txbIdenMES.Text = "ORD" Me.txbIdenMES.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2741,9 +2908,11 @@ Partial Class mainForm Me.gbIdenERP.Controls.Add(Me.pnIdenERP) Me.gbIdenERP.Controls.Add(Me.pnIdenERP2) Me.gbIdenERP.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbIdenERP.Location = New System.Drawing.Point(6, 116) + Me.gbIdenERP.Location = New System.Drawing.Point(7, 145) + Me.gbIdenERP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbIdenERP.Name = "gbIdenERP" - Me.gbIdenERP.Size = New System.Drawing.Size(320, 70) + Me.gbIdenERP.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbIdenERP.Size = New System.Drawing.Size(366, 88) Me.gbIdenERP.TabIndex = 52 Me.gbIdenERP.TabStop = False Me.gbIdenERP.Text = "ERP 식별 코드" @@ -2752,17 +2921,18 @@ Partial Class mainForm ' Me.pnIdenERP.Controls.Add(Me.lbIdenERP) Me.pnIdenERP.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnIdenERP.Location = New System.Drawing.Point(6, 21) + Me.pnIdenERP.Location = New System.Drawing.Point(7, 26) + Me.pnIdenERP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIdenERP.Name = "pnIdenERP" - Me.pnIdenERP.Size = New System.Drawing.Size(93, 42) + Me.pnIdenERP.Size = New System.Drawing.Size(106, 52) Me.pnIdenERP.TabIndex = 2 ' 'lbIdenERP ' Me.lbIdenERP.AutoSize = True - Me.lbIdenERP.Location = New System.Drawing.Point(3, 13) + Me.lbIdenERP.Location = New System.Drawing.Point(3, 16) Me.lbIdenERP.Name = "lbIdenERP" - Me.lbIdenERP.Size = New System.Drawing.Size(89, 19) + Me.lbIdenERP.Size = New System.Drawing.Size(110, 24) Me.lbIdenERP.TabIndex = 0 Me.lbIdenERP.Text = "식별코드" ' @@ -2770,17 +2940,19 @@ Partial Class mainForm ' Me.pnIdenERP2.Controls.Add(Me.txbIdenERP) Me.pnIdenERP2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnIdenERP2.Location = New System.Drawing.Point(102, 21) + Me.pnIdenERP2.Location = New System.Drawing.Point(117, 26) + Me.pnIdenERP2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnIdenERP2.Name = "pnIdenERP2" - Me.pnIdenERP2.Size = New System.Drawing.Size(210, 42) + Me.pnIdenERP2.Size = New System.Drawing.Size(240, 52) Me.pnIdenERP2.TabIndex = 3 ' 'txbIdenERP ' Me.txbIdenERP.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.txbIdenERP.Location = New System.Drawing.Point(2, 7) + Me.txbIdenERP.Location = New System.Drawing.Point(2, 9) + Me.txbIdenERP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbIdenERP.Name = "txbIdenERP" - Me.txbIdenERP.Size = New System.Drawing.Size(205, 29) + Me.txbIdenERP.Size = New System.Drawing.Size(234, 35) Me.txbIdenERP.TabIndex = 1 Me.txbIdenERP.Text = "E040221" Me.txbIdenERP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2791,9 +2963,11 @@ Partial Class mainForm Me.gbAPIuse.Controls.Add(Me.ckbAPIuse) Me.gbAPIuse.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbAPIuse.ForeColor = System.Drawing.Color.Black - Me.gbAPIuse.Location = New System.Drawing.Point(1494, 5) + Me.gbAPIuse.Location = New System.Drawing.Point(1707, 6) + Me.gbAPIuse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbAPIuse.Name = "gbAPIuse" - Me.gbAPIuse.Size = New System.Drawing.Size(190, 74) + Me.gbAPIuse.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbAPIuse.Size = New System.Drawing.Size(217, 92) Me.gbAPIuse.TabIndex = 100 Me.gbAPIuse.TabStop = False Me.gbAPIuse.Text = "MES 처리 형식" @@ -2802,9 +2976,10 @@ Partial Class mainForm ' Me.ckbAPIuse.AutoSize = True Me.ckbAPIuse.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbAPIuse.Location = New System.Drawing.Point(25, 24) + Me.ckbAPIuse.Location = New System.Drawing.Point(29, 30) + Me.ckbAPIuse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbAPIuse.Name = "ckbAPIuse" - Me.ckbAPIuse.Size = New System.Drawing.Size(137, 39) + Me.ckbAPIuse.Size = New System.Drawing.Size(172, 48) Me.ckbAPIuse.TabIndex = 77 Me.ckbAPIuse.Text = "API 사용" Me.ckbAPIuse.UseVisualStyleBackColor = True @@ -2815,9 +2990,11 @@ Partial Class mainForm Me.gbEventSet.Controls.Add(Me.gbEventReg) Me.gbEventSet.Controls.Add(Me.gbEvent) Me.gbEventSet.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEventSet.Location = New System.Drawing.Point(3, 84) + Me.gbEventSet.Location = New System.Drawing.Point(3, 105) + Me.gbEventSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEventSet.Name = "gbEventSet" - Me.gbEventSet.Size = New System.Drawing.Size(1249, 965) + Me.gbEventSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEventSet.Size = New System.Drawing.Size(1427, 1206) Me.gbEventSet.TabIndex = 99 Me.gbEventSet.TabStop = False Me.gbEventSet.Text = "출고 및 이벤트 등록" @@ -2826,9 +3003,11 @@ Partial Class mainForm ' Me.gbEventDel.Controls.Add(Me.gbEventDel2) Me.gbEventDel.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEventDel.Location = New System.Drawing.Point(687, 777) + Me.gbEventDel.Location = New System.Drawing.Point(785, 971) + Me.gbEventDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEventDel.Name = "gbEventDel" - Me.gbEventDel.Size = New System.Drawing.Size(544, 121) + Me.gbEventDel.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEventDel.Size = New System.Drawing.Size(622, 151) Me.gbEventDel.TabIndex = 51 Me.gbEventDel.TabStop = False Me.gbEventDel.Text = "출고 및 이벤트 삭제" @@ -2839,18 +3018,21 @@ Partial Class mainForm Me.gbEventDel2.Controls.Add(Me.pnEventDel) Me.gbEventDel2.Controls.Add(Me.pnEventDel2) Me.gbEventDel2.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEventDel2.Location = New System.Drawing.Point(23, 35) + Me.gbEventDel2.Location = New System.Drawing.Point(26, 44) + Me.gbEventDel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEventDel2.Name = "gbEventDel2" - Me.gbEventDel2.Size = New System.Drawing.Size(498, 77) + Me.gbEventDel2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEventDel2.Size = New System.Drawing.Size(569, 96) Me.gbEventDel2.TabIndex = 9 Me.gbEventDel2.TabStop = False Me.gbEventDel2.Text = "삭제할 이벤트명 입력" ' 'btnEventDel ' - Me.btnEventDel.Location = New System.Drawing.Point(365, 18) + Me.btnEventDel.Location = New System.Drawing.Point(417, 22) + Me.btnEventDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnEventDel.Name = "btnEventDel" - Me.btnEventDel.Size = New System.Drawing.Size(124, 47) + Me.btnEventDel.Size = New System.Drawing.Size(142, 59) Me.btnEventDel.TabIndex = 12 Me.btnEventDel.Text = "삭제" Me.btnEventDel.UseVisualStyleBackColor = True @@ -2859,17 +3041,18 @@ Partial Class mainForm ' Me.pnEventDel.Controls.Add(Me.lbEventDel) Me.pnEventDel.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEventDel.Location = New System.Drawing.Point(16, 21) + Me.pnEventDel.Location = New System.Drawing.Point(18, 26) + Me.pnEventDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEventDel.Name = "pnEventDel" - Me.pnEventDel.Size = New System.Drawing.Size(93, 42) + Me.pnEventDel.Size = New System.Drawing.Size(106, 52) Me.pnEventDel.TabIndex = 2 ' 'lbEventDel ' Me.lbEventDel.AutoSize = True - Me.lbEventDel.Location = New System.Drawing.Point(3, 13) + Me.lbEventDel.Location = New System.Drawing.Point(3, 16) Me.lbEventDel.Name = "lbEventDel" - Me.lbEventDel.Size = New System.Drawing.Size(89, 19) + Me.lbEventDel.Size = New System.Drawing.Size(110, 24) Me.lbEventDel.TabIndex = 0 Me.lbEventDel.Text = "이벤트명" ' @@ -2877,16 +3060,18 @@ Partial Class mainForm ' Me.pnEventDel2.Controls.Add(Me.txbEventDel) Me.pnEventDel2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEventDel2.Location = New System.Drawing.Point(112, 21) + Me.pnEventDel2.Location = New System.Drawing.Point(128, 26) + Me.pnEventDel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEventDel2.Name = "pnEventDel2" - Me.pnEventDel2.Size = New System.Drawing.Size(247, 42) + Me.pnEventDel2.Size = New System.Drawing.Size(282, 52) Me.pnEventDel2.TabIndex = 3 ' 'txbEventDel ' - Me.txbEventDel.Location = New System.Drawing.Point(2, 7) + Me.txbEventDel.Location = New System.Drawing.Point(2, 9) + Me.txbEventDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEventDel.Name = "txbEventDel" - Me.txbEventDel.Size = New System.Drawing.Size(242, 29) + Me.txbEventDel.Size = New System.Drawing.Size(276, 35) Me.txbEventDel.TabIndex = 1 ' 'gbEventReg @@ -2900,18 +3085,21 @@ Partial Class mainForm Me.gbEventReg.Controls.Add(Me.pnEvSearch2) Me.gbEventReg.Controls.Add(Me.gbEvInfo) Me.gbEventReg.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEventReg.Location = New System.Drawing.Point(687, 27) + Me.gbEventReg.Location = New System.Drawing.Point(785, 34) + Me.gbEventReg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEventReg.Name = "gbEventReg" - Me.gbEventReg.Size = New System.Drawing.Size(544, 713) + Me.gbEventReg.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEventReg.Size = New System.Drawing.Size(622, 891) Me.gbEventReg.TabIndex = 0 Me.gbEventReg.TabStop = False Me.gbEventReg.Text = "출고 및 이벤트 등록" ' 'btnReg ' - Me.btnReg.Location = New System.Drawing.Point(438, 388) + Me.btnReg.Location = New System.Drawing.Point(501, 485) + Me.btnReg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnReg.Name = "btnReg" - Me.btnReg.Size = New System.Drawing.Size(86, 50) + Me.btnReg.Size = New System.Drawing.Size(98, 62) Me.btnReg.TabIndex = 12 Me.btnReg.Text = "등록" Me.btnReg.UseVisualStyleBackColor = True @@ -2920,21 +3108,23 @@ Partial Class mainForm ' Me.pndgv.Controls.Add(Me.dgvSearch) Me.pndgv.Font = New System.Drawing.Font("굴림", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pndgv.Location = New System.Drawing.Point(23, 34) + Me.pndgv.Location = New System.Drawing.Point(26, 42) + Me.pndgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pndgv.Name = "pndgv" - Me.pndgv.Size = New System.Drawing.Size(498, 348) + Me.pndgv.Size = New System.Drawing.Size(569, 435) Me.pndgv.TabIndex = 18 ' 'dgvSearch ' Me.dgvSearch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvSearch.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfCode, Me.dfprodCode, Me.dfName, Me.dfFace, Me.dfEye, Me.dfAuto}) - Me.dgvSearch.Location = New System.Drawing.Point(0, 3) + Me.dgvSearch.Location = New System.Drawing.Point(0, 4) + Me.dgvSearch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvSearch.Name = "dgvSearch" Me.dgvSearch.RowHeadersWidth = 51 Me.dgvSearch.RowTemplate.Height = 23 Me.dgvSearch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect - Me.dgvSearch.Size = New System.Drawing.Size(498, 342) + Me.dgvSearch.Size = New System.Drawing.Size(569, 428) Me.dgvSearch.TabIndex = 12 ' 'dfCode @@ -2983,44 +3173,48 @@ Partial Class mainForm ' Me.pnEventName2.Controls.Add(Me.txbEventName) Me.pnEventName2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEventName2.Location = New System.Drawing.Point(153, 388) + Me.pnEventName2.Location = New System.Drawing.Point(175, 485) + Me.pnEventName2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEventName2.Name = "pnEventName2" - Me.pnEventName2.Size = New System.Drawing.Size(279, 50) + Me.pnEventName2.Size = New System.Drawing.Size(319, 62) Me.pnEventName2.TabIndex = 1 ' 'txbEventName ' Me.txbEventName.Font = New System.Drawing.Font("굴림", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEventName.Location = New System.Drawing.Point(2, 3) + Me.txbEventName.Location = New System.Drawing.Point(2, 4) + Me.txbEventName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEventName.Name = "txbEventName" - Me.txbEventName.Size = New System.Drawing.Size(276, 44) + Me.txbEventName.Size = New System.Drawing.Size(315, 53) Me.txbEventName.TabIndex = 0 ' 'pnEventName1 ' Me.pnEventName1.Controls.Add(Me.lbEventName) Me.pnEventName1.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEventName1.Location = New System.Drawing.Point(18, 393) + Me.pnEventName1.Location = New System.Drawing.Point(21, 491) + Me.pnEventName1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEventName1.Name = "pnEventName1" - Me.pnEventName1.Size = New System.Drawing.Size(131, 42) + Me.pnEventName1.Size = New System.Drawing.Size(150, 52) Me.pnEventName1.TabIndex = 2 ' 'lbEventName ' Me.lbEventName.AutoSize = True Me.lbEventName.Font = New System.Drawing.Font("굴림", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEventName.Location = New System.Drawing.Point(-6, 3) + Me.lbEventName.Location = New System.Drawing.Point(-7, 4) Me.lbEventName.Name = "lbEventName" - Me.lbEventName.Size = New System.Drawing.Size(146, 32) + Me.lbEventName.Size = New System.Drawing.Size(181, 40) Me.lbEventName.TabIndex = 0 Me.lbEventName.Text = "이벤트명" ' 'btnEvSearch ' Me.btnEvSearch.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnEvSearch.Location = New System.Drawing.Point(438, 447) + Me.btnEvSearch.Location = New System.Drawing.Point(501, 559) + Me.btnEvSearch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnEvSearch.Name = "btnEvSearch" - Me.btnEvSearch.Size = New System.Drawing.Size(86, 53) + Me.btnEvSearch.Size = New System.Drawing.Size(98, 66) Me.btnEvSearch.TabIndex = 17 Me.btnEvSearch.Text = "검색" Me.btnEvSearch.UseVisualStyleBackColor = True @@ -3029,18 +3223,19 @@ Partial Class mainForm ' Me.pnEvSearch.Controls.Add(Me.lbEvSearch) Me.pnEvSearch.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvSearch.Location = New System.Drawing.Point(18, 453) + Me.pnEvSearch.Location = New System.Drawing.Point(21, 566) + Me.pnEvSearch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvSearch.Name = "pnEvSearch" - Me.pnEvSearch.Size = New System.Drawing.Size(131, 40) + Me.pnEvSearch.Size = New System.Drawing.Size(150, 50) Me.pnEvSearch.TabIndex = 15 ' 'lbEvSearch ' Me.lbEvSearch.AutoSize = True Me.lbEvSearch.Font = New System.Drawing.Font("굴림", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbEvSearch.Location = New System.Drawing.Point(-6, 5) + Me.lbEvSearch.Location = New System.Drawing.Point(-7, 6) Me.lbEvSearch.Name = "lbEvSearch" - Me.lbEvSearch.Size = New System.Drawing.Size(146, 32) + Me.lbEvSearch.Size = New System.Drawing.Size(181, 40) Me.lbEvSearch.TabIndex = 0 Me.lbEvSearch.Text = "품명검색" ' @@ -3048,17 +3243,19 @@ Partial Class mainForm ' Me.pnEvSearch2.Controls.Add(Me.txbEvSearch) Me.pnEvSearch2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvSearch2.Location = New System.Drawing.Point(153, 448) + Me.pnEvSearch2.Location = New System.Drawing.Point(175, 560) + Me.pnEvSearch2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvSearch2.Name = "pnEvSearch2" - Me.pnEvSearch2.Size = New System.Drawing.Size(279, 50) + Me.pnEvSearch2.Size = New System.Drawing.Size(319, 62) Me.pnEvSearch2.TabIndex = 2 ' 'txbEvSearch ' Me.txbEvSearch.Font = New System.Drawing.Font("굴림", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbEvSearch.Location = New System.Drawing.Point(3, 3) + Me.txbEvSearch.Location = New System.Drawing.Point(3, 4) + Me.txbEvSearch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEvSearch.Name = "txbEvSearch" - Me.txbEvSearch.Size = New System.Drawing.Size(276, 44) + Me.txbEvSearch.Size = New System.Drawing.Size(315, 53) Me.txbEvSearch.TabIndex = 0 ' 'gbEvInfo @@ -3078,9 +3275,11 @@ Partial Class mainForm Me.gbEvInfo.Controls.Add(Me.pnEvName) Me.gbEvInfo.Controls.Add(Me.pnEvName2) Me.gbEvInfo.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEvInfo.Location = New System.Drawing.Point(23, 504) + Me.gbEvInfo.Location = New System.Drawing.Point(26, 630) + Me.gbEvInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEvInfo.Name = "gbEvInfo" - Me.gbEvInfo.Size = New System.Drawing.Size(498, 193) + Me.gbEvInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEvInfo.Size = New System.Drawing.Size(569, 241) Me.gbEvInfo.TabIndex = 3 Me.gbEvInfo.TabStop = False Me.gbEvInfo.Text = "상세정보" @@ -3089,17 +3288,18 @@ Partial Class mainForm ' Me.pnLimit.Controls.Add(Me.lbLimit) Me.pnLimit.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnLimit.Location = New System.Drawing.Point(253, 99) + Me.pnLimit.Location = New System.Drawing.Point(289, 124) + Me.pnLimit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLimit.Name = "pnLimit" - Me.pnLimit.Size = New System.Drawing.Size(93, 35) + Me.pnLimit.Size = New System.Drawing.Size(106, 44) Me.pnLimit.TabIndex = 25 ' 'lbLimit ' Me.lbLimit.AutoSize = True - Me.lbLimit.Location = New System.Drawing.Point(4, 8) + Me.lbLimit.Location = New System.Drawing.Point(5, 10) Me.lbLimit.Name = "lbLimit" - Me.lbLimit.Size = New System.Drawing.Size(89, 19) + Me.lbLimit.Size = New System.Drawing.Size(110, 24) Me.lbLimit.TabIndex = 0 Me.lbLimit.Text = "제한수량" ' @@ -3107,33 +3307,36 @@ Partial Class mainForm ' Me.pnLimit2.Controls.Add(Me.txbLimit) Me.pnLimit2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnLimit2.Location = New System.Drawing.Point(349, 99) + Me.pnLimit2.Location = New System.Drawing.Point(399, 124) + Me.pnLimit2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnLimit2.Name = "pnLimit2" - Me.pnLimit2.Size = New System.Drawing.Size(137, 35) + Me.pnLimit2.Size = New System.Drawing.Size(157, 44) Me.pnLimit2.TabIndex = 4 ' 'txbLimit ' - Me.txbLimit.Location = New System.Drawing.Point(5, 2) + Me.txbLimit.Location = New System.Drawing.Point(6, 2) + Me.txbLimit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLimit.Name = "txbLimit" - Me.txbLimit.Size = New System.Drawing.Size(130, 29) + Me.txbLimit.Size = New System.Drawing.Size(148, 35) Me.txbLimit.TabIndex = 0 ' 'pnProdCode ' Me.pnProdCode.Controls.Add(Me.lbProdCode) Me.pnProdCode.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnProdCode.Location = New System.Drawing.Point(253, 60) + Me.pnProdCode.Location = New System.Drawing.Point(289, 75) + Me.pnProdCode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnProdCode.Name = "pnProdCode" - Me.pnProdCode.Size = New System.Drawing.Size(93, 35) + Me.pnProdCode.Size = New System.Drawing.Size(106, 44) Me.pnProdCode.TabIndex = 23 ' 'lbProdCode ' Me.lbProdCode.AutoSize = True - Me.lbProdCode.Location = New System.Drawing.Point(4, 8) + Me.lbProdCode.Location = New System.Drawing.Point(5, 10) Me.lbProdCode.Name = "lbProdCode" - Me.lbProdCode.Size = New System.Drawing.Size(89, 19) + Me.lbProdCode.Size = New System.Drawing.Size(110, 24) Me.lbProdCode.TabIndex = 0 Me.lbProdCode.Text = "분류번호" ' @@ -3141,36 +3344,39 @@ Partial Class mainForm ' Me.pnProdCode2.Controls.Add(Me.txbProdCode) Me.pnProdCode2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnProdCode2.Location = New System.Drawing.Point(349, 60) + Me.pnProdCode2.Location = New System.Drawing.Point(399, 75) + Me.pnProdCode2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnProdCode2.Name = "pnProdCode2" - Me.pnProdCode2.Size = New System.Drawing.Size(137, 35) + Me.pnProdCode2.Size = New System.Drawing.Size(157, 44) Me.pnProdCode2.TabIndex = 24 ' 'txbProdCode ' Me.txbProdCode.BackColor = System.Drawing.SystemColors.ControlLight Me.txbProdCode.Enabled = False - Me.txbProdCode.Location = New System.Drawing.Point(5, 2) + Me.txbProdCode.Location = New System.Drawing.Point(6, 2) + Me.txbProdCode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProdCode.Name = "txbProdCode" Me.txbProdCode.ReadOnly = True - Me.txbProdCode.Size = New System.Drawing.Size(130, 29) + Me.txbProdCode.Size = New System.Drawing.Size(148, 35) Me.txbProdCode.TabIndex = 0 ' 'pnEvCount ' Me.pnEvCount.Controls.Add(Me.lbEvCount) Me.pnEvCount.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvCount.Location = New System.Drawing.Point(16, 99) + Me.pnEvCount.Location = New System.Drawing.Point(18, 124) + Me.pnEvCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvCount.Name = "pnEvCount" - Me.pnEvCount.Size = New System.Drawing.Size(93, 35) + Me.pnEvCount.Size = New System.Drawing.Size(106, 44) Me.pnEvCount.TabIndex = 17 ' 'lbEvCount ' Me.lbEvCount.AutoSize = True - Me.lbEvCount.Location = New System.Drawing.Point(41, 8) + Me.lbEvCount.Location = New System.Drawing.Point(47, 10) Me.lbEvCount.Name = "lbEvCount" - Me.lbEvCount.Size = New System.Drawing.Size(49, 19) + Me.lbEvCount.Size = New System.Drawing.Size(60, 24) Me.lbEvCount.TabIndex = 0 Me.lbEvCount.Text = "수량" ' @@ -3178,33 +3384,36 @@ Partial Class mainForm ' Me.pnEvCount2.Controls.Add(Me.txbEvCount) Me.pnEvCount2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvCount2.Location = New System.Drawing.Point(112, 99) + Me.pnEvCount2.Location = New System.Drawing.Point(128, 124) + Me.pnEvCount2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvCount2.Name = "pnEvCount2" - Me.pnEvCount2.Size = New System.Drawing.Size(137, 35) + Me.pnEvCount2.Size = New System.Drawing.Size(157, 44) Me.pnEvCount2.TabIndex = 3 ' 'txbEvCount ' - Me.txbEvCount.Location = New System.Drawing.Point(5, 2) + Me.txbEvCount.Location = New System.Drawing.Point(6, 2) + Me.txbEvCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEvCount.Name = "txbEvCount" - Me.txbEvCount.Size = New System.Drawing.Size(130, 29) + Me.txbEvCount.Size = New System.Drawing.Size(148, 35) Me.txbEvCount.TabIndex = 0 ' 'pnEvEye ' Me.pnEvEye.Controls.Add(Me.lbEvEye) Me.pnEvEye.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvEye.Location = New System.Drawing.Point(253, 138) + Me.pnEvEye.Location = New System.Drawing.Point(289, 172) + Me.pnEvEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvEye.Name = "pnEvEye" - Me.pnEvEye.Size = New System.Drawing.Size(93, 35) + Me.pnEvEye.Size = New System.Drawing.Size(106, 44) Me.pnEvEye.TabIndex = 21 ' 'lbEvEye ' Me.lbEvEye.AutoSize = True - Me.lbEvEye.Location = New System.Drawing.Point(21, 8) + Me.lbEvEye.Location = New System.Drawing.Point(24, 10) Me.lbEvEye.Name = "lbEvEye" - Me.lbEvEye.Size = New System.Drawing.Size(69, 19) + Me.lbEvEye.Size = New System.Drawing.Size(85, 24) Me.lbEvEye.TabIndex = 0 Me.lbEvEye.Text = "눈가샷" ' @@ -3212,33 +3421,36 @@ Partial Class mainForm ' Me.pnEvEye2.Controls.Add(Me.txbEvEye) Me.pnEvEye2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvEye2.Location = New System.Drawing.Point(349, 138) + Me.pnEvEye2.Location = New System.Drawing.Point(399, 172) + Me.pnEvEye2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvEye2.Name = "pnEvEye2" - Me.pnEvEye2.Size = New System.Drawing.Size(137, 35) + Me.pnEvEye2.Size = New System.Drawing.Size(157, 44) Me.pnEvEye2.TabIndex = 22 ' 'txbEvEye ' - Me.txbEvEye.Location = New System.Drawing.Point(5, 2) + Me.txbEvEye.Location = New System.Drawing.Point(6, 2) + Me.txbEvEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEvEye.Name = "txbEvEye" - Me.txbEvEye.Size = New System.Drawing.Size(130, 29) + Me.txbEvEye.Size = New System.Drawing.Size(148, 35) Me.txbEvEye.TabIndex = 2 ' 'pnEvFace ' Me.pnEvFace.Controls.Add(Me.lbEvFace) Me.pnEvFace.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvFace.Location = New System.Drawing.Point(16, 138) + Me.pnEvFace.Location = New System.Drawing.Point(18, 172) + Me.pnEvFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvFace.Name = "pnEvFace" - Me.pnEvFace.Size = New System.Drawing.Size(93, 35) + Me.pnEvFace.Size = New System.Drawing.Size(106, 44) Me.pnEvFace.TabIndex = 19 ' 'lbEvFace ' Me.lbEvFace.AutoSize = True - Me.lbEvFace.Location = New System.Drawing.Point(4, 8) + Me.lbEvFace.Location = New System.Drawing.Point(5, 10) Me.lbEvFace.Name = "lbEvFace" - Me.lbEvFace.Size = New System.Drawing.Size(89, 19) + Me.lbEvFace.Size = New System.Drawing.Size(110, 24) Me.lbEvFace.TabIndex = 0 Me.lbEvFace.Text = "페이스샷" ' @@ -3246,33 +3458,36 @@ Partial Class mainForm ' Me.pnEvFace2.Controls.Add(Me.txbEvFace) Me.pnEvFace2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvFace2.Location = New System.Drawing.Point(112, 138) + Me.pnEvFace2.Location = New System.Drawing.Point(128, 172) + Me.pnEvFace2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvFace2.Name = "pnEvFace2" - Me.pnEvFace2.Size = New System.Drawing.Size(137, 35) + Me.pnEvFace2.Size = New System.Drawing.Size(157, 44) Me.pnEvFace2.TabIndex = 5 ' 'txbEvFace ' - Me.txbEvFace.Location = New System.Drawing.Point(5, 2) + Me.txbEvFace.Location = New System.Drawing.Point(6, 2) + Me.txbEvFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEvFace.Name = "txbEvFace" - Me.txbEvFace.Size = New System.Drawing.Size(130, 29) + Me.txbEvFace.Size = New System.Drawing.Size(148, 35) Me.txbEvFace.TabIndex = 0 ' 'pnEvCode ' Me.pnEvCode.Controls.Add(Me.lbEvCode) Me.pnEvCode.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvCode.Location = New System.Drawing.Point(15, 60) + Me.pnEvCode.Location = New System.Drawing.Point(17, 75) + Me.pnEvCode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvCode.Name = "pnEvCode" - Me.pnEvCode.Size = New System.Drawing.Size(93, 35) + Me.pnEvCode.Size = New System.Drawing.Size(106, 44) Me.pnEvCode.TabIndex = 15 ' 'lbEvCode ' Me.lbEvCode.AutoSize = True - Me.lbEvCode.Location = New System.Drawing.Point(4, 8) + Me.lbEvCode.Location = New System.Drawing.Point(5, 10) Me.lbEvCode.Name = "lbEvCode" - Me.lbEvCode.Size = New System.Drawing.Size(89, 19) + Me.lbEvCode.Size = New System.Drawing.Size(110, 24) Me.lbEvCode.TabIndex = 0 Me.lbEvCode.Text = "제품코드" ' @@ -3280,36 +3495,39 @@ Partial Class mainForm ' Me.pnEvCode2.Controls.Add(Me.txbEvCode) Me.pnEvCode2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvCode2.Location = New System.Drawing.Point(111, 60) + Me.pnEvCode2.Location = New System.Drawing.Point(127, 75) + Me.pnEvCode2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvCode2.Name = "pnEvCode2" - Me.pnEvCode2.Size = New System.Drawing.Size(137, 35) + Me.pnEvCode2.Size = New System.Drawing.Size(157, 44) Me.pnEvCode2.TabIndex = 16 ' 'txbEvCode ' Me.txbEvCode.BackColor = System.Drawing.SystemColors.ControlLight Me.txbEvCode.Enabled = False - Me.txbEvCode.Location = New System.Drawing.Point(5, 2) + Me.txbEvCode.Location = New System.Drawing.Point(6, 2) + Me.txbEvCode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEvCode.Name = "txbEvCode" Me.txbEvCode.ReadOnly = True - Me.txbEvCode.Size = New System.Drawing.Size(130, 29) + Me.txbEvCode.Size = New System.Drawing.Size(148, 35) Me.txbEvCode.TabIndex = 0 ' 'pnEvName ' Me.pnEvName.Controls.Add(Me.lbEvName) Me.pnEvName.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvName.Location = New System.Drawing.Point(15, 22) + Me.pnEvName.Location = New System.Drawing.Point(17, 28) + Me.pnEvName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvName.Name = "pnEvName" - Me.pnEvName.Size = New System.Drawing.Size(93, 35) + Me.pnEvName.Size = New System.Drawing.Size(106, 44) Me.pnEvName.TabIndex = 13 ' 'lbEvName ' Me.lbEvName.AutoSize = True - Me.lbEvName.Location = New System.Drawing.Point(21, 8) + Me.lbEvName.Location = New System.Drawing.Point(24, 10) Me.lbEvName.Name = "lbEvName" - Me.lbEvName.Size = New System.Drawing.Size(69, 19) + Me.lbEvName.Size = New System.Drawing.Size(85, 24) Me.lbEvName.TabIndex = 0 Me.lbEvName.Text = "제품명" ' @@ -3317,19 +3535,21 @@ Partial Class mainForm ' Me.pnEvName2.Controls.Add(Me.txbEvName) Me.pnEvName2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnEvName2.Location = New System.Drawing.Point(111, 22) + Me.pnEvName2.Location = New System.Drawing.Point(127, 28) + Me.pnEvName2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnEvName2.Name = "pnEvName2" - Me.pnEvName2.Size = New System.Drawing.Size(374, 35) + Me.pnEvName2.Size = New System.Drawing.Size(427, 44) Me.pnEvName2.TabIndex = 14 ' 'txbEvName ' Me.txbEvName.BackColor = System.Drawing.SystemColors.ControlLight Me.txbEvName.Enabled = False - Me.txbEvName.Location = New System.Drawing.Point(5, 2) + Me.txbEvName.Location = New System.Drawing.Point(6, 2) + Me.txbEvName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbEvName.Name = "txbEvName" Me.txbEvName.ReadOnly = True - Me.txbEvName.Size = New System.Drawing.Size(367, 29) + Me.txbEvName.Size = New System.Drawing.Size(419, 35) Me.txbEvName.TabIndex = 0 ' 'gbEvent @@ -3339,9 +3559,11 @@ Partial Class mainForm Me.gbEvent.Controls.Add(Me.btnEvAllDel) Me.gbEvent.Controls.Add(Me.pnMassTime) Me.gbEvent.Font = New System.Drawing.Font("굴림", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbEvent.Location = New System.Drawing.Point(12, 31) + Me.gbEvent.Location = New System.Drawing.Point(14, 39) + Me.gbEvent.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbEvent.Name = "gbEvent" - Me.gbEvent.Size = New System.Drawing.Size(669, 915) + Me.gbEvent.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbEvent.Size = New System.Drawing.Size(765, 1144) Me.gbEvent.TabIndex = 43 Me.gbEvent.TabStop = False Me.gbEvent.Text = "출고 및 이벤트 목록" @@ -3349,9 +3571,10 @@ Partial Class mainForm 'btndgvReset ' Me.btndgvReset.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btndgvReset.Location = New System.Drawing.Point(445, 783) + Me.btndgvReset.Location = New System.Drawing.Point(509, 979) + Me.btndgvReset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btndgvReset.Name = "btndgvReset" - Me.btndgvReset.Size = New System.Drawing.Size(215, 84) + Me.btndgvReset.Size = New System.Drawing.Size(246, 105) Me.btndgvReset.TabIndex = 53 Me.btndgvReset.Text = "새로고침" Me.btndgvReset.UseVisualStyleBackColor = True @@ -3360,11 +3583,12 @@ Partial Class mainForm ' Me.dgvEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvEvent.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfNum, Me.df_event_name, Me.df_event_code, Me.df_event_prod, Me.df_event_count, Me.df_event_face, Me.df_event_eye, Me.dfPRCode, Me.dfautoUse, Me.dfLimit}) - Me.dgvEvent.Location = New System.Drawing.Point(10, 30) + Me.dgvEvent.Location = New System.Drawing.Point(11, 38) + Me.dgvEvent.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvEvent.Name = "dgvEvent" Me.dgvEvent.RowHeadersWidth = 51 Me.dgvEvent.RowTemplate.Height = 23 - Me.dgvEvent.Size = New System.Drawing.Size(650, 749) + Me.dgvEvent.Size = New System.Drawing.Size(743, 936) Me.dgvEvent.TabIndex = 0 ' 'dfNum @@ -3440,9 +3664,10 @@ Partial Class mainForm 'btnEvAllDel ' Me.btnEvAllDel.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnEvAllDel.Location = New System.Drawing.Point(228, 783) + Me.btnEvAllDel.Location = New System.Drawing.Point(261, 979) + Me.btnEvAllDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnEvAllDel.Name = "btnEvAllDel" - Me.btnEvAllDel.Size = New System.Drawing.Size(215, 84) + Me.btnEvAllDel.Size = New System.Drawing.Size(246, 105) Me.btnEvAllDel.TabIndex = 48 Me.btnEvAllDel.Text = "전체삭제" Me.btnEvAllDel.UseVisualStyleBackColor = True @@ -3450,9 +3675,10 @@ Partial Class mainForm 'pnMassTime ' Me.pnMassTime.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnMassTime.Location = New System.Drawing.Point(10, 783) + Me.pnMassTime.Location = New System.Drawing.Point(11, 979) + Me.pnMassTime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMassTime.Name = "pnMassTime" - Me.pnMassTime.Size = New System.Drawing.Size(215, 84) + Me.pnMassTime.Size = New System.Drawing.Size(246, 105) Me.pnMassTime.TabIndex = 45 Me.pnMassTime.Text = "행삭제" Me.pnMassTime.UseVisualStyleBackColor = True @@ -3460,9 +3686,10 @@ Partial Class mainForm 'btnOpExit ' Me.btnOpExit.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnOpExit.Location = New System.Drawing.Point(1697, 4) + Me.btnOpExit.Location = New System.Drawing.Point(1939, 5) + Me.btnOpExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnOpExit.Name = "btnOpExit" - Me.btnOpExit.Size = New System.Drawing.Size(217, 75) + Me.btnOpExit.Size = New System.Drawing.Size(248, 94) Me.btnOpExit.TabIndex = 98 Me.btnOpExit.Text = "나가기" Me.btnOpExit.UseVisualStyleBackColor = True @@ -3474,9 +3701,11 @@ Partial Class mainForm 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(1108, 5) + Me.gpbConfig.Location = New System.Drawing.Point(1266, 6) + Me.gpbConfig.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbConfig.Name = "gpbConfig" - Me.gpbConfig.Size = New System.Drawing.Size(384, 74) + Me.gpbConfig.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gpbConfig.Size = New System.Drawing.Size(439, 92) Me.gpbConfig.TabIndex = 97 Me.gpbConfig.TabStop = False Me.gpbConfig.Text = "설정" @@ -3487,9 +3716,10 @@ Partial Class mainForm Me.ckbPrinter.Checked = True Me.ckbPrinter.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbPrinter.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbPrinter.Location = New System.Drawing.Point(185, 23) + Me.ckbPrinter.Location = New System.Drawing.Point(211, 29) + Me.ckbPrinter.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbPrinter.Name = "ckbPrinter" - Me.ckbPrinter.Size = New System.Drawing.Size(172, 39) + Me.ckbPrinter.Size = New System.Drawing.Size(216, 48) Me.ckbPrinter.TabIndex = 79 Me.ckbPrinter.Text = "프린트 사용" Me.ckbPrinter.UseVisualStyleBackColor = True @@ -3500,9 +3730,10 @@ Partial Class mainForm Me.chbUseBarcode.Checked = True Me.chbUseBarcode.CheckState = System.Windows.Forms.CheckState.Checked Me.chbUseBarcode.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.chbUseBarcode.Location = New System.Drawing.Point(15, 23) + Me.chbUseBarcode.Location = New System.Drawing.Point(17, 29) + Me.chbUseBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chbUseBarcode.Name = "chbUseBarcode" - Me.chbUseBarcode.Size = New System.Drawing.Size(164, 39) + Me.chbUseBarcode.Size = New System.Drawing.Size(206, 48) Me.chbUseBarcode.TabIndex = 77 Me.chbUseBarcode.Text = "바코드사용" Me.chbUseBarcode.UseVisualStyleBackColor = True @@ -3515,9 +3746,11 @@ Partial Class mainForm Me.gbSerial.Controls.Add(Me.cmdSerial) 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(3, 4) + Me.gbSerial.Location = New System.Drawing.Point(3, 5) + Me.gbSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSerial.Name = "gbSerial" - Me.gbSerial.Size = New System.Drawing.Size(330, 75) + Me.gbSerial.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSerial.Size = New System.Drawing.Size(377, 94) Me.gbSerial.TabIndex = 95 Me.gbSerial.TabStop = False Me.gbSerial.Text = "시리얼 통신설정" @@ -3528,28 +3761,29 @@ Partial Class mainForm Me.cboComPort.Font = New System.Drawing.Font("함초롬바탕", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cboComPort.ForeColor = System.Drawing.Color.Black Me.cboComPort.FormattingEnabled = True - Me.cboComPort.Location = New System.Drawing.Point(95, 30) + Me.cboComPort.Location = New System.Drawing.Point(109, 38) Me.cboComPort.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.cboComPort.Name = "cboComPort" - Me.cboComPort.Size = New System.Drawing.Size(160, 35) + Me.cboComPort.Size = New System.Drawing.Size(182, 42) Me.cboComPort.TabIndex = 19 ' 'lbSerial ' Me.lbSerial.AutoSize = True Me.lbSerial.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbSerial.Location = New System.Drawing.Point(5, 33) + Me.lbSerial.Location = New System.Drawing.Point(6, 41) Me.lbSerial.Name = "lbSerial" - Me.lbSerial.Size = New System.Drawing.Size(92, 27) + Me.lbSerial.Size = New System.Drawing.Size(119, 35) Me.lbSerial.TabIndex = 17 Me.lbSerial.Text = "통신포트" ' 'cmdSerial ' Me.cmdSerial.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.cmdSerial.Location = New System.Drawing.Point(260, 27) + Me.cmdSerial.Location = New System.Drawing.Point(297, 34) + Me.cmdSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmdSerial.Name = "cmdSerial" - Me.cmdSerial.Size = New System.Drawing.Size(60, 40) + Me.cmdSerial.Size = New System.Drawing.Size(69, 50) Me.cmdSerial.TabIndex = 16 Me.cmdSerial.Text = "스캔" Me.cmdSerial.UseVisualStyleBackColor = True @@ -3565,9 +3799,11 @@ Partial Class mainForm Me.gbWeightRg.Controls.Add(Me.lbWeightMinus) Me.gbWeightRg.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbWeightRg.ForeColor = System.Drawing.Color.Black - Me.gbWeightRg.Location = New System.Drawing.Point(787, 5) + Me.gbWeightRg.Location = New System.Drawing.Point(899, 6) + Me.gbWeightRg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbWeightRg.Name = "gbWeightRg" - Me.gbWeightRg.Size = New System.Drawing.Size(316, 75) + Me.gbWeightRg.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbWeightRg.Size = New System.Drawing.Size(361, 94) Me.gbWeightRg.TabIndex = 94 Me.gbWeightRg.TabStop = False Me.gbWeightRg.Text = "무게측정오차범위" @@ -3575,9 +3811,10 @@ Partial Class mainForm 'txbWeightPlus ' Me.txbWeightPlus.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbWeightPlus.Location = New System.Drawing.Point(31, 25) + Me.txbWeightPlus.Location = New System.Drawing.Point(35, 31) + Me.txbWeightPlus.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbWeightPlus.Name = "txbWeightPlus" - Me.txbWeightPlus.Size = New System.Drawing.Size(98, 45) + Me.txbWeightPlus.Size = New System.Drawing.Size(111, 55) Me.txbWeightPlus.TabIndex = 96 Me.txbWeightPlus.Text = "600" Me.txbWeightPlus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3586,9 +3823,9 @@ Partial Class mainForm ' Me.lbWeightRg1.AutoSize = True Me.lbWeightRg1.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbWeightRg1.Location = New System.Drawing.Point(130, 30) + Me.lbWeightRg1.Location = New System.Drawing.Point(149, 38) Me.lbWeightRg1.Name = "lbWeightRg1" - Me.lbWeightRg1.Size = New System.Drawing.Size(30, 35) + Me.lbWeightRg1.Size = New System.Drawing.Size(38, 44) Me.lbWeightRg1.TabIndex = 97 Me.lbWeightRg1.Text = "g" ' @@ -3596,18 +3833,19 @@ Partial Class mainForm ' Me.lbWeightPlus.AutoSize = True Me.lbWeightPlus.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbWeightPlus.Location = New System.Drawing.Point(5, 29) + Me.lbWeightPlus.Location = New System.Drawing.Point(6, 36) Me.lbWeightPlus.Name = "lbWeightPlus" - Me.lbWeightPlus.Size = New System.Drawing.Size(30, 35) + Me.lbWeightPlus.Size = New System.Drawing.Size(38, 44) Me.lbWeightPlus.TabIndex = 95 Me.lbWeightPlus.Text = "+" ' 'txbWeightMinus ' Me.txbWeightMinus.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbWeightMinus.Location = New System.Drawing.Point(186, 25) + Me.txbWeightMinus.Location = New System.Drawing.Point(213, 31) + Me.txbWeightMinus.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbWeightMinus.Name = "txbWeightMinus" - Me.txbWeightMinus.Size = New System.Drawing.Size(98, 45) + Me.txbWeightMinus.Size = New System.Drawing.Size(111, 55) Me.txbWeightMinus.TabIndex = 93 Me.txbWeightMinus.Text = "600" Me.txbWeightMinus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -3616,9 +3854,9 @@ Partial Class mainForm ' Me.lbWeightRg2.AutoSize = True Me.lbWeightRg2.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbWeightRg2.Location = New System.Drawing.Point(287, 30) + Me.lbWeightRg2.Location = New System.Drawing.Point(328, 38) Me.lbWeightRg2.Name = "lbWeightRg2" - Me.lbWeightRg2.Size = New System.Drawing.Size(30, 35) + Me.lbWeightRg2.Size = New System.Drawing.Size(38, 44) Me.lbWeightRg2.TabIndex = 94 Me.lbWeightRg2.Text = "g" ' @@ -3626,9 +3864,9 @@ Partial Class mainForm ' Me.lbWeightMinus.AutoSize = True Me.lbWeightMinus.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbWeightMinus.Location = New System.Drawing.Point(162, 29) + Me.lbWeightMinus.Location = New System.Drawing.Point(185, 36) Me.lbWeightMinus.Name = "lbWeightMinus" - Me.lbWeightMinus.Size = New System.Drawing.Size(30, 35) + Me.lbWeightMinus.Size = New System.Drawing.Size(38, 44) Me.lbWeightMinus.TabIndex = 92 Me.lbWeightMinus.Text = "-" ' @@ -3639,9 +3877,11 @@ Partial Class mainForm Me.gbWeigth.Controls.Add(Me.ckbWeight) Me.gbWeigth.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbWeigth.ForeColor = System.Drawing.Color.Black - Me.gbWeigth.Location = New System.Drawing.Point(339, 5) + Me.gbWeigth.Location = New System.Drawing.Point(387, 6) + Me.gbWeigth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbWeigth.Name = "gbWeigth" - Me.gbWeigth.Size = New System.Drawing.Size(443, 74) + Me.gbWeigth.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbWeigth.Size = New System.Drawing.Size(506, 92) Me.gbWeigth.TabIndex = 93 Me.gbWeigth.TabStop = False Me.gbWeigth.Text = "저울 설정" @@ -3651,18 +3891,20 @@ Partial Class mainForm Me.Panel1.Controls.Add(Me.rdbWeightQW) Me.Panel1.Controls.Add(Me.rdbWeightCAS) Me.Panel1.Controls.Add(Me.rdbWeightAuto) - Me.Panel1.Location = New System.Drawing.Point(115, 12) + Me.Panel1.Location = New System.Drawing.Point(131, 15) + Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(323, 60) + Me.Panel1.Size = New System.Drawing.Size(369, 75) Me.Panel1.TabIndex = 79 ' 'rdbWeightQW ' Me.rdbWeightQW.AutoSize = True Me.rdbWeightQW.Font = New System.Drawing.Font("함초롬바탕", 11.0!, System.Drawing.FontStyle.Bold) - Me.rdbWeightQW.Location = New System.Drawing.Point(227, 18) + Me.rdbWeightQW.Location = New System.Drawing.Point(259, 22) + Me.rdbWeightQW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbWeightQW.Name = "rdbWeightQW" - Me.rdbWeightQW.Size = New System.Drawing.Size(82, 23) + Me.rdbWeightQW.Size = New System.Drawing.Size(97, 28) Me.rdbWeightQW.TabIndex = 80 Me.rdbWeightQW.TabStop = True Me.rdbWeightQW.Text = "QW저울" @@ -3672,9 +3914,10 @@ Partial Class mainForm ' Me.rdbWeightCAS.AutoSize = True Me.rdbWeightCAS.Font = New System.Drawing.Font("함초롬바탕", 11.0!, System.Drawing.FontStyle.Bold) - Me.rdbWeightCAS.Location = New System.Drawing.Point(122, 18) + Me.rdbWeightCAS.Location = New System.Drawing.Point(139, 22) + Me.rdbWeightCAS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbWeightCAS.Name = "rdbWeightCAS" - Me.rdbWeightCAS.Size = New System.Drawing.Size(87, 23) + Me.rdbWeightCAS.Size = New System.Drawing.Size(105, 28) Me.rdbWeightCAS.TabIndex = 79 Me.rdbWeightCAS.TabStop = True Me.rdbWeightCAS.Text = "CAS저울" @@ -3684,9 +3927,10 @@ Partial Class mainForm ' Me.rdbWeightAuto.AutoSize = True Me.rdbWeightAuto.Font = New System.Drawing.Font("함초롬바탕", 11.0!, System.Drawing.FontStyle.Bold) - Me.rdbWeightAuto.Location = New System.Drawing.Point(10, 18) + Me.rdbWeightAuto.Location = New System.Drawing.Point(11, 22) + Me.rdbWeightAuto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbWeightAuto.Name = "rdbWeightAuto" - Me.rdbWeightAuto.Size = New System.Drawing.Size(102, 23) + Me.rdbWeightAuto.Size = New System.Drawing.Size(121, 28) Me.rdbWeightAuto.TabIndex = 78 Me.rdbWeightAuto.TabStop = True Me.rdbWeightAuto.Text = "중량선별기" @@ -3696,9 +3940,10 @@ Partial Class mainForm ' Me.ckbWeight.AutoSize = True Me.ckbWeight.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbWeight.Location = New System.Drawing.Point(19, 24) + Me.ckbWeight.Location = New System.Drawing.Point(22, 30) + Me.ckbWeight.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbWeight.Name = "ckbWeight" - Me.ckbWeight.Size = New System.Drawing.Size(86, 39) + Me.ckbWeight.Size = New System.Drawing.Size(107, 48) Me.ckbWeight.TabIndex = 77 Me.ckbWeight.Text = "사용" Me.ckbWeight.UseVisualStyleBackColor = True @@ -3710,9 +3955,11 @@ Partial Class mainForm Me.gbDBNew.Controls.Add(Me.ckbNewSave) Me.gbDBNew.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbDBNew.ForeColor = System.Drawing.Color.Black - Me.gbDBNew.Location = New System.Drawing.Point(1800, 5) + Me.gbDBNew.Location = New System.Drawing.Point(2057, 6) + Me.gbDBNew.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDBNew.Name = "gbDBNew" - Me.gbDBNew.Size = New System.Drawing.Size(433, 74) + Me.gbDBNew.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDBNew.Size = New System.Drawing.Size(495, 92) Me.gbDBNew.TabIndex = 103 Me.gbDBNew.TabStop = False Me.gbDBNew.Text = "설정" @@ -3722,9 +3969,10 @@ Partial Class mainForm ' Me.ckbNEWDB.AutoSize = True Me.ckbNEWDB.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbNEWDB.Location = New System.Drawing.Point(210, 22) + Me.ckbNEWDB.Location = New System.Drawing.Point(240, 28) + Me.ckbNEWDB.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbNEWDB.Name = "ckbNEWDB" - Me.ckbNEWDB.Size = New System.Drawing.Size(173, 39) + Me.ckbNEWDB.Size = New System.Drawing.Size(218, 48) Me.ckbNEWDB.TabIndex = 78 Me.ckbNEWDB.Text = "다른DB형식" Me.ckbNEWDB.UseVisualStyleBackColor = True @@ -3733,9 +3981,10 @@ Partial Class mainForm ' Me.ckbNewSave.AutoSize = True Me.ckbNewSave.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbNewSave.Location = New System.Drawing.Point(15, 23) + Me.ckbNewSave.Location = New System.Drawing.Point(17, 29) + Me.ckbNewSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbNewSave.Name = "ckbNewSave" - Me.ckbNewSave.Size = New System.Drawing.Size(190, 39) + Me.ckbNewSave.Size = New System.Drawing.Size(239, 48) Me.ckbNewSave.TabIndex = 77 Me.ckbNewSave.Text = "신규저장방식" Me.ckbNewSave.UseVisualStyleBackColor = True @@ -3750,12 +3999,13 @@ Partial Class mainForm ' 'mainForm ' - 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(3844, 849) + Me.ClientSize = New System.Drawing.Size(4393, 1061) 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 = "mainForm" Me.Text = "Form1" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized @@ -3832,6 +4082,8 @@ Partial Class mainForm Me.gbInv.ResumeLayout(False) Me.gbInv.PerformLayout() Me.pnOption.ResumeLayout(False) + Me.oygoupbox.ResumeLayout(False) + Me.oygoupbox.PerformLayout() Me.gbMass.ResumeLayout(False) Me.gbMass.PerformLayout() Me.gbMesDb.ResumeLayout(False) @@ -4266,4 +4518,6 @@ Partial Class mainForm Friend WithEvents txbCheckWeight As TextBox Friend WithEvents lbCheckWeight As Label Friend WithEvents rdbWeightQW As RadioButton + Friend WithEvents oygoupbox As GroupBox + Friend WithEvents oybtn As RadioButton End Class diff --git a/OrderPackingProcessor/mainForm.vb b/OrderPackingProcessor/mainForm.vb index 90fd73d..b718f95 100644 --- a/OrderPackingProcessor/mainForm.vb +++ b/OrderPackingProcessor/mainForm.vb @@ -196,7 +196,7 @@ Public Class mainForm Private eventArray(,) As String Private autoUse As Integer - Private orderSwitch As Boolean = False + Private orderSwitch As Boolean = False '' 아마도 ... 출하내용 리스트를 가져오는 작업을 완료했는지 여부 Private workSuccess As Boolean = False '' 작업 성공 여부(초기화 작업) Private programRunSwitch As Boolean = False @@ -491,13 +491,13 @@ Public Class mainForm Return False End If End Function - + '이미 포장건인지 확인 Private Function WorkNowState() As Integer If rdbAuto2.Checked = True Then DBCmd = "SELECT COUNT(Number) FROM " & applySalesDB & " WHERE ConnectPack = '" & playCode & "' AND Weight > 0" Else - DBCmd = "SELECT COUNT(Number) FROM " & applySalesDB & " WHERE ConnectPack = '" & playCode & "'" + DBCmd = "SELECT COUNT(Number) FROM " & applySalesDB & " WHERE ConnectPack = '" & playCode & "'" ''포장되야 하는 패키징 상품이 100개면 100개의 행 End If Dim worknum As String = DBQueryScalar(DBCmd) @@ -555,13 +555,13 @@ Public Class mainForm errorGen("ERP코드는 현재 사용할 수 없습니다.") Return False - Case "MESORDER" + Case "MESORDER" ''대량포장 MassValueReset() If ckbAPIuse.Checked = True Then - If mesCodeCompare() Then + If mesCodeCompare() Then ''해당 출하번호가 이미 배송 완료된지 확인 Return False End If @@ -570,7 +570,7 @@ Public Class mainForm Return False End If Else - If useAPIDirect() Then + If useAPIDirect() Then ''패키징 상품 정보 & 주문자 정보 배열 초기화 Return False End If End If @@ -595,7 +595,7 @@ Public Class mainForm MassProdProcess() - If rdbMode2.Checked = True And rdbAuto2.Checked = True Then + If rdbMode2.Checked = True And rdbAuto2.Checked = True Then '' 무게 측정인데 사용안함 If weightSelect() Then errorOut("무게확인불가") @@ -614,7 +614,7 @@ Public Class mainForm successGen("읽기완료") Return True - Case "PRODSCAN" + Case "PRODSCAN" '' 대량포장 물건 스캔 If rdbMode2.Checked = True And rdbAuto2.Checked = True Then @@ -680,7 +680,7 @@ Public Class mainForm Return False End If - Else + Else ''대량포장 If StartSwitch = False Then @@ -699,7 +699,7 @@ Public Class mainForm Next End If - If serialPackCompare() Then + If serialPackCompare() Then ''해당 상품의 포장 유무 확인 If serialDupCheck() Then Return False @@ -709,7 +709,7 @@ Public Class mainForm Return False End If - If searchData() Then + If searchData() Then ''해당 상품의 SN 을 DB에서 가지고와서 화면에 표시 If shotComparison() Then Return False End If @@ -717,7 +717,7 @@ Public Class mainForm Return False End If - For c = 0 To prodArray.GetLength(1) - 1 + For c = 0 To prodArray.GetLength(1) - 1 '' 구성품은 스캔 안해도 PASS If prodArray(itemCode.type, c) = 1 Then prodArray(itemCode.chkCount, c) = prodArray(itemCode.count, c) End If @@ -810,7 +810,7 @@ Public Class mainForm txbArrayList(i, txbNameList.targetCount).ForeColor = Color.Blue End If - If prodArray(itemCode.serialNum, i) = Nothing Then + If prodArray(itemCode.serialNum, i) = Nothing Then '' 검사한 정품번호 등록 prodArray(itemCode.serialNum, i) = playCode Else prodArray(itemCode.serialNum, i) = prodArray(itemCode.serialNum, i) & "/" & playCode @@ -863,7 +863,7 @@ Public Class mainForm If MasPlayFunc() Then If playCode.Length < stateLength Or playCode.Length = newProdCodeLength Then If nowFullCount = tgtFullCount Then - If chbUseBarcode.Checked = True Then + If chbUseBarcode.Checked = False Then ''true인데 false로 수정함 saveStart() End If End If @@ -871,6 +871,7 @@ Public Class mainForm End If Else + '품목에 대해 작업을 한경우 If workSuccess = True Or programRunSwitch = False Then resetPlay() programRunSwitch = True @@ -914,9 +915,10 @@ Public Class mainForm End If If packingRun() Then - If playCode.Length < stateLength Or playCode.Length = newProdCodeLength Then + If playCode.Length < stateLength Or playCode.Length = newProdCodeLength Or playCode.Length = 13 Then + '포장할 모든 품목을 다 검사했을 때 If nowFullCount = tgtFullCount Then - If chbUseBarcode.Checked = True Then + If chbUseBarcode.Checked = False Then ''true인데 false로 수정함 saveStart() End If End If @@ -940,7 +942,7 @@ Public Class mainForm End Sub Private Sub saveStart() - If scanInfoReg() Then + If scanInfoReg() Then '' 무게 ,송장 포함해서 db 저장 If rdbMode2.Checked = True And rdbNew.Checked = True Then WorkUpdate(WorkCount + 1) @@ -988,10 +990,10 @@ Public Class mainForm End Sub Private Function useAPIDirect() As Boolean - If stateCodeRun_API() Then - mesShotSearch() + If stateCodeRun_API() Then ''각 품목에 대한 mes 관련 정보 배열 저장 + mesShotSearch() '' 듀얼 소닉 계열의 품목의 shot 수 확인 - If stateinfoRun_API() Then + If stateinfoRun_API() Then ''수신자 정보 & 구매처 정보 Return False End If End If @@ -1025,6 +1027,7 @@ Public Class mainForm End Try End Function + 'mes에서 대량 포장 데이터 전부 가지고 오기 Private Function stateCodeRun_API() As Boolean Try Const colCount As Int16 = 4 @@ -1039,9 +1042,9 @@ Public Class mainForm For col = 0 To colCount - 1 Select Case col Case directData.code - prodArray(itemCode.code, row) = pgDataQuery(dataSetCount) + prodArray(itemCode.code, row) = pgDataQuery(dataSetCount) '' 패키징pk Case directData.name - prodArray(itemCode.name, row) = pgDataQuery(dataSetCount) + prodArray(itemCode.name, row) = pgDataQuery(dataSetCount) '' 패키징 상품 품목이 문자열 덩어리로 넘어온다 Case directData.count prodArray(itemCode.count, row) = pgDataQuery(dataSetCount) Case directData.id @@ -1264,9 +1267,9 @@ Public Class mainForm Private Sub MassProdProcess() For i = 0 To prodArray.GetLength(1) - 1 - tgtFullCount += prodArray(itemCode.count, i) + tgtFullCount += prodArray(itemCode.count, i) ''검사해야할 모든 수량 구함 - If prodArray(itemCode.face, i) = "-1" And prodArray(itemCode.eye, i) = "-1" Then + If prodArray(itemCode.face, i) = "-1" And prodArray(itemCode.eye, i) = "-1" Then ''기기가 아닌경우 prodArray(itemCode.chkCount, i) = prodArray(itemCode.count, i) prodArray(itemCode.type, i) = 1 @@ -1357,14 +1360,17 @@ Public Class mainForm successGen("읽기완료") Return True + '일반포장 Case "MESORDER" If ckbAPIuse.Checked = True Then + '이미 출하됐는지 확인 If mesCodeCompare() Then Return False End If If rdbMesDbAPI.Checked = True Then + 'api를 사용해 데이터 파싱 If useAPIRun() Then Return False End If @@ -1386,6 +1392,7 @@ Public Class mainForm End If + '출내품목 내역 리스트 업 If ListSetting() Then errorOut("등록오류") errorGen("품목 리스트를 생성하는 과정에서 오류가 발생하였습니다.") @@ -1399,7 +1406,7 @@ Public Class mainForm successGen("읽기완료") Return True - Case "PRODSCAN" + Case "PRODSCAN" ''상품 스캔 If rdbMode2.Checked = True And rdbAuto2.Checked = True Then @@ -1458,16 +1465,18 @@ Public Class mainForm End If Else + '정품시리얼번호 파싱해 이미 포장한 상품인지 확인(포장 pk는 구매 여러 기기 중 가장 큰 sn 로 대표하기 때문에 포장 pk로 확인을 안해서 사용) If serialPackCompare() Then If serialDupCheck() Then Return False End If + '정품시리얼 번호 파싱해서 품목코드 확인 If prodCodeSearch() Then Return False End If - + ''해당 기기의 db 정보 로딩 If searchData() Then If shotComparison() Then Return False @@ -1475,7 +1484,7 @@ Public Class mainForm Else Return False End If - + ''스캔한 기기의 같은 prod 정보를 모두 db에서 불러와서 순회로 맞는 품목제품 찾음 If stateScanCompare() Then successGen("처리완료") Return True @@ -1490,17 +1499,17 @@ Public Class mainForm Case "COMSCAN" - Dim comCode As String = comCodeSearch() + Dim comCode As String = comCodeSearch() '' 컴포넌트 상품코드 확인 If comCode = "False" Then Return False End If - If comCodeCompare() Then + If comCodeCompare() Then '' 컴포넌트 prodcode setInfo배열저장 Return False End If - If stateComCompare(comCode) Then + If stateComCompare(comCode) Then ''수량 + 카운트 successGen("처리완료") Return True Else @@ -1879,8 +1888,8 @@ Public Class mainForm errorGen("존재하지 않는 모델 번호입니다.") Return False End If - - DBCmd = "SELECT SalesPackingSerialColNm FROM " & applyPlistDB & " WHERE ModelNum = " & modelNum & " AND TypeNum = " & typeNum & " GROUP BY ProdCode" + '이미 포장으로 등록된 상품을 다시 포장하지 않게 확인하기 위해 검색할 컬럼명 확인 + DBCmd = "SELECT SalesPackingSerialColNm FROM " & applyPlistDB & " WHERE ModelNum = '" & modelNum & "' AND TypeNum = " & typeNum & " GROUP BY ProdCode" If DBQueryReader(DBCmd) Then commandStr = sqlDataQuery(0) Else @@ -1889,6 +1898,7 @@ Public Class mainForm Return False End If + '이미 포장으로 등록된 상품을 다시 포장하지 않게 확인 DBCmd = "SELECT COUNT(" & commandStr & ") FROM " & applySalesDB & " WHERE " & commandStr & " LIKE '%" & playCode & "%'" & " AND PackingCode NOT LIKE 'null_%'" @@ -2048,7 +2058,7 @@ Public Class mainForm setFace = setInfo(setInfoList.midshot) setEye = setInfo(setInfoList.botshot) Else - If setInfo(setInfoList.topSerial) <> "NULL" Then + If setInfo(setInfoList.topSerial) <> "NULL" Then '' 일체형 setFace = setInfo(setInfoList.topshot) setEye = "0" ElseIf setInfo(setInfoList.midSerial) <> "NULL" Then @@ -2066,6 +2076,7 @@ Public Class mainForm faceCShot = setFace eyeCshot = setEye + '' 기기의 샷수를 확인해 해당하는 품목에 상품 코드 get For i = 0 To ScanArray.GetLength(1) - 1 If ScanArray(scanList.faceshot, i) = faceCShot And ScanArray(scanList.eyeshot, i) = eyeCshot Then runCount = runShotFunc(i, runCount) @@ -2160,12 +2171,12 @@ Public Class mainForm If rdbMode1.Checked = True Or (rdbMode2.Checked = True And rdbAuto1.Checked = True) Then - packingCode = packingCode_Choice() + packingCode = packingCode_Choice() ''디비에 저장될 pk 번호 정하기(정품번호 / 오더번호) If packingCode = "False" Then Return False End If - + ''패킹코드 중복 확인 If dbPackNumCompare(packingCode) Then Return False End If @@ -2174,20 +2185,20 @@ Public Class mainForm txbPacking.Text = packingCode - ' 무게측정 + ' 무게측정 -> 실 포장된 무게 return If weightRun() = False Then Return False End If - + ' 송장번호 지정 If invDataGet() = False Then Return False End If Else - If weightSelect() Then + If weightSelect() Then ''패키징 TOTAL 무게 Return True End If End If - + ' 패킹 db & 오더 db 저장 If dbRegType(packingCode) Then Return False End If @@ -2224,13 +2235,13 @@ Public Class mainForm Private Function countSaveRun(packingCode As String) As Boolean - If saveNowCount() Then '' 포장 수량 저장 + If saveNowCount() Then '' 포장 수량 prod 별로 배열 저장 failDataReset(packingCode) Return False ''실패 End If - If rdbMode2.Checked = False Or rdbAuto2.Checked = False Then + If rdbMode2.Checked = False Or rdbAuto2.Checked = False Then ''일반 포장 & 대량 포장 If ckbNEWDB.Checked = True Then If packingDBSave(packingCode) Then '' 패킹 데이터 수량 저장 @@ -2243,19 +2254,19 @@ Public Class mainForm Return False End If Else - If packingDBSaveOld(packingCode) Then + If packingDBSaveOld(packingCode) Then ''패킹 테이블에서 포장된 상품 수량 cnt 저장 failDataReset(packingCode) Return False End If - If packingDBSerialOld(packingCode) Then + If packingDBSerialOld(packingCode) Then ''패킹 테이블에서 포장된 상품 시리얼 넘버 저장 failDataReset(packingCode) Return False End If End If End If - If saveDBReg() Then '' db 개수 저장 + If saveDBReg() Then '' 카운트 테이블 저장 failDataReset(packingCode) Return False End If @@ -2469,11 +2480,11 @@ Public Class mainForm End Function Private Function saveDBReg() As Boolean - If saveDBInsert() Then + If saveDBInsert() Then '' 금일 수량 확인 Return True End If - saveDBCount() + saveDBCount() '' 금일 수량 + 카운트 If saveDBUpdate() Then Return True @@ -2616,9 +2627,9 @@ Public Class mainForm DBCmd = "SELECT PackingCount " & query_packing_count & " FROM " & applyCountDB & " WHERE DATETIME = '" & nowToday & "'" - countCommandFunc(countSaveList.normal) + countCommandFunc(countSaveList.normal) '' 금일 수량 저장 컬럼 배열 저장 Else - If rdbAuto1.Checked = True Then + If rdbAuto1.Checked = True Then '' 포장 금일 수량 기기+수량 컬럼명 확인 Dim query_packing_count As String = Nothing For i = 1 To item_product_max_index @@ -2663,7 +2674,7 @@ Public Class mainForm End If End If - + '' 수량 컬럼에 맞게 카운트 배열에 저장(packing pd1) If DBQueryReader(DBCmd) Then For i = 0 To countCommand.Length - 1 If i <= item_product_max_index Then @@ -2921,6 +2932,7 @@ Public Class mainForm End If End Function + '포장하는 상품의 개수 배열에 저장 Private Function saveNowCount() As Boolean clearNowCount() @@ -2931,6 +2943,7 @@ Public Class mainForm End If Next + '' 이게 뭔지.... item_product_list(prodDB.packingCount).cnt += 1 Return False @@ -2963,7 +2976,7 @@ Public Class mainForm If ckbWeight.Checked = True Then If rdbAuto2.Checked = False Then - If weightSelect() Then + If weightSelect() Then '' 해당 주문의 모든 품목 무게 총 합 Return False End If End If @@ -2978,13 +2991,14 @@ Public Class mainForm weightOkNg = False weightStart = True - If weightForm.ShowDialog() = DialogResult.OK Then - Return True - Else - errorOut("무게불일치") - Return False - End If - + 'If weightForm.ShowDialog() = DialogResult.OK Then ''임시 주석 26-01-14 + ' Return True + 'Else + ' errorOut("무게불일치") + ' Return False + 'End If + weightResult = 0 + Return True Else weightForm.ShowDialog() If weightOkNg = True Then @@ -3015,7 +3029,7 @@ Public Class mainForm weightSum = 0 For i = 0 To prodArray.GetLength(1) - 1 - If prodArray(itemCode.type, i) = 0 Then + If prodArray(itemCode.type, i) = 0 Then '' 패키징 품목중 기기 dbFrom = applyPlistDB Else dbFrom = applyClistDB @@ -3054,8 +3068,8 @@ Public Class mainForm Return True End If Else - If dbPackNumReg(choiceNum) Then - If orderSave(choiceNum) Then + If dbPackNumReg(choiceNum) Then ''일반(pk , 무게 디비 저장) + If orderSave(choiceNum) Then ''order 테이블 저장 및 mes 송장 업데이트 Return False Else failDataReset(choiceNum) @@ -3124,7 +3138,7 @@ Public Class mainForm If loginForm.loginUse = True And ckbAPIuse.Checked = True Then apiData(apiDataList.regData) = Mid(apiData(apiDataList.regData), 1, InStr(apiData(apiDataList.regData), " ") - 1) - For i = 0 To prodArray.GetLength(1) - 1 + For i = 0 To prodArray.GetLength(1) - 1 ''주문 정보는 각 행으로 저장됨 DBCmd = "INSERT INTO " & applyOrderDB & "(DATETIME,Order_Code,DATE,Account_Code,Account_Name,Orderer_Code,Orderer_Name,Receiver_Name,Phone_Number,ZipCode,Address,Shipment_Date,Item_Code,Item_Name,Item_Count,Apply_Face,Apply_Eye,Invoice_Number,Packing_Code,Serial_Number,release_state) VALUE(Now(),'" & orderCode & "','" & apiData(apiDataList.regData) & "','" & apiData(apiDataList.accountCode) & "','" & apiData(apiDataList.accountName) & "','" & apiData(apiDataList.ordererCode) & "','" & apiData(apiDataList.ordererName) & "','" & apiData(apiDataList.ordererName) & "','" & apiData(apiDataList.phone) & "','" & apiData(apiDataList.zip) & "','" & apiData(apiDataList.address) & "','" & nowToday & "','" & prodArray(itemCode.code, i) & "','" & prodArray(itemCode.name, i) & "','" & prodArray(itemCode.count, i) & "','" & prodArray(itemCode.face, i) & "','" & prodArray(itemCode.eye, i) & "'," & invParsing & ",'" & choiceNum & "','" & prodArray(itemCode.serialNum, i) & "','release')" If DBCommand(DBCmd) = False Then errorOut("등록오류") @@ -3137,9 +3151,10 @@ Public Class mainForm ' Return False 20241122 수정 ' End If - If mesDataReg() Then - Return False - End If + ''송장번호 mes 업데이트 + 'If mesDataReg() Then ''임시 주석처리 26-01-14 + ' Return False + 'End If Else If setCodeUse = True Then @@ -3290,7 +3305,7 @@ Public Class mainForm End If End If - + ''해당 품목 송장번호 mes 업로드 apiResult = apiRequest_PUT(jsonData, prodArray(itemCode.id, i)) If apiResult = "-1" Then @@ -3443,7 +3458,7 @@ Public Class mainForm End Function Private Function dbPackNumReg(choiceNum As String) As Boolean - If rdbMode2.Checked = True Then + If rdbMode2.Checked = True Then ''대량포장 DBCmd = "INSERT INTO " & applySalesDB & "(PackingCode,TargetWeight,ConnectPack) VALUE('" & choiceNum & "','" & weightSum & "','" & SaveOrderName & "')" Else DBCmd = "INSERT INTO " & applySalesDB & "(PackingCode,Weight) VALUE('" & choiceNum & "','" & weightResult & "')" @@ -3500,8 +3515,8 @@ Public Class mainForm If codeData <> Nothing Then Dim slashCount As Int16 = UBound(Split(codeData, "/")) For n = 0 To slashCount - If slashCount = 0 Then - selectData = codeData + If slashCount = 0 Then ''일반 포장인 경우 + selectData = codeData ''바코드 넘버 Else If InStr(codeData, "/") > 0 Then selectData = Mid(codeData, 1, InStr(codeData, "/") - 1) @@ -3512,7 +3527,7 @@ Public Class mainForm End If If choiceData <> Nothing Then - If choiceData > selectData Then + If choiceData > selectData Then ''가장 작은 값을 대표 번호로 선택하기 위한 choiceData = selectData End If Else @@ -3525,10 +3540,10 @@ Public Class mainForm If choiceData = Nothing Then Return orderCode Else - If choiceData.Length = oldProdCodeLength Or choiceData.Length = newProdCodeLength Then + If choiceData.Length = oldProdCodeLength Or choiceData.Length = newProdCodeLength Then ''최종 선택된 번호가 정품번호일때 Return choiceData Else - Return orderCode + Return orderCode ''지금 포장에 기기가 존재하지 않을경우 ->출하번호 End If End If @@ -3544,17 +3559,17 @@ Public Class mainForm Const regType As Int16 = 1 Try For i = 0 To prodArray.GetLength(1) - 1 - If InStr(comCode, prodArray(itemCode.code, i)) > 0 Then + If InStr(comCode, prodArray(itemCode.code, i)) > 0 Then '' 품목 코드가 맞는지 확인 If prodArray(itemCode.count, i) = prodArray(itemCode.chkCount, i) Then MsgBox("더이상 포장할 필요가 없는 제품입니다.", vbCritical) Return False End If - prodArray(itemCode.chkCount, i) += 1 + prodArray(itemCode.chkCount, i) += 1 ''각 품목마다 지금까지 포장한 수량 tgtFullCount += 1 txbArrayList(i, txbNameList.targetCount).Text = prodArray(itemCode.chkCount, i) - If prodArray(itemCode.count, i) = prodArray(itemCode.chkCount, i) Then + If prodArray(itemCode.count, i) = prodArray(itemCode.chkCount, i) Then ''모든 수량 포장 완료 txbArrayList(i, txbNameList.name).BackColor = Color.Green txbArrayList(i, txbNameList.nowCount).BackColor = Color.Green txbArrayList(i, txbNameList.targetCount).BackColor = Color.Green @@ -3566,7 +3581,7 @@ Public Class mainForm txbArrayList(i, txbNameList.targetCount).ForeColor = Color.Blue End If - prodArray(itemCode.serialNum, i) = playCode + prodArray(itemCode.serialNum, i) = playCode '' 바코드 넘버 저장 prodArray(itemCode.type, i) = regType prodArray(itemCode.prodCode, i) = setInfo(setInfoList.prodCode) @@ -3620,7 +3635,7 @@ Public Class mainForm Try For i = 0 To prodArray.GetLength(1) - 1 For n = 0 To scanCode.Length - 1 - + ''기기의 상품 코드 와 맞는 품목 확인 If prodArray(itemCode.code, i) = scanCode(n) Then '' instr 에서 식으로 변경 If prodArray(itemCode.count, i) = prodArray(itemCode.chkCount, i) Then @@ -3654,7 +3669,7 @@ Public Class mainForm If prodArray(itemCode.serialNum, i) = Nothing Then prodArray(itemCode.serialNum, i) = playCode Else - prodArray(itemCode.serialNum, i) = prodArray(itemCode.serialNum, i) & "/" & playCode + prodArray(itemCode.serialNum, i) = prodArray(itemCode.serialNum, i) & "/" & playCode ''대량포장인경우 End If prodArray(itemCode.type, i) = regType @@ -3700,6 +3715,7 @@ Public Class mainForm Private Function codeParsing() As String Try + '출하번호 If playCode.Length >= stateLength And playCode.Length <> newProdCodeLength Then setCodeUse = False @@ -3718,10 +3734,11 @@ Public Class mainForm End If End If Else + '정품번호 If orderSwitch = True Then - If playCode.Length = oldProdCodeLength Or playCode.Length = newProdCodeLength Then + If playCode.Length = oldProdCodeLength Or playCode.Length = newProdCodeLength Or playCode.Length = 13 Then Return "PRODSCAN" - ElseIf playCode.Length > comCodeLength Then + ElseIf playCode.Length > comCodeLength Then ''컴포넌트 Return "COMSCAN" Else Return "LENGTHERROR" @@ -3747,12 +3764,13 @@ Public Class mainForm setInfo(i) = Nothing Next + ''스캔한 정품번호가 가지고 있는(예_ 얼굴 카트리지 등 ) 모든 sn 저장 - setinfo If serialSearch() Then For i = 0 To serialCount - 1 If setInfo(i) <> "NULL" Then - If shotSearch(i) Then - If typeSearch(i) Then + If shotSearch(i) Then '' 현재 기기의 샷수 확인후 배열 저장 setinfo + If typeSearch(i) Then ''기기의 모델 정보 배열 저장 setinfo Return False End If Else @@ -3762,6 +3780,7 @@ Public Class mainForm setInfo(i + serialShot) = "NULL" End If Next + ''해당 기기의 sn 정보 화면 세팅 setInfoOut() Return True @@ -3797,7 +3816,7 @@ Public Class mainForm Private Function typeSearch(type As Int16) As Boolean Const queryCount As Int16 = 3 - + ''분리형 set If setInfo(setInfoList.topSerial) <> "NULL" And setInfo(setInfoList.midSerial) <> "NULL" And setInfo(setInfoList.botSerial) <> "NULL" Then If type = setInfoList.topSerial Then DBCmd = "SELECT Model,Abroad,Agency FROM " & applyDivDB & " WHERE Product_SN = '" & setInfo(type) & "'" @@ -3852,6 +3871,8 @@ Public Class mainForm End If If deviceTypeCode = "D" Then '분리형 디바이스 : PRO, LUX, ALPHA + + '분리형이면서 set인경우 -> 모든 타입의 카트리지 포함 If typeNum = typeList.prodSet Then DBCmd = "SELECT FaceCart_SN,EyeCart_SN FROM " & applyProdDB & " WHERE Product_SN = '" & playCode & "'" If DBQueryReader(DBCmd) Then @@ -3895,7 +3916,7 @@ Public Class mainForm End Function Private Function shotSearch(type As Int16) As Boolean - + ''분리형 set If setInfo(setInfoList.topSerial) <> "NULL" And setInfo(setInfoList.midSerial) <> "NULL" And setInfo(setInfoList.botSerial) <> "NULL" Then If type = setInfoList.topSerial Then DBCmd = "SELECT FW_VER FROM " & applyDivDB & " WHERE Product_SN = '" & setInfo(type) & "'" @@ -3962,10 +3983,11 @@ Public Class mainForm ElseIf playCode.Length = newProdCodeLength Then '16자리 제품시리얼번호 codeColor = Mid(playCode, 3, 1) End If - + '포장할 기기가 주문한 품목이 맞는지 확인 DBCmd = "SELECT ItemCode,ProdCode,FaceShot,EyeShot FROM " & applyPlistDB & " WHERE ModelNum = '" & modelNum & "' AND TypeNum = '" & typeNum & "' AND ColorNum = '" & codeColor & "'" If DBQueryReader(DBCmd) Then Dim sqlCount As Integer = sqlDataQuery.Length + '배열 생성 (3,같은 품목의 개수) -> 배열 초기화 -> 4행, 품목개수열 ReDim ScanArray(scanList.eyeshot, (sqlCount / scanList.maxscan) - 1) For i = 0 To (sqlCount / scanList.maxscan) - 1 For cnt = 0 To scanList.eyeshot @@ -3988,6 +4010,7 @@ Public Class mainForm End Function Private Function mesRunning() As Boolean + '쿼리스트링에 사용할 날짜 파싱 If mesDateSet() Then errorOut("등록오류") errorGen("MES 형식과 맞지 않는 코드 번호 입니다.") @@ -4001,11 +4024,11 @@ Public Class mainForm errorGen("등록된 데이터가 존재하지 않습니다.") Return False End If - + '주문 내역 파싱 If mesParsing(apiResult) Then Return False End If - + '구매한 품목의 카트리지 타입 샷 수 파싱 mesShotSearch() Return True End Function @@ -4066,33 +4089,43 @@ Public Class mainForm Return True End If + '해당 날짜에 해당하는 모든 주문 정보 Dim jsArray = JArray.Parse(pData) For cnt = 0 To jsArray.Count - 1 + '주문코드 및 주문자 정보 Dim orderInfo As String = jsArray(cnt)(apiCommand(parsingCode.orderDetail)).ToString - + '주문 취소 확인 If jsArray(cnt)(apiCommand(parsingCode.state)).ToString <> "canceled" Then If orderInfo <> Nothing Then jQuery = JObject.Parse(orderInfo) orderInfo = jQuery.SelectToken(apiCommand(parsingCode.orderSheet)).ToString jQuery = JObject.Parse(orderInfo) + '주문번호(출하번호) pData = jQuery.SelectToken(apiCommand(parsingCode.code)).ToString + If pData = playCode Then + '하나의 출하에 여러개의 품목이 주문된 경우 각 json으로 오기때문에 배열을 늘려야함 ReDim Preserve prodArray(itemCode.id, dataCount) + '각 json의 분류 id prodArray(itemCode.id, dataCount) = jsArray(cnt)(apiCommand(parsingCode.id)).ToString apiData(apiDataList.refer) = jsArray(cnt)(apiCommand(parsingCode.refer)).ToString + '주문자 개인정보 apiData(apiDataList.ordererCode) = jQuery.SelectToken(apiCommand(parsingCode.ordererCode)).ToString apiData(apiDataList.ordererName) = jQuery.SelectToken(apiCommand(parsingCode.ordererName)).ToString apiData(apiDataList.phone) = jQuery.SelectToken(apiCommand(parsingCode.phone)).ToString apiData(apiDataList.zip) = jQuery.SelectToken(apiCommand(parsingCode.zip)).ToString apiData(apiDataList.address) = Replace(jQuery.SelectToken(apiCommand(parsingCode.address)).ToString, "'", "\'") + '해당 품목 구매 수량 prodArray(itemCode.count, dataCount) = jsArray(cnt)(apiCommand(parsingCode.itemcount)).ToString apiData(apiDataList.regData) = jsArray(cnt)(apiCommand(parsingCode.regDate)).ToString + '구매 파트너쉽 회사 정보 Dim parterInfo As String = jsArray(cnt)(apiCommand(parsingCode.accuount)).ToString + If parterInfo <> Nothing Then jQuery = JObject.Parse(parterInfo) apiData(apiDataList.accountCode) = jQuery.SelectToken(apiCommand(parsingCode.code)).ToString @@ -4102,7 +4135,7 @@ Public Class mainForm apiData(apiDataList.accountName) = String.Empty End If - + '구매 품목 정보 Dim itemInfo As String = jsArray(cnt)(apiCommand(parsingCode.item)).ToString If itemInfo <> Nothing Then jQuery = JObject.Parse(itemInfo) @@ -4118,7 +4151,9 @@ Public Class mainForm prodArray(itemCode.chkCount, dataCount) = 0 prodArray(itemCode.serialNum, dataCount) = Nothing + '출하코드에 존재하는 모든 품목의 총개수 nowFullCount += prodArray(itemCode.count, dataCount) + dataCount += 1 codeExist = False @@ -4150,19 +4185,20 @@ Public Class mainForm Private SetPKCode As String = String.Empty Private SetIdCode() As Integer + Private Function PKCodeCheck() As Boolean ReDim SetIdCode(prodArray.GetLength(1) - 1) For i = 0 To prodArray.GetLength(1) - 1 If i = 0 Then - SetPKCode = prodArray(itemCode.code, i) + SetPKCode = prodArray(itemCode.code, i) '' 패키징 pk Else If SetPKCode <> prodArray(itemCode.code, i) Then errorGen("서로 다른 세트 코드가 존재합니다. 확인하여 주십시오." & vbCrLf) Return True End If End If - + Dim temp = prodArray(itemCode.name, i) SetIdCode(i) = prodArray(itemCode.id, i) Next @@ -4178,14 +4214,14 @@ Public Class mainForm txbRequest.ForeColor = Color.Black txbRequest.BackColor = SystemColors.Window - RequestUpdate(prodArray.GetLength(1)) + RequestUpdate(prodArray.GetLength(1)) '' 요청 수량 txbWork.ForeColor = Color.Black txbWork.BackColor = SystemColors.Window - WorkUpdate(worknum) + WorkUpdate(worknum) ''작업수량 txbLeftOver.ForeColor = Color.Black - txbLeftOver.BackColor = SystemColors.Window + txbLeftOver.BackColor = SystemColors.Window ''남은 수량 LeftOverUpdate(prodArray.GetLength(1) - worknum) End If @@ -4194,13 +4230,13 @@ Public Class mainForm End Function - + ''100 개의 패키징 상품이 들어온다고 해도 들어간 구성품은 모두 같으니 하나의 패키징 상품에 대한 정보만 배열에 저장 Private Function PKCodeSearch() As Boolean DBCmd = "SELECT un.ItemCode,un.ItemName,pk.ProdCount,ifnull(pd.FaceShot,-1),ifnull(pd.EyeShot ,-1),un.ProdCode FROM " & applyPKCodeDB & " AS pk INNER JOIN (SELECT ItemCode,ProdCode,ItemName FROM " & applyPlistDB & " UNION SELECT ItemCode,ProdCode,ItemName FROM " & applyClistDB & ") AS un ON pk.ProdCode = un.ItemCode LEFT JOIN " & applyPlistDB & " AS pd ON pk.ProdCode = pd.ItemCode WHERE pk.PKCode = '" & SetPKCode & "' ORDER BY ifnull(pd.FaceShot,-1) desc" If DBQueryReader(DBCmd) Then Dim dataCount As Integer = 0 - Dim rowNum As Integer = (sqlDataQuery.Length / 6) - 1 + Dim rowNum As Integer = (sqlDataQuery.Length / 6) - 1 ''패키징 구성품 개수만큼 ReDim prodArray(itemCode.id, rowNum) For i = 0 To rowNum @@ -4214,7 +4250,7 @@ Public Class mainForm dataCount += 1 Next - nowFullCount += prodArray(itemCode.count, i) + nowFullCount += prodArray(itemCode.count, i) ''하나의 패키징 내부에 들어간 모든 구성품의 개수의 합 Next Return False @@ -4227,17 +4263,40 @@ Public Class mainForm Private Function ListSetting() As Boolean Try If StartSwitch = True Then - If rdbMode2.Checked = True And rdbNew.Checked = True Then + If rdbMode2.Checked = True And rdbNew.Checked = True Then ''대량포장 nowFullCount = 0 - If PKCodeCheck() Then + If PKCodeCheck() Then '불러온 정보가 모두 같은 패키징인지 확인 & 워킹 수량 파악 Return True End If - If PKCodeSearch() Then + If PKCodeSearch() Then '' 각 상품의 품목코드 확인 및 total sum errorOut("등록오류") Return True End If Else + If oybtn.Checked Then + If RequestCount = 0 Then + Dim worknum As Integer = WorkNowState() + + If worknum >= prodArray.GetLength(1) Then + errorGen("이미 작업 완료된 코드입니다. 확인 바랍니다." & vbCrLf) + Return True + End If + + txbRequest.ForeColor = Color.Black + txbRequest.BackColor = SystemColors.Window + RequestUpdate(prodArray.GetLength(1)) '' 요청 수량 + + txbWork.ForeColor = Color.Black + txbWork.BackColor = SystemColors.Window + WorkUpdate(worknum) ''작업수량 + + txbLeftOver.ForeColor = Color.Black + txbLeftOver.BackColor = SystemColors.Window ''남은 수량 + LeftOverUpdate(prodArray.GetLength(1) - worknum) + End If + End If + If setCodeParsing() = False Then Return True End If @@ -4245,9 +4304,13 @@ Public Class mainForm End If Dim prodInfoCol As Integer = 0 + '주문한 품목 개수 Dim rowDataCount As Int32 = prodArray.GetLength(1) - 1 + + '(주문한 품목 개수,2) => ui 적용을 위함 ReDim txbArrayList(rowDataCount, txbNameList.targetCount) + '이전 출하 내역 리스트가 화면에 존재할 시 클리어 stateTxbClear() For row = 0 To rowDataCount @@ -4261,15 +4324,18 @@ Public Class mainForm prodInfoCol = prodInfoCol + prodInfoHeight + locplus End If End If - + 'ex) txbProdName 0 => 텍스트 박스 네이밍 txtBox.Name = txbNameSelect(col) & row pnProdList.Controls.Add(txtBox) txbArrayList(row, col) = txtBox + + '리스트 화면에 붙힌 텍스트 박스 위치 설정 txtBox.Font = New Font("한컴 고딕", 28, FontStyle.Bold) txtBox.Size = New Size(prodInfoWidth(col), prodInfoHeight) txtBox.Location = New Point(prodInfoRow(col), prodInfoCol) + '주문한 품목명 과 주문개수 입력 If col = txbNameList.name Or col = txbNameList.nowCount Then txtBox.Text = prodArray(col + 1, row) Else @@ -4438,6 +4504,7 @@ Public Class mainForm Private Sub stateTxbClear() Const setControls As Int16 = 3 Dim clearRunSwitch As Boolean = False + '화면에 표시할 품목의 개수 Dim nowTxbCount As Int32 = pnProdList.Controls.Count / setControls If nowTxbCount <> 0 Then @@ -6161,6 +6228,8 @@ Public Class mainForm End If End Sub + + Private Sub mainSetting() pnOption.Visible = False pnMain.Location = New Point(0, 0) diff --git a/OrderPackingProcessor/mySQLAddress.vb b/OrderPackingProcessor/mySQLAddress.vb index b0ae162..a60608c 100644 --- a/OrderPackingProcessor/mySQLAddress.vb +++ b/OrderPackingProcessor/mySQLAddress.vb @@ -39,18 +39,18 @@ Module mySQLAddress Private Const mainModelInfoDB As String = "jomtTesterDB.jomtModelInfoTbl" Private Const testModelInfoDB As String = "jomtTesterServerDB.jomtModelInfoTbl" - Public applyOrderDB As String = mainOrderDB - Public applySalesDB As String = mainSalesDB - Public applyCountDB As String = mainCountDB - Public applyCartDB As String = mainCartDB - Public applyProdDB As String = mainProdDB - Public applyDivDB As String = mainDivDB - Public applyPlistDB As String = mainPlistDB - Public applyClistDB As String = mainClistDB - Public applyPackEvent As String = mainPackEvent + Public applyOrderDB As String = testOrderDB + Public applySalesDB As String = testSalesDB + Public applyCountDB As String = testCountDB + Public applyCartDB As String = testCartDB + Public applyProdDB As String = testProdDB + Public applyDivDB As String = testDivDB + Public applyPlistDB As String = testPlistDB + Public applyClistDB As String = testClistDB + Public applyPackEvent As String = testPackEvent Public applyPKCodeDB As String = mainPKCodeDB - Public applyNonTDDB As String = MainNonTDDB - Public ApplyModelInfoDB As String = mainModelInfoDB + Public applyNonTDDB As String = TestNonTDDB + Public ApplyModelInfoDB As String = testModelInfoDB Public applyPackDB As String = testPackDB Public applyHistoryDB As String = testHistoryDB @@ -225,19 +225,19 @@ Module mySQLAddress Private DBCmd As String Public Function packingCountset(dbType As Int16, prodCode As Int16, ckCount As Int16, serial As String) - If dbType = dbCode.prodDBcode Then + If dbType = dbCode.prodDBcode Then ''기기인 경우 If prodCode >= 1 And prodCode <= item_product_max_index Then item_product_list(prodCode).cnt += ckCount If item_product_list(prodCode).serial = Nothing Then item_product_list(prodCode).serial = serial Else - item_product_list(prodCode).serial = item_product_list(prodCode).serial & "/" & serial + item_product_list(prodCode).serial = item_product_list(prodCode).serial & "/" & serial ''prod가 같은 경우 예시) End If Else MsgBox("잘못된 데이터가 개입되었습니다", vbCritical) Return True End If - Else + Else '' 구성품인 경우 If prodCode >= 0 And prodCode <= item_component_max_index Then item_component_list(prodCode).cnt += ckCount Else @@ -253,7 +253,7 @@ Module mySQLAddress ReDim countCommand(item_product_max_index + item_component_max_index + 1) Select Case saveType - Case countSaveList.normal + Case countSaveList.normal ''포장 수량 컬럼에 저장할 컬럼명 배열 저장 countCommand(prodDB.packingCount) = "PackingCount" @@ -267,7 +267,7 @@ Module mySQLAddress End If Next - Case countSaveList.autopack + Case countSaveList.autopack '' 대량포장 금일 수량 countCommand() countCommand(prodDB.packingCount) = "AutoPackCnt" @@ -324,15 +324,15 @@ Module mySQLAddress item_data.item_type = "P" packing_count_data.item_type = "P" For col = 0 To 5 - If col = 0 Then + If col = 0 Then '' 기기 품목 관련 정보(컬럼 등) 배열 저장 item_data.prod_code = sqlDataQuery(dataSetCount) packing_count_data.prod_code = sqlDataQuery(dataSetCount) ElseIf col = 1 Then - item_data.sales_packing_cnt_col_nm = sqlDataQuery(dataSetCount) + item_data.sales_packing_cnt_col_nm = sqlDataQuery(dataSetCount) ''포장 개수 ElseIf col = 2 Then - item_data.sales_packing_serial_col_nm = sqlDataQuery(dataSetCount) + item_data.sales_packing_serial_col_nm = sqlDataQuery(dataSetCount) '' 포장 기기 시리얼 넘버 ElseIf col = 3 Then - packing_count_data.packing_cnt_col_nm = sqlDataQuery(dataSetCount) + packing_count_data.packing_cnt_col_nm = sqlDataQuery(dataSetCount) '' 금일 포장 수 ElseIf col = 4 Then packing_count_data.ap_packing_cnt_col_nm = sqlDataQuery(dataSetCount) ElseIf col = 5 Then @@ -340,8 +340,8 @@ Module mySQLAddress End If dataSetCount += 1 Next - item_product_list(item_data.prod_code) = item_data - product_packing_cnt_list(packing_count_data.prod_code) = packing_count_data + item_product_list(item_data.prod_code) = item_data '' 배열의 인덱스를 각 품목 prod 코드로 설정하고 value값으로 포장object 저장 + product_packing_cnt_list(packing_count_data.prod_code) = packing_count_data '' 배열의 인덱스를 각 품목 prod 코드로 설정하고 value값으로 수량object 저장 Next End If diff --git a/OrderPackingProcessor/weightForm.vb b/OrderPackingProcessor/weightForm.vb index baaf5c0..357edfa 100644 --- a/OrderPackingProcessor/weightForm.vb +++ b/OrderPackingProcessor/weightForm.vb @@ -29,7 +29,7 @@ Public Class weightForm ZeroTimer.Enabled = True lbNowWeight.Text = Nothing lbWeightEX.Text = Nothing - weightSum = mainForm.weightSum + weightSum = mainForm.weightSum ''넘어온 기준값 lbNowWeight.Refresh() lbWeightEX.Refresh() @@ -49,13 +49,13 @@ Public Class weightForm Dim scaleData As String If mainForm.rdbWeightAuto.Checked = True Then - If weightResult > 0 Then + If weightResult > 0 Then ''저울위에 올라간 포장품이 있을 경우 statusTimer.Enabled = False playTimer.Enabled = False - lbNowWeight.Text = weightResult + lbNowWeight.Text = weightResult ''지금 총 무게 - If weight_compare() Then + If weight_compare() Then ''무게 측정 범위 확인 lbWeight.BackColor = Color.Green lbWeight.Text = "무게 일치" delay(2000) @@ -389,6 +389,7 @@ Public Class weightForm End Try End Sub + ''포장 무게 포트 통신 receive -> 해당 포장 무게 합게 구함 Private Sub cmdSerialPort_DataReceived(sender As Object, e As IO.Ports.SerialDataReceivedEventArgs) Handles cmdSerialPort.DataReceived Try @@ -402,7 +403,7 @@ Public Class weightForm cmdSerialPort.Read(RecBuffer, 0, n) For cnt = 0 To RecBuffer.Length - 1 - dataSet = dataSet & Chr(RecBuffer(cnt)) + dataSet = dataSet & Chr(RecBuffer(cnt)) ''리시브한 모든 바이트 조합 Next Dim dataCount As Int32 = UBound(Split(dataSet, vbCr)) - 1