feat: Pro S cartridge

This commit is contained in:
jiwonRepair 2025-08-12 14:18:33 +09:00
parent 76c8d99964
commit 221a500ffe
4 changed files with 277 additions and 94 deletions

View File

@ -108,6 +108,7 @@ 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.pnbox8 = New System.Windows.Forms.Panel()
Me.txbbox8 = New System.Windows.Forms.TextBox() Me.txbbox8 = New System.Windows.Forms.TextBox()
@ -144,6 +145,19 @@ 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.pnMaximumAlpha = New System.Windows.Forms.Panel()
Me.txbMaximumAlpha = New System.Windows.Forms.TextBox() Me.txbMaximumAlpha = New System.Windows.Forms.TextBox()
Me.lbMaximumAlpha = New System.Windows.Forms.Label() Me.lbMaximumAlpha = New System.Windows.Forms.Label()
@ -169,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()
@ -338,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.pnProS = New System.Windows.Forms.Panel()
Me.txbProS = New System.Windows.Forms.TextBox()
Me.lbProS = New System.Windows.Forms.Label()
Me.gbCount.SuspendLayout() Me.gbCount.SuspendLayout()
Me.gbCase.SuspendLayout() Me.gbCase.SuspendLayout()
Me.gbAlto.SuspendLayout() Me.gbAlto.SuspendLayout()
@ -373,6 +383,7 @@ 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.pnbox8.SuspendLayout()
Me.pnbox6.SuspendLayout() Me.pnbox6.SuspendLayout()
@ -387,6 +398,11 @@ 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.pnMaximumAlpha.SuspendLayout()
Me.pneffectV3.SuspendLayout() Me.pneffectV3.SuspendLayout()
Me.pneffect.SuspendLayout() Me.pneffect.SuspendLayout()
@ -396,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()
@ -455,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.pnProS.SuspendLayout()
Me.SuspendLayout() Me.SuspendLayout()
' '
'Label1 'Label1
@ -471,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"
@ -1375,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)
@ -1767,13 +1793,12 @@ Partial Class countForm
' '
'gbCDual 'gbCDual
' '
Me.gbCDual.Controls.Add(Me.pnProS) Me.gbCDual.Controls.Add(Me.gbDualProS)
Me.gbCDual.Controls.Add(Me.pnMaximumAlpha) 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)
@ -1787,6 +1812,146 @@ 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 'pnMaximumAlpha
' '
Me.pnMaximumAlpha.Controls.Add(Me.txbMaximumAlpha) Me.pnMaximumAlpha.Controls.Add(Me.txbMaximumAlpha)
@ -2059,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, 684)
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)
@ -3876,44 +4030,11 @@ Partial Class countForm
Me.lbMask5.TabIndex = 0 Me.lbMask5.TabIndex = 0
Me.lbMask5.Text = "아쿠아 마스크" Me.lbMask5.Text = "아쿠아 마스크"
' '
'pnProS
'
Me.pnProS.Controls.Add(Me.txbProS)
Me.pnProS.Controls.Add(Me.lbProS)
Me.pnProS.Location = New System.Drawing.Point(195, 573)
Me.pnProS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.pnProS.Name = "pnProS"
Me.pnProS.Size = New System.Drawing.Size(189, 50)
Me.pnProS.TabIndex = 11
'
'txbProS
'
Me.txbProS.BackColor = System.Drawing.SystemColors.Window
Me.txbProS.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbProS.Location = New System.Drawing.Point(85, 6)
Me.txbProS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txbProS.MaxLength = 10
Me.txbProS.Name = "txbProS"
Me.txbProS.ReadOnly = True
Me.txbProS.Size = New System.Drawing.Size(87, 38)
Me.txbProS.TabIndex = 1
Me.txbProS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lbProS
'
Me.lbProS.AutoSize = True
Me.lbProS.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbProS.Location = New System.Drawing.Point(4, 9)
Me.lbProS.Name = "lbProS"
Me.lbProS.Size = New System.Drawing.Size(96, 40)
Me.lbProS.TabIndex = 0
Me.lbProS.Text = "PROS"
'
'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)
@ -3986,6 +4107,7 @@ 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.ResumeLayout(False)
Me.pnbox8.PerformLayout() Me.pnbox8.PerformLayout()
@ -4011,6 +4133,15 @@ 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.ResumeLayout(False)
Me.pnMaximumAlpha.PerformLayout() Me.pnMaximumAlpha.PerformLayout()
Me.pneffectV3.ResumeLayout(False) Me.pneffectV3.ResumeLayout(False)
@ -4028,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)
@ -4142,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.pnProS.ResumeLayout(False)
Me.pnProS.PerformLayout()
Me.ResumeLayout(False) Me.ResumeLayout(False)
Me.PerformLayout() Me.PerformLayout()
@ -4463,7 +4591,17 @@ Partial Class countForm
Friend WithEvents pnMaximumAlpha As Panel Friend WithEvents pnMaximumAlpha As Panel
Friend WithEvents txbMaximumAlpha As TextBox Friend WithEvents txbMaximumAlpha As TextBox
Friend WithEvents lbMaximumAlpha As Label Friend WithEvents lbMaximumAlpha As Label
Friend WithEvents pnProS As Panel Friend WithEvents gbDualProS As GroupBox
Friend WithEvents txbProS As TextBox Friend WithEvents pnProSBody As Panel
Friend WithEvents lbProS As Label 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,8 +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)
txbeffectV3.Text = prodComCount(prodDB.maximumAlpha) txbMaximumAlpha.Text = prodComCount(prodDB.maximumAlpha)
txbProS.Text = prodComCount(prodDB.proS) 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)

