Compare commits

..

4 Commits

Author SHA1 Message Date
jiwonRepair
1aeac761ec fix: PRO_S & MAXIMUM_ALPHA packingSerial, serialPackCompare 2025-08-12 15:56:21 +09:00
jiwonRepair
221a500ffe feat: Pro S cartridge 2025-08-12 14:18:33 +09:00
jiwonRepair
76c8d99964 feat: pro S 2025-08-11 18:08:06 +09:00
jiwonRepair
571ce1991f feat: keyring LineFriends 2025-08-11 15:55:21 +09:00
4 changed files with 506 additions and 92 deletions

View File

@ -108,7 +108,11 @@ Partial Class countForm
Me.pnProBeige = New System.Windows.Forms.Panel() Me.pnProBeige = New System.Windows.Forms.Panel()
Me.txbProBeige = New System.Windows.Forms.TextBox() Me.txbProBeige = New System.Windows.Forms.TextBox()
Me.lbProBeige = New System.Windows.Forms.Label() Me.lbProBeige = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.gbBox = New System.Windows.Forms.GroupBox() Me.gbBox = New System.Windows.Forms.GroupBox()
Me.pnbox8 = New System.Windows.Forms.Panel()
Me.txbbox8 = New System.Windows.Forms.TextBox()
Me.lbbox8 = New System.Windows.Forms.Label()
Me.pnbox6 = New System.Windows.Forms.Panel() Me.pnbox6 = New System.Windows.Forms.Panel()
Me.txbbox6 = New System.Windows.Forms.TextBox() Me.txbbox6 = New System.Windows.Forms.TextBox()
Me.lbbox6 = New System.Windows.Forms.Label() Me.lbbox6 = New System.Windows.Forms.Label()
@ -141,6 +145,22 @@ Partial Class countForm
Me.txbProFace = New System.Windows.Forms.TextBox() Me.txbProFace = New System.Windows.Forms.TextBox()
Me.lbProFace = New System.Windows.Forms.Label() Me.lbProFace = New System.Windows.Forms.Label()
Me.gbCDual = New System.Windows.Forms.GroupBox() Me.gbCDual = New System.Windows.Forms.GroupBox()
Me.gbDualProS = New System.Windows.Forms.GroupBox()
Me.pnProSBody = New System.Windows.Forms.Panel()
Me.txbProSBody = New System.Windows.Forms.TextBox()
Me.lbProSBody = New System.Windows.Forms.Label()
Me.pnProSEye = New System.Windows.Forms.Panel()
Me.txbProSEye = New System.Windows.Forms.TextBox()
Me.lbProSEye = New System.Windows.Forms.Label()
Me.pnProSSet = New System.Windows.Forms.Panel()
Me.txbProSSet = New System.Windows.Forms.TextBox()
Me.lbProSSet = New System.Windows.Forms.Label()
Me.pnProSFace = New System.Windows.Forms.Panel()
Me.txbProSFace = New System.Windows.Forms.TextBox()
Me.lbProSFace = New System.Windows.Forms.Label()
Me.pnMaximumAlpha = New System.Windows.Forms.Panel()
Me.txbMaximumAlpha = New System.Windows.Forms.TextBox()
Me.lbMaximumAlpha = New System.Windows.Forms.Label()
Me.pneffectV3 = New System.Windows.Forms.Panel() Me.pneffectV3 = New System.Windows.Forms.Panel()
Me.txbeffectV3 = New System.Windows.Forms.TextBox() Me.txbeffectV3 = New System.Windows.Forms.TextBox()
Me.lbeffectV3 = New System.Windows.Forms.Label() Me.lbeffectV3 = New System.Windows.Forms.Label()
@ -163,7 +183,6 @@ Partial Class countForm
Me.pnAlphaFace = New System.Windows.Forms.Panel() Me.pnAlphaFace = New System.Windows.Forms.Panel()
Me.txbAlphaFace = New System.Windows.Forms.TextBox() Me.txbAlphaFace = New System.Windows.Forms.TextBox()
Me.lbAlphaFace = New System.Windows.Forms.Label() Me.lbAlphaFace = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.pnMaximum = New System.Windows.Forms.Panel() Me.pnMaximum = New System.Windows.Forms.Panel()
Me.txbMaximum = New System.Windows.Forms.TextBox() Me.txbMaximum = New System.Windows.Forms.TextBox()
Me.lbMaximum = New System.Windows.Forms.Label() Me.lbMaximum = New System.Windows.Forms.Label()
@ -182,6 +201,9 @@ Partial Class countForm
Me.lbLuxFace = New System.Windows.Forms.Label() Me.lbLuxFace = New System.Windows.Forms.Label()
Me.gbEtc = New System.Windows.Forms.GroupBox() Me.gbEtc = New System.Windows.Forms.GroupBox()
Me.gbProd = New System.Windows.Forms.GroupBox() Me.gbProd = New System.Windows.Forms.GroupBox()
Me.pnkeyring = New System.Windows.Forms.Panel()
Me.txbkeyring = New System.Windows.Forms.TextBox()
Me.lbkeyring = New System.Windows.Forms.Label()
Me.pnelixir = New System.Windows.Forms.Panel() Me.pnelixir = New System.Windows.Forms.Panel()
Me.txbelixir = New System.Windows.Forms.TextBox() Me.txbelixir = New System.Windows.Forms.TextBox()
Me.lbelixir = New System.Windows.Forms.Label() Me.lbelixir = New System.Windows.Forms.Label()
@ -329,9 +351,6 @@ Partial Class countForm
Me.pnMask5 = New System.Windows.Forms.Panel() Me.pnMask5 = New System.Windows.Forms.Panel()
Me.txbMask5 = New System.Windows.Forms.TextBox() Me.txbMask5 = New System.Windows.Forms.TextBox()
Me.lbMask5 = New System.Windows.Forms.Label() Me.lbMask5 = New System.Windows.Forms.Label()
Me.pnbox8 = New System.Windows.Forms.Panel()
Me.txbbox8 = New System.Windows.Forms.TextBox()
Me.lbbox8 = New System.Windows.Forms.Label()
Me.gbCount.SuspendLayout() Me.gbCount.SuspendLayout()
Me.gbCase.SuspendLayout() Me.gbCase.SuspendLayout()
Me.gbAlto.SuspendLayout() Me.gbAlto.SuspendLayout()
@ -364,7 +383,9 @@ Partial Class countForm
Me.pnProRed.SuspendLayout() Me.pnProRed.SuspendLayout()
Me.pnProBlack.SuspendLayout() Me.pnProBlack.SuspendLayout()
Me.pnProBeige.SuspendLayout() Me.pnProBeige.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.gbBox.SuspendLayout() Me.gbBox.SuspendLayout()
Me.pnbox8.SuspendLayout()
Me.pnbox6.SuspendLayout() Me.pnbox6.SuspendLayout()
Me.pnbox5.SuspendLayout() Me.pnbox5.SuspendLayout()
Me.pnbox4.SuspendLayout() Me.pnbox4.SuspendLayout()
@ -377,6 +398,12 @@ Partial Class countForm
Me.pnProSet.SuspendLayout() Me.pnProSet.SuspendLayout()
Me.pnProFace.SuspendLayout() Me.pnProFace.SuspendLayout()
Me.gbCDual.SuspendLayout() Me.gbCDual.SuspendLayout()
Me.gbDualProS.SuspendLayout()
Me.pnProSBody.SuspendLayout()
Me.pnProSEye.SuspendLayout()
Me.pnProSSet.SuspendLayout()
Me.pnProSFace.SuspendLayout()
Me.pnMaximumAlpha.SuspendLayout()
Me.pneffectV3.SuspendLayout() Me.pneffectV3.SuspendLayout()
Me.pneffect.SuspendLayout() Me.pneffect.SuspendLayout()
Me.pnAlto.SuspendLayout() Me.pnAlto.SuspendLayout()
@ -385,7 +412,6 @@ Partial Class countForm
Me.pnAlphaEye.SuspendLayout() Me.pnAlphaEye.SuspendLayout()
Me.pnAlphaSet.SuspendLayout() Me.pnAlphaSet.SuspendLayout()
Me.pnAlphaFace.SuspendLayout() Me.pnAlphaFace.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnMaximum.SuspendLayout() Me.pnMaximum.SuspendLayout()
Me.gbDualLux.SuspendLayout() Me.gbDualLux.SuspendLayout()
Me.pnLuxBody.SuspendLayout() Me.pnLuxBody.SuspendLayout()
@ -394,6 +420,7 @@ Partial Class countForm
Me.pnLuxFace.SuspendLayout() Me.pnLuxFace.SuspendLayout()
Me.gbEtc.SuspendLayout() Me.gbEtc.SuspendLayout()
Me.gbProd.SuspendLayout() Me.gbProd.SuspendLayout()
Me.pnkeyring.SuspendLayout()
Me.pnelixir.SuspendLayout() Me.pnelixir.SuspendLayout()
Me.pndayshot2.SuspendLayout() Me.pndayshot2.SuspendLayout()
Me.pnbeltbag.SuspendLayout() Me.pnbeltbag.SuspendLayout()
@ -443,7 +470,6 @@ Partial Class countForm
Me.pnHair.SuspendLayout() Me.pnHair.SuspendLayout()
Me.pnMask10.SuspendLayout() Me.pnMask10.SuspendLayout()
Me.pnMask5.SuspendLayout() Me.pnMask5.SuspendLayout()
Me.pnbox8.SuspendLayout()
Me.SuspendLayout() Me.SuspendLayout()
' '
'Label1 'Label1
@ -459,6 +485,7 @@ Partial Class countForm
'gbCount 'gbCount
' '
Me.gbCount.Controls.Add(Me.gbCase) Me.gbCount.Controls.Add(Me.gbCase)
Me.gbCount.Controls.Add(Me.PictureBox1)
Me.gbCount.Location = New System.Drawing.Point(1, 55) Me.gbCount.Location = New System.Drawing.Point(1, 55)
Me.gbCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.gbCount.Name = "gbCount" Me.gbCount.Name = "gbCount"
@ -1363,6 +1390,17 @@ Partial Class countForm
Me.lbProBeige.TabIndex = 0 Me.lbProBeige.TabIndex = 0
Me.lbProBeige.Text = "베이지" Me.lbProBeige.Text = "베이지"
' '
'PictureBox1
'
Me.PictureBox1.Image = Global.SalesPacking_MES_API_Project.My.Resources.Resources.logo
Me.PictureBox1.Location = New System.Drawing.Point(1526, 681)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(366, 91)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 5
Me.PictureBox1.TabStop = False
'
'gbBox 'gbBox
' '
Me.gbBox.Controls.Add(Me.pnbox8) Me.gbBox.Controls.Add(Me.pnbox8)
@ -1382,6 +1420,39 @@ Partial Class countForm
Me.gbBox.TabStop = False Me.gbBox.TabStop = False
Me.gbBox.Text = "박스" Me.gbBox.Text = "박스"
' '
'pnbox8
'
Me.pnbox8.Controls.Add(Me.txbbox8)
Me.pnbox8.Controls.Add(Me.lbbox8)
Me.pnbox8.Location = New System.Drawing.Point(280, 48)
Me.pnbox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnbox8.Name = "pnbox8"
Me.pnbox8.Size = New System.Drawing.Size(105, 42)
Me.pnbox8.TabIndex = 4
'
'txbbox8
'
Me.txbbox8.BackColor = System.Drawing.SystemColors.Window
Me.txbbox8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbbox8.Location = New System.Drawing.Point(46, 0)
Me.txbbox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbbox8.MaxLength = 10
Me.txbbox8.Name = "txbbox8"
Me.txbbox8.ReadOnly = True
Me.txbbox8.Size = New System.Drawing.Size(51, 38)
Me.txbbox8.TabIndex = 1
Me.txbbox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbbox8
'
Me.lbbox8.AutoSize = True
Me.lbbox8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbbox8.Location = New System.Drawing.Point(2, 4)
Me.lbbox8.Name = "lbbox8"
Me.lbbox8.Size = New System.Drawing.Size(50, 32)
Me.lbbox8.TabIndex = 0
Me.lbbox8.Text = "8호"
'
'pnbox6 'pnbox6
' '
Me.pnbox6.Controls.Add(Me.txbbox6) Me.pnbox6.Controls.Add(Me.txbbox6)
@ -1722,11 +1793,12 @@ Partial Class countForm
' '
'gbCDual 'gbCDual
' '
Me.gbCDual.Controls.Add(Me.gbDualProS)
Me.gbCDual.Controls.Add(Me.pnMaximumAlpha)
Me.gbCDual.Controls.Add(Me.pneffectV3) Me.gbCDual.Controls.Add(Me.pneffectV3)
Me.gbCDual.Controls.Add(Me.pneffect) Me.gbCDual.Controls.Add(Me.pneffect)
Me.gbCDual.Controls.Add(Me.pnAlto) Me.gbCDual.Controls.Add(Me.pnAlto)
Me.gbCDual.Controls.Add(Me.gbDualAlpha) Me.gbCDual.Controls.Add(Me.gbDualAlpha)
Me.gbCDual.Controls.Add(Me.PictureBox1)
Me.gbCDual.Controls.Add(Me.pnMaximum) Me.gbCDual.Controls.Add(Me.pnMaximum)
Me.gbCDual.Controls.Add(Me.gbDualLux) Me.gbCDual.Controls.Add(Me.gbDualLux)
Me.gbCDual.Controls.Add(Me.gbDualPro) Me.gbCDual.Controls.Add(Me.gbDualPro)
@ -1740,6 +1812,179 @@ Partial Class countForm
Me.gbCDual.TabStop = False Me.gbCDual.TabStop = False
Me.gbCDual.Text = "DUALSONIC" Me.gbCDual.Text = "DUALSONIC"
' '
'gbDualProS
'
Me.gbDualProS.Controls.Add(Me.pnProSBody)
Me.gbDualProS.Controls.Add(Me.pnProSEye)
Me.gbDualProS.Controls.Add(Me.pnProSSet)
Me.gbDualProS.Controls.Add(Me.pnProSFace)
Me.gbDualProS.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.gbDualProS.Location = New System.Drawing.Point(3, 522)
Me.gbDualProS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.gbDualProS.Name = "gbDualProS"
Me.gbDualProS.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.gbDualProS.Size = New System.Drawing.Size(189, 235)
Me.gbDualProS.TabIndex = 4
Me.gbDualProS.TabStop = False
Me.gbDualProS.Text = "PROS"
'
'pnProSBody
'
Me.pnProSBody.Controls.Add(Me.txbProSBody)
Me.pnProSBody.Controls.Add(Me.lbProSBody)
Me.pnProSBody.Location = New System.Drawing.Point(7, 181)
Me.pnProSBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnProSBody.Name = "pnProSBody"
Me.pnProSBody.Size = New System.Drawing.Size(170, 42)
Me.pnProSBody.TabIndex = 3
'
'txbProSBody
'
Me.txbProSBody.BackColor = System.Drawing.SystemColors.Window
Me.txbProSBody.Location = New System.Drawing.Point(78, 0)
Me.txbProSBody.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbProSBody.MaxLength = 10
Me.txbProSBody.Name = "txbProSBody"
Me.txbProSBody.ReadOnly = True
Me.txbProSBody.Size = New System.Drawing.Size(87, 38)
Me.txbProSBody.TabIndex = 1
Me.txbProSBody.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbProSBody
'
Me.lbProSBody.AutoSize = True
Me.lbProSBody.Location = New System.Drawing.Point(3, 4)
Me.lbProSBody.Name = "lbProSBody"
Me.lbProSBody.Size = New System.Drawing.Size(81, 32)
Me.lbProSBody.TabIndex = 0
Me.lbProSBody.Text = "BODY"
'
'pnProSEye
'
Me.pnProSEye.Controls.Add(Me.txbProSEye)
Me.pnProSEye.Controls.Add(Me.lbProSEye)
Me.pnProSEye.Location = New System.Drawing.Point(7, 134)
Me.pnProSEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnProSEye.Name = "pnProSEye"
Me.pnProSEye.Size = New System.Drawing.Size(170, 42)
Me.pnProSEye.TabIndex = 2
'
'txbProSEye
'
Me.txbProSEye.BackColor = System.Drawing.SystemColors.Window
Me.txbProSEye.Location = New System.Drawing.Point(78, 0)
Me.txbProSEye.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbProSEye.MaxLength = 10
Me.txbProSEye.Name = "txbProSEye"
Me.txbProSEye.ReadOnly = True
Me.txbProSEye.Size = New System.Drawing.Size(87, 38)
Me.txbProSEye.TabIndex = 1
Me.txbProSEye.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbProSEye
'
Me.lbProSEye.AutoSize = True
Me.lbProSEye.Location = New System.Drawing.Point(17, 4)
Me.lbProSEye.Name = "lbProSEye"
Me.lbProSEye.Size = New System.Drawing.Size(61, 32)
Me.lbProSEye.TabIndex = 0
Me.lbProSEye.Text = "EYE"
'
'pnProSSet
'
Me.pnProSSet.Controls.Add(Me.txbProSSet)
Me.pnProSSet.Controls.Add(Me.lbProSSet)
Me.pnProSSet.Location = New System.Drawing.Point(7, 39)
Me.pnProSSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnProSSet.Name = "pnProSSet"
Me.pnProSSet.Size = New System.Drawing.Size(170, 42)
Me.pnProSSet.TabIndex = 1
'
'txbProSSet
'
Me.txbProSSet.BackColor = System.Drawing.SystemColors.Window
Me.txbProSSet.Location = New System.Drawing.Point(78, 0)
Me.txbProSSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbProSSet.MaxLength = 10
Me.txbProSSet.Name = "txbProSSet"
Me.txbProSSet.ReadOnly = True
Me.txbProSSet.Size = New System.Drawing.Size(87, 38)
Me.txbProSSet.TabIndex = 1
Me.txbProSSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbProSSet
'
Me.lbProSSet.AutoSize = True
Me.lbProSSet.Location = New System.Drawing.Point(17, 4)
Me.lbProSSet.Name = "lbProSSet"
Me.lbProSSet.Size = New System.Drawing.Size(60, 32)
Me.lbProSSet.TabIndex = 0
Me.lbProSSet.Text = "SET"
'
'pnProSFace
'
Me.pnProSFace.Controls.Add(Me.txbProSFace)
Me.pnProSFace.Controls.Add(Me.lbProSFace)
Me.pnProSFace.Location = New System.Drawing.Point(7, 86)
Me.pnProSFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnProSFace.Name = "pnProSFace"
Me.pnProSFace.Size = New System.Drawing.Size(170, 42)
Me.pnProSFace.TabIndex = 0
'
'txbProSFace
'
Me.txbProSFace.BackColor = System.Drawing.SystemColors.Window
Me.txbProSFace.Location = New System.Drawing.Point(78, 0)
Me.txbProSFace.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbProSFace.MaxLength = 10
Me.txbProSFace.Name = "txbProSFace"
Me.txbProSFace.ReadOnly = True
Me.txbProSFace.Size = New System.Drawing.Size(87, 38)
Me.txbProSFace.TabIndex = 1
Me.txbProSFace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbProSFace
'
Me.lbProSFace.AutoSize = True
Me.lbProSFace.Location = New System.Drawing.Point(3, 4)
Me.lbProSFace.Name = "lbProSFace"
Me.lbProSFace.Size = New System.Drawing.Size(76, 32)
Me.lbProSFace.TabIndex = 0
Me.lbProSFace.Text = "FACE"
'
'pnMaximumAlpha
'
Me.pnMaximumAlpha.Controls.Add(Me.txbMaximumAlpha)
Me.pnMaximumAlpha.Controls.Add(Me.lbMaximumAlpha)
Me.pnMaximumAlpha.Location = New System.Drawing.Point(195, 520)
Me.pnMaximumAlpha.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnMaximumAlpha.Name = "pnMaximumAlpha"
Me.pnMaximumAlpha.Size = New System.Drawing.Size(189, 50)
Me.pnMaximumAlpha.TabIndex = 10
'
'txbMaximumAlpha
'
Me.txbMaximumAlpha.BackColor = System.Drawing.SystemColors.Window
Me.txbMaximumAlpha.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbMaximumAlpha.Location = New System.Drawing.Point(85, 6)
Me.txbMaximumAlpha.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbMaximumAlpha.MaxLength = 10
Me.txbMaximumAlpha.Name = "txbMaximumAlpha"
Me.txbMaximumAlpha.ReadOnly = True
Me.txbMaximumAlpha.Size = New System.Drawing.Size(87, 38)
Me.txbMaximumAlpha.TabIndex = 1
Me.txbMaximumAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbMaximumAlpha
'
Me.lbMaximumAlpha.AutoSize = True
Me.lbMaximumAlpha.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbMaximumAlpha.Location = New System.Drawing.Point(4, 9)
Me.lbMaximumAlpha.Name = "lbMaximumAlpha"
Me.lbMaximumAlpha.Size = New System.Drawing.Size(85, 32)
Me.lbMaximumAlpha.TabIndex = 0
Me.lbMaximumAlpha.Text = "MAXA"
'
'pneffectV3 'pneffectV3
' '
Me.pneffectV3.Controls.Add(Me.txbeffectV3) Me.pneffectV3.Controls.Add(Me.txbeffectV3)
@ -1979,17 +2224,6 @@ Partial Class countForm
Me.lbAlphaFace.TabIndex = 0 Me.lbAlphaFace.TabIndex = 0
Me.lbAlphaFace.Text = "FACE" Me.lbAlphaFace.Text = "FACE"
' '
'PictureBox1
'
Me.PictureBox1.Image = Global.SalesPacking_MES_API_Project.My.Resources.Resources.logo
Me.PictureBox1.Location = New System.Drawing.Point(13, 594)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(366, 91)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 5
Me.PictureBox1.TabStop = False
'
'pnMaximum 'pnMaximum
' '
Me.pnMaximum.Controls.Add(Me.txbMaximum) Me.pnMaximum.Controls.Add(Me.txbMaximum)
@ -2178,6 +2412,7 @@ Partial Class countForm
' '
'gbProd 'gbProd
' '
Me.gbProd.Controls.Add(Me.pnkeyring)
Me.gbProd.Controls.Add(Me.pnelixir) Me.gbProd.Controls.Add(Me.pnelixir)
Me.gbProd.Controls.Add(Me.pndayshot2) Me.gbProd.Controls.Add(Me.pndayshot2)
Me.gbProd.Controls.Add(Me.pnbeltbag) Me.gbProd.Controls.Add(Me.pnbeltbag)
@ -2237,6 +2472,38 @@ Partial Class countForm
Me.gbProd.TabStop = False Me.gbProd.TabStop = False
Me.gbProd.Text = "구성품" Me.gbProd.Text = "구성품"
' '
'pnkeyring
'
Me.pnkeyring.Controls.Add(Me.txbkeyring)
Me.pnkeyring.Controls.Add(Me.lbkeyring)
Me.pnkeyring.Location = New System.Drawing.Point(240, 626)
Me.pnkeyring.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnkeyring.Name = "pnkeyring"
Me.pnkeyring.Size = New System.Drawing.Size(233, 42)
Me.pnkeyring.TabIndex = 32
'
'txbkeyring
'
Me.txbkeyring.BackColor = System.Drawing.SystemColors.Window
Me.txbkeyring.Location = New System.Drawing.Point(138, 0)
Me.txbkeyring.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbkeyring.MaxLength = 10
Me.txbkeyring.Name = "txbkeyring"
Me.txbkeyring.ReadOnly = True
Me.txbkeyring.Size = New System.Drawing.Size(87, 38)
Me.txbkeyring.TabIndex = 1
Me.txbkeyring.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbkeyring
'
Me.lbkeyring.AutoSize = True
Me.lbkeyring.Location = New System.Drawing.Point(3, 2)
Me.lbkeyring.Name = "lbkeyring"
Me.lbkeyring.Size = New System.Drawing.Size(56, 37)
Me.lbkeyring.TabIndex = 0
Me.lbkeyring.Text = "키링"
Me.lbkeyring.UseCompatibleTextRendering = True
'
'pnelixir 'pnelixir
' '
Me.pnelixir.Controls.Add(Me.txbelixir) Me.pnelixir.Controls.Add(Me.txbelixir)
@ -3763,44 +4030,11 @@ Partial Class countForm
Me.lbMask5.TabIndex = 0 Me.lbMask5.TabIndex = 0
Me.lbMask5.Text = "아쿠아 마스크" Me.lbMask5.Text = "아쿠아 마스크"
' '
'pnbox8
'
Me.pnbox8.Controls.Add(Me.txbbox8)
Me.pnbox8.Controls.Add(Me.lbbox8)
Me.pnbox8.Location = New System.Drawing.Point(280, 48)
Me.pnbox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnbox8.Name = "pnbox8"
Me.pnbox8.Size = New System.Drawing.Size(105, 42)
Me.pnbox8.TabIndex = 4
'
'txbbox8
'
Me.txbbox8.BackColor = System.Drawing.SystemColors.Window
Me.txbbox8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbbox8.Location = New System.Drawing.Point(46, 0)
Me.txbbox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbbox8.MaxLength = 10
Me.txbbox8.Name = "txbbox8"
Me.txbbox8.ReadOnly = True
Me.txbbox8.Size = New System.Drawing.Size(51, 38)
Me.txbbox8.TabIndex = 1
Me.txbbox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbbox8
'
Me.lbbox8.AutoSize = True
Me.lbbox8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbbox8.Location = New System.Drawing.Point(2, 4)
Me.lbbox8.Name = "lbbox8"
Me.lbbox8.Size = New System.Drawing.Size(50, 32)
Me.lbbox8.TabIndex = 0
Me.lbbox8.Text = "8호"
'
'countForm 'countForm
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1947, 850) Me.ClientSize = New System.Drawing.Size(1950, 835)
Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.gbBox) Me.Controls.Add(Me.gbBox)
Me.Controls.Add(Me.gbEtc) Me.Controls.Add(Me.gbEtc)
@ -3873,7 +4107,10 @@ Partial Class countForm
Me.pnProBlack.PerformLayout() Me.pnProBlack.PerformLayout()
Me.pnProBeige.ResumeLayout(False) Me.pnProBeige.ResumeLayout(False)
Me.pnProBeige.PerformLayout() Me.pnProBeige.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.gbBox.ResumeLayout(False) Me.gbBox.ResumeLayout(False)
Me.pnbox8.ResumeLayout(False)
Me.pnbox8.PerformLayout()
Me.pnbox6.ResumeLayout(False) Me.pnbox6.ResumeLayout(False)
Me.pnbox6.PerformLayout() Me.pnbox6.PerformLayout()
Me.pnbox5.ResumeLayout(False) Me.pnbox5.ResumeLayout(False)
@ -3896,6 +4133,17 @@ Partial Class countForm
Me.pnProFace.ResumeLayout(False) Me.pnProFace.ResumeLayout(False)
Me.pnProFace.PerformLayout() Me.pnProFace.PerformLayout()
Me.gbCDual.ResumeLayout(False) Me.gbCDual.ResumeLayout(False)
Me.gbDualProS.ResumeLayout(False)
Me.pnProSBody.ResumeLayout(False)
Me.pnProSBody.PerformLayout()
Me.pnProSEye.ResumeLayout(False)
Me.pnProSEye.PerformLayout()
Me.pnProSSet.ResumeLayout(False)
Me.pnProSSet.PerformLayout()
Me.pnProSFace.ResumeLayout(False)
Me.pnProSFace.PerformLayout()
Me.pnMaximumAlpha.ResumeLayout(False)
Me.pnMaximumAlpha.PerformLayout()
Me.pneffectV3.ResumeLayout(False) Me.pneffectV3.ResumeLayout(False)
Me.pneffectV3.PerformLayout() Me.pneffectV3.PerformLayout()
Me.pneffect.ResumeLayout(False) Me.pneffect.ResumeLayout(False)
@ -3911,7 +4159,6 @@ Partial Class countForm
Me.pnAlphaSet.PerformLayout() Me.pnAlphaSet.PerformLayout()
Me.pnAlphaFace.ResumeLayout(False) Me.pnAlphaFace.ResumeLayout(False)
Me.pnAlphaFace.PerformLayout() Me.pnAlphaFace.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnMaximum.ResumeLayout(False) Me.pnMaximum.ResumeLayout(False)
Me.pnMaximum.PerformLayout() Me.pnMaximum.PerformLayout()
Me.gbDualLux.ResumeLayout(False) Me.gbDualLux.ResumeLayout(False)
@ -3925,6 +4172,8 @@ Partial Class countForm
Me.pnLuxFace.PerformLayout() Me.pnLuxFace.PerformLayout()
Me.gbEtc.ResumeLayout(False) Me.gbEtc.ResumeLayout(False)
Me.gbProd.ResumeLayout(False) Me.gbProd.ResumeLayout(False)
Me.pnkeyring.ResumeLayout(False)
Me.pnkeyring.PerformLayout()
Me.pnelixir.ResumeLayout(False) Me.pnelixir.ResumeLayout(False)
Me.pnelixir.PerformLayout() Me.pnelixir.PerformLayout()
Me.pndayshot2.ResumeLayout(False) Me.pndayshot2.ResumeLayout(False)
@ -4023,8 +4272,6 @@ Partial Class countForm
Me.pnMask10.PerformLayout() Me.pnMask10.PerformLayout()
Me.pnMask5.ResumeLayout(False) Me.pnMask5.ResumeLayout(False)
Me.pnMask5.PerformLayout() Me.pnMask5.PerformLayout()
Me.pnbox8.ResumeLayout(False)
Me.pnbox8.PerformLayout()
Me.ResumeLayout(False) Me.ResumeLayout(False)
Me.PerformLayout() Me.PerformLayout()
@ -4338,4 +4585,23 @@ Partial Class countForm
Friend WithEvents pnbox8 As Panel Friend WithEvents pnbox8 As Panel
Friend WithEvents txbbox8 As TextBox Friend WithEvents txbbox8 As TextBox
Friend WithEvents lbbox8 As Label Friend WithEvents lbbox8 As Label
Friend WithEvents pnkeyring As Panel
Friend WithEvents txbkeyring As TextBox
Friend WithEvents lbkeyring As Label
Friend WithEvents pnMaximumAlpha As Panel
Friend WithEvents txbMaximumAlpha As TextBox
Friend WithEvents lbMaximumAlpha As Label
Friend WithEvents gbDualProS As GroupBox
Friend WithEvents pnProSBody As Panel
Friend WithEvents txbProSBody As TextBox
Friend WithEvents lbProSBody As Label
Friend WithEvents pnProSEye As Panel
Friend WithEvents txbProSEye As TextBox
Friend WithEvents lbProSEye As Label
Friend WithEvents pnProSSet As Panel
Friend WithEvents txbProSSet As TextBox
Friend WithEvents lbProSSet As Label
Friend WithEvents pnProSFace As Panel
Friend WithEvents txbProSFace As TextBox
Friend WithEvents lbProSFace As Label
End Class End Class

