가로등 통합 anycpu 로 변경
This commit is contained in:
@@ -89,7 +89,11 @@ Public Class MakeList
|
||||
' If DemoDlg.ShowDialog() <> Windows.Forms.DialogResult.OK Then End
|
||||
'End If
|
||||
|
||||
Me.Text = My.Application.Info.ProductName & " Ver. {0}.{1:00}.{2}.{3}"
|
||||
Dim bit64 As String = "x86"
|
||||
If (Environment.Is64BitProcess) Then bit64 = "x64"
|
||||
|
||||
|
||||
Me.Text = $"{My.Application.Info.ProductName} Ver. {0}.{1:00}.{2}.{3} - {bit64}"
|
||||
Me.Text = System.String.Format(Me.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor, My.Application.Info.Version.Build, My.Application.Info.Version.Revision)
|
||||
Me.view1.Font = New Font(ViewFont.FontName, ViewFont.FontSize, Me.Font.Style) '//글자정보 불러오기
|
||||
' Me.ToolStrip1.Font = New Font(MenuFont.FontName, MenuFont.FontSize, Me.Font.Style) '//글자정보 불러오기
|
||||
|
||||
Reference in New Issue
Block a user