1.정품번호 파싱할 때 modelType의 타입을 STRING으로 수정 해 A~ 파싱 가능
2.버전 2.0.1
This commit is contained in:
parent
4c88f22f21
commit
eb112331ac
@ -220,7 +220,7 @@ Public Class mainForm
|
||||
Private searchType As String
|
||||
Private colorType As String
|
||||
Private deviceType As String
|
||||
Private modelType As Int16
|
||||
Private modelType As String
|
||||
|
||||
Private Enum csvDataList
|
||||
csvModel
|
||||
@ -303,7 +303,7 @@ Public Class mainForm
|
||||
|
||||
Private Sub startSetting()
|
||||
Const programName As String = "MAXIMUM FUNCTION DATA INFO VER."
|
||||
Const programVer As String = "2.0.0"
|
||||
Const programVer As String = "2.0.1"
|
||||
Me.Text = programName & programVer
|
||||
Me.Size = New Size(1920, 1060)
|
||||
Me.Location = New Point(0, 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user