File diff suppressed because one or more lines are too long

View File

@ -79,13 +79,16 @@
effect effect
effectV3 effectV3
maximumAlpha maximumAlpha
proS proSset
proSface
proSeye
proSbody
End Enum End Enum
Public prodDBCount(prodDB.proS) As Integer '' DB 저장 Public prodDBCount(prodDB.proSbody) As Integer '' DB 저장
Public prodInCount(prodDB.proS) As Integer '' 패킹 저장 10 Public prodInCount(prodDB.proSbody) As Integer '' 패킹 저장 10
Public prodComCount(prodDB.proS) As Integer '' 로컬 저장 Public prodComCount(prodDB.proSbody) As Integer '' 로컬 저장
Public prodInSerial(prodDB.proS) As String '' LogData 저장 Public prodInSerial(prodDB.proSbody) As String '' LogData 저장
Public prodPackCommand(prodDB.proS) As String '' Public prodPackCommand(prodDB.proSbody) As String ''
Public Enum comDB Public Enum comDB
mask5 mask5
@ -251,9 +254,21 @@
prodInCount(prodDB.maximumAlpha) = ckCount prodInCount(prodDB.maximumAlpha) = ckCount
prodInSerial(prodDB.maximumAlpha) = serial prodInSerial(prodDB.maximumAlpha) = serial
Case prodDB.proS Case prodDB.proSset
prodInCount(prodDB.proS) = ckCount prodInCount(prodDB.proSset) = ckCount
prodInSerial(prodDB.proS) = serial 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)
@ -497,7 +512,10 @@
countCommand(prodDB.effect) = "EffectCnt" countCommand(prodDB.effect) = "EffectCnt"
countCommand(prodDB.effectV3) = "EffectV3Cnt" countCommand(prodDB.effectV3) = "EffectV3Cnt"
countCommand(prodDB.maximumAlpha) = "MAXIMUMALPHACnt" countCommand(prodDB.maximumAlpha) = "MAXIMUMALPHACnt"
countCommand(prodDB.proS) = "ProSCnt" 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"
@ -616,7 +634,10 @@
countCommand(prodDB.effect) = "APEffectCnt" countCommand(prodDB.effect) = "APEffectCnt"
countCommand(prodDB.effectV3) = "APEffectV3Cnt" countCommand(prodDB.effectV3) = "APEffectV3Cnt"
countCommand(prodDB.maximumAlpha) = "APMAXIMUMALPHACnt" countCommand(prodDB.maximumAlpha) = "APMAXIMUMALPHACnt"
countCommand(prodDB.proS) = "APProSCnt" 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"
@ -737,7 +758,10 @@
countCommand(prodDB.effect) = "AWEffectCnt" countCommand(prodDB.effect) = "AWEffectCnt"
countCommand(prodDB.effectV3) = "AWEffectV3Cnt" countCommand(prodDB.effectV3) = "AWEffectV3Cnt"
countCommand(prodDB.maximumAlpha) = "AWMAXIMUMALPHACnt" countCommand(prodDB.maximumAlpha) = "AWMAXIMUMALPHACnt"
countCommand(prodDB.proS) = "AWProSCnt" 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"
@ -862,6 +886,9 @@
prodPackCommand(prodDB.maximumAlpha) = "MAXIMUM_ALPHA_SN" prodPackCommand(prodDB.maximumAlpha) = "MAXIMUM_ALPHA_SN"
prodPackCommand(prodDB.proS) = "Pro_S_Serial" 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