솔루션에 fp5,fp13 포함
This commit is contained in:
@@ -10,8 +10,8 @@ Imports System.Runtime.InteropServices
|
||||
|
||||
<Assembly: AssemblyTitle("전주번호찰(통신)")>
|
||||
<Assembly: AssemblyDescription("전주번호목록 작성 및 출력을 하는 프로그램")>
|
||||
<Assembly: AssemblyCompany("제공 : 해광기획")>
|
||||
<Assembly: AssemblyProduct("전주번호찰(통신)")>
|
||||
<Assembly: AssemblyCompany("제공 : 해광기획")>
|
||||
<Assembly: AssemblyProduct("전주번호찰(통신)-FP13")>
|
||||
<Assembly: AssemblyCopyright("Copyright (C) SIMP 2017")>
|
||||
<Assembly: AssemblyTrademark("SIMP")>
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
FarPoint.Win.Spread.FpSpread, FarPoint.Win.Spread, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457
|
||||
FarPoint.Win.Spread.FpSpread, FarPoint.Win.Spread, Version=13.45.20191.0, Culture=neutral, PublicKeyToken=327c3516b1b18457
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 = System.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 = System.Windows.Forms.DialogResult.Cancel
|
||||
End If
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>false</DefineTrace>
|
||||
<OutputPath>..\..\..\..\SIMP\전주번호찰 프로그램%28통신%29\FP_v13\</OutputPath>
|
||||
<OutputPath>..\..\..\..\..\SIMP\전주번호찰 프로그램%28통신%29\FP_v13\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
|
||||
Reference in New Issue
Block a user