From c273525ae7241adc871a0804319dfed72fdeeca9 Mon Sep 17 00:00:00 2001 From: kje97 Date: Thu, 26 Jun 2025 13:55:14 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=A0=9C=ED=92=88=20=EC=8B=9C=EB=A6=AC?= =?UTF-8?q?=EC=96=BC=20=EB=B2=88=ED=98=B8=20=EC=9E=85=EB=A0=A5=20=EC=8B=9C?= =?UTF-8?q?=20(=EC=8B=A4=EC=A0=9C)=EC=A0=9C=EC=A1=B0=EC=9D=BC=EC=9E=90=20?= =?UTF-8?q?=EC=A0=80=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MAXIMUM_Product_Program/MainForm.Designer.vb | 1292 +++++++++++------- MAXIMUM_Product_Program/MainForm.vb | 56 +- 2 files changed, 866 insertions(+), 482 deletions(-) diff --git a/MAXIMUM_Product_Program/MainForm.Designer.vb b/MAXIMUM_Product_Program/MainForm.Designer.vb index e36d5c3..b4c4459 100644 --- a/MAXIMUM_Product_Program/MainForm.Designer.vb +++ b/MAXIMUM_Product_Program/MainForm.Designer.vb @@ -55,6 +55,15 @@ Partial Class MainForm Me.chbUseBarcode = New System.Windows.Forms.CheckBox() Me.btnExit = New System.Windows.Forms.Button() Me.pnMaxInput = New System.Windows.Forms.Panel() + Me.GroupBox3 = New System.Windows.Forms.GroupBox() + Me.txtManufactureDate = New System.Windows.Forms.TextBox() + Me.Label4 = New System.Windows.Forms.Label() + Me.Label3 = New System.Windows.Forms.Label() + Me.Label2 = New System.Windows.Forms.Label() + Me.cmbMonth = New System.Windows.Forms.ComboBox() + Me.cmbDay = New System.Windows.Forms.ComboBox() + Me.cmbYear = New System.Windows.Forms.ComboBox() + Me.Label1 = New System.Windows.Forms.Label() Me.gbChoice = New System.Windows.Forms.GroupBox() Me.gbNowTray = New System.Windows.Forms.GroupBox() Me.txbTrayMax = New System.Windows.Forms.TextBox() @@ -284,6 +293,7 @@ Partial Class MainForm Me.gbMode.SuspendLayout() Me.gpbConfig.SuspendLayout() Me.pnMaxInput.SuspendLayout() + Me.GroupBox3.SuspendLayout() Me.gbChoice.SuspendLayout() Me.gbNowTray.SuspendLayout() Me.pnNowNum.SuspendLayout() @@ -375,8 +385,9 @@ Partial Class MainForm Me.pnMain.Controls.Add(Me.pnMaxInput) Me.pnMain.Controls.Add(Me.pnRecycle) Me.pnMain.Location = New System.Drawing.Point(0, 0) + Me.pnMain.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMain.Name = "pnMain" - Me.pnMain.Size = New System.Drawing.Size(1920, 1020) + Me.pnMain.Size = New System.Drawing.Size(2194, 1275) Me.pnMain.TabIndex = 0 ' 'pnSerial @@ -387,16 +398,18 @@ Partial Class MainForm Me.pnSerial.Controls.Add(Me.btnEnter) Me.pnSerial.Controls.Add(Me.txbPVSN) Me.pnSerial.Controls.Add(Me.lbPVSN) - Me.pnSerial.Location = New System.Drawing.Point(5, 100) + Me.pnSerial.Location = New System.Drawing.Point(6, 125) + Me.pnSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnSerial.Name = "pnSerial" - Me.pnSerial.Size = New System.Drawing.Size(1910, 180) + Me.pnSerial.Size = New System.Drawing.Size(2183, 225) Me.pnSerial.TabIndex = 118 ' 'Button2 ' - Me.Button2.Location = New System.Drawing.Point(309, 9) + Me.Button2.Location = New System.Drawing.Point(353, 11) + Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(127, 45) + Me.Button2.Size = New System.Drawing.Size(145, 56) Me.Button2.TabIndex = 122 Me.Button2.Text = "Button2" Me.Button2.UseVisualStyleBackColor = True @@ -404,9 +417,10 @@ Partial Class MainForm ' 'Button1 ' - Me.Button1.Location = New System.Drawing.Point(176, 9) + Me.Button1.Location = New System.Drawing.Point(201, 11) + Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(127, 45) + Me.Button1.Size = New System.Drawing.Size(145, 56) Me.Button1.TabIndex = 121 Me.Button1.Text = "Button1" Me.Button1.UseVisualStyleBackColor = True @@ -414,9 +428,10 @@ Partial Class MainForm ' 'RichTextBox1 ' - Me.RichTextBox1.Location = New System.Drawing.Point(8, 9) + Me.RichTextBox1.Location = New System.Drawing.Point(9, 11) + Me.RichTextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.RichTextBox1.Name = "RichTextBox1" - Me.RichTextBox1.Size = New System.Drawing.Size(166, 163) + Me.RichTextBox1.Size = New System.Drawing.Size(189, 203) Me.RichTextBox1.TabIndex = 120 Me.RichTextBox1.Text = "" Me.RichTextBox1.Visible = False @@ -424,9 +439,10 @@ Partial Class MainForm 'btnEnter ' Me.btnEnter.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnEnter.Location = New System.Drawing.Point(1490, 27) + Me.btnEnter.Location = New System.Drawing.Point(1703, 34) + Me.btnEnter.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnEnter.Name = "btnEnter" - Me.btnEnter.Size = New System.Drawing.Size(200, 120) + Me.btnEnter.Size = New System.Drawing.Size(229, 150) Me.btnEnter.TabIndex = 119 Me.btnEnter.Text = "검색" Me.btnEnter.UseVisualStyleBackColor = True @@ -437,9 +453,10 @@ Partial Class MainForm Me.txbPVSN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbPVSN.Font = New System.Drawing.Font("함초롬바탕", 68.24999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPVSN.ImeMode = System.Windows.Forms.ImeMode.Disable - Me.txbPVSN.Location = New System.Drawing.Point(660, 25) + Me.txbPVSN.Location = New System.Drawing.Point(754, 31) + Me.txbPVSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPVSN.Name = "txbPVSN" - Me.txbPVSN.Size = New System.Drawing.Size(825, 126) + Me.txbPVSN.Size = New System.Drawing.Size(942, 155) Me.txbPVSN.TabIndex = 67 Me.txbPVSN.Text = "301234567890" Me.txbPVSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -448,9 +465,9 @@ Partial Class MainForm ' Me.lbPVSN.AutoSize = True Me.lbPVSN.Font = New System.Drawing.Font("함초롬바탕", 68.24999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbPVSN.Location = New System.Drawing.Point(165, 28) + Me.lbPVSN.Location = New System.Drawing.Point(189, 35) Me.lbPVSN.Name = "lbPVSN" - Me.lbPVSN.Size = New System.Drawing.Size(490, 118) + Me.lbPVSN.Size = New System.Drawing.Size(617, 148) Me.lbPVSN.TabIndex = 68 Me.lbPVSN.Text = "바코드번호" ' @@ -460,9 +477,11 @@ Partial Class MainForm Me.gpbTime.Controls.Add(Me.lblTime) Me.gpbTime.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbTime.ForeColor = System.Drawing.Color.Black - Me.gpbTime.Location = New System.Drawing.Point(5, 5) + Me.gpbTime.Location = New System.Drawing.Point(6, 6) + Me.gpbTime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbTime.Name = "gpbTime" - Me.gpbTime.Size = New System.Drawing.Size(280, 90) + Me.gpbTime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gpbTime.Size = New System.Drawing.Size(320, 112) Me.gpbTime.TabIndex = 117 Me.gpbTime.TabStop = False Me.gpbTime.Text = "현재시간" @@ -472,9 +491,9 @@ Partial Class MainForm Me.lblTime.AutoSize = True Me.lblTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblTime.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) - Me.lblTime.Location = New System.Drawing.Point(10, 38) + Me.lblTime.Location = New System.Drawing.Point(11, 48) Me.lblTime.Name = "lblTime" - Me.lblTime.Size = New System.Drawing.Size(270, 27) + Me.lblTime.Size = New System.Drawing.Size(341, 35) Me.lblTime.TabIndex = 18 Me.lblTime.Text = "2015-00-00 오전 00:00:00" ' @@ -488,9 +507,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(290, 5) + Me.gbSerial.Location = New System.Drawing.Point(331, 6) + Me.gbSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbSerial.Name = "gbSerial" - Me.gbSerial.Size = New System.Drawing.Size(450, 90) + Me.gbSerial.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbSerial.Size = New System.Drawing.Size(514, 112) Me.gbSerial.TabIndex = 116 Me.gbSerial.TabStop = False Me.gbSerial.Text = "시리얼 통신설정" @@ -499,18 +520,19 @@ Partial Class MainForm ' Me.lbState.AutoSize = True Me.lbState.BackColor = System.Drawing.Color.Red - Me.lbState.Location = New System.Drawing.Point(385, 40) + Me.lbState.Location = New System.Drawing.Point(440, 50) Me.lbState.Name = "lbState" - Me.lbState.Size = New System.Drawing.Size(42, 21) + Me.lbState.Size = New System.Drawing.Size(51, 26) Me.lbState.TabIndex = 21 Me.lbState.Text = "OFF" ' 'txbState ' Me.txbState.BackColor = System.Drawing.Color.Red - Me.txbState.Location = New System.Drawing.Point(370, 20) + Me.txbState.Location = New System.Drawing.Point(423, 25) + Me.txbState.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbState.Name = "txbState" - Me.txbState.Size = New System.Drawing.Size(70, 60) + Me.txbState.Size = New System.Drawing.Size(79, 74) Me.txbState.TabIndex = 20 Me.txbState.Text = "" ' @@ -520,28 +542,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, 35) + Me.cboComPort.Location = New System.Drawing.Point(109, 44) Me.cboComPort.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.cboComPort.Name = "cboComPort" - Me.cboComPort.Size = New System.Drawing.Size(189, 35) + Me.cboComPort.Size = New System.Drawing.Size(215, 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, 38) + Me.lbSerial.Location = New System.Drawing.Point(6, 48) 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(290, 32) + Me.cmdSerial.Location = New System.Drawing.Point(331, 40) + Me.cmdSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmdSerial.Name = "cmdSerial" - Me.cmdSerial.Size = New System.Drawing.Size(70, 40) + Me.cmdSerial.Size = New System.Drawing.Size(80, 50) Me.cmdSerial.TabIndex = 16 Me.cmdSerial.Text = "스캔" Me.cmdSerial.UseVisualStyleBackColor = True @@ -557,9 +580,11 @@ Partial Class MainForm Me.gbMode.Controls.Add(Me.rdbCSearch) Me.gbMode.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbMode.ForeColor = System.Drawing.Color.Black - Me.gbMode.Location = New System.Drawing.Point(746, 5) + Me.gbMode.Location = New System.Drawing.Point(853, 6) + Me.gbMode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbMode.Name = "gbMode" - Me.gbMode.Size = New System.Drawing.Size(453, 90) + Me.gbMode.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbMode.Size = New System.Drawing.Size(518, 112) Me.gbMode.TabIndex = 115 Me.gbMode.TabStop = False Me.gbMode.Text = "입력설정" @@ -567,9 +592,10 @@ Partial Class MainForm 'rdbRecycle ' Me.rdbRecycle.AutoSize = True - Me.rdbRecycle.Location = New System.Drawing.Point(324, 55) + Me.rdbRecycle.Location = New System.Drawing.Point(370, 69) + Me.rdbRecycle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbRecycle.Name = "rdbRecycle" - Me.rdbRecycle.Size = New System.Drawing.Size(104, 25) + Me.rdbRecycle.Size = New System.Drawing.Size(123, 30) Me.rdbRecycle.TabIndex = 5 Me.rdbRecycle.Text = "TD 재사용" Me.rdbRecycle.UseVisualStyleBackColor = True @@ -578,9 +604,10 @@ Partial Class MainForm ' Me.rdbCheck.AutoSize = True Me.rdbCheck.Enabled = False - Me.rdbCheck.Location = New System.Drawing.Point(23, 55) + Me.rdbCheck.Location = New System.Drawing.Point(26, 69) + Me.rdbCheck.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbCheck.Name = "rdbCheck" - Me.rdbCheck.Size = New System.Drawing.Size(92, 25) + Me.rdbCheck.Size = New System.Drawing.Size(109, 30) Me.rdbCheck.TabIndex = 4 Me.rdbCheck.Text = "제품확인" Me.rdbCheck.UseVisualStyleBackColor = True @@ -589,9 +616,10 @@ Partial Class MainForm ' Me.rdbManager.AutoSize = True Me.rdbManager.Enabled = False - Me.rdbManager.Location = New System.Drawing.Point(151, 55) + Me.rdbManager.Location = New System.Drawing.Point(173, 69) + Me.rdbManager.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbManager.Name = "rdbManager" - Me.rdbManager.Size = New System.Drawing.Size(150, 25) + Me.rdbManager.Size = New System.Drawing.Size(178, 30) Me.rdbManager.TabIndex = 2 Me.rdbManager.Text = "주파수입력(수동)" Me.rdbManager.UseVisualStyleBackColor = True @@ -599,9 +627,10 @@ Partial Class MainForm 'rdbPD1 ' Me.rdbPD1.AutoSize = True - Me.rdbPD1.Location = New System.Drawing.Point(151, 25) + Me.rdbPD1.Location = New System.Drawing.Point(173, 31) + Me.rdbPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbPD1.Name = "rdbPD1" - Me.rdbPD1.Size = New System.Drawing.Size(131, 25) + Me.rdbPD1.Size = New System.Drawing.Size(155, 30) Me.rdbPD1.TabIndex = 3 Me.rdbPD1.Text = "TD주파수입력" Me.rdbPD1.UseVisualStyleBackColor = True @@ -610,9 +639,10 @@ Partial Class MainForm ' Me.rdbPD2.AutoSize = True Me.rdbPD2.Enabled = False - Me.rdbPD2.Location = New System.Drawing.Point(324, 25) + Me.rdbPD2.Location = New System.Drawing.Point(370, 31) + Me.rdbPD2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbPD2.Name = "rdbPD2" - Me.rdbPD2.Size = New System.Drawing.Size(92, 25) + Me.rdbPD2.Size = New System.Drawing.Size(109, 30) Me.rdbPD2.TabIndex = 1 Me.rdbPD2.Text = "제품입력" Me.rdbPD2.UseVisualStyleBackColor = True @@ -621,9 +651,10 @@ Partial Class MainForm ' Me.rdbCSearch.AutoSize = True Me.rdbCSearch.Checked = True - Me.rdbCSearch.Location = New System.Drawing.Point(23, 25) + Me.rdbCSearch.Location = New System.Drawing.Point(26, 31) + Me.rdbCSearch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbCSearch.Name = "rdbCSearch" - Me.rdbCSearch.Size = New System.Drawing.Size(87, 25) + Me.rdbCSearch.Size = New System.Drawing.Size(104, 30) Me.rdbCSearch.TabIndex = 0 Me.rdbCSearch.TabStop = True Me.rdbCSearch.Text = "C값입력" @@ -634,9 +665,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(1551, 5) + Me.btnOption.Location = New System.Drawing.Point(1773, 6) + Me.btnOption.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnOption.Name = "btnOption" - Me.btnOption.Size = New System.Drawing.Size(182, 90) + Me.btnOption.Size = New System.Drawing.Size(208, 112) Me.btnOption.TabIndex = 64 Me.btnOption.Text = "설정" Me.btnOption.UseVisualStyleBackColor = False @@ -650,9 +682,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(1205, 5) + Me.gpbConfig.Location = New System.Drawing.Point(1377, 6) + Me.gpbConfig.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbConfig.Name = "gpbConfig" - Me.gpbConfig.Size = New System.Drawing.Size(345, 90) + Me.gpbConfig.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gpbConfig.Size = New System.Drawing.Size(394, 112) Me.gpbConfig.TabIndex = 63 Me.gpbConfig.TabStop = False Me.gpbConfig.Text = "설정" @@ -663,9 +697,10 @@ Partial Class MainForm Me.ckbAutoFunc.Checked = True Me.ckbAutoFunc.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbAutoFunc.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbAutoFunc.Location = New System.Drawing.Point(200, 50) + Me.ckbAutoFunc.Location = New System.Drawing.Point(229, 62) + Me.ckbAutoFunc.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbAutoFunc.Name = "ckbAutoFunc" - Me.ckbAutoFunc.Size = New System.Drawing.Size(101, 28) + Me.ckbAutoFunc.Size = New System.Drawing.Size(128, 36) Me.ckbAutoFunc.TabIndex = 80 Me.ckbAutoFunc.Text = "자동삭제" Me.ckbAutoFunc.UseVisualStyleBackColor = True @@ -676,9 +711,10 @@ Partial Class MainForm Me.ckbPrintUse.Checked = True Me.ckbPrintUse.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbPrintUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbPrintUse.Location = New System.Drawing.Point(200, 20) + Me.ckbPrintUse.Location = New System.Drawing.Point(229, 25) + Me.ckbPrintUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbPrintUse.Name = "ckbPrintUse" - Me.ckbPrintUse.Size = New System.Drawing.Size(119, 28) + Me.ckbPrintUse.Size = New System.Drawing.Size(151, 36) Me.ckbPrintUse.TabIndex = 79 Me.ckbPrintUse.Text = "프린터사용" Me.ckbPrintUse.UseVisualStyleBackColor = True @@ -689,9 +725,10 @@ Partial Class MainForm Me.chbAutoMeasure.Checked = True Me.chbAutoMeasure.CheckState = System.Windows.Forms.CheckState.Checked Me.chbAutoMeasure.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.chbAutoMeasure.Location = New System.Drawing.Point(45, 50) + Me.chbAutoMeasure.Location = New System.Drawing.Point(51, 62) + Me.chbAutoMeasure.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chbAutoMeasure.Name = "chbAutoMeasure" - Me.chbAutoMeasure.Size = New System.Drawing.Size(101, 28) + Me.chbAutoMeasure.Size = New System.Drawing.Size(128, 36) Me.chbAutoMeasure.TabIndex = 78 Me.chbAutoMeasure.Text = "자동측정" Me.chbAutoMeasure.UseVisualStyleBackColor = True @@ -702,9 +739,10 @@ Partial Class MainForm Me.chbUseBarcode.Checked = True Me.chbUseBarcode.CheckState = System.Windows.Forms.CheckState.Checked Me.chbUseBarcode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.chbUseBarcode.Location = New System.Drawing.Point(45, 20) + Me.chbUseBarcode.Location = New System.Drawing.Point(51, 25) + Me.chbUseBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chbUseBarcode.Name = "chbUseBarcode" - Me.chbUseBarcode.Size = New System.Drawing.Size(119, 28) + Me.chbUseBarcode.Size = New System.Drawing.Size(151, 36) Me.chbUseBarcode.TabIndex = 77 Me.chbUseBarcode.Text = "바코드사용" Me.chbUseBarcode.UseVisualStyleBackColor = True @@ -714,15 +752,17 @@ 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(1735, 5) + Me.btnExit.Location = New System.Drawing.Point(1983, 6) + Me.btnExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnExit.Name = "btnExit" - Me.btnExit.Size = New System.Drawing.Size(182, 90) + Me.btnExit.Size = New System.Drawing.Size(208, 112) Me.btnExit.TabIndex = 62 Me.btnExit.Text = "종료" Me.btnExit.UseVisualStyleBackColor = False ' 'pnMaxInput ' + Me.pnMaxInput.Controls.Add(Me.GroupBox3) Me.pnMaxInput.Controls.Add(Me.gbChoice) Me.pnMaxInput.Controls.Add(Me.dgvNowReg) Me.pnMaxInput.Controls.Add(Me.gbInputPD) @@ -730,19 +770,117 @@ Partial Class MainForm Me.pnMaxInput.Controls.Add(Me.btnTrayEnd) Me.pnMaxInput.Controls.Add(Me.btnReset) Me.pnMaxInput.Controls.Add(Me.gbInputTD) - Me.pnMaxInput.Location = New System.Drawing.Point(5, 285) + Me.pnMaxInput.Location = New System.Drawing.Point(6, 356) + Me.pnMaxInput.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnMaxInput.Name = "pnMaxInput" - Me.pnMaxInput.Size = New System.Drawing.Size(1910, 730) + Me.pnMaxInput.Size = New System.Drawing.Size(2183, 912) Me.pnMaxInput.TabIndex = 128 ' + 'GroupBox3 + ' + Me.GroupBox3.Controls.Add(Me.txtManufactureDate) + Me.GroupBox3.Controls.Add(Me.Label4) + Me.GroupBox3.Controls.Add(Me.Label3) + Me.GroupBox3.Controls.Add(Me.Label2) + Me.GroupBox3.Controls.Add(Me.cmbMonth) + Me.GroupBox3.Controls.Add(Me.cmbDay) + Me.GroupBox3.Controls.Add(Me.cmbYear) + Me.GroupBox3.Controls.Add(Me.Label1) + Me.GroupBox3.Font = New System.Drawing.Font("함초롬바탕", 20.0!, System.Drawing.FontStyle.Bold) + Me.GroupBox3.Location = New System.Drawing.Point(477, 639) + Me.GroupBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox3.Name = "GroupBox3" + Me.GroupBox3.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox3.Size = New System.Drawing.Size(437, 270) + Me.GroupBox3.TabIndex = 129 + Me.GroupBox3.TabStop = False + Me.GroupBox3.Text = "제조일자 입력" + ' + 'txtManufactureDate + ' + Me.txtManufactureDate.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) + Me.txtManufactureDate.ForeColor = System.Drawing.Color.Black + Me.txtManufactureDate.Location = New System.Drawing.Point(13, 198) + Me.txtManufactureDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.txtManufactureDate.Name = "txtManufactureDate" + Me.txtManufactureDate.Size = New System.Drawing.Size(410, 59) + Me.txtManufactureDate.TabIndex = 6 + Me.txtManufactureDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Font = New System.Drawing.Font("함초롬바탕", 19.0!, System.Drawing.FontStyle.Bold) + Me.Label4.Location = New System.Drawing.Point(9, 153) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(183, 41) + Me.Label4.TabIndex = 6 + Me.Label4.Text = "선택된 날짜" + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Font = New System.Drawing.Font("함초롬바탕", 10.0!, System.Drawing.FontStyle.Bold) + Me.Label3.Location = New System.Drawing.Point(400, 98) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(26, 22) + Me.Label3.TabIndex = 9 + Me.Label3.Text = "일" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Font = New System.Drawing.Font("함초롬바탕", 10.0!, System.Drawing.FontStyle.Bold) + Me.Label2.Location = New System.Drawing.Point(274, 98) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(26, 22) + Me.Label2.TabIndex = 8 + Me.Label2.Text = "월" + ' + 'cmbMonth + ' + Me.cmbMonth.FormattingEnabled = True + Me.cmbMonth.Location = New System.Drawing.Point(175, 74) + Me.cmbMonth.Name = "cmbMonth" + Me.cmbMonth.Size = New System.Drawing.Size(93, 51) + Me.cmbMonth.TabIndex = 7 + ' + 'cmbDay + ' + Me.cmbDay.FormattingEnabled = True + Me.cmbDay.Location = New System.Drawing.Point(303, 74) + Me.cmbDay.Name = "cmbDay" + Me.cmbDay.Size = New System.Drawing.Size(89, 51) + Me.cmbDay.TabIndex = 6 + ' + 'cmbYear + ' + Me.cmbYear.FormattingEnabled = True + Me.cmbYear.Location = New System.Drawing.Point(16, 75) + Me.cmbYear.Name = "cmbYear" + Me.cmbYear.Size = New System.Drawing.Size(121, 51) + Me.cmbYear.TabIndex = 5 + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Font = New System.Drawing.Font("함초롬바탕", 10.0!, System.Drawing.FontStyle.Bold) + Me.Label1.Location = New System.Drawing.Point(143, 98) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(26, 22) + Me.Label1.TabIndex = 4 + Me.Label1.Text = "년" + ' 'gbChoice ' Me.gbChoice.Controls.Add(Me.gbNowTray) Me.gbChoice.Controls.Add(Me.pnNowNum) Me.gbChoice.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbChoice.Location = New System.Drawing.Point(806, 517) + Me.gbChoice.Location = New System.Drawing.Point(921, 646) + Me.gbChoice.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbChoice.Name = "gbChoice" - Me.gbChoice.Size = New System.Drawing.Size(494, 112) + Me.gbChoice.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbChoice.Size = New System.Drawing.Size(565, 140) Me.gbChoice.TabIndex = 131 Me.gbChoice.TabStop = False Me.gbChoice.Text = "측정번호 확인" @@ -752,9 +890,11 @@ Partial Class MainForm Me.gbNowTray.Controls.Add(Me.txbTrayMax) Me.gbNowTray.Controls.Add(Me.lbTrayNow) Me.gbNowTray.Controls.Add(Me.txbTrayMin) - Me.gbNowTray.Location = New System.Drawing.Point(231, 15) + Me.gbNowTray.Location = New System.Drawing.Point(264, 19) + Me.gbNowTray.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbNowTray.Name = "gbNowTray" - Me.gbNowTray.Size = New System.Drawing.Size(257, 85) + Me.gbNowTray.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbNowTray.Size = New System.Drawing.Size(294, 106) Me.gbNowTray.TabIndex = 1 Me.gbNowTray.TabStop = False Me.gbNowTray.Text = "Tray번호" @@ -763,10 +903,11 @@ Partial Class MainForm ' Me.txbTrayMax.BackColor = System.Drawing.SystemColors.Window Me.txbTrayMax.ForeColor = System.Drawing.Color.Black - Me.txbTrayMax.Location = New System.Drawing.Point(149, 37) + Me.txbTrayMax.Location = New System.Drawing.Point(170, 46) + Me.txbTrayMax.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTrayMax.Name = "txbTrayMax" Me.txbTrayMax.ReadOnly = True - Me.txbTrayMax.Size = New System.Drawing.Size(86, 35) + Me.txbTrayMax.Size = New System.Drawing.Size(98, 42) Me.txbTrayMax.TabIndex = 2 Me.txbTrayMax.Text = "0" Me.txbTrayMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -774,9 +915,9 @@ Partial Class MainForm 'lbTrayNow ' Me.lbTrayNow.AutoSize = True - Me.lbTrayNow.Location = New System.Drawing.Point(111, 42) + Me.lbTrayNow.Location = New System.Drawing.Point(127, 52) Me.lbTrayNow.Name = "lbTrayNow" - Me.lbTrayNow.Size = New System.Drawing.Size(32, 27) + Me.lbTrayNow.Size = New System.Drawing.Size(41, 35) Me.lbTrayNow.TabIndex = 1 Me.lbTrayNow.Text = "→" ' @@ -784,10 +925,11 @@ Partial Class MainForm ' Me.txbTrayMin.BackColor = System.Drawing.SystemColors.Window Me.txbTrayMin.ForeColor = System.Drawing.Color.Black - Me.txbTrayMin.Location = New System.Drawing.Point(19, 37) + Me.txbTrayMin.Location = New System.Drawing.Point(22, 46) + Me.txbTrayMin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTrayMin.Name = "txbTrayMin" Me.txbTrayMin.ReadOnly = True - Me.txbTrayMin.Size = New System.Drawing.Size(86, 35) + Me.txbTrayMin.Size = New System.Drawing.Size(98, 42) Me.txbTrayMin.TabIndex = 0 Me.txbTrayMin.Text = "0" Me.txbTrayMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -797,18 +939,20 @@ Partial Class MainForm Me.pnNowNum.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.pnNowNum.Controls.Add(Me.txbNowNum) Me.pnNowNum.Controls.Add(Me.lbNowNum) - Me.pnNowNum.Location = New System.Drawing.Point(6, 30) + Me.pnNowNum.Location = New System.Drawing.Point(7, 38) + Me.pnNowNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnNowNum.Name = "pnNowNum" - Me.pnNowNum.Size = New System.Drawing.Size(220, 70) + Me.pnNowNum.Size = New System.Drawing.Size(251, 86) Me.pnNowNum.TabIndex = 0 ' 'txbNowNum ' Me.txbNowNum.BackColor = System.Drawing.SystemColors.Window - Me.txbNowNum.Location = New System.Drawing.Point(103, 20) + Me.txbNowNum.Location = New System.Drawing.Point(118, 25) + Me.txbNowNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbNowNum.Name = "txbNowNum" Me.txbNowNum.ReadOnly = True - Me.txbNowNum.Size = New System.Drawing.Size(108, 35) + Me.txbNowNum.Size = New System.Drawing.Size(123, 42) Me.txbNowNum.TabIndex = 1 Me.txbNowNum.Text = "0" Me.txbNowNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -816,9 +960,9 @@ Partial Class MainForm 'lbNowNum ' Me.lbNowNum.AutoSize = True - Me.lbNowNum.Location = New System.Drawing.Point(5, 25) + Me.lbNowNum.Location = New System.Drawing.Point(6, 31) Me.lbNowNum.Name = "lbNowNum" - Me.lbNowNum.Size = New System.Drawing.Size(92, 27) + Me.lbNowNum.Size = New System.Drawing.Size(119, 35) Me.lbNowNum.TabIndex = 0 Me.lbNowNum.Text = "현재번호" ' @@ -826,27 +970,32 @@ Partial Class MainForm ' Me.dgvNowReg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvNowReg.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfCode, Me.dfDate, Me.dfTime}) - Me.dgvNowReg.Location = New System.Drawing.Point(806, 635) + Me.dgvNowReg.Location = New System.Drawing.Point(921, 794) + Me.dgvNowReg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvNowReg.Name = "dgvNowReg" + Me.dgvNowReg.RowHeadersWidth = 51 Me.dgvNowReg.RowTemplate.Height = 23 - Me.dgvNowReg.Size = New System.Drawing.Size(494, 85) + Me.dgvNowReg.Size = New System.Drawing.Size(565, 106) Me.dgvNowReg.TabIndex = 130 ' 'dfCode ' Me.dfCode.HeaderText = "제품번호" + Me.dfCode.MinimumWidth = 6 Me.dfCode.Name = "dfCode" Me.dfCode.Width = 150 ' 'dfDate ' Me.dfDate.HeaderText = "등록일자" + Me.dfDate.MinimumWidth = 6 Me.dfDate.Name = "dfDate" Me.dfDate.Width = 150 ' 'dfTime ' Me.dfTime.HeaderText = "등록시간" + Me.dfTime.MinimumWidth = 6 Me.dfTime.Name = "dfTime" Me.dfTime.Width = 150 ' @@ -861,9 +1010,11 @@ Partial Class MainForm Me.gbInputPD.Controls.Add(Me.pnPDModel) Me.gbInputPD.Controls.Add(Me.pnPDNum) Me.gbInputPD.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbInputPD.Location = New System.Drawing.Point(965, 5) + Me.gbInputPD.Location = New System.Drawing.Point(1103, 6) + Me.gbInputPD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbInputPD.Name = "gbInputPD" - Me.gbInputPD.Size = New System.Drawing.Size(935, 500) + Me.gbInputPD.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbInputPD.Size = New System.Drawing.Size(1069, 625) Me.gbInputPD.TabIndex = 129 Me.gbInputPD.TabStop = False Me.gbInputPD.Text = "Product Data" @@ -872,9 +1023,10 @@ Partial Class MainForm ' Me.pnPDInfo.Controls.Add(Me.cboPDInfo) Me.pnPDInfo.Controls.Add(Me.lbPDInfo) - Me.pnPDInfo.Location = New System.Drawing.Point(5, 405) + Me.pnPDInfo.Location = New System.Drawing.Point(6, 506) + Me.pnPDInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDInfo.Name = "pnPDInfo" - Me.pnPDInfo.Size = New System.Drawing.Size(920, 70) + Me.pnPDInfo.Size = New System.Drawing.Size(1051, 88) Me.pnPDInfo.TabIndex = 7 ' 'cboPDInfo @@ -882,17 +1034,18 @@ Partial Class MainForm Me.cboPDInfo.BackColor = System.Drawing.Color.Yellow Me.cboPDInfo.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cboPDInfo.FormattingEnabled = True - Me.cboPDInfo.Location = New System.Drawing.Point(150, 10) + Me.cboPDInfo.Location = New System.Drawing.Point(171, 12) + Me.cboPDInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cboPDInfo.Name = "cboPDInfo" - Me.cboPDInfo.Size = New System.Drawing.Size(750, 53) + Me.cboPDInfo.Size = New System.Drawing.Size(857, 65) Me.cboPDInfo.TabIndex = 1 ' 'lbPDInfo ' Me.lbPDInfo.AutoSize = True - Me.lbPDInfo.Location = New System.Drawing.Point(21, 15) + Me.lbPDInfo.Location = New System.Drawing.Point(24, 19) Me.lbPDInfo.Name = "lbPDInfo" - Me.lbPDInfo.Size = New System.Drawing.Size(119, 35) + Me.lbPDInfo.Size = New System.Drawing.Size(151, 44) Me.lbPDInfo.TabIndex = 0 Me.lbPDInfo.Text = "등록정보" ' @@ -900,19 +1053,21 @@ Partial Class MainForm ' Me.pnPDColor.Controls.Add(Me.txbPDColor) Me.pnPDColor.Controls.Add(Me.lbPDColor) - Me.pnPDColor.Location = New System.Drawing.Point(465, 325) + Me.pnPDColor.Location = New System.Drawing.Point(531, 406) + Me.pnPDColor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDColor.Name = "pnPDColor" - Me.pnPDColor.Size = New System.Drawing.Size(460, 70) + Me.pnPDColor.Size = New System.Drawing.Size(526, 88) Me.pnPDColor.TabIndex = 6 ' 'txbPDColor ' Me.txbPDColor.BackColor = System.Drawing.SystemColors.Window Me.txbPDColor.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPDColor.Location = New System.Drawing.Point(150, 10) + Me.txbPDColor.Location = New System.Drawing.Point(171, 12) + Me.txbPDColor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDColor.Name = "txbPDColor" Me.txbPDColor.ReadOnly = True - Me.txbPDColor.Size = New System.Drawing.Size(290, 53) + Me.txbPDColor.Size = New System.Drawing.Size(331, 64) Me.txbPDColor.TabIndex = 3 Me.txbPDColor.Text = "2024-10-25" Me.txbPDColor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -920,9 +1075,9 @@ Partial Class MainForm 'lbPDColor ' Me.lbPDColor.AutoSize = True - Me.lbPDColor.Location = New System.Drawing.Point(47, 15) + Me.lbPDColor.Location = New System.Drawing.Point(54, 19) Me.lbPDColor.Name = "lbPDColor" - Me.lbPDColor.Size = New System.Drawing.Size(93, 35) + Me.lbPDColor.Size = New System.Drawing.Size(118, 44) Me.lbPDColor.TabIndex = 1 Me.lbPDColor.Text = "색상명" ' @@ -930,17 +1085,19 @@ Partial Class MainForm ' Me.pnPDCP.Controls.Add(Me.txbPDCP) Me.pnPDCP.Controls.Add(Me.lbPDCP) - Me.pnPDCP.Location = New System.Drawing.Point(5, 325) + Me.pnPDCP.Location = New System.Drawing.Point(6, 406) + Me.pnPDCP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDCP.Name = "pnPDCP" - Me.pnPDCP.Size = New System.Drawing.Size(460, 70) + Me.pnPDCP.Size = New System.Drawing.Size(526, 88) Me.pnPDCP.TabIndex = 5 ' 'txbPDCP ' Me.txbPDCP.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPDCP.Location = New System.Drawing.Point(150, 10) + Me.txbPDCP.Location = New System.Drawing.Point(171, 12) + Me.txbPDCP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDCP.Name = "txbPDCP" - Me.txbPDCP.Size = New System.Drawing.Size(290, 53) + Me.txbPDCP.Size = New System.Drawing.Size(331, 64) Me.txbPDCP.TabIndex = 2 Me.txbPDCP.Text = "2024-02-10" Me.txbPDCP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -948,9 +1105,9 @@ Partial Class MainForm 'lbPDCP ' Me.lbPDCP.AutoSize = True - Me.lbPDCP.Location = New System.Drawing.Point(21, 15) + Me.lbPDCP.Location = New System.Drawing.Point(24, 19) Me.lbPDCP.Name = "lbPDCP" - Me.lbPDCP.Size = New System.Drawing.Size(119, 35) + Me.lbPDCP.Size = New System.Drawing.Size(151, 44) Me.lbPDCP.TabIndex = 0 Me.lbPDCP.Text = "제조사명" ' @@ -958,17 +1115,19 @@ Partial Class MainForm ' Me.pnPDAgency.Controls.Add(Me.txbPDAgency) Me.pnPDAgency.Controls.Add(Me.lbPDAgency) - Me.pnPDAgency.Location = New System.Drawing.Point(465, 245) + Me.pnPDAgency.Location = New System.Drawing.Point(531, 306) + Me.pnPDAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDAgency.Name = "pnPDAgency" - Me.pnPDAgency.Size = New System.Drawing.Size(460, 70) + Me.pnPDAgency.Size = New System.Drawing.Size(526, 88) Me.pnPDAgency.TabIndex = 4 ' 'txbPDAgency ' Me.txbPDAgency.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPDAgency.Location = New System.Drawing.Point(150, 10) + Me.txbPDAgency.Location = New System.Drawing.Point(171, 12) + Me.txbPDAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDAgency.Name = "txbPDAgency" - Me.txbPDAgency.Size = New System.Drawing.Size(290, 53) + Me.txbPDAgency.Size = New System.Drawing.Size(331, 64) Me.txbPDAgency.TabIndex = 2 Me.txbPDAgency.Text = "302412002445" Me.txbPDAgency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -976,9 +1135,9 @@ Partial Class MainForm 'lbPDAgency ' Me.lbPDAgency.AutoSize = True - Me.lbPDAgency.Location = New System.Drawing.Point(-5, 15) + Me.lbPDAgency.Location = New System.Drawing.Point(-6, 19) Me.lbPDAgency.Name = "lbPDAgency" - Me.lbPDAgency.Size = New System.Drawing.Size(145, 35) + Me.lbPDAgency.Size = New System.Drawing.Size(184, 44) Me.lbPDAgency.TabIndex = 1 Me.lbPDAgency.Text = "대리점코드" ' @@ -986,19 +1145,21 @@ Partial Class MainForm ' Me.pnPDCC.Controls.Add(Me.txbPDCC) Me.pnPDCC.Controls.Add(Me.lbPDCC) - Me.pnPDCC.Location = New System.Drawing.Point(5, 245) + Me.pnPDCC.Location = New System.Drawing.Point(6, 306) + Me.pnPDCC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDCC.Name = "pnPDCC" - Me.pnPDCC.Size = New System.Drawing.Size(460, 70) + Me.pnPDCC.Size = New System.Drawing.Size(526, 88) Me.pnPDCC.TabIndex = 3 ' 'txbPDCC ' Me.txbPDCC.BackColor = System.Drawing.SystemColors.Window Me.txbPDCC.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPDCC.Location = New System.Drawing.Point(150, 10) + Me.txbPDCC.Location = New System.Drawing.Point(171, 12) + Me.txbPDCC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDCC.Name = "txbPDCC" Me.txbPDCC.ReadOnly = True - Me.txbPDCC.Size = New System.Drawing.Size(290, 53) + Me.txbPDCC.Size = New System.Drawing.Size(331, 64) Me.txbPDCC.TabIndex = 2 Me.txbPDCC.Text = "-0.06" Me.txbPDCC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1006,9 +1167,9 @@ Partial Class MainForm 'lbPDCC ' Me.lbPDCC.AutoSize = True - Me.lbPDCC.Location = New System.Drawing.Point(21, 15) + Me.lbPDCC.Location = New System.Drawing.Point(24, 19) Me.lbPDCC.Name = "lbPDCC" - Me.lbPDCC.Size = New System.Drawing.Size(119, 35) + Me.lbPDCC.Size = New System.Drawing.Size(151, 44) Me.lbPDCC.TabIndex = 0 Me.lbPDCC.Text = "국가코드" ' @@ -1016,19 +1177,21 @@ Partial Class MainForm ' Me.pnPDType.Controls.Add(Me.txbPDType) Me.pnPDType.Controls.Add(Me.lbPDType) - Me.pnPDType.Location = New System.Drawing.Point(465, 165) + Me.pnPDType.Location = New System.Drawing.Point(531, 206) + Me.pnPDType.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDType.Name = "pnPDType" - Me.pnPDType.Size = New System.Drawing.Size(460, 70) + Me.pnPDType.Size = New System.Drawing.Size(526, 88) Me.pnPDType.TabIndex = 2 ' 'txbPDType ' Me.txbPDType.BackColor = System.Drawing.SystemColors.Window Me.txbPDType.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPDType.Location = New System.Drawing.Point(150, 10) + Me.txbPDType.Location = New System.Drawing.Point(171, 12) + Me.txbPDType.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDType.Name = "txbPDType" Me.txbPDType.ReadOnly = True - Me.txbPDType.Size = New System.Drawing.Size(290, 53) + Me.txbPDType.Size = New System.Drawing.Size(331, 64) Me.txbPDType.TabIndex = 3 Me.txbPDType.Text = "PRO" Me.txbPDType.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1036,9 +1199,9 @@ Partial Class MainForm 'lbPDType ' Me.lbPDType.AutoSize = True - Me.lbPDType.Location = New System.Drawing.Point(73, 15) + Me.lbPDType.Location = New System.Drawing.Point(83, 19) Me.lbPDType.Name = "lbPDType" - Me.lbPDType.Size = New System.Drawing.Size(67, 35) + Me.lbPDType.Size = New System.Drawing.Size(85, 44) Me.lbPDType.TabIndex = 2 Me.lbPDType.Text = "타입" ' @@ -1046,9 +1209,10 @@ Partial Class MainForm ' Me.pnPDModel.Controls.Add(Me.txbPDModel) Me.pnPDModel.Controls.Add(Me.lbPDModel) - Me.pnPDModel.Location = New System.Drawing.Point(5, 165) + Me.pnPDModel.Location = New System.Drawing.Point(6, 206) + Me.pnPDModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDModel.Name = "pnPDModel" - Me.pnPDModel.Size = New System.Drawing.Size(460, 70) + Me.pnPDModel.Size = New System.Drawing.Size(526, 88) Me.pnPDModel.TabIndex = 1 ' 'txbPDModel @@ -1056,10 +1220,11 @@ Partial Class MainForm Me.txbPDModel.BackColor = System.Drawing.SystemColors.Window Me.txbPDModel.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPDModel.ForeColor = System.Drawing.SystemColors.WindowText - Me.txbPDModel.Location = New System.Drawing.Point(150, 10) + Me.txbPDModel.Location = New System.Drawing.Point(171, 12) + Me.txbPDModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDModel.Name = "txbPDModel" Me.txbPDModel.ReadOnly = True - Me.txbPDModel.Size = New System.Drawing.Size(290, 53) + Me.txbPDModel.Size = New System.Drawing.Size(331, 64) Me.txbPDModel.TabIndex = 1 Me.txbPDModel.Text = "7080" Me.txbPDModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1068,9 +1233,9 @@ Partial Class MainForm ' Me.lbPDModel.AutoSize = True Me.lbPDModel.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbPDModel.Location = New System.Drawing.Point(67, 15) + Me.lbPDModel.Location = New System.Drawing.Point(77, 19) Me.lbPDModel.Name = "lbPDModel" - Me.lbPDModel.Size = New System.Drawing.Size(73, 38) + Me.lbPDModel.Size = New System.Drawing.Size(94, 49) Me.lbPDModel.TabIndex = 0 Me.lbPDModel.Text = "모델" ' @@ -1079,19 +1244,21 @@ Partial Class MainForm Me.pnPDNum.BackColor = System.Drawing.SystemColors.Info Me.pnPDNum.Controls.Add(Me.txbPDNum) Me.pnPDNum.Controls.Add(Me.lbPDNum) - Me.pnPDNum.Location = New System.Drawing.Point(5, 45) + Me.pnPDNum.Location = New System.Drawing.Point(6, 56) + Me.pnPDNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDNum.Name = "pnPDNum" - Me.pnPDNum.Size = New System.Drawing.Size(920, 110) + Me.pnPDNum.Size = New System.Drawing.Size(1051, 138) Me.pnPDNum.TabIndex = 0 ' 'txbPDNum ' Me.txbPDNum.BackColor = System.Drawing.SystemColors.Window Me.txbPDNum.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPDNum.Location = New System.Drawing.Point(262, 10) + Me.txbPDNum.Location = New System.Drawing.Point(299, 12) + Me.txbPDNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDNum.Name = "txbPDNum" Me.txbPDNum.ReadOnly = True - Me.txbPDNum.Size = New System.Drawing.Size(638, 91) + Me.txbPDNum.Size = New System.Drawing.Size(729, 111) Me.txbPDNum.TabIndex = 1 Me.txbPDNum.Text = "DITI123456" Me.txbPDNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1100,9 +1267,9 @@ Partial Class MainForm ' Me.lbPDNum.AutoSize = True Me.lbPDNum.Font = New System.Drawing.Font("함초롬바탕", 39.74999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbPDNum.Location = New System.Drawing.Point(16, 21) + Me.lbPDNum.Location = New System.Drawing.Point(18, 26) Me.lbPDNum.Name = "lbPDNum" - Me.lbPDNum.Size = New System.Drawing.Size(250, 69) + Me.lbPDNum.Size = New System.Drawing.Size(317, 87) Me.lbPDNum.TabIndex = 0 Me.lbPDNum.Text = "제품 번호" ' @@ -1115,9 +1282,11 @@ Partial Class MainForm Me.gbPDCount.Controls.Add(Me.txbAllCount) Me.gbPDCount.Controls.Add(Me.lbAllCount) Me.gbPDCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPDCount.Location = New System.Drawing.Point(10, 510) + Me.gbPDCount.Location = New System.Drawing.Point(11, 638) + Me.gbPDCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPDCount.Name = "gbPDCount" - Me.gbPDCount.Size = New System.Drawing.Size(790, 210) + Me.gbPDCount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPDCount.Size = New System.Drawing.Size(461, 270) Me.gbPDCount.TabIndex = 128 Me.gbPDCount.TabStop = False Me.gbPDCount.Text = "금일수량" @@ -1126,9 +1295,10 @@ Partial Class MainForm ' Me.txbFailCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbFailCount.ForeColor = System.Drawing.Color.Red - Me.txbFailCount.Location = New System.Drawing.Point(556, 136) + Me.txbFailCount.Location = New System.Drawing.Point(203, 200) + Me.txbFailCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFailCount.Name = "txbFailCount" - Me.txbFailCount.Size = New System.Drawing.Size(180, 49) + Me.txbFailCount.Size = New System.Drawing.Size(205, 59) Me.txbFailCount.TabIndex = 5 Me.txbFailCount.Text = "0" Me.txbFailCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1137,9 +1307,9 @@ Partial Class MainForm ' Me.lbFailCount.AutoSize = True Me.lbFailCount.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbFailCount.Location = New System.Drawing.Point(421, 142) + Me.lbFailCount.Location = New System.Drawing.Point(21, 200) Me.lbFailCount.Name = "lbFailCount" - Me.lbFailCount.Size = New System.Drawing.Size(129, 38) + Me.lbFailCount.Size = New System.Drawing.Size(166, 49) Me.lbFailCount.TabIndex = 4 Me.lbFailCount.Text = "불량수량" ' @@ -1147,9 +1317,10 @@ Partial Class MainForm ' Me.txbSucCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbSucCount.ForeColor = System.Drawing.Color.Blue - Me.txbSucCount.Location = New System.Drawing.Point(175, 136) + Me.txbSucCount.Location = New System.Drawing.Point(203, 126) + Me.txbSucCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbSucCount.Name = "txbSucCount" - Me.txbSucCount.Size = New System.Drawing.Size(180, 49) + Me.txbSucCount.Size = New System.Drawing.Size(205, 59) Me.txbSucCount.TabIndex = 3 Me.txbSucCount.Text = "0" Me.txbSucCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1158,9 +1329,9 @@ Partial Class MainForm ' Me.lbSucCount.AutoSize = True Me.lbSucCount.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbSucCount.Location = New System.Drawing.Point(45, 142) + Me.lbSucCount.Location = New System.Drawing.Point(21, 133) Me.lbSucCount.Name = "lbSucCount" - Me.lbSucCount.Size = New System.Drawing.Size(129, 38) + Me.lbSucCount.Size = New System.Drawing.Size(166, 49) Me.lbSucCount.TabIndex = 2 Me.lbSucCount.Text = "양품수량" ' @@ -1168,10 +1339,11 @@ Partial Class MainForm ' Me.txbAllCount.BackColor = System.Drawing.SystemColors.Window Me.txbAllCount.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbAllCount.Location = New System.Drawing.Point(389, 48) + Me.txbAllCount.Location = New System.Drawing.Point(203, 43) + Me.txbAllCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbAllCount.Name = "txbAllCount" Me.txbAllCount.ReadOnly = True - Me.txbAllCount.Size = New System.Drawing.Size(180, 56) + Me.txbAllCount.Size = New System.Drawing.Size(205, 68) Me.txbAllCount.TabIndex = 1 Me.txbAllCount.Text = "100" Me.txbAllCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1180,18 +1352,19 @@ Partial Class MainForm ' Me.lbAllCount.AutoSize = True Me.lbAllCount.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbAllCount.Location = New System.Drawing.Point(218, 54) + Me.lbAllCount.Location = New System.Drawing.Point(7, 51) Me.lbAllCount.Name = "lbAllCount" - Me.lbAllCount.Size = New System.Drawing.Size(156, 45) + Me.lbAllCount.Size = New System.Drawing.Size(197, 57) Me.lbAllCount.TabIndex = 0 Me.lbAllCount.Text = "금일수량" ' 'btnTrayEnd ' Me.btnTrayEnd.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnTrayEnd.Location = New System.Drawing.Point(1600, 530) + Me.btnTrayEnd.Location = New System.Drawing.Point(1829, 662) + Me.btnTrayEnd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnTrayEnd.Name = "btnTrayEnd" - Me.btnTrayEnd.Size = New System.Drawing.Size(290, 190) + Me.btnTrayEnd.Size = New System.Drawing.Size(331, 238) Me.btnTrayEnd.TabIndex = 127 Me.btnTrayEnd.Text = "Tray 마감" Me.btnTrayEnd.UseVisualStyleBackColor = True @@ -1199,9 +1372,10 @@ Partial Class MainForm 'btnReset ' Me.btnReset.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnReset.Location = New System.Drawing.Point(1310, 530) + Me.btnReset.Location = New System.Drawing.Point(1497, 662) + Me.btnReset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnReset.Name = "btnReset" - Me.btnReset.Size = New System.Drawing.Size(290, 190) + Me.btnReset.Size = New System.Drawing.Size(331, 238) Me.btnReset.TabIndex = 126 Me.btnReset.Text = "초기화" Me.btnReset.UseVisualStyleBackColor = True @@ -1217,9 +1391,11 @@ Partial Class MainForm Me.gbInputTD.Controls.Add(Me.pnTDFreq) Me.gbInputTD.Controls.Add(Me.pnTDNum) Me.gbInputTD.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbInputTD.Location = New System.Drawing.Point(10, 5) + Me.gbInputTD.Location = New System.Drawing.Point(11, 6) + Me.gbInputTD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbInputTD.Name = "gbInputTD" - Me.gbInputTD.Size = New System.Drawing.Size(935, 500) + Me.gbInputTD.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbInputTD.Size = New System.Drawing.Size(1069, 625) Me.gbInputTD.TabIndex = 122 Me.gbInputTD.TabStop = False Me.gbInputTD.Text = "Transducer Data" @@ -1228,19 +1404,21 @@ Partial Class MainForm ' Me.pnTDStep.Controls.Add(Me.txbTDStep) Me.pnTDStep.Controls.Add(Me.lbTDStep) - Me.pnTDStep.Location = New System.Drawing.Point(5, 405) + Me.pnTDStep.Location = New System.Drawing.Point(6, 506) + Me.pnTDStep.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDStep.Name = "pnTDStep" - Me.pnTDStep.Size = New System.Drawing.Size(920, 70) + Me.pnTDStep.Size = New System.Drawing.Size(1051, 88) Me.pnTDStep.TabIndex = 7 ' 'txbTDStep ' Me.txbTDStep.BackColor = System.Drawing.SystemColors.Window Me.txbTDStep.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDStep.Location = New System.Drawing.Point(150, 10) + Me.txbTDStep.Location = New System.Drawing.Point(171, 12) + Me.txbTDStep.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDStep.Name = "txbTDStep" Me.txbTDStep.ReadOnly = True - Me.txbTDStep.Size = New System.Drawing.Size(750, 53) + Me.txbTDStep.Size = New System.Drawing.Size(857, 64) Me.txbTDStep.TabIndex = 2 Me.txbTDStep.Text = "HIFU 검사 완료" Me.txbTDStep.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1248,9 +1426,9 @@ Partial Class MainForm 'lbTDStep ' Me.lbTDStep.AutoSize = True - Me.lbTDStep.Location = New System.Drawing.Point(21, 15) + Me.lbTDStep.Location = New System.Drawing.Point(24, 19) Me.lbTDStep.Name = "lbTDStep" - Me.lbTDStep.Size = New System.Drawing.Size(119, 35) + Me.lbTDStep.Size = New System.Drawing.Size(151, 44) Me.lbTDStep.TabIndex = 0 Me.lbTDStep.Text = "공정단계" ' @@ -1258,19 +1436,21 @@ Partial Class MainForm ' Me.pnPDVersion.Controls.Add(Me.txbPDVersion) Me.pnPDVersion.Controls.Add(Me.lbPDVersion) - Me.pnPDVersion.Location = New System.Drawing.Point(465, 325) + Me.pnPDVersion.Location = New System.Drawing.Point(531, 406) + Me.pnPDVersion.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPDVersion.Name = "pnPDVersion" - Me.pnPDVersion.Size = New System.Drawing.Size(460, 70) + Me.pnPDVersion.Size = New System.Drawing.Size(526, 88) Me.pnPDVersion.TabIndex = 6 ' 'txbPDVersion ' Me.txbPDVersion.BackColor = System.Drawing.SystemColors.Window Me.txbPDVersion.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbPDVersion.Location = New System.Drawing.Point(150, 10) + Me.txbPDVersion.Location = New System.Drawing.Point(171, 12) + Me.txbPDVersion.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPDVersion.Name = "txbPDVersion" Me.txbPDVersion.ReadOnly = True - Me.txbPDVersion.Size = New System.Drawing.Size(290, 53) + Me.txbPDVersion.Size = New System.Drawing.Size(331, 64) Me.txbPDVersion.TabIndex = 2 Me.txbPDVersion.Text = "2024-10-25" Me.txbPDVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1278,9 +1458,9 @@ Partial Class MainForm 'lbPDVersion ' Me.lbPDVersion.AutoSize = True - Me.lbPDVersion.Location = New System.Drawing.Point(47, 15) + Me.lbPDVersion.Location = New System.Drawing.Point(54, 19) Me.lbPDVersion.Name = "lbPDVersion" - Me.lbPDVersion.Size = New System.Drawing.Size(93, 35) + Me.lbPDVersion.Size = New System.Drawing.Size(118, 44) Me.lbPDVersion.TabIndex = 1 Me.lbPDVersion.Text = "펌웨어" ' @@ -1288,19 +1468,21 @@ Partial Class MainForm ' Me.pnTDIDate.Controls.Add(Me.txbTDIDate) Me.pnTDIDate.Controls.Add(Me.lbTDIDate) - Me.pnTDIDate.Location = New System.Drawing.Point(5, 325) + Me.pnTDIDate.Location = New System.Drawing.Point(6, 406) + Me.pnTDIDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDIDate.Name = "pnTDIDate" - Me.pnTDIDate.Size = New System.Drawing.Size(460, 70) + Me.pnTDIDate.Size = New System.Drawing.Size(526, 88) Me.pnTDIDate.TabIndex = 5 ' 'txbTDIDate ' Me.txbTDIDate.BackColor = System.Drawing.SystemColors.Window Me.txbTDIDate.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDIDate.Location = New System.Drawing.Point(150, 10) + Me.txbTDIDate.Location = New System.Drawing.Point(171, 12) + Me.txbTDIDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDIDate.Name = "txbTDIDate" Me.txbTDIDate.ReadOnly = True - Me.txbTDIDate.Size = New System.Drawing.Size(290, 53) + Me.txbTDIDate.Size = New System.Drawing.Size(331, 64) Me.txbTDIDate.TabIndex = 2 Me.txbTDIDate.Text = "2024-02-10" Me.txbTDIDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1308,9 +1490,9 @@ Partial Class MainForm 'lbTDIDate ' Me.lbTDIDate.AutoSize = True - Me.lbTDIDate.Location = New System.Drawing.Point(47, 15) + Me.lbTDIDate.Location = New System.Drawing.Point(54, 19) Me.lbTDIDate.Name = "lbTDIDate" - Me.lbTDIDate.Size = New System.Drawing.Size(93, 35) + Me.lbTDIDate.Size = New System.Drawing.Size(118, 44) Me.lbTDIDate.TabIndex = 0 Me.lbTDIDate.Text = "입고일" ' @@ -1318,19 +1500,21 @@ Partial Class MainForm ' Me.pnTDDepth.Controls.Add(Me.txbTDDepth) Me.pnTDDepth.Controls.Add(Me.lbTDDepth) - Me.pnTDDepth.Location = New System.Drawing.Point(465, 245) + Me.pnTDDepth.Location = New System.Drawing.Point(531, 306) + Me.pnTDDepth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDDepth.Name = "pnTDDepth" - Me.pnTDDepth.Size = New System.Drawing.Size(460, 70) + Me.pnTDDepth.Size = New System.Drawing.Size(526, 88) Me.pnTDDepth.TabIndex = 4 ' 'txbTDDepth ' Me.txbTDDepth.BackColor = System.Drawing.SystemColors.Window Me.txbTDDepth.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDDepth.Location = New System.Drawing.Point(150, 10) + Me.txbTDDepth.Location = New System.Drawing.Point(171, 12) + Me.txbTDDepth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDDepth.Name = "txbTDDepth" Me.txbTDDepth.ReadOnly = True - Me.txbTDDepth.Size = New System.Drawing.Size(290, 53) + Me.txbTDDepth.Size = New System.Drawing.Size(331, 64) Me.txbTDDepth.TabIndex = 2 Me.txbTDDepth.Text = "-5" Me.txbTDDepth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1338,9 +1522,9 @@ Partial Class MainForm 'lbTDDepth ' Me.lbTDDepth.AutoSize = True - Me.lbTDDepth.Location = New System.Drawing.Point(73, 15) + Me.lbTDDepth.Location = New System.Drawing.Point(83, 19) Me.lbTDDepth.Name = "lbTDDepth" - Me.lbTDDepth.Size = New System.Drawing.Size(67, 35) + Me.lbTDDepth.Size = New System.Drawing.Size(85, 44) Me.lbTDDepth.TabIndex = 1 Me.lbTDDepth.Text = "깊이" ' @@ -1348,19 +1532,21 @@ Partial Class MainForm ' Me.pnTDPower.Controls.Add(Me.txbTDPower) Me.pnTDPower.Controls.Add(Me.lbTDPower) - Me.pnTDPower.Location = New System.Drawing.Point(5, 245) + Me.pnTDPower.Location = New System.Drawing.Point(6, 306) + Me.pnTDPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDPower.Name = "pnTDPower" - Me.pnTDPower.Size = New System.Drawing.Size(460, 70) + Me.pnTDPower.Size = New System.Drawing.Size(526, 88) Me.pnTDPower.TabIndex = 3 ' 'txbTDPower ' Me.txbTDPower.BackColor = System.Drawing.SystemColors.Window Me.txbTDPower.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDPower.Location = New System.Drawing.Point(150, 10) + Me.txbTDPower.Location = New System.Drawing.Point(171, 12) + Me.txbTDPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDPower.Name = "txbTDPower" Me.txbTDPower.ReadOnly = True - Me.txbTDPower.Size = New System.Drawing.Size(290, 53) + Me.txbTDPower.Size = New System.Drawing.Size(331, 64) Me.txbTDPower.TabIndex = 2 Me.txbTDPower.Text = "-0.06" Me.txbTDPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1368,9 +1554,9 @@ Partial Class MainForm 'lbTDPower ' Me.lbTDPower.AutoSize = True - Me.lbTDPower.Location = New System.Drawing.Point(73, 15) + Me.lbTDPower.Location = New System.Drawing.Point(83, 19) Me.lbTDPower.Name = "lbTDPower" - Me.lbTDPower.Size = New System.Drawing.Size(67, 35) + Me.lbTDPower.Size = New System.Drawing.Size(85, 44) Me.lbTDPower.TabIndex = 0 Me.lbTDPower.Text = "파워" ' @@ -1378,19 +1564,21 @@ Partial Class MainForm ' Me.pnTDGrade.Controls.Add(Me.txbTDGrade) Me.pnTDGrade.Controls.Add(Me.lbTDGrade) - Me.pnTDGrade.Location = New System.Drawing.Point(465, 165) + Me.pnTDGrade.Location = New System.Drawing.Point(531, 206) + Me.pnTDGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDGrade.Name = "pnTDGrade" - Me.pnTDGrade.Size = New System.Drawing.Size(460, 70) + Me.pnTDGrade.Size = New System.Drawing.Size(526, 88) Me.pnTDGrade.TabIndex = 2 ' 'txbTDGrade ' Me.txbTDGrade.BackColor = System.Drawing.SystemColors.Window Me.txbTDGrade.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDGrade.Location = New System.Drawing.Point(150, 10) + Me.txbTDGrade.Location = New System.Drawing.Point(171, 12) + Me.txbTDGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDGrade.Name = "txbTDGrade" Me.txbTDGrade.ReadOnly = True - Me.txbTDGrade.Size = New System.Drawing.Size(290, 53) + Me.txbTDGrade.Size = New System.Drawing.Size(331, 64) Me.txbTDGrade.TabIndex = 3 Me.txbTDGrade.Text = "PRO" Me.txbTDGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1398,9 +1586,9 @@ Partial Class MainForm 'lbTDGrade ' Me.lbTDGrade.AutoSize = True - Me.lbTDGrade.Location = New System.Drawing.Point(73, 15) + Me.lbTDGrade.Location = New System.Drawing.Point(83, 19) Me.lbTDGrade.Name = "lbTDGrade" - Me.lbTDGrade.Size = New System.Drawing.Size(67, 35) + Me.lbTDGrade.Size = New System.Drawing.Size(85, 44) Me.lbTDGrade.TabIndex = 2 Me.lbTDGrade.Text = "등급" ' @@ -1408,19 +1596,21 @@ Partial Class MainForm ' Me.pnTDFreq.Controls.Add(Me.txbTDFreq) Me.pnTDFreq.Controls.Add(Me.lbTDFreq) - Me.pnTDFreq.Location = New System.Drawing.Point(5, 165) + Me.pnTDFreq.Location = New System.Drawing.Point(6, 206) + Me.pnTDFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDFreq.Name = "pnTDFreq" - Me.pnTDFreq.Size = New System.Drawing.Size(460, 70) + Me.pnTDFreq.Size = New System.Drawing.Size(526, 88) Me.pnTDFreq.TabIndex = 1 ' 'txbTDFreq ' Me.txbTDFreq.BackColor = System.Drawing.SystemColors.Window Me.txbTDFreq.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDFreq.Location = New System.Drawing.Point(150, 10) + Me.txbTDFreq.Location = New System.Drawing.Point(171, 12) + Me.txbTDFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDFreq.Name = "txbTDFreq" Me.txbTDFreq.ReadOnly = True - Me.txbTDFreq.Size = New System.Drawing.Size(290, 53) + Me.txbTDFreq.Size = New System.Drawing.Size(331, 64) Me.txbTDFreq.TabIndex = 1 Me.txbTDFreq.Text = "7080" Me.txbTDFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1429,9 +1619,9 @@ Partial Class MainForm ' Me.lbTDFreq.AutoSize = True Me.lbTDFreq.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTDFreq.Location = New System.Drawing.Point(39, 15) + Me.lbTDFreq.Location = New System.Drawing.Point(45, 19) Me.lbTDFreq.Name = "lbTDFreq" - Me.lbTDFreq.Size = New System.Drawing.Size(101, 38) + Me.lbTDFreq.Size = New System.Drawing.Size(130, 49) Me.lbTDFreq.TabIndex = 0 Me.lbTDFreq.Text = "주파수" ' @@ -1440,19 +1630,21 @@ Partial Class MainForm Me.pnTDNum.BackColor = System.Drawing.SystemColors.Info Me.pnTDNum.Controls.Add(Me.txbTDNum) Me.pnTDNum.Controls.Add(Me.lbTDNum) - Me.pnTDNum.Location = New System.Drawing.Point(5, 45) + Me.pnTDNum.Location = New System.Drawing.Point(6, 56) + Me.pnTDNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTDNum.Name = "pnTDNum" - Me.pnTDNum.Size = New System.Drawing.Size(920, 110) + Me.pnTDNum.Size = New System.Drawing.Size(1051, 138) Me.pnTDNum.TabIndex = 0 ' 'txbTDNum ' Me.txbTDNum.BackColor = System.Drawing.SystemColors.Window Me.txbTDNum.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbTDNum.Location = New System.Drawing.Point(262, 10) + Me.txbTDNum.Location = New System.Drawing.Point(299, 12) + Me.txbTDNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTDNum.Name = "txbTDNum" Me.txbTDNum.ReadOnly = True - Me.txbTDNum.Size = New System.Drawing.Size(638, 91) + Me.txbTDNum.Size = New System.Drawing.Size(729, 111) Me.txbTDNum.TabIndex = 1 Me.txbTDNum.Text = "DITI123456" Me.txbTDNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1461,9 +1653,9 @@ Partial Class MainForm ' Me.lbTDNum.AutoSize = True Me.lbTDNum.Font = New System.Drawing.Font("함초롬바탕", 39.74999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbTDNum.Location = New System.Drawing.Point(35, 20) + Me.lbTDNum.Location = New System.Drawing.Point(40, 25) Me.lbTDNum.Name = "lbTDNum" - Me.lbTDNum.Size = New System.Drawing.Size(221, 69) + Me.lbTDNum.Size = New System.Drawing.Size(279, 87) Me.lbTDNum.TabIndex = 0 Me.lbTDNum.Text = "TD 번호" ' @@ -1473,9 +1665,10 @@ Partial Class MainForm Me.pnRecycle.Controls.Add(Me.pcbImage1) Me.pnRecycle.Controls.Add(Me.gbData) Me.pnRecycle.Controls.Add(Me.btnReDel) - Me.pnRecycle.Location = New System.Drawing.Point(5, 285) + Me.pnRecycle.Location = New System.Drawing.Point(6, 356) + Me.pnRecycle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRecycle.Name = "pnRecycle" - Me.pnRecycle.Size = New System.Drawing.Size(1910, 730) + Me.pnRecycle.Size = New System.Drawing.Size(2183, 912) Me.pnRecycle.TabIndex = 119 ' 'gbRunCount @@ -1483,9 +1676,11 @@ Partial Class MainForm Me.gbRunCount.Controls.Add(Me.txbDayCount) Me.gbRunCount.Controls.Add(Me.lbDayCount) Me.gbRunCount.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbRunCount.Location = New System.Drawing.Point(1052, 585) + Me.gbRunCount.Location = New System.Drawing.Point(1202, 731) + Me.gbRunCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRunCount.Name = "gbRunCount" - Me.gbRunCount.Size = New System.Drawing.Size(329, 135) + Me.gbRunCount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbRunCount.Size = New System.Drawing.Size(376, 169) Me.gbRunCount.TabIndex = 125 Me.gbRunCount.TabStop = False Me.gbRunCount.Text = "금일 측정 수량" @@ -1494,10 +1689,11 @@ Partial Class MainForm ' Me.txbDayCount.BackColor = System.Drawing.SystemColors.Window Me.txbDayCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbDayCount.Location = New System.Drawing.Point(168, 50) + Me.txbDayCount.Location = New System.Drawing.Point(192, 62) + Me.txbDayCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDayCount.Name = "txbDayCount" Me.txbDayCount.ReadOnly = True - Me.txbDayCount.Size = New System.Drawing.Size(117, 49) + Me.txbDayCount.Size = New System.Drawing.Size(133, 59) Me.txbDayCount.TabIndex = 1 Me.txbDayCount.Text = "0" Me.txbDayCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1506,18 +1702,19 @@ Partial Class MainForm ' Me.lbDayCount.AutoSize = True Me.lbDayCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbDayCount.Location = New System.Drawing.Point(43, 55) + Me.lbDayCount.Location = New System.Drawing.Point(49, 69) Me.lbDayCount.Name = "lbDayCount" - Me.lbDayCount.Size = New System.Drawing.Size(119, 35) + Me.lbDayCount.Size = New System.Drawing.Size(151, 44) Me.lbDayCount.TabIndex = 0 Me.lbDayCount.Text = "작업수량" ' 'pcbImage1 ' Me.pcbImage1.Image = Global.MAXIMUM_Product_Program.My.Resources.Resources.MAXIMUM - Me.pcbImage1.Location = New System.Drawing.Point(1456, 14) + Me.pcbImage1.Location = New System.Drawing.Point(1664, 18) + Me.pcbImage1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pcbImage1.Name = "pcbImage1" - Me.pcbImage1.Size = New System.Drawing.Size(386, 569) + Me.pcbImage1.Size = New System.Drawing.Size(441, 711) Me.pcbImage1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.pcbImage1.TabIndex = 127 Me.pcbImage1.TabStop = False @@ -1534,9 +1731,11 @@ Partial Class MainForm Me.gbData.Controls.Add(Me.pnReFreq) Me.gbData.Controls.Add(Me.pnReGrade) Me.gbData.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbData.Location = New System.Drawing.Point(80, 14) + Me.gbData.Location = New System.Drawing.Point(91, 18) + Me.gbData.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbData.Name = "gbData" - Me.gbData.Size = New System.Drawing.Size(1301, 569) + Me.gbData.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbData.Size = New System.Drawing.Size(1487, 711) Me.gbData.TabIndex = 126 Me.gbData.TabStop = False Me.gbData.Text = "검색 결과" @@ -1545,19 +1744,21 @@ Partial Class MainForm ' Me.pnReTest.Controls.Add(Me.txbReTest) Me.pnReTest.Controls.Add(Me.lbReTest) - Me.pnReTest.Location = New System.Drawing.Point(625, 340) + Me.pnReTest.Location = New System.Drawing.Point(714, 425) + Me.pnReTest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReTest.Name = "pnReTest" - Me.pnReTest.Size = New System.Drawing.Size(580, 75) + Me.pnReTest.Size = New System.Drawing.Size(663, 94) Me.pnReTest.TabIndex = 8 ' 'txbReTest ' Me.txbReTest.BackColor = System.Drawing.SystemColors.Window Me.txbReTest.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReTest.Location = New System.Drawing.Point(220, 5) + Me.txbReTest.Location = New System.Drawing.Point(251, 6) + Me.txbReTest.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReTest.Name = "txbReTest" Me.txbReTest.ReadOnly = True - Me.txbReTest.Size = New System.Drawing.Size(350, 70) + Me.txbReTest.Size = New System.Drawing.Size(399, 85) Me.txbReTest.TabIndex = 1 Me.txbReTest.Text = "2408-99-45" Me.txbReTest.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1566,9 +1767,9 @@ Partial Class MainForm ' Me.lbReTest.AutoSize = True Me.lbReTest.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReTest.Location = New System.Drawing.Point(20, 10) + Me.lbReTest.Location = New System.Drawing.Point(23, 12) Me.lbReTest.Name = "lbReTest" - Me.lbReTest.Size = New System.Drawing.Size(168, 62) + Me.lbReTest.Size = New System.Drawing.Size(207, 78) Me.lbReTest.TabIndex = 0 Me.lbReTest.Text = "측정일" ' @@ -1576,19 +1777,21 @@ Partial Class MainForm ' Me.pnReInput.Controls.Add(Me.txbReInput) Me.pnReInput.Controls.Add(Me.lbReInput) - Me.pnReInput.Location = New System.Drawing.Point(35, 340) + Me.pnReInput.Location = New System.Drawing.Point(40, 425) + Me.pnReInput.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReInput.Name = "pnReInput" - Me.pnReInput.Size = New System.Drawing.Size(580, 75) + Me.pnReInput.Size = New System.Drawing.Size(663, 94) Me.pnReInput.TabIndex = 7 ' 'txbReInput ' Me.txbReInput.BackColor = System.Drawing.SystemColors.Window Me.txbReInput.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReInput.Location = New System.Drawing.Point(220, 5) + Me.txbReInput.Location = New System.Drawing.Point(251, 6) + Me.txbReInput.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReInput.Name = "txbReInput" Me.txbReInput.ReadOnly = True - Me.txbReInput.Size = New System.Drawing.Size(350, 70) + Me.txbReInput.Size = New System.Drawing.Size(399, 85) Me.txbReInput.TabIndex = 1 Me.txbReInput.Text = "2024-88-05" Me.txbReInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1597,9 +1800,9 @@ Partial Class MainForm ' Me.lbReInput.AutoSize = True Me.lbReInput.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReInput.Location = New System.Drawing.Point(20, 10) + Me.lbReInput.Location = New System.Drawing.Point(23, 12) Me.lbReInput.Name = "lbReInput" - Me.lbReInput.Size = New System.Drawing.Size(168, 62) + Me.lbReInput.Size = New System.Drawing.Size(207, 78) Me.lbReInput.TabIndex = 0 Me.lbReInput.Text = "입고일" ' @@ -1607,19 +1810,21 @@ Partial Class MainForm ' Me.pnReSerial.Controls.Add(Me.txbReSerial) Me.pnReSerial.Controls.Add(Me.lbReSerial) - Me.pnReSerial.Location = New System.Drawing.Point(625, 55) + Me.pnReSerial.Location = New System.Drawing.Point(714, 69) + Me.pnReSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReSerial.Name = "pnReSerial" - Me.pnReSerial.Size = New System.Drawing.Size(580, 75) + Me.pnReSerial.Size = New System.Drawing.Size(663, 94) Me.pnReSerial.TabIndex = 6 ' 'txbReSerial ' Me.txbReSerial.BackColor = System.Drawing.SystemColors.Window Me.txbReSerial.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReSerial.Location = New System.Drawing.Point(220, 5) + Me.txbReSerial.Location = New System.Drawing.Point(251, 6) + Me.txbReSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReSerial.Name = "txbReSerial" Me.txbReSerial.ReadOnly = True - Me.txbReSerial.Size = New System.Drawing.Size(350, 70) + Me.txbReSerial.Size = New System.Drawing.Size(399, 85) Me.txbReSerial.TabIndex = 1 Me.txbReSerial.Text = "180" Me.txbReSerial.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1628,9 +1833,9 @@ Partial Class MainForm ' Me.lbReSerial.AutoSize = True Me.lbReSerial.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReSerial.Location = New System.Drawing.Point(20, 10) + Me.lbReSerial.Location = New System.Drawing.Point(23, 12) Me.lbReSerial.Name = "lbReSerial" - Me.lbReSerial.Size = New System.Drawing.Size(168, 56) + Me.lbReSerial.Size = New System.Drawing.Size(209, 70) Me.lbReSerial.TabIndex = 0 Me.lbReSerial.Text = "TD번호" ' @@ -1638,19 +1843,21 @@ Partial Class MainForm ' Me.pnReCValue.Controls.Add(Me.txbReCValue) Me.pnReCValue.Controls.Add(Me.lbReCValue) - Me.pnReCValue.Location = New System.Drawing.Point(35, 150) + Me.pnReCValue.Location = New System.Drawing.Point(40, 188) + Me.pnReCValue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReCValue.Name = "pnReCValue" - Me.pnReCValue.Size = New System.Drawing.Size(580, 75) + Me.pnReCValue.Size = New System.Drawing.Size(663, 94) Me.pnReCValue.TabIndex = 5 ' 'txbReCValue ' Me.txbReCValue.BackColor = System.Drawing.SystemColors.Window Me.txbReCValue.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReCValue.Location = New System.Drawing.Point(220, 5) + Me.txbReCValue.Location = New System.Drawing.Point(251, 6) + Me.txbReCValue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReCValue.Name = "txbReCValue" Me.txbReCValue.ReadOnly = True - Me.txbReCValue.Size = New System.Drawing.Size(350, 70) + Me.txbReCValue.Size = New System.Drawing.Size(399, 85) Me.txbReCValue.TabIndex = 1 Me.txbReCValue.Text = "180" Me.txbReCValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1659,9 +1866,9 @@ Partial Class MainForm ' Me.lbReCValue.AutoSize = True Me.lbReCValue.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReCValue.Location = New System.Drawing.Point(81, 10) + Me.lbReCValue.Location = New System.Drawing.Point(93, 12) Me.lbReCValue.Name = "lbReCValue" - Me.lbReCValue.Size = New System.Drawing.Size(107, 62) + Me.lbReCValue.Size = New System.Drawing.Size(132, 78) Me.lbReCValue.TabIndex = 0 Me.lbReCValue.Text = "C값" ' @@ -1669,19 +1876,21 @@ Partial Class MainForm ' Me.pnReOrder.Controls.Add(Me.txbReOrder) Me.pnReOrder.Controls.Add(Me.lbReOrder) - Me.pnReOrder.Location = New System.Drawing.Point(35, 435) + Me.pnReOrder.Location = New System.Drawing.Point(40, 544) + Me.pnReOrder.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReOrder.Name = "pnReOrder" - Me.pnReOrder.Size = New System.Drawing.Size(1170, 75) + Me.pnReOrder.Size = New System.Drawing.Size(1337, 94) Me.pnReOrder.TabIndex = 4 ' 'txbReOrder ' Me.txbReOrder.BackColor = System.Drawing.SystemColors.Window Me.txbReOrder.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReOrder.Location = New System.Drawing.Point(220, 5) + Me.txbReOrder.Location = New System.Drawing.Point(251, 6) + Me.txbReOrder.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReOrder.Name = "txbReOrder" Me.txbReOrder.ReadOnly = True - Me.txbReOrder.Size = New System.Drawing.Size(940, 70) + Me.txbReOrder.Size = New System.Drawing.Size(1074, 85) Me.txbReOrder.TabIndex = 1 Me.txbReOrder.Text = "HIFU 측정 완료" Me.txbReOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1690,9 +1899,9 @@ Partial Class MainForm ' Me.lbReOrder.AutoSize = True Me.lbReOrder.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReOrder.Location = New System.Drawing.Point(3, 10) + Me.lbReOrder.Location = New System.Drawing.Point(3, 12) Me.lbReOrder.Name = "lbReOrder" - Me.lbReOrder.Size = New System.Drawing.Size(215, 62) + Me.lbReOrder.Size = New System.Drawing.Size(265, 78) Me.lbReOrder.TabIndex = 0 Me.lbReOrder.Text = "공정순서" ' @@ -1700,19 +1909,21 @@ Partial Class MainForm ' Me.pnRePower.Controls.Add(Me.txbRePower) Me.pnRePower.Controls.Add(Me.lbRePower) - Me.pnRePower.Location = New System.Drawing.Point(35, 245) + Me.pnRePower.Location = New System.Drawing.Point(40, 306) + Me.pnRePower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRePower.Name = "pnRePower" - Me.pnRePower.Size = New System.Drawing.Size(580, 75) + Me.pnRePower.Size = New System.Drawing.Size(663, 94) Me.pnRePower.TabIndex = 3 ' 'txbRePower ' Me.txbRePower.BackColor = System.Drawing.SystemColors.Window Me.txbRePower.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbRePower.Location = New System.Drawing.Point(220, 5) + Me.txbRePower.Location = New System.Drawing.Point(251, 6) + Me.txbRePower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRePower.Name = "txbRePower" Me.txbRePower.ReadOnly = True - Me.txbRePower.Size = New System.Drawing.Size(350, 70) + Me.txbRePower.Size = New System.Drawing.Size(399, 85) Me.txbRePower.TabIndex = 1 Me.txbRePower.Text = "-0.06" Me.txbRePower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1721,9 +1932,9 @@ Partial Class MainForm ' Me.lbRePower.AutoSize = True Me.lbRePower.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbRePower.Location = New System.Drawing.Point(67, 10) + Me.lbRePower.Location = New System.Drawing.Point(77, 12) Me.lbRePower.Name = "lbRePower" - Me.lbRePower.Size = New System.Drawing.Size(121, 62) + Me.lbRePower.Size = New System.Drawing.Size(149, 78) Me.lbRePower.TabIndex = 0 Me.lbRePower.Text = "파워" ' @@ -1731,19 +1942,21 @@ Partial Class MainForm ' Me.pnReMotor.Controls.Add(Me.txbReMotor) Me.pnReMotor.Controls.Add(Me.lbReMotor) - Me.pnReMotor.Location = New System.Drawing.Point(625, 245) + Me.pnReMotor.Location = New System.Drawing.Point(714, 306) + Me.pnReMotor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReMotor.Name = "pnReMotor" - Me.pnReMotor.Size = New System.Drawing.Size(580, 75) + Me.pnReMotor.Size = New System.Drawing.Size(663, 94) Me.pnReMotor.TabIndex = 2 ' 'txbReMotor ' Me.txbReMotor.BackColor = System.Drawing.SystemColors.Window Me.txbReMotor.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReMotor.Location = New System.Drawing.Point(220, 5) + Me.txbReMotor.Location = New System.Drawing.Point(251, 6) + Me.txbReMotor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReMotor.Name = "txbReMotor" Me.txbReMotor.ReadOnly = True - Me.txbReMotor.Size = New System.Drawing.Size(350, 70) + Me.txbReMotor.Size = New System.Drawing.Size(399, 85) Me.txbReMotor.TabIndex = 1 Me.txbReMotor.Text = "-5" Me.txbReMotor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1752,9 +1965,9 @@ Partial Class MainForm ' Me.lbReMotor.AutoSize = True Me.lbReMotor.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReMotor.Location = New System.Drawing.Point(67, 10) + Me.lbReMotor.Location = New System.Drawing.Point(77, 12) Me.lbReMotor.Name = "lbReMotor" - Me.lbReMotor.Size = New System.Drawing.Size(121, 62) + Me.lbReMotor.Size = New System.Drawing.Size(149, 78) Me.lbReMotor.TabIndex = 0 Me.lbReMotor.Text = "모터" ' @@ -1762,19 +1975,21 @@ Partial Class MainForm ' Me.pnReFreq.Controls.Add(Me.txbReFreq) Me.pnReFreq.Controls.Add(Me.lbReFreq) - Me.pnReFreq.Location = New System.Drawing.Point(35, 55) + Me.pnReFreq.Location = New System.Drawing.Point(40, 69) + Me.pnReFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReFreq.Name = "pnReFreq" - Me.pnReFreq.Size = New System.Drawing.Size(580, 75) + Me.pnReFreq.Size = New System.Drawing.Size(663, 94) Me.pnReFreq.TabIndex = 1 ' 'txbReFreq ' Me.txbReFreq.BackColor = System.Drawing.SystemColors.Window Me.txbReFreq.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReFreq.Location = New System.Drawing.Point(220, 5) + Me.txbReFreq.Location = New System.Drawing.Point(251, 6) + Me.txbReFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReFreq.Name = "txbReFreq" Me.txbReFreq.ReadOnly = True - Me.txbReFreq.Size = New System.Drawing.Size(350, 70) + Me.txbReFreq.Size = New System.Drawing.Size(399, 85) Me.txbReFreq.TabIndex = 1 Me.txbReFreq.Text = "7200" Me.txbReFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1783,9 +1998,9 @@ Partial Class MainForm ' Me.lbReFreq.AutoSize = True Me.lbReFreq.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReFreq.Location = New System.Drawing.Point(30, 10) + Me.lbReFreq.Location = New System.Drawing.Point(34, 12) Me.lbReFreq.Name = "lbReFreq" - Me.lbReFreq.Size = New System.Drawing.Size(168, 62) + Me.lbReFreq.Size = New System.Drawing.Size(207, 78) Me.lbReFreq.TabIndex = 0 Me.lbReFreq.Text = "주파수" ' @@ -1793,19 +2008,21 @@ Partial Class MainForm ' Me.pnReGrade.Controls.Add(Me.txbReGrade) Me.pnReGrade.Controls.Add(Me.lbReGrade) - Me.pnReGrade.Location = New System.Drawing.Point(625, 150) + Me.pnReGrade.Location = New System.Drawing.Point(714, 188) + Me.pnReGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnReGrade.Name = "pnReGrade" - Me.pnReGrade.Size = New System.Drawing.Size(580, 75) + Me.pnReGrade.Size = New System.Drawing.Size(663, 94) Me.pnReGrade.TabIndex = 0 ' 'txbReGrade ' Me.txbReGrade.BackColor = System.Drawing.SystemColors.Window Me.txbReGrade.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbReGrade.Location = New System.Drawing.Point(220, 5) + Me.txbReGrade.Location = New System.Drawing.Point(251, 6) + Me.txbReGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbReGrade.Name = "txbReGrade" Me.txbReGrade.ReadOnly = True - Me.txbReGrade.Size = New System.Drawing.Size(350, 70) + Me.txbReGrade.Size = New System.Drawing.Size(399, 85) Me.txbReGrade.TabIndex = 1 Me.txbReGrade.Text = "PRO" Me.txbReGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -1814,18 +2031,19 @@ Partial Class MainForm ' Me.lbReGrade.AutoSize = True Me.lbReGrade.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbReGrade.Location = New System.Drawing.Point(67, 10) + Me.lbReGrade.Location = New System.Drawing.Point(77, 12) Me.lbReGrade.Name = "lbReGrade" - Me.lbReGrade.Size = New System.Drawing.Size(121, 62) + Me.lbReGrade.Size = New System.Drawing.Size(149, 78) Me.lbReGrade.TabIndex = 0 Me.lbReGrade.Text = "등급" ' 'btnReDel ' Me.btnReDel.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnReDel.Location = New System.Drawing.Point(1400, 600) + Me.btnReDel.Location = New System.Drawing.Point(1600, 750) + Me.btnReDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnReDel.Name = "btnReDel" - Me.btnReDel.Size = New System.Drawing.Size(500, 120) + Me.btnReDel.Size = New System.Drawing.Size(571, 150) Me.btnReDel.TabIndex = 124 Me.btnReDel.Text = "삭 제" Me.btnReDel.UseVisualStyleBackColor = True @@ -1838,9 +2056,10 @@ Partial Class MainForm ' Me.ckbDBServer.AutoSize = True Me.ckbDBServer.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbDBServer.Location = New System.Drawing.Point(19, 30) + Me.ckbDBServer.Location = New System.Drawing.Point(22, 38) + Me.ckbDBServer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbDBServer.Name = "ckbDBServer" - Me.ckbDBServer.Size = New System.Drawing.Size(159, 36) + Me.ckbDBServer.Size = New System.Drawing.Size(195, 43) Me.ckbDBServer.TabIndex = 1 Me.ckbDBServer.Text = "TestServer" Me.ckbDBServer.UseVisualStyleBackColor = True @@ -1866,9 +2085,10 @@ Partial Class MainForm Me.pnOption.Controls.Add(Me.gbOpCompany) Me.pnOption.Controls.Add(Me.dgvDataSet) Me.pnOption.Controls.Add(Me.gbDBServer) - 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, 1020) + Me.pnOption.Size = New System.Drawing.Size(2194, 1275) Me.pnOption.TabIndex = 1 ' 'gbManager @@ -1877,9 +2097,11 @@ Partial Class MainForm Me.gbManager.Controls.Add(Me.ckbManager) Me.gbManager.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbManager.ForeColor = System.Drawing.Color.Black - Me.gbManager.Location = New System.Drawing.Point(755, 5) + Me.gbManager.Location = New System.Drawing.Point(863, 6) + Me.gbManager.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbManager.Name = "gbManager" - Me.gbManager.Size = New System.Drawing.Size(193, 80) + Me.gbManager.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbManager.Size = New System.Drawing.Size(221, 100) Me.gbManager.TabIndex = 130 Me.gbManager.TabStop = False Me.gbManager.Text = "관리자모드" @@ -1888,9 +2110,10 @@ Partial Class MainForm ' Me.ckbManager.AutoSize = True Me.ckbManager.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbManager.Location = New System.Drawing.Point(29, 30) + Me.ckbManager.Location = New System.Drawing.Point(33, 38) + Me.ckbManager.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbManager.Name = "ckbManager" - Me.ckbManager.Size = New System.Drawing.Size(148, 36) + Me.ckbManager.Size = New System.Drawing.Size(184, 43) Me.ckbManager.TabIndex = 1 Me.ckbManager.Text = "관리자모드" Me.ckbManager.UseVisualStyleBackColor = True @@ -1901,9 +2124,11 @@ Partial Class MainForm Me.gbOpAlto.Controls.Add(Me.ckbOpAlto) Me.gbOpAlto.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbOpAlto.ForeColor = System.Drawing.Color.Black - Me.gbOpAlto.Location = New System.Drawing.Point(556, 5) + Me.gbOpAlto.Location = New System.Drawing.Point(635, 6) + Me.gbOpAlto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOpAlto.Name = "gbOpAlto" - Me.gbOpAlto.Size = New System.Drawing.Size(193, 80) + Me.gbOpAlto.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOpAlto.Size = New System.Drawing.Size(221, 100) Me.gbOpAlto.TabIndex = 129 Me.gbOpAlto.TabStop = False Me.gbOpAlto.Text = "Serial 생성여부" @@ -1912,9 +2137,10 @@ Partial Class MainForm ' Me.ckbOpAlto.AutoSize = True Me.ckbOpAlto.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.ckbOpAlto.Location = New System.Drawing.Point(10, 31) + Me.ckbOpAlto.Location = New System.Drawing.Point(11, 39) + Me.ckbOpAlto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbOpAlto.Name = "ckbOpAlto" - Me.ckbOpAlto.Size = New System.Drawing.Size(179, 36) + Me.ckbOpAlto.Size = New System.Drawing.Size(223, 43) Me.ckbOpAlto.TabIndex = 1 Me.ckbOpAlto.Text = "Alto 임의진행" Me.ckbOpAlto.UseVisualStyleBackColor = True @@ -1927,9 +2153,11 @@ Partial Class MainForm Me.gbPrintUse.Controls.Add(Me.gbPrintEach) Me.gbPrintUse.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbPrintUse.ForeColor = System.Drawing.Color.Black - Me.gbPrintUse.Location = New System.Drawing.Point(1150, 5) + Me.gbPrintUse.Location = New System.Drawing.Point(1314, 6) + Me.gbPrintUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintUse.Name = "gbPrintUse" - Me.gbPrintUse.Size = New System.Drawing.Size(760, 80) + Me.gbPrintUse.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPrintUse.Size = New System.Drawing.Size(869, 100) Me.gbPrintUse.TabIndex = 127 Me.gbPrintUse.TabStop = False Me.gbPrintUse.Text = "프린터 사용 설정" @@ -1938,9 +2166,10 @@ Partial Class MainForm ' Me.rdbEachPnt.AutoSize = True Me.rdbEachPnt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbEachPnt.Location = New System.Drawing.Point(205, 35) + Me.rdbEachPnt.Location = New System.Drawing.Point(234, 44) + Me.rdbEachPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbEachPnt.Name = "rdbEachPnt" - Me.rdbEachPnt.Size = New System.Drawing.Size(116, 31) + Me.rdbEachPnt.Size = New System.Drawing.Size(148, 39) Me.rdbEachPnt.TabIndex = 5 Me.rdbEachPnt.Text = "개별 인쇄" Me.rdbEachPnt.UseVisualStyleBackColor = True @@ -1950,9 +2179,10 @@ Partial Class MainForm Me.rdbAllPnt.AutoSize = True Me.rdbAllPnt.Checked = True Me.rdbAllPnt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.rdbAllPnt.Location = New System.Drawing.Point(50, 35) + Me.rdbAllPnt.Location = New System.Drawing.Point(57, 44) + Me.rdbAllPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbAllPnt.Name = "rdbAllPnt" - Me.rdbAllPnt.Size = New System.Drawing.Size(116, 31) + Me.rdbAllPnt.Size = New System.Drawing.Size(148, 39) Me.rdbAllPnt.TabIndex = 4 Me.rdbAllPnt.TabStop = True Me.rdbAllPnt.Text = "전체 인쇄" @@ -1964,9 +2194,11 @@ Partial Class MainForm Me.gbPrintEach.Controls.Add(Me.ckbWarPnt) Me.gbPrintEach.Controls.Add(Me.ckbBoxPnt) Me.gbPrintEach.Enabled = False - Me.gbPrintEach.Location = New System.Drawing.Point(370, 0) + Me.gbPrintEach.Location = New System.Drawing.Point(423, 0) + Me.gbPrintEach.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintEach.Name = "gbPrintEach" - Me.gbPrintEach.Size = New System.Drawing.Size(392, 80) + Me.gbPrintEach.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPrintEach.Size = New System.Drawing.Size(448, 100) Me.gbPrintEach.TabIndex = 3 Me.gbPrintEach.TabStop = False Me.gbPrintEach.Text = "개별 설정" @@ -1976,9 +2208,10 @@ Partial Class MainForm Me.ckbProdPnt.AutoSize = True Me.ckbProdPnt.Checked = True Me.ckbProdPnt.CheckState = System.Windows.Forms.CheckState.Checked - Me.ckbProdPnt.Location = New System.Drawing.Point(279, 36) + Me.ckbProdPnt.Location = New System.Drawing.Point(319, 45) + Me.ckbProdPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbProdPnt.Name = "ckbProdPnt" - Me.ckbProdPnt.Size = New System.Drawing.Size(93, 25) + Me.ckbProdPnt.Size = New System.Drawing.Size(110, 30) Me.ckbProdPnt.TabIndex = 4 Me.ckbProdPnt.Text = "제품라벨" Me.ckbProdPnt.UseVisualStyleBackColor = True @@ -1988,9 +2221,10 @@ Partial Class MainForm Me.ckbWarPnt.AutoSize = True Me.ckbWarPnt.Checked = True Me.ckbWarPnt.CheckState = System.Windows.Forms.CheckState.Checked - Me.ckbWarPnt.Location = New System.Drawing.Point(150, 36) + Me.ckbWarPnt.Location = New System.Drawing.Point(171, 45) + Me.ckbWarPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbWarPnt.Name = "ckbWarPnt" - Me.ckbWarPnt.Size = New System.Drawing.Size(109, 25) + Me.ckbWarPnt.Size = New System.Drawing.Size(129, 30) Me.ckbWarPnt.TabIndex = 3 Me.ckbWarPnt.Text = "워런티카드" Me.ckbWarPnt.UseVisualStyleBackColor = True @@ -2000,9 +2234,10 @@ Partial Class MainForm Me.ckbBoxPnt.AutoSize = True Me.ckbBoxPnt.Checked = True Me.ckbBoxPnt.CheckState = System.Windows.Forms.CheckState.Checked - Me.ckbBoxPnt.Location = New System.Drawing.Point(22, 37) + Me.ckbBoxPnt.Location = New System.Drawing.Point(25, 46) + Me.ckbBoxPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbBoxPnt.Name = "ckbBoxPnt" - Me.ckbBoxPnt.Size = New System.Drawing.Size(109, 25) + Me.ckbBoxPnt.Size = New System.Drawing.Size(129, 30) Me.ckbBoxPnt.TabIndex = 2 Me.ckbBoxPnt.Text = "박스바코드" Me.ckbBoxPnt.UseVisualStyleBackColor = True @@ -2016,9 +2251,11 @@ Partial Class MainForm Me.GroupBox1.Controls.Add(Me.btnPtRefresh) Me.GroupBox1.Controls.Add(Me.dgvPrinter) Me.GroupBox1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox1.Location = New System.Drawing.Point(1151, 83) + Me.GroupBox1.Location = New System.Drawing.Point(1315, 104) + Me.GroupBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(760, 764) + Me.GroupBox1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox1.Size = New System.Drawing.Size(869, 955) Me.GroupBox1.TabIndex = 71 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "프린터 설정" @@ -2029,9 +2266,11 @@ Partial Class MainForm Me.gbPrintDefault.Controls.Add(Me.pnTray) Me.gbPrintDefault.Controls.Add(Me.pnPtCount) Me.gbPrintDefault.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPrintDefault.Location = New System.Drawing.Point(6, 470) + Me.gbPrintDefault.Location = New System.Drawing.Point(7, 588) + Me.gbPrintDefault.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintDefault.Name = "gbPrintDefault" - Me.gbPrintDefault.Size = New System.Drawing.Size(245, 285) + Me.gbPrintDefault.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPrintDefault.Size = New System.Drawing.Size(280, 356) Me.gbPrintDefault.TabIndex = 10 Me.gbPrintDefault.TabStop = False Me.gbPrintDefault.Text = "기본 옵션" @@ -2041,19 +2280,21 @@ Partial Class MainForm Me.pnSerialCheck.Controls.Add(Me.nudSerialCheck) Me.pnSerialCheck.Controls.Add(Me.lbSerialCheck) Me.pnSerialCheck.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnSerialCheck.Location = New System.Drawing.Point(6, 130) + Me.pnSerialCheck.Location = New System.Drawing.Point(7, 162) + Me.pnSerialCheck.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnSerialCheck.Name = "pnSerialCheck" - Me.pnSerialCheck.Size = New System.Drawing.Size(233, 45) + Me.pnSerialCheck.Size = New System.Drawing.Size(266, 56) Me.pnSerialCheck.TabIndex = 11 Me.pnSerialCheck.Visible = False ' 'nudSerialCheck ' - Me.nudSerialCheck.Location = New System.Drawing.Point(106, 7) + Me.nudSerialCheck.Location = New System.Drawing.Point(121, 9) + Me.nudSerialCheck.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudSerialCheck.Maximum = New Decimal(New Integer() {20, 0, 0, 0}) Me.nudSerialCheck.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudSerialCheck.Name = "nudSerialCheck" - Me.nudSerialCheck.Size = New System.Drawing.Size(113, 32) + Me.nudSerialCheck.Size = New System.Drawing.Size(129, 38) Me.nudSerialCheck.TabIndex = 1 Me.nudSerialCheck.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudSerialCheck.Value = New Decimal(New Integer() {12, 0, 0, 0}) @@ -2061,9 +2302,9 @@ Partial Class MainForm 'lbSerialCheck ' Me.lbSerialCheck.AutoSize = True - Me.lbSerialCheck.Location = New System.Drawing.Point(6, 10) + Me.lbSerialCheck.Location = New System.Drawing.Point(7, 12) Me.lbSerialCheck.Name = "lbSerialCheck" - Me.lbSerialCheck.Size = New System.Drawing.Size(104, 24) + Me.lbSerialCheck.Size = New System.Drawing.Size(134, 32) Me.lbSerialCheck.TabIndex = 0 Me.lbSerialCheck.Text = "Serial 확인" ' @@ -2072,18 +2313,20 @@ Partial Class MainForm Me.pnTray.Controls.Add(Me.nudTray) Me.pnTray.Controls.Add(Me.lbTray) Me.pnTray.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnTray.Location = New System.Drawing.Point(6, 80) + Me.pnTray.Location = New System.Drawing.Point(7, 100) + Me.pnTray.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnTray.Name = "pnTray" - Me.pnTray.Size = New System.Drawing.Size(233, 45) + Me.pnTray.Size = New System.Drawing.Size(266, 56) Me.pnTray.TabIndex = 10 ' 'nudTray ' - Me.nudTray.Location = New System.Drawing.Point(106, 7) + Me.nudTray.Location = New System.Drawing.Point(121, 9) + Me.nudTray.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudTray.Maximum = New Decimal(New Integer() {12, 0, 0, 0}) Me.nudTray.Minimum = New Decimal(New Integer() {5, 0, 0, 0}) Me.nudTray.Name = "nudTray" - Me.nudTray.Size = New System.Drawing.Size(113, 32) + Me.nudTray.Size = New System.Drawing.Size(129, 38) Me.nudTray.TabIndex = 1 Me.nudTray.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudTray.Value = New Decimal(New Integer() {12, 0, 0, 0}) @@ -2091,9 +2334,9 @@ Partial Class MainForm 'lbTray ' Me.lbTray.AutoSize = True - Me.lbTray.Location = New System.Drawing.Point(6, 10) + Me.lbTray.Location = New System.Drawing.Point(7, 12) Me.lbTray.Name = "lbTray" - Me.lbTray.Size = New System.Drawing.Size(94, 24) + Me.lbTray.Size = New System.Drawing.Size(119, 32) Me.lbTray.TabIndex = 0 Me.lbTray.Text = "Tray 수량" ' @@ -2102,18 +2345,20 @@ Partial Class MainForm Me.pnPtCount.Controls.Add(Me.nudPtCount) Me.pnPtCount.Controls.Add(Me.lbPtCount) Me.pnPtCount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.pnPtCount.Location = New System.Drawing.Point(6, 30) + Me.pnPtCount.Location = New System.Drawing.Point(7, 38) + Me.pnPtCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtCount.Name = "pnPtCount" - Me.pnPtCount.Size = New System.Drawing.Size(233, 45) + Me.pnPtCount.Size = New System.Drawing.Size(266, 56) Me.pnPtCount.TabIndex = 9 ' 'nudPtCount ' - Me.nudPtCount.Location = New System.Drawing.Point(106, 7) + Me.nudPtCount.Location = New System.Drawing.Point(121, 9) + Me.nudPtCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudPtCount.Maximum = New Decimal(New Integer() {3, 0, 0, 0}) Me.nudPtCount.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudPtCount.Name = "nudPtCount" - Me.nudPtCount.Size = New System.Drawing.Size(113, 32) + Me.nudPtCount.Size = New System.Drawing.Size(129, 38) Me.nudPtCount.TabIndex = 1 Me.nudPtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudPtCount.Value = New Decimal(New Integer() {1, 0, 0, 0}) @@ -2121,9 +2366,9 @@ Partial Class MainForm 'lbPtCount ' Me.lbPtCount.AutoSize = True - Me.lbPtCount.Location = New System.Drawing.Point(18, 10) + Me.lbPtCount.Location = New System.Drawing.Point(21, 12) Me.lbPtCount.Name = "lbPtCount" - Me.lbPtCount.Size = New System.Drawing.Size(82, 24) + Me.lbPtCount.Size = New System.Drawing.Size(106, 32) Me.lbPtCount.TabIndex = 0 Me.lbPtCount.Text = "인쇄매수" ' @@ -2137,9 +2382,11 @@ Partial Class MainForm Me.gbPtProd.Controls.Add(Me.btnPtProd_Ch1) Me.gbPtProd.Controls.Add(Me.pnPtProd_Name) Me.gbPtProd.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPtProd.Location = New System.Drawing.Point(260, 470) + Me.gbPtProd.Location = New System.Drawing.Point(297, 588) + Me.gbPtProd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPtProd.Name = "gbPtProd" - Me.gbPtProd.Size = New System.Drawing.Size(495, 285) + Me.gbPtProd.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPtProd.Size = New System.Drawing.Size(566, 356) Me.gbPtProd.TabIndex = 5 Me.gbPtProd.TabStop = False Me.gbPtProd.Text = "제품 라벨" @@ -2148,16 +2395,18 @@ Partial Class MainForm ' Me.pnPtProd_Date.Controls.Add(Me.txbPtProd_Date) Me.pnPtProd_Date.Controls.Add(Me.lbPtProd_Date) - Me.pnPtProd_Date.Location = New System.Drawing.Point(5, 230) + Me.pnPtProd_Date.Location = New System.Drawing.Point(6, 288) + Me.pnPtProd_Date.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtProd_Date.Name = "pnPtProd_Date" - Me.pnPtProd_Date.Size = New System.Drawing.Size(415, 45) + Me.pnPtProd_Date.Size = New System.Drawing.Size(474, 56) Me.pnPtProd_Date.TabIndex = 10 ' 'txbPtProd_Date ' - Me.txbPtProd_Date.Location = New System.Drawing.Point(121, 7) + Me.txbPtProd_Date.Location = New System.Drawing.Point(138, 9) + Me.txbPtProd_Date.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtProd_Date.Name = "txbPtProd_Date" - Me.txbPtProd_Date.Size = New System.Drawing.Size(285, 32) + Me.txbPtProd_Date.Size = New System.Drawing.Size(325, 38) Me.txbPtProd_Date.TabIndex = 1 Me.txbPtProd_Date.Text = "Brother PT-P900W" Me.txbPtProd_Date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2165,17 +2414,18 @@ Partial Class MainForm 'lbPtProd_Date ' Me.lbPtProd_Date.AutoSize = True - Me.lbPtProd_Date.Location = New System.Drawing.Point(33, 10) + Me.lbPtProd_Date.Location = New System.Drawing.Point(38, 12) Me.lbPtProd_Date.Name = "lbPtProd_Date" - Me.lbPtProd_Date.Size = New System.Drawing.Size(82, 24) + Me.lbPtProd_Date.Size = New System.Drawing.Size(106, 32) Me.lbPtProd_Date.TabIndex = 0 Me.lbPtProd_Date.Text = "제조일자" ' 'btnPtProd_Ch2 ' - Me.btnPtProd_Ch2.Location = New System.Drawing.Point(420, 80) + Me.btnPtProd_Ch2.Location = New System.Drawing.Point(480, 100) + Me.btnPtProd_Ch2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPtProd_Ch2.Name = "btnPtProd_Ch2" - Me.btnPtProd_Ch2.Size = New System.Drawing.Size(71, 45) + Me.btnPtProd_Ch2.Size = New System.Drawing.Size(81, 56) Me.btnPtProd_Ch2.TabIndex = 9 Me.btnPtProd_Ch2.Text = "변경" Me.btnPtProd_Ch2.UseVisualStyleBackColor = True @@ -2184,16 +2434,18 @@ Partial Class MainForm ' Me.pnPtProd_Val2.Controls.Add(Me.txbPtProd_Val2) Me.pnPtProd_Val2.Controls.Add(Me.lbPtProd_Val2) - Me.pnPtProd_Val2.Location = New System.Drawing.Point(5, 180) + Me.pnPtProd_Val2.Location = New System.Drawing.Point(6, 225) + Me.pnPtProd_Val2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtProd_Val2.Name = "pnPtProd_Val2" - Me.pnPtProd_Val2.Size = New System.Drawing.Size(415, 45) + Me.pnPtProd_Val2.Size = New System.Drawing.Size(474, 56) Me.pnPtProd_Val2.TabIndex = 8 ' 'txbPtProd_Val2 ' - Me.txbPtProd_Val2.Location = New System.Drawing.Point(121, 7) + Me.txbPtProd_Val2.Location = New System.Drawing.Point(138, 9) + Me.txbPtProd_Val2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtProd_Val2.Name = "txbPtProd_Val2" - Me.txbPtProd_Val2.Size = New System.Drawing.Size(285, 32) + Me.txbPtProd_Val2.Size = New System.Drawing.Size(325, 38) Me.txbPtProd_Val2.TabIndex = 1 Me.txbPtProd_Val2.Text = "Brother PT-P900W" Me.txbPtProd_Val2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2201,9 +2453,9 @@ Partial Class MainForm 'lbPtProd_Val2 ' Me.lbPtProd_Val2.AutoSize = True - Me.lbPtProd_Val2.Location = New System.Drawing.Point(15, 10) + Me.lbPtProd_Val2.Location = New System.Drawing.Point(17, 12) Me.lbPtProd_Val2.Name = "lbPtProd_Val2" - Me.lbPtProd_Val2.Size = New System.Drawing.Size(100, 24) + Me.lbPtProd_Val2.Size = New System.Drawing.Size(129, 32) Me.lbPtProd_Val2.TabIndex = 0 Me.lbPtProd_Val2.Text = "텍스트변수" ' @@ -2211,16 +2463,18 @@ Partial Class MainForm ' Me.pnPtProd_Val1.Controls.Add(Me.txbPtProd_Val1) Me.pnPtProd_Val1.Controls.Add(Me.lbPtProd_Val1) - Me.pnPtProd_Val1.Location = New System.Drawing.Point(5, 130) + Me.pnPtProd_Val1.Location = New System.Drawing.Point(6, 162) + Me.pnPtProd_Val1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtProd_Val1.Name = "pnPtProd_Val1" - Me.pnPtProd_Val1.Size = New System.Drawing.Size(415, 45) + Me.pnPtProd_Val1.Size = New System.Drawing.Size(474, 56) Me.pnPtProd_Val1.TabIndex = 7 ' 'txbPtProd_Val1 ' - Me.txbPtProd_Val1.Location = New System.Drawing.Point(121, 7) + Me.txbPtProd_Val1.Location = New System.Drawing.Point(138, 9) + Me.txbPtProd_Val1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtProd_Val1.Name = "txbPtProd_Val1" - Me.txbPtProd_Val1.Size = New System.Drawing.Size(285, 32) + Me.txbPtProd_Val1.Size = New System.Drawing.Size(325, 38) Me.txbPtProd_Val1.TabIndex = 1 Me.txbPtProd_Val1.Text = "Brother PT-P900W" Me.txbPtProd_Val1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2228,9 +2482,9 @@ Partial Class MainForm 'lbPtProd_Val1 ' Me.lbPtProd_Val1.AutoSize = True - Me.lbPtProd_Val1.Location = New System.Drawing.Point(15, 10) + Me.lbPtProd_Val1.Location = New System.Drawing.Point(17, 12) Me.lbPtProd_Val1.Name = "lbPtProd_Val1" - Me.lbPtProd_Val1.Size = New System.Drawing.Size(100, 24) + Me.lbPtProd_Val1.Size = New System.Drawing.Size(129, 32) Me.lbPtProd_Val1.TabIndex = 0 Me.lbPtProd_Val1.Text = "바코드변수" ' @@ -2238,16 +2492,18 @@ Partial Class MainForm ' Me.pnPtProd_Label.Controls.Add(Me.txbPtProd_Label) Me.pnPtProd_Label.Controls.Add(Me.lbPtProd_Label) - Me.pnPtProd_Label.Location = New System.Drawing.Point(5, 80) + Me.pnPtProd_Label.Location = New System.Drawing.Point(6, 100) + Me.pnPtProd_Label.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtProd_Label.Name = "pnPtProd_Label" - Me.pnPtProd_Label.Size = New System.Drawing.Size(415, 45) + Me.pnPtProd_Label.Size = New System.Drawing.Size(474, 56) Me.pnPtProd_Label.TabIndex = 6 ' 'txbPtProd_Label ' - Me.txbPtProd_Label.Location = New System.Drawing.Point(121, 7) + Me.txbPtProd_Label.Location = New System.Drawing.Point(138, 9) + Me.txbPtProd_Label.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtProd_Label.Name = "txbPtProd_Label" - Me.txbPtProd_Label.Size = New System.Drawing.Size(285, 32) + Me.txbPtProd_Label.Size = New System.Drawing.Size(325, 38) Me.txbPtProd_Label.TabIndex = 1 Me.txbPtProd_Label.Text = "Brother PT-P900W" Me.txbPtProd_Label.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2255,17 +2511,18 @@ Partial Class MainForm 'lbPtProd_Label ' Me.lbPtProd_Label.AutoSize = True - Me.lbPtProd_Label.Location = New System.Drawing.Point(33, 10) + Me.lbPtProd_Label.Location = New System.Drawing.Point(38, 12) Me.lbPtProd_Label.Name = "lbPtProd_Label" - Me.lbPtProd_Label.Size = New System.Drawing.Size(82, 24) + Me.lbPtProd_Label.Size = New System.Drawing.Size(106, 32) Me.lbPtProd_Label.TabIndex = 0 Me.lbPtProd_Label.Text = "적용라벨" ' 'btnPtProd_Ch1 ' - Me.btnPtProd_Ch1.Location = New System.Drawing.Point(420, 29) + Me.btnPtProd_Ch1.Location = New System.Drawing.Point(480, 36) + Me.btnPtProd_Ch1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPtProd_Ch1.Name = "btnPtProd_Ch1" - Me.btnPtProd_Ch1.Size = New System.Drawing.Size(71, 45) + Me.btnPtProd_Ch1.Size = New System.Drawing.Size(81, 56) Me.btnPtProd_Ch1.TabIndex = 5 Me.btnPtProd_Ch1.Text = "변경" Me.btnPtProd_Ch1.UseVisualStyleBackColor = True @@ -2274,16 +2531,18 @@ Partial Class MainForm ' Me.pnPtProd_Name.Controls.Add(Me.txbPtProd_Name) Me.pnPtProd_Name.Controls.Add(Me.lbPtProd_Name) - Me.pnPtProd_Name.Location = New System.Drawing.Point(5, 30) + Me.pnPtProd_Name.Location = New System.Drawing.Point(6, 38) + Me.pnPtProd_Name.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtProd_Name.Name = "pnPtProd_Name" - Me.pnPtProd_Name.Size = New System.Drawing.Size(415, 45) + Me.pnPtProd_Name.Size = New System.Drawing.Size(474, 56) Me.pnPtProd_Name.TabIndex = 1 ' 'txbPtProd_Name ' - Me.txbPtProd_Name.Location = New System.Drawing.Point(121, 7) + Me.txbPtProd_Name.Location = New System.Drawing.Point(138, 9) + Me.txbPtProd_Name.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtProd_Name.Name = "txbPtProd_Name" - Me.txbPtProd_Name.Size = New System.Drawing.Size(285, 32) + Me.txbPtProd_Name.Size = New System.Drawing.Size(325, 38) Me.txbPtProd_Name.TabIndex = 1 Me.txbPtProd_Name.Text = "Brother PT-P900W" Me.txbPtProd_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2291,9 +2550,9 @@ Partial Class MainForm 'lbPtProd_Name ' Me.lbPtProd_Name.AutoSize = True - Me.lbPtProd_Name.Location = New System.Drawing.Point(34, 10) + Me.lbPtProd_Name.Location = New System.Drawing.Point(39, 12) Me.lbPtProd_Name.Name = "lbPtProd_Name" - Me.lbPtProd_Name.Size = New System.Drawing.Size(82, 24) + Me.lbPtProd_Name.Size = New System.Drawing.Size(106, 32) Me.lbPtProd_Name.TabIndex = 0 Me.lbPtProd_Name.Text = "프린터명" ' @@ -2305,18 +2564,21 @@ Partial Class MainForm Me.gbPtWar.Controls.Add(Me.btnPtWar_Ch1) Me.gbPtWar.Controls.Add(Me.pnPtWar_Name) Me.gbPtWar.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPtWar.Location = New System.Drawing.Point(257, 275) + Me.gbPtWar.Location = New System.Drawing.Point(294, 344) + Me.gbPtWar.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPtWar.Name = "gbPtWar" - Me.gbPtWar.Size = New System.Drawing.Size(495, 190) + Me.gbPtWar.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPtWar.Size = New System.Drawing.Size(566, 238) Me.gbPtWar.TabIndex = 4 Me.gbPtWar.TabStop = False Me.gbPtWar.Text = "워런티 카드" ' 'btnPtWar_Ch2 ' - Me.btnPtWar_Ch2.Location = New System.Drawing.Point(420, 80) + Me.btnPtWar_Ch2.Location = New System.Drawing.Point(480, 100) + Me.btnPtWar_Ch2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPtWar_Ch2.Name = "btnPtWar_Ch2" - Me.btnPtWar_Ch2.Size = New System.Drawing.Size(71, 45) + Me.btnPtWar_Ch2.Size = New System.Drawing.Size(81, 56) Me.btnPtWar_Ch2.TabIndex = 9 Me.btnPtWar_Ch2.Text = "변경" Me.btnPtWar_Ch2.UseVisualStyleBackColor = True @@ -2325,16 +2587,18 @@ Partial Class MainForm ' Me.pnPtWar_Val1.Controls.Add(Me.txbPtWar_Val1) Me.pnPtWar_Val1.Controls.Add(Me.lbPtWar_Val1) - Me.pnPtWar_Val1.Location = New System.Drawing.Point(6, 130) + Me.pnPtWar_Val1.Location = New System.Drawing.Point(7, 162) + Me.pnPtWar_Val1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtWar_Val1.Name = "pnPtWar_Val1" - Me.pnPtWar_Val1.Size = New System.Drawing.Size(415, 45) + Me.pnPtWar_Val1.Size = New System.Drawing.Size(474, 56) Me.pnPtWar_Val1.TabIndex = 7 ' 'txbPtWar_Val1 ' - Me.txbPtWar_Val1.Location = New System.Drawing.Point(121, 7) + Me.txbPtWar_Val1.Location = New System.Drawing.Point(138, 9) + Me.txbPtWar_Val1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtWar_Val1.Name = "txbPtWar_Val1" - Me.txbPtWar_Val1.Size = New System.Drawing.Size(285, 32) + Me.txbPtWar_Val1.Size = New System.Drawing.Size(325, 38) Me.txbPtWar_Val1.TabIndex = 1 Me.txbPtWar_Val1.Text = "Brother PT-P900W" Me.txbPtWar_Val1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2342,9 +2606,9 @@ Partial Class MainForm 'lbPtWar_Val1 ' Me.lbPtWar_Val1.AutoSize = True - Me.lbPtWar_Val1.Location = New System.Drawing.Point(15, 10) + Me.lbPtWar_Val1.Location = New System.Drawing.Point(17, 12) Me.lbPtWar_Val1.Name = "lbPtWar_Val1" - Me.lbPtWar_Val1.Size = New System.Drawing.Size(100, 24) + Me.lbPtWar_Val1.Size = New System.Drawing.Size(129, 32) Me.lbPtWar_Val1.TabIndex = 0 Me.lbPtWar_Val1.Text = "텍스트변수" ' @@ -2352,16 +2616,18 @@ Partial Class MainForm ' Me.pnPtWar_Label.Controls.Add(Me.txbPtWar_Label) Me.pnPtWar_Label.Controls.Add(Me.lbPtWar_Label) - Me.pnPtWar_Label.Location = New System.Drawing.Point(6, 80) + Me.pnPtWar_Label.Location = New System.Drawing.Point(7, 100) + Me.pnPtWar_Label.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtWar_Label.Name = "pnPtWar_Label" - Me.pnPtWar_Label.Size = New System.Drawing.Size(415, 45) + Me.pnPtWar_Label.Size = New System.Drawing.Size(474, 56) Me.pnPtWar_Label.TabIndex = 6 ' 'txbPtWar_Label ' - Me.txbPtWar_Label.Location = New System.Drawing.Point(121, 7) + Me.txbPtWar_Label.Location = New System.Drawing.Point(138, 9) + Me.txbPtWar_Label.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtWar_Label.Name = "txbPtWar_Label" - Me.txbPtWar_Label.Size = New System.Drawing.Size(285, 32) + Me.txbPtWar_Label.Size = New System.Drawing.Size(325, 38) Me.txbPtWar_Label.TabIndex = 1 Me.txbPtWar_Label.Text = "Brother PT-P900W" Me.txbPtWar_Label.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2369,17 +2635,18 @@ Partial Class MainForm 'lbPtWar_Label ' Me.lbPtWar_Label.AutoSize = True - Me.lbPtWar_Label.Location = New System.Drawing.Point(33, 10) + Me.lbPtWar_Label.Location = New System.Drawing.Point(38, 12) Me.lbPtWar_Label.Name = "lbPtWar_Label" - Me.lbPtWar_Label.Size = New System.Drawing.Size(82, 24) + Me.lbPtWar_Label.Size = New System.Drawing.Size(106, 32) Me.lbPtWar_Label.TabIndex = 0 Me.lbPtWar_Label.Text = "적용라벨" ' 'btnPtWar_Ch1 ' - Me.btnPtWar_Ch1.Location = New System.Drawing.Point(420, 29) + Me.btnPtWar_Ch1.Location = New System.Drawing.Point(480, 36) + Me.btnPtWar_Ch1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPtWar_Ch1.Name = "btnPtWar_Ch1" - Me.btnPtWar_Ch1.Size = New System.Drawing.Size(71, 45) + Me.btnPtWar_Ch1.Size = New System.Drawing.Size(81, 56) Me.btnPtWar_Ch1.TabIndex = 5 Me.btnPtWar_Ch1.Text = "변경" Me.btnPtWar_Ch1.UseVisualStyleBackColor = True @@ -2388,16 +2655,18 @@ Partial Class MainForm ' Me.pnPtWar_Name.Controls.Add(Me.txbPtWar_Name) Me.pnPtWar_Name.Controls.Add(Me.lbPtWar_Name) - Me.pnPtWar_Name.Location = New System.Drawing.Point(5, 30) + Me.pnPtWar_Name.Location = New System.Drawing.Point(6, 38) + Me.pnPtWar_Name.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtWar_Name.Name = "pnPtWar_Name" - Me.pnPtWar_Name.Size = New System.Drawing.Size(415, 45) + Me.pnPtWar_Name.Size = New System.Drawing.Size(474, 56) Me.pnPtWar_Name.TabIndex = 1 ' 'txbPtWar_Name ' - Me.txbPtWar_Name.Location = New System.Drawing.Point(121, 7) + Me.txbPtWar_Name.Location = New System.Drawing.Point(138, 9) + Me.txbPtWar_Name.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtWar_Name.Name = "txbPtWar_Name" - Me.txbPtWar_Name.Size = New System.Drawing.Size(285, 32) + Me.txbPtWar_Name.Size = New System.Drawing.Size(325, 38) Me.txbPtWar_Name.TabIndex = 1 Me.txbPtWar_Name.Text = "Brother PT-P900W" Me.txbPtWar_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2405,9 +2674,9 @@ Partial Class MainForm 'lbPtWar_Name ' Me.lbPtWar_Name.AutoSize = True - Me.lbPtWar_Name.Location = New System.Drawing.Point(34, 10) + Me.lbPtWar_Name.Location = New System.Drawing.Point(39, 12) Me.lbPtWar_Name.Name = "lbPtWar_Name" - Me.lbPtWar_Name.Size = New System.Drawing.Size(82, 24) + Me.lbPtWar_Name.Size = New System.Drawing.Size(106, 32) Me.lbPtWar_Name.TabIndex = 0 Me.lbPtWar_Name.Text = "프린터명" ' @@ -2420,18 +2689,21 @@ Partial Class MainForm Me.gbPtBox.Controls.Add(Me.btnPtBox_Ch1) Me.gbPtBox.Controls.Add(Me.pnPtBox_Name) Me.gbPtBox.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbPtBox.Location = New System.Drawing.Point(257, 35) + Me.gbPtBox.Location = New System.Drawing.Point(294, 44) + Me.gbPtBox.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPtBox.Name = "gbPtBox" - Me.gbPtBox.Size = New System.Drawing.Size(495, 235) + Me.gbPtBox.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbPtBox.Size = New System.Drawing.Size(566, 294) Me.gbPtBox.TabIndex = 3 Me.gbPtBox.TabStop = False Me.gbPtBox.Text = "박스 바코드" ' 'btnPtBox_Ch2 ' - Me.btnPtBox_Ch2.Location = New System.Drawing.Point(420, 80) + Me.btnPtBox_Ch2.Location = New System.Drawing.Point(480, 100) + Me.btnPtBox_Ch2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPtBox_Ch2.Name = "btnPtBox_Ch2" - Me.btnPtBox_Ch2.Size = New System.Drawing.Size(71, 45) + Me.btnPtBox_Ch2.Size = New System.Drawing.Size(81, 56) Me.btnPtBox_Ch2.TabIndex = 9 Me.btnPtBox_Ch2.Text = "변경" Me.btnPtBox_Ch2.UseVisualStyleBackColor = True @@ -2440,16 +2712,18 @@ Partial Class MainForm ' Me.pnPtBox_Val2.Controls.Add(Me.txbPtBox_Val2) Me.pnPtBox_Val2.Controls.Add(Me.lbPtBox_Val2) - Me.pnPtBox_Val2.Location = New System.Drawing.Point(6, 180) + Me.pnPtBox_Val2.Location = New System.Drawing.Point(7, 225) + Me.pnPtBox_Val2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtBox_Val2.Name = "pnPtBox_Val2" - Me.pnPtBox_Val2.Size = New System.Drawing.Size(415, 45) + Me.pnPtBox_Val2.Size = New System.Drawing.Size(474, 56) Me.pnPtBox_Val2.TabIndex = 8 ' 'txbPtBox_Val2 ' - Me.txbPtBox_Val2.Location = New System.Drawing.Point(121, 7) + Me.txbPtBox_Val2.Location = New System.Drawing.Point(138, 9) + Me.txbPtBox_Val2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtBox_Val2.Name = "txbPtBox_Val2" - Me.txbPtBox_Val2.Size = New System.Drawing.Size(285, 32) + Me.txbPtBox_Val2.Size = New System.Drawing.Size(325, 38) Me.txbPtBox_Val2.TabIndex = 1 Me.txbPtBox_Val2.Text = "Brother PT-P900W" Me.txbPtBox_Val2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2457,9 +2731,9 @@ Partial Class MainForm 'lbPtBox_Val2 ' Me.lbPtBox_Val2.AutoSize = True - Me.lbPtBox_Val2.Location = New System.Drawing.Point(15, 10) + Me.lbPtBox_Val2.Location = New System.Drawing.Point(17, 12) Me.lbPtBox_Val2.Name = "lbPtBox_Val2" - Me.lbPtBox_Val2.Size = New System.Drawing.Size(100, 24) + Me.lbPtBox_Val2.Size = New System.Drawing.Size(129, 32) Me.lbPtBox_Val2.TabIndex = 0 Me.lbPtBox_Val2.Text = "텍스트변수" ' @@ -2467,16 +2741,18 @@ Partial Class MainForm ' Me.pnPtBox_Val1.Controls.Add(Me.txbPtBox_Val1) Me.pnPtBox_Val1.Controls.Add(Me.lbPtBox_Val1) - Me.pnPtBox_Val1.Location = New System.Drawing.Point(6, 130) + Me.pnPtBox_Val1.Location = New System.Drawing.Point(7, 162) + Me.pnPtBox_Val1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtBox_Val1.Name = "pnPtBox_Val1" - Me.pnPtBox_Val1.Size = New System.Drawing.Size(415, 45) + Me.pnPtBox_Val1.Size = New System.Drawing.Size(474, 56) Me.pnPtBox_Val1.TabIndex = 7 ' 'txbPtBox_Val1 ' - Me.txbPtBox_Val1.Location = New System.Drawing.Point(121, 7) + Me.txbPtBox_Val1.Location = New System.Drawing.Point(138, 9) + Me.txbPtBox_Val1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtBox_Val1.Name = "txbPtBox_Val1" - Me.txbPtBox_Val1.Size = New System.Drawing.Size(285, 32) + Me.txbPtBox_Val1.Size = New System.Drawing.Size(325, 38) Me.txbPtBox_Val1.TabIndex = 1 Me.txbPtBox_Val1.Text = "Brother PT-P900W" Me.txbPtBox_Val1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2484,9 +2760,9 @@ Partial Class MainForm 'lbPtBox_Val1 ' Me.lbPtBox_Val1.AutoSize = True - Me.lbPtBox_Val1.Location = New System.Drawing.Point(15, 10) + Me.lbPtBox_Val1.Location = New System.Drawing.Point(17, 12) Me.lbPtBox_Val1.Name = "lbPtBox_Val1" - Me.lbPtBox_Val1.Size = New System.Drawing.Size(100, 24) + Me.lbPtBox_Val1.Size = New System.Drawing.Size(129, 32) Me.lbPtBox_Val1.TabIndex = 0 Me.lbPtBox_Val1.Text = "바코드변수" ' @@ -2494,16 +2770,18 @@ Partial Class MainForm ' Me.pnPtBox_Label.Controls.Add(Me.txbPtBox_Label) Me.pnPtBox_Label.Controls.Add(Me.lbPtBox_Label) - Me.pnPtBox_Label.Location = New System.Drawing.Point(6, 80) + Me.pnPtBox_Label.Location = New System.Drawing.Point(7, 100) + Me.pnPtBox_Label.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtBox_Label.Name = "pnPtBox_Label" - Me.pnPtBox_Label.Size = New System.Drawing.Size(415, 45) + Me.pnPtBox_Label.Size = New System.Drawing.Size(474, 56) Me.pnPtBox_Label.TabIndex = 6 ' 'txbPtBox_Label ' - Me.txbPtBox_Label.Location = New System.Drawing.Point(121, 7) + Me.txbPtBox_Label.Location = New System.Drawing.Point(138, 9) + Me.txbPtBox_Label.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtBox_Label.Name = "txbPtBox_Label" - Me.txbPtBox_Label.Size = New System.Drawing.Size(285, 32) + Me.txbPtBox_Label.Size = New System.Drawing.Size(325, 38) Me.txbPtBox_Label.TabIndex = 1 Me.txbPtBox_Label.Text = "Brother PT-P900W" Me.txbPtBox_Label.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2511,17 +2789,18 @@ Partial Class MainForm 'lbPtBox_Label ' Me.lbPtBox_Label.AutoSize = True - Me.lbPtBox_Label.Location = New System.Drawing.Point(33, 10) + Me.lbPtBox_Label.Location = New System.Drawing.Point(38, 12) Me.lbPtBox_Label.Name = "lbPtBox_Label" - Me.lbPtBox_Label.Size = New System.Drawing.Size(82, 24) + Me.lbPtBox_Label.Size = New System.Drawing.Size(106, 32) Me.lbPtBox_Label.TabIndex = 0 Me.lbPtBox_Label.Text = "적용라벨" ' 'btnPtBox_Ch1 ' - Me.btnPtBox_Ch1.Location = New System.Drawing.Point(420, 29) + Me.btnPtBox_Ch1.Location = New System.Drawing.Point(480, 36) + Me.btnPtBox_Ch1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPtBox_Ch1.Name = "btnPtBox_Ch1" - Me.btnPtBox_Ch1.Size = New System.Drawing.Size(71, 45) + Me.btnPtBox_Ch1.Size = New System.Drawing.Size(81, 56) Me.btnPtBox_Ch1.TabIndex = 5 Me.btnPtBox_Ch1.Text = "변경" Me.btnPtBox_Ch1.UseVisualStyleBackColor = True @@ -2530,16 +2809,18 @@ Partial Class MainForm ' Me.pnPtBox_Name.Controls.Add(Me.txbPtBox_Name) Me.pnPtBox_Name.Controls.Add(Me.lbPtBox_Name) - Me.pnPtBox_Name.Location = New System.Drawing.Point(5, 30) + Me.pnPtBox_Name.Location = New System.Drawing.Point(6, 38) + Me.pnPtBox_Name.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnPtBox_Name.Name = "pnPtBox_Name" - Me.pnPtBox_Name.Size = New System.Drawing.Size(415, 45) + Me.pnPtBox_Name.Size = New System.Drawing.Size(474, 56) Me.pnPtBox_Name.TabIndex = 1 ' 'txbPtBox_Name ' - Me.txbPtBox_Name.Location = New System.Drawing.Point(121, 7) + Me.txbPtBox_Name.Location = New System.Drawing.Point(138, 9) + Me.txbPtBox_Name.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPtBox_Name.Name = "txbPtBox_Name" - Me.txbPtBox_Name.Size = New System.Drawing.Size(285, 32) + Me.txbPtBox_Name.Size = New System.Drawing.Size(325, 38) Me.txbPtBox_Name.TabIndex = 1 Me.txbPtBox_Name.Text = "Brother PT-P900W" Me.txbPtBox_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center @@ -2547,17 +2828,18 @@ Partial Class MainForm 'lbPtBox_Name ' Me.lbPtBox_Name.AutoSize = True - Me.lbPtBox_Name.Location = New System.Drawing.Point(34, 10) + Me.lbPtBox_Name.Location = New System.Drawing.Point(39, 12) Me.lbPtBox_Name.Name = "lbPtBox_Name" - Me.lbPtBox_Name.Size = New System.Drawing.Size(82, 24) + Me.lbPtBox_Name.Size = New System.Drawing.Size(106, 32) Me.lbPtBox_Name.TabIndex = 0 Me.lbPtBox_Name.Text = "프린터명" ' 'btnPtRefresh ' - Me.btnPtRefresh.Location = New System.Drawing.Point(6, 403) + Me.btnPtRefresh.Location = New System.Drawing.Point(7, 504) + Me.btnPtRefresh.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPtRefresh.Name = "btnPtRefresh" - Me.btnPtRefresh.Size = New System.Drawing.Size(245, 60) + Me.btnPtRefresh.Size = New System.Drawing.Size(280, 75) Me.btnPtRefresh.TabIndex = 2 Me.btnPtRefresh.Text = "새로고침" Me.btnPtRefresh.UseVisualStyleBackColor = True @@ -2566,18 +2848,21 @@ Partial Class MainForm ' Me.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPrinter.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfPrintName}) - Me.dgvPrinter.Location = New System.Drawing.Point(6, 48) + Me.dgvPrinter.Location = New System.Drawing.Point(7, 60) + Me.dgvPrinter.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvPrinter.MultiSelect = False Me.dgvPrinter.Name = "dgvPrinter" Me.dgvPrinter.ReadOnly = True + Me.dgvPrinter.RowHeadersWidth = 51 Me.dgvPrinter.RowTemplate.Height = 23 Me.dgvPrinter.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect - Me.dgvPrinter.Size = New System.Drawing.Size(245, 349) + Me.dgvPrinter.Size = New System.Drawing.Size(280, 436) Me.dgvPrinter.TabIndex = 0 ' 'dfPrintName ' Me.dfPrintName.HeaderText = "프린터항목" + Me.dfPrintName.MinimumWidth = 6 Me.dfPrintName.Name = "dfPrintName" Me.dfPrintName.ReadOnly = True Me.dfPrintName.Width = 200 @@ -2585,9 +2870,10 @@ Partial Class MainForm 'btnOpSave ' Me.btnOpSave.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnOpSave.Location = New System.Drawing.Point(1410, 900) + Me.btnOpSave.Location = New System.Drawing.Point(1611, 1125) + Me.btnOpSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnOpSave.Name = "btnOpSave" - Me.btnOpSave.Size = New System.Drawing.Size(250, 110) + Me.btnOpSave.Size = New System.Drawing.Size(286, 138) Me.btnOpSave.TabIndex = 70 Me.btnOpSave.Text = "저장하기" Me.btnOpSave.UseVisualStyleBackColor = True @@ -2595,9 +2881,10 @@ Partial Class MainForm 'btnOpExit ' Me.btnOpExit.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.btnOpExit.Location = New System.Drawing.Point(1660, 900) + Me.btnOpExit.Location = New System.Drawing.Point(1897, 1125) + Me.btnOpExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnOpExit.Name = "btnOpExit" - Me.btnOpExit.Size = New System.Drawing.Size(250, 110) + Me.btnOpExit.Size = New System.Drawing.Size(286, 138) Me.btnOpExit.TabIndex = 69 Me.btnOpExit.Text = "나가기" Me.btnOpExit.UseVisualStyleBackColor = True @@ -2607,27 +2894,31 @@ Partial Class MainForm Me.GroupBox2.Controls.Add(Me.btnRegADel) Me.GroupBox2.Controls.Add(Me.btnRegDel) Me.GroupBox2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.GroupBox2.Location = New System.Drawing.Point(755, 539) + Me.GroupBox2.Location = New System.Drawing.Point(863, 674) + Me.GroupBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(390, 190) + Me.GroupBox2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.GroupBox2.Size = New System.Drawing.Size(446, 238) Me.GroupBox2.TabIndex = 68 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "항목 기능" ' 'btnRegADel ' - Me.btnRegADel.Location = New System.Drawing.Point(6, 112) + Me.btnRegADel.Location = New System.Drawing.Point(7, 140) + Me.btnRegADel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnRegADel.Name = "btnRegADel" - Me.btnRegADel.Size = New System.Drawing.Size(370, 60) + Me.btnRegADel.Size = New System.Drawing.Size(423, 75) Me.btnRegADel.TabIndex = 1 Me.btnRegADel.Text = "전체삭제" Me.btnRegADel.UseVisualStyleBackColor = True ' 'btnRegDel ' - Me.btnRegDel.Location = New System.Drawing.Point(6, 47) + Me.btnRegDel.Location = New System.Drawing.Point(7, 59) + Me.btnRegDel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnRegDel.Name = "btnRegDel" - Me.btnRegDel.Size = New System.Drawing.Size(370, 60) + Me.btnRegDel.Size = New System.Drawing.Size(423, 75) Me.btnRegDel.TabIndex = 0 Me.btnRegDel.Text = "행삭제" Me.btnRegDel.UseVisualStyleBackColor = True @@ -2644,9 +2935,11 @@ Partial Class MainForm Me.gbOpReg.Controls.Add(Me.pnRegModel) Me.gbOpReg.Controls.Add(Me.pnRegName) Me.gbOpReg.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.gbOpReg.Location = New System.Drawing.Point(755, 83) + Me.gbOpReg.Location = New System.Drawing.Point(863, 104) + Me.gbOpReg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOpReg.Name = "gbOpReg" - Me.gbOpReg.Size = New System.Drawing.Size(390, 450) + Me.gbOpReg.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOpReg.Size = New System.Drawing.Size(446, 562) Me.gbOpReg.TabIndex = 67 Me.gbOpReg.TabStop = False Me.gbOpReg.Text = "등록화면" @@ -2655,26 +2948,28 @@ Partial Class MainForm ' Me.pnRegClass.Controls.Add(Me.cboRegClass) Me.pnRegClass.Controls.Add(Me.lbRegClass) - Me.pnRegClass.Location = New System.Drawing.Point(10, 245) + Me.pnRegClass.Location = New System.Drawing.Point(11, 306) + Me.pnRegClass.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRegClass.Name = "pnRegClass" - Me.pnRegClass.Size = New System.Drawing.Size(365, 45) + Me.pnRegClass.Size = New System.Drawing.Size(417, 56) Me.pnRegClass.TabIndex = 7 ' 'cboRegClass ' Me.cboRegClass.FormattingEnabled = True Me.cboRegClass.Items.AddRange(New Object() {"국내-세트", "국내-A/S", "국내-샵용", "해외-세트", "해외-A/S", "체험단"}) - Me.cboRegClass.Location = New System.Drawing.Point(160, 2) + Me.cboRegClass.Location = New System.Drawing.Point(183, 2) + Me.cboRegClass.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cboRegClass.Name = "cboRegClass" - Me.cboRegClass.Size = New System.Drawing.Size(200, 40) + Me.cboRegClass.Size = New System.Drawing.Size(228, 47) Me.cboRegClass.TabIndex = 2 ' 'lbRegClass ' Me.lbRegClass.AutoSize = True - Me.lbRegClass.Location = New System.Drawing.Point(59, 5) + Me.lbRegClass.Location = New System.Drawing.Point(67, 6) Me.lbRegClass.Name = "lbRegClass" - Me.lbRegClass.Size = New System.Drawing.Size(83, 32) + Me.lbRegClass.Size = New System.Drawing.Size(104, 39) Me.lbRegClass.TabIndex = 0 Me.lbRegClass.Text = "분류명" ' @@ -2683,42 +2978,46 @@ Partial Class MainForm Me.pnRegColor.Controls.Add(Me.cboRegColor) Me.pnRegColor.Controls.Add(Me.lbRegColor) Me.pnRegColor.Enabled = False - Me.pnRegColor.Location = New System.Drawing.Point(10, 195) + Me.pnRegColor.Location = New System.Drawing.Point(11, 244) + Me.pnRegColor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRegColor.Name = "pnRegColor" - Me.pnRegColor.Size = New System.Drawing.Size(365, 45) + Me.pnRegColor.Size = New System.Drawing.Size(417, 56) Me.pnRegColor.TabIndex = 6 ' 'cboRegColor ' Me.cboRegColor.FormattingEnabled = True - Me.cboRegColor.Location = New System.Drawing.Point(160, 2) + Me.cboRegColor.Location = New System.Drawing.Point(183, 2) + Me.cboRegColor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cboRegColor.Name = "cboRegColor" - Me.cboRegColor.Size = New System.Drawing.Size(200, 40) + Me.cboRegColor.Size = New System.Drawing.Size(228, 47) Me.cboRegColor.TabIndex = 2 ' 'lbRegColor ' Me.lbRegColor.AutoSize = True - Me.lbRegColor.Location = New System.Drawing.Point(59, 5) + Me.lbRegColor.Location = New System.Drawing.Point(67, 6) Me.lbRegColor.Name = "lbRegColor" - Me.lbRegColor.Size = New System.Drawing.Size(83, 32) + Me.lbRegColor.Size = New System.Drawing.Size(104, 39) Me.lbRegColor.TabIndex = 0 Me.lbRegColor.Text = "색상명" ' 'btnRegReset ' - Me.btnRegReset.Location = New System.Drawing.Point(10, 395) + Me.btnRegReset.Location = New System.Drawing.Point(11, 494) + Me.btnRegReset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnRegReset.Name = "btnRegReset" - Me.btnRegReset.Size = New System.Drawing.Size(175, 45) + Me.btnRegReset.Size = New System.Drawing.Size(200, 56) Me.btnRegReset.TabIndex = 5 Me.btnRegReset.Text = "초기화" Me.btnRegReset.UseVisualStyleBackColor = True ' 'btnRegOK ' - Me.btnRegOK.Location = New System.Drawing.Point(195, 395) + Me.btnRegOK.Location = New System.Drawing.Point(223, 494) + Me.btnRegOK.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnRegOK.Name = "btnRegOK" - Me.btnRegOK.Size = New System.Drawing.Size(175, 45) + Me.btnRegOK.Size = New System.Drawing.Size(200, 56) Me.btnRegOK.TabIndex = 4 Me.btnRegOK.Text = "등록" Me.btnRegOK.UseVisualStyleBackColor = True @@ -2727,25 +3026,27 @@ Partial Class MainForm ' Me.pnRegAgency.Controls.Add(Me.txbRegAgency) Me.pnRegAgency.Controls.Add(Me.lbRegAgency) - Me.pnRegAgency.Location = New System.Drawing.Point(10, 345) + Me.pnRegAgency.Location = New System.Drawing.Point(11, 431) + Me.pnRegAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRegAgency.Name = "pnRegAgency" - Me.pnRegAgency.Size = New System.Drawing.Size(365, 45) + Me.pnRegAgency.Size = New System.Drawing.Size(417, 56) Me.pnRegAgency.TabIndex = 2 ' 'txbRegAgency ' - Me.txbRegAgency.Location = New System.Drawing.Point(160, 3) + Me.txbRegAgency.Location = New System.Drawing.Point(183, 4) + Me.txbRegAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRegAgency.MaxLength = 3 Me.txbRegAgency.Name = "txbRegAgency" - Me.txbRegAgency.Size = New System.Drawing.Size(200, 39) + Me.txbRegAgency.Size = New System.Drawing.Size(228, 46) Me.txbRegAgency.TabIndex = 1 ' 'lbRegAgency ' Me.lbRegAgency.AutoSize = True - Me.lbRegAgency.Location = New System.Drawing.Point(13, 5) + Me.lbRegAgency.Location = New System.Drawing.Point(15, 6) Me.lbRegAgency.Name = "lbRegAgency" - Me.lbRegAgency.Size = New System.Drawing.Size(129, 32) + Me.lbRegAgency.Size = New System.Drawing.Size(162, 39) Me.lbRegAgency.TabIndex = 0 Me.lbRegAgency.Text = "대리점코드" ' @@ -2753,25 +3054,27 @@ Partial Class MainForm ' Me.pnRegCountry.Controls.Add(Me.txbRegCountry) Me.pnRegCountry.Controls.Add(Me.lbRegCountry) - Me.pnRegCountry.Location = New System.Drawing.Point(10, 295) + Me.pnRegCountry.Location = New System.Drawing.Point(11, 369) + Me.pnRegCountry.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRegCountry.Name = "pnRegCountry" - Me.pnRegCountry.Size = New System.Drawing.Size(365, 45) + Me.pnRegCountry.Size = New System.Drawing.Size(417, 56) Me.pnRegCountry.TabIndex = 3 ' 'txbRegCountry ' - Me.txbRegCountry.Location = New System.Drawing.Point(160, 2) + Me.txbRegCountry.Location = New System.Drawing.Point(183, 2) + Me.txbRegCountry.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRegCountry.MaxLength = 3 Me.txbRegCountry.Name = "txbRegCountry" - Me.txbRegCountry.Size = New System.Drawing.Size(200, 39) + Me.txbRegCountry.Size = New System.Drawing.Size(228, 46) Me.txbRegCountry.TabIndex = 1 ' 'lbRegCountry ' Me.lbRegCountry.AutoSize = True - Me.lbRegCountry.Location = New System.Drawing.Point(36, 5) + Me.lbRegCountry.Location = New System.Drawing.Point(41, 6) Me.lbRegCountry.Name = "lbRegCountry" - Me.lbRegCountry.Size = New System.Drawing.Size(106, 32) + Me.lbRegCountry.Size = New System.Drawing.Size(133, 39) Me.lbRegCountry.TabIndex = 0 Me.lbRegCountry.Text = "국가코드" ' @@ -2780,25 +3083,27 @@ Partial Class MainForm Me.pnRegType.Controls.Add(Me.cboRegType) Me.pnRegType.Controls.Add(Me.lbRegType) Me.pnRegType.Enabled = False - Me.pnRegType.Location = New System.Drawing.Point(10, 145) + Me.pnRegType.Location = New System.Drawing.Point(11, 181) + Me.pnRegType.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRegType.Name = "pnRegType" - Me.pnRegType.Size = New System.Drawing.Size(365, 45) + Me.pnRegType.Size = New System.Drawing.Size(417, 56) Me.pnRegType.TabIndex = 2 ' 'cboRegType ' Me.cboRegType.FormattingEnabled = True - Me.cboRegType.Location = New System.Drawing.Point(160, 2) + Me.cboRegType.Location = New System.Drawing.Point(183, 2) + Me.cboRegType.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cboRegType.Name = "cboRegType" - Me.cboRegType.Size = New System.Drawing.Size(200, 40) + Me.cboRegType.Size = New System.Drawing.Size(228, 47) Me.cboRegType.TabIndex = 2 ' 'lbRegType ' Me.lbRegType.AutoSize = True - Me.lbRegType.Location = New System.Drawing.Point(59, 5) + Me.lbRegType.Location = New System.Drawing.Point(67, 6) Me.lbRegType.Name = "lbRegType" - Me.lbRegType.Size = New System.Drawing.Size(83, 32) + Me.lbRegType.Size = New System.Drawing.Size(104, 39) Me.lbRegType.TabIndex = 0 Me.lbRegType.Text = "타입명" ' @@ -2806,25 +3111,27 @@ Partial Class MainForm ' Me.pnRegModel.Controls.Add(Me.cboRegModel) Me.pnRegModel.Controls.Add(Me.lbRegModel) - Me.pnRegModel.Location = New System.Drawing.Point(10, 95) + Me.pnRegModel.Location = New System.Drawing.Point(11, 119) + Me.pnRegModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRegModel.Name = "pnRegModel" - Me.pnRegModel.Size = New System.Drawing.Size(365, 45) + Me.pnRegModel.Size = New System.Drawing.Size(417, 56) Me.pnRegModel.TabIndex = 1 ' 'cboRegModel ' Me.cboRegModel.FormattingEnabled = True - Me.cboRegModel.Location = New System.Drawing.Point(160, 3) + Me.cboRegModel.Location = New System.Drawing.Point(183, 4) + Me.cboRegModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cboRegModel.Name = "cboRegModel" - Me.cboRegModel.Size = New System.Drawing.Size(200, 40) + Me.cboRegModel.Size = New System.Drawing.Size(228, 47) Me.cboRegModel.TabIndex = 1 ' 'lbRegModel ' Me.lbRegModel.AutoSize = True - Me.lbRegModel.Location = New System.Drawing.Point(59, 5) + Me.lbRegModel.Location = New System.Drawing.Point(67, 6) Me.lbRegModel.Name = "lbRegModel" - Me.lbRegModel.Size = New System.Drawing.Size(83, 32) + Me.lbRegModel.Size = New System.Drawing.Size(104, 39) Me.lbRegModel.TabIndex = 0 Me.lbRegModel.Text = "모델명" ' @@ -2832,24 +3139,26 @@ Partial Class MainForm ' Me.pnRegName.Controls.Add(Me.txbRegName) Me.pnRegName.Controls.Add(Me.lbRegName) - Me.pnRegName.Location = New System.Drawing.Point(10, 45) + Me.pnRegName.Location = New System.Drawing.Point(11, 56) + Me.pnRegName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnRegName.Name = "pnRegName" - Me.pnRegName.Size = New System.Drawing.Size(365, 45) + Me.pnRegName.Size = New System.Drawing.Size(417, 56) Me.pnRegName.TabIndex = 0 ' 'txbRegName ' - Me.txbRegName.Location = New System.Drawing.Point(160, 3) + Me.txbRegName.Location = New System.Drawing.Point(183, 4) + Me.txbRegName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRegName.Name = "txbRegName" - Me.txbRegName.Size = New System.Drawing.Size(200, 39) + Me.txbRegName.Size = New System.Drawing.Size(228, 46) Me.txbRegName.TabIndex = 1 ' 'lbRegName ' Me.lbRegName.AutoSize = True - Me.lbRegName.Location = New System.Drawing.Point(59, 5) + Me.lbRegName.Location = New System.Drawing.Point(67, 6) Me.lbRegName.Name = "lbRegName" - Me.lbRegName.Size = New System.Drawing.Size(83, 32) + Me.lbRegName.Size = New System.Drawing.Size(104, 39) Me.lbRegName.TabIndex = 0 Me.lbRegName.Text = "구분명" ' @@ -2860,9 +3169,11 @@ Partial Class MainForm Me.gbOpCompany.Controls.Add(Me.txbOpCompany) Me.gbOpCompany.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbOpCompany.ForeColor = System.Drawing.Color.Black - Me.gbOpCompany.Location = New System.Drawing.Point(204, 5) + Me.gbOpCompany.Location = New System.Drawing.Point(233, 6) + Me.gbOpCompany.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbOpCompany.Name = "gbOpCompany" - Me.gbOpCompany.Size = New System.Drawing.Size(345, 80) + Me.gbOpCompany.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbOpCompany.Size = New System.Drawing.Size(394, 100) Me.gbOpCompany.TabIndex = 66 Me.gbOpCompany.TabStop = False Me.gbOpCompany.Text = "사용 제조사" @@ -2871,18 +3182,19 @@ Partial Class MainForm ' Me.lbOpCompany.AutoSize = True Me.lbOpCompany.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.lbOpCompany.Location = New System.Drawing.Point(27, 31) + Me.lbOpCompany.Location = New System.Drawing.Point(31, 39) Me.lbOpCompany.Name = "lbOpCompany" - Me.lbOpCompany.Size = New System.Drawing.Size(106, 32) + Me.lbOpCompany.Size = New System.Drawing.Size(133, 39) Me.lbOpCompany.TabIndex = 1 Me.lbOpCompany.Text = "제조사명" ' 'txbOpCompany ' Me.txbOpCompany.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) - Me.txbOpCompany.Location = New System.Drawing.Point(139, 28) + Me.txbOpCompany.Location = New System.Drawing.Point(159, 35) + Me.txbOpCompany.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbOpCompany.Name = "txbOpCompany" - Me.txbOpCompany.Size = New System.Drawing.Size(180, 39) + Me.txbOpCompany.Size = New System.Drawing.Size(205, 46) Me.txbOpCompany.TabIndex = 0 Me.txbOpCompany.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' @@ -2890,50 +3202,62 @@ Partial Class MainForm ' Me.dgvDataSet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvDataSet.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfName, Me.dfModel, Me.dfType, Me.dfCountry, Me.dfAgency, Me.dfColor, Me.dfClass}) - Me.dgvDataSet.Location = New System.Drawing.Point(5, 100) + Me.dgvDataSet.Location = New System.Drawing.Point(6, 125) + Me.dgvDataSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvDataSet.Name = "dgvDataSet" + Me.dgvDataSet.RowHeadersWidth = 51 Me.dgvDataSet.RowTemplate.Height = 23 - Me.dgvDataSet.Size = New System.Drawing.Size(744, 905) + Me.dgvDataSet.Size = New System.Drawing.Size(850, 1131) Me.dgvDataSet.TabIndex = 65 ' 'dfName ' Me.dfName.HeaderText = "구분명" + Me.dfName.MinimumWidth = 6 Me.dfName.Name = "dfName" Me.dfName.Width = 200 ' 'dfModel ' Me.dfModel.HeaderText = "모델명" + Me.dfModel.MinimumWidth = 6 Me.dfModel.Name = "dfModel" Me.dfModel.Width = 70 ' 'dfType ' Me.dfType.HeaderText = "타입명" + Me.dfType.MinimumWidth = 6 Me.dfType.Name = "dfType" Me.dfType.Width = 70 ' 'dfCountry ' Me.dfCountry.HeaderText = "국가코드" + Me.dfCountry.MinimumWidth = 6 Me.dfCountry.Name = "dfCountry" + Me.dfCountry.Width = 125 ' 'dfAgency ' Me.dfAgency.HeaderText = "대리점코드" + Me.dfAgency.MinimumWidth = 6 Me.dfAgency.Name = "dfAgency" + Me.dfAgency.Width = 125 ' 'dfColor ' Me.dfColor.HeaderText = "색상명" + Me.dfColor.MinimumWidth = 6 Me.dfColor.Name = "dfColor" Me.dfColor.Width = 70 ' 'dfClass ' Me.dfClass.HeaderText = "분류명" + Me.dfClass.MinimumWidth = 6 Me.dfClass.Name = "dfClass" + Me.dfClass.Width = 125 ' 'gbDBServer ' @@ -2941,21 +3265,24 @@ Partial Class MainForm Me.gbDBServer.Controls.Add(Me.ckbDBServer) Me.gbDBServer.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbDBServer.ForeColor = System.Drawing.Color.Black - Me.gbDBServer.Location = New System.Drawing.Point(5, 5) + Me.gbDBServer.Location = New System.Drawing.Point(6, 6) + Me.gbDBServer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbDBServer.Name = "gbDBServer" - Me.gbDBServer.Size = New System.Drawing.Size(193, 80) + Me.gbDBServer.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) + Me.gbDBServer.Size = New System.Drawing.Size(221, 100) Me.gbDBServer.TabIndex = 64 Me.gbDBServer.TabStop = False Me.gbDBServer.Text = "DBServer" ' '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, 1021) + Me.ClientSize = New System.Drawing.Size(4393, 1276) 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 = "MAXIMUM Product Program" Me.pnMain.ResumeLayout(False) @@ -2970,6 +3297,8 @@ Partial Class MainForm Me.gpbConfig.ResumeLayout(False) Me.gpbConfig.PerformLayout() Me.pnMaxInput.ResumeLayout(False) + Me.GroupBox3.ResumeLayout(False) + Me.GroupBox3.PerformLayout() Me.gbChoice.ResumeLayout(False) Me.gbNowTray.ResumeLayout(False) Me.gbNowTray.PerformLayout() @@ -3361,4 +3690,13 @@ Partial Class MainForm Friend WithEvents Button2 As Button Friend WithEvents gbManager As GroupBox Friend WithEvents ckbManager As CheckBox + Friend WithEvents GroupBox3 As GroupBox + Friend WithEvents Label1 As Label + Friend WithEvents cmbMonth As ComboBox + Friend WithEvents cmbDay As ComboBox + Friend WithEvents cmbYear As ComboBox + Friend WithEvents Label3 As Label + Friend WithEvents Label2 As Label + Friend WithEvents Label4 As Label + Friend WithEvents txtManufactureDate As TextBox End Class diff --git a/MAXIMUM_Product_Program/MainForm.vb b/MAXIMUM_Product_Program/MainForm.vb index 04c28ee..7b512aa 100644 --- a/MAXIMUM_Product_Program/MainForm.vb +++ b/MAXIMUM_Product_Program/MainForm.vb @@ -408,6 +408,11 @@ Public Class MainForm ModeEnable() DataSetting() + ComboBoxSetting() + txtManufactureDate.ReadOnly = True + txtManufactureDate.BackColor = Color.Lavender + UpdateDateTextBox() + For i = SaveList.Info To SaveList.MaxSave - 1 OptionLoad(i) Next @@ -419,6 +424,50 @@ Public Class MainForm txbPVSN.Focus() End Sub + Private Sub ComboBoxSetting() + + ' 년도 콤보박스 (예: 2020~2030) + For i As Integer = 2020 To 2030 + cmbYear.Items.Add(i.ToString()) + Next + + ' 월 콤보박스 (1~12) + For i As Integer = 1 To 12 + cmbMonth.Items.Add(i.ToString("00")) + Next + + ' 일 콤보박스 (1~31) + For i As Integer = 1 To 31 + cmbDay.Items.Add(i.ToString("00")) + Next + + ' 기본값 설정 (오늘 날짜) + cmbYear.Text = DateTime.Now.Year.ToString() + cmbMonth.Text = DateTime.Now.Month.ToString("00") + cmbDay.Text = DateTime.Now.Day.ToString("00") + + End Sub + + Private Sub UpdateDateTextBox() + If cmbYear.Text <> "" And cmbMonth.Text <> "" And cmbDay.Text <> "" Then + txtManufactureDate.Text = cmbYear.Text & "-" & cmbMonth.Text.PadLeft(2, "0"c) & "-" & cmbDay.Text.PadLeft(2, "0"c) + Else + txtManufactureDate.Text = "" + End If + End Sub + + Private Sub cmbYear_SelectedIndexChanged() Handles cmbYear.SelectedIndexChanged + UpdateDateTextBox() + End Sub + + Private Sub cmbMonth_SelectedIndexChanged() Handles cmbMonth.SelectedIndexChanged + UpdateDateTextBox() + End Sub + + Private Sub cmbDay_SelectedIndexChanged() Handles cmbDay.SelectedIndexChanged + UpdateDateTextBox() + End Sub + Private Sub MainForm_FormClosing(sender As Object, e As FormClosingEventArgs) Handles MyBase.FormClosing If UserLogOut() Then End @@ -1301,10 +1350,10 @@ FinishFunc: If TDUseCompare = True Then DBCheck = "UPDATE " & ApplyCartDB & " SET Product_SN = null WHERE PV_SN = '" & txbTDNum.Text & "'" - DBCmd = "UPDATE " & ApplyCartDB & " SET TestStep = '31', Product_SN = '" & SerialNum & "', Ct_Manufacture_Name='" & Factory & "', Ct_Manufacture_Year='" & Format(Now, "yy") & "', Ct_Manufacture_Month='" & Format(Now, "MM") & "', Ct_SN='" & ProdCode & "', Ct_Model='" & txbPDModel.Text & "', Ct_Type='" & txbPDType.Text & "', Ct_Abroad='" & Country & "', Ct_Agency='" & Agency & "',Ct_Max_ShotCnt = '" & ShotCount & "', Ct_Remain_ShotCnt = '" & ShotCount & "', P3_DateTime = '" & Format(Now, "yyyy-MM-dd HH:mm:ss") & "' WHERE PV_SN = '" & txbTDNum.Text & "'" + DBCmd = "UPDATE " & ApplyCartDB & " SET TestStep = '31', Product_SN = '" & SerialNum & "', Ct_Manufacture_Name='" & Factory & "', Ct_Manufacture_Year='" & Format(Now, "yy") & "', Ct_Manufacture_Month='" & Format(Now, "MM") & "', Ct_SN='" & ProdCode & "', Ct_Model='" & txbPDModel.Text & "', Ct_Type='" & txbPDType.Text & "', Ct_Abroad='" & Country & "', Ct_Agency='" & Agency & "',Ct_Max_ShotCnt = '" & ShotCount & "', Ct_Remain_ShotCnt = '" & ShotCount & "', P3_DateTime = '" & Format(Now, "yyyy-MM-dd HH:mm:ss") & "', Manufacture_Date ='" & txtManufactureDate.Text & "' WHERE PV_SN = '" & txbTDNum.Text & "'" Else DBCheck = "UPDATE " & ApplyNonTDDB & " SET Product_SN = null WHERE PV_SN = '" & txbTDNum.Text & "'" - DBCmd = "UPDATE " & ApplyNonTDDB & " SET TestStep = '31', Product_SN = '" & SerialNum & "', Ct_Manufacture_Name='" & Factory & "', Ct_Manufacture_Year='" & Format(Now, "yy") & "', Ct_Manufacture_Month='" & Format(Now, "MM") & "', Ct_SN='" & ProdCode & "', Ct_Model='" & txbPDModel.Text & "', Ct_Type='" & txbPDType.Text & "', Ct_Abroad='" & Country & "', Ct_Agency='" & Agency & "', P3_DateTime = '" & Format(Now, "yyyy-MM-dd HH:mm:ss") & "' WHERE PV_SN = '" & txbTDNum.Text & "'" + DBCmd = "UPDATE " & ApplyNonTDDB & " SET TestStep = '31', Product_SN = '" & SerialNum & "', Ct_Manufacture_Name='" & Factory & "', Ct_Manufacture_Year='" & Format(Now, "yy") & "', Ct_Manufacture_Month='" & Format(Now, "MM") & "', Ct_SN='" & ProdCode & "', Ct_Model='" & txbPDModel.Text & "', Ct_Type='" & txbPDType.Text & "', Ct_Abroad='" & Country & "', Ct_Agency='" & Agency & "', P3_DateTime = '" & Format(Now, "yyyy-MM-dd HH:mm:ss") & "', Manufacture_Date ='" & txtManufactureDate.Text & "' WHERE PV_SN = '" & txbTDNum.Text & "'" End If If DBCommand(DBCheck) Then @@ -3038,9 +3087,6 @@ FailLoad: If BeforeTrayData(NowDate, NowTime) Then TrayEndUpdate(NowDate, NowTime) End If - - - End Sub Private Function BeforeTrayData(NowYear As Int16, NowMonth As Int16) As Boolean