View File

@ -25,6 +25,11 @@ Public Class countForm
txbAlto.Text = prodComCount(prodDB.alto) txbAlto.Text = prodComCount(prodDB.alto)
txbeffect.Text = prodComCount(prodDB.effect) txbeffect.Text = prodComCount(prodDB.effect)
txbeffectV3.Text = prodComCount(prodDB.effectV3) txbeffectV3.Text = prodComCount(prodDB.effectV3)
txbMaximumAlpha.Text = prodComCount(prodDB.maximumAlpha)
txbProSSet.Text = prodComCount(prodDB.proSset)
txbProSFace.Text = prodComCount(prodDB.proSface)
txbProSEye.Text = prodComCount(prodDB.proSeye)
txbProSBody.Text = prodComCount(prodDB.proSbody)
txbMask5.Text = comComCount(comDB.mask5) txbMask5.Text = comComCount(comDB.mask5)
txbMask10.Text = comComCount(comDB.mask10) txbMask10.Text = comComCount(comDB.mask10)
@ -100,6 +105,7 @@ Public Class countForm
txbDayshot2.Text = comComCount(comDB.Dayshot2) txbDayshot2.Text = comComCount(comDB.Dayshot2)
txbelixir.Text = comComCount(comDB.Elixir) txbelixir.Text = comComCount(comDB.Elixir)
txbbox8.Text = comComCount(comDB.car8) txbbox8.Text = comComCount(comDB.car8)
txbkeyring.Text = comComCount(comDB.keyring)
End Sub End Sub

