솔루션에 fp5,fp13 포함

This commit is contained in:
chi
2020-05-24 21:14:05 +09:00
parent 872fdbf995
commit b7de80e200
13 changed files with 21638 additions and 580 deletions

View File

@@ -10,8 +10,8 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyTitle("전주번호찰(통신)")>
<Assembly: AssemblyDescription("전주번호목록 작성 및 출력을 하는 프로그램")>
<Assembly: AssemblyCompany("제공 : 해광기획")>
<Assembly: AssemblyProduct("전주번호찰(통신)")>
<Assembly: AssemblyCompany("제공 : 해광기획")>
<Assembly: AssemblyProduct("전주번호찰(통신)-FP5")>
<Assembly: AssemblyCopyright("Copyright (C) SIMP 2017")>
<Assembly: AssemblyTrademark("SIMP")>

View File

@@ -242,7 +242,7 @@
Common.ViewFont.FontSize = buf(1)
Me.install = Arinini.Read("main", "install2", 0)
Me.installkey = Arinini.Read("main", "installkey2", 0)
Me.installkey = Arinini.Read("main", "install2key", 0)
buf = Arinini.Read("main", "menufont", "굴림,9").Split(",")
Common.MenuFont.FontName = buf(0)

View File

@@ -32,7 +32,7 @@
If NewKey = "ARIN" Then
Dim auth As New MyAuth
Dim dateValue As Date = Now.AddDays(1)
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini")
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini", "install2")
MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
DialogResult = Windows.Forms.DialogResult.Cancel
Else
@@ -46,7 +46,7 @@
If NewKey = "ARIN" OrElse datestr.GetHashCode() = hashcode Then
Dim auth As New MyAuth
Dim dateValue As Date = Date.Parse(datestr)
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini")
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini", "install2")
MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
DialogResult = Windows.Forms.DialogResult.Cancel
End If

View File

@@ -51,7 +51,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>false</DefineTrace>
<OutputPath>..\..\..\..\SIMP\전주번호찰 프로그램%28통신%29\FP_v5\</OutputPath>
<OutputPath>..\..\..\..\..\SIMP\전주번호찰 프로그램%28통신%29\FP_v5\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>

File diff suppressed because it is too large Load Diff