fix: Effect V3 Color list & serial number error message fixed

This commit is contained in:
jiwonRepair 2025-07-21 16:18:44 +09:00
parent e5e9509217
commit d44e15e03b
2 changed files with 4 additions and 14 deletions

View File

@ -288,9 +288,6 @@ Public Class MainForm
cboRegColor.Items.Add("White_Pink") cboRegColor.Items.Add("White_Pink")
cboRegColor.Items.Add("White_Sky") cboRegColor.Items.Add("White_Sky")
Case "V3" Case "V3"
cboRegColor.Items.Add("White_Brown")
cboRegColor.Items.Add("White_Pink")
cboRegColor.Items.Add("White_Sky")
cboRegColor.Items.Add("LineFrends_Brown") cboRegColor.Items.Add("LineFrends_Brown")
cboRegColor.Items.Add("LineFrends_Sally") cboRegColor.Items.Add("LineFrends_Sally")
Case Else Case Else
@ -420,12 +417,6 @@ Public Class MainForm
TypeCode = "3" 'V3 혼란스럽지 않게 3으로 고정 TypeCode = "3" 'V3 혼란스럽지 않게 3으로 고정
Select Case dgvDataSet.Rows(cboSelect).Cells(5).Value Select Case dgvDataSet.Rows(cboSelect).Cells(5).Value
Case "White_Pink"
ColorCode = "1"
Case "White_Sky"
ColorCode = "2"
Case "White_Brown"
ColorCode = "3"
Case "LineFrends_Brown" Case "LineFrends_Brown"
ColorCode = "4" ColorCode = "4"
Case "LineFrends_Sally" Case "LineFrends_Sally"
@ -568,7 +559,7 @@ Public Class MainForm
Private Sub FormSetting() Private Sub FormSetting()
Const ProgramName As String = "Product Program Ver_" Const ProgramName As String = "Product Program Ver_"
Const VersionNum As String = "1.1.4" Const VersionNum As String = "1.1.5"
Me.Text = ProgramName & VersionNum Me.Text = ProgramName & VersionNum
Me.Size = New Size(1920, 1050) Me.Size = New Size(1920, 1050)
@ -821,7 +812,7 @@ FailFunc:
If DBSerialCheck() Then If DBSerialCheck() Then
Return False Return False
Else Else
MsgBox("시리얼 번호를 생성하는 과정에서 오류가 발생하였습니다.", vbCritical) MsgBox("생성 할 시리얼 번호 " & SerialNum & "은 이미 존재 합니다.", vbCritical)
Return True Return True
End If End If
End Function End Function

View File

@ -1,3 +1,2 @@
1. EFFECT cartridge color code를 SET에서 V2, V3로 분기 처리 1. 시리얼번호 생성 오류 메세지 수정
1) V2 : 0 2. EFFECT V3 color list 수정(라인프렌즈 외 제거)
2) V3 : 3