File diff suppressed because one or more lines are too long

View File

@ -78,12 +78,17 @@
alto alto
effect effect
effectV3 effectV3
maximumAlpha
proSset
proSface
proSeye
proSbody
End Enum End Enum
Public prodDBCount(prodDB.effectV3) As Integer '' DB 저장 Public prodDBCount(prodDB.proSbody) As Integer '' DB 저장
Public prodInCount(prodDB.effectV3) As Integer '' 패킹 저장 10 Public prodInCount(prodDB.proSbody) As Integer '' 패킹 저장 10
Public prodComCount(prodDB.effectV3) As Integer '' 로컬 저장 Public prodComCount(prodDB.proSbody) As Integer '' 로컬 저장
Public prodInSerial(prodDB.effectV3) As String '' LogData 저장 Public prodInSerial(prodDB.proSbody) As String '' LogData 저장
Public prodPackCommand(prodDB.effectV3) As String '' Public prodPackCommand(prodDB.proSbody) As String ''
Public Enum comDB Public Enum comDB
mask5 mask5
@ -180,10 +185,12 @@
car8 car8
keyring
End Enum End Enum
Public comDBCount(comDB.car8) As Integer ''DB 저장 Public comDBCount(comDB.keyring) As Integer ''DB 저장
Public comInCount(comDB.car8) As Integer '' 패킹 저장 32 + 10 = 42 - 1 = 41 Public comInCount(comDB.keyring) As Integer '' 패킹 저장 32 + 10 = 42 - 1 = 41
Public comComCount(comDB.car8) As Integer '' 로컬 저장 Public comComCount(comDB.keyring) As Integer '' 로컬 저장
Public countCommand(prodInCount.Length + comInCount.Length - 1) As String Public countCommand(prodInCount.Length + comInCount.Length - 1) As String
@ -243,6 +250,26 @@
prodInCount(prodDB.effectV3) = ckCount prodInCount(prodDB.effectV3) = ckCount
prodInSerial(prodDB.effectV3) = serial prodInSerial(prodDB.effectV3) = serial
Case prodDB.maximumAlpha
prodInCount(prodDB.maximumAlpha) = ckCount
prodInSerial(prodDB.maximumAlpha) = serial
Case prodDB.proSset
prodInCount(prodDB.proSset) = ckCount
prodInSerial(prodDB.proSset) = serial
Case prodDB.proSface
prodInCount(prodDB.proSface) = ckCount
prodInSerial(prodDB.proSface) = serial
Case prodDB.proSeye
prodInCount(prodDB.proSeye) = ckCount
prodInSerial(prodDB.proSeye) = serial
Case prodDB.proSbody
prodInCount(prodDB.proSbody) = ckCount
prodInSerial(prodDB.proSbody) = serial
Case Else Case Else
MsgBox("잘못된 데이터가 개입되었습니다", vbCritical) MsgBox("잘못된 데이터가 개입되었습니다", vbCritical)
Return True Return True
@ -449,6 +476,8 @@
comInCount(comDB.ElesqAquaAmp) = ckCount comInCount(comDB.ElesqAquaAmp) = ckCount
Case comDB.car8 Case comDB.car8
comInCount(comDB.car8) = ckCount comInCount(comDB.car8) = ckCount
Case comDB.keyring
comInCount(comDB.keyring) = ckCount
Case Else Case Else
MsgBox("잘못된 데이터가 개입되었습니다", vbCritical) MsgBox("잘못된 데이터가 개입되었습니다", vbCritical)
@ -482,6 +511,11 @@
countCommand(prodDB.alto) = "AltoCnt" countCommand(prodDB.alto) = "AltoCnt"
countCommand(prodDB.effect) = "EffectCnt" countCommand(prodDB.effect) = "EffectCnt"
countCommand(prodDB.effectV3) = "EffectV3Cnt" countCommand(prodDB.effectV3) = "EffectV3Cnt"
countCommand(prodDB.maximumAlpha) = "MAXIMUMALPHACnt"
countCommand(prodDB.proSset) = "ProSSetCnt"
countCommand(prodDB.proSface) = "ProSFaceCnt"
countCommand(prodDB.proSeye) = "ProSEyeCnt"
countCommand(prodDB.proSbody) = "ProSBodyCnt"
countCommand(prodInCount.Length + comDB.mask5) = "Mask5Cnt" countCommand(prodInCount.Length + comDB.mask5) = "Mask5Cnt"
countCommand(prodInCount.Length + comDB.mask10) = "Mask10Cnt" countCommand(prodInCount.Length + comDB.mask10) = "Mask10Cnt"
@ -578,7 +612,7 @@
countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "ElesqAquaECreamcnt" countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "ElesqAquaECreamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "ElesqAquaAmpcnt" countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "ElesqAquaAmpcnt"
countCommand(prodInCount.Length + comDB.car8) = "Carton8Cnt" countCommand(prodInCount.Length + comDB.car8) = "Carton8Cnt"
countCommand(prodInCount.Length + comDB.keyring) = "KeyringCnt"
Case countSaveList.autopack Case countSaveList.autopack
@ -599,6 +633,11 @@
countCommand(prodDB.alto) = "APAltoCnt" countCommand(prodDB.alto) = "APAltoCnt"
countCommand(prodDB.effect) = "APEffectCnt" countCommand(prodDB.effect) = "APEffectCnt"
countCommand(prodDB.effectV3) = "APEffectV3Cnt" countCommand(prodDB.effectV3) = "APEffectV3Cnt"
countCommand(prodDB.maximumAlpha) = "APMAXIMUMALPHACnt"
countCommand(prodDB.proSset) = "APProSSetCnt"
countCommand(prodDB.proSface) = "APProSFaceCnt"
countCommand(prodDB.proSeye) = "APProSEyeCnt"
countCommand(prodDB.proSbody) = "APProSBodyCnt"
countCommand(prodInCount.Length + comDB.mask5) = "APMask5Cnt" countCommand(prodInCount.Length + comDB.mask5) = "APMask5Cnt"
countCommand(prodInCount.Length + comDB.mask10) = "APMask10Cnt" countCommand(prodInCount.Length + comDB.mask10) = "APMask10Cnt"
@ -695,6 +734,7 @@
countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "APElesqAquaECreamcnt" countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "APElesqAquaECreamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "APElesqAquaAmpcnt" countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "APElesqAquaAmpcnt"
countCommand(prodInCount.Length + comDB.car8) = "APCarton8Cnt" countCommand(prodInCount.Length + comDB.car8) = "APCarton8Cnt"
countCommand(prodInCount.Length + comDB.keyring) = "APKeyringCnt"
Case countSaveList.autoWeight Case countSaveList.autoWeight
@ -717,6 +757,11 @@
countCommand(prodDB.alto) = "AWAltoCnt" countCommand(prodDB.alto) = "AWAltoCnt"
countCommand(prodDB.effect) = "AWEffectCnt" countCommand(prodDB.effect) = "AWEffectCnt"
countCommand(prodDB.effectV3) = "AWEffectV3Cnt" countCommand(prodDB.effectV3) = "AWEffectV3Cnt"
countCommand(prodDB.maximumAlpha) = "AWMAXIMUMALPHACnt"
countCommand(prodDB.proSset) = "AWProSSetCnt"
countCommand(prodDB.proSface) = "AWProSFaceCnt"
countCommand(prodDB.proSeye) = "AWProSEyeCnt"
countCommand(prodDB.proSbody) = "AWProSBodyCnt"
countCommand(prodInCount.Length + comDB.mask5) = "AWMask5Cnt" countCommand(prodInCount.Length + comDB.mask5) = "AWMask5Cnt"
countCommand(prodInCount.Length + comDB.mask10) = "AWMask10Cnt" countCommand(prodInCount.Length + comDB.mask10) = "AWMask10Cnt"
@ -813,6 +858,7 @@
countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "AWElesqAquaECreamcnt" countCommand(prodInCount.Length + comDB.ElesqAquaECream) = "AWElesqAquaECreamcnt"
countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "AWElesqAquaAmpcnt" countCommand(prodInCount.Length + comDB.ElesqAquaAmp) = "AWElesqAquaAmpcnt"
countCommand(prodInCount.Length + comDB.car8) = "AWCarton8Cnt" countCommand(prodInCount.Length + comDB.car8) = "AWCarton8Cnt"
countCommand(prodInCount.Length + comDB.keyring) = "AWKeyringCnt"
End Select End Select
End Sub End Sub
@ -837,5 +883,12 @@
prodPackCommand(prodDB.effect) = "Effect_Serial" prodPackCommand(prodDB.effect) = "Effect_Serial"
prodPackCommand(prodDB.effectV3) = "EffectV3_Serial" prodPackCommand(prodDB.effectV3) = "EffectV3_Serial"
prodPackCommand(prodDB.maximumAlpha) = "MAXIMUM_ALPHA_SN"
prodPackCommand(prodDB.proSset) = "Pro_S_Set_Serial"
prodPackCommand(prodDB.proSface) = "Pro_S_Face_Serial"
prodPackCommand(prodDB.proSeye) = "Pro_S_Eye_Serial"
prodPackCommand(prodDB.proSbody) = "Pro_S_Body_Serial"
End Sub End Sub
End Module End Module