From 2985cf0d3f1959dec40d8955f88e6e66c1e85dcf Mon Sep 17 00:00:00 2001 From: LGram16 Date: Fri, 16 Jan 2026 22:37:50 +0900 Subject: [PATCH] =?UTF-8?q?v3=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8?= =?UTF-8?q?=EB=A5=BC=20.net=202.0=20->=204.0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- V3/My Project/Application.Designer.vb | 10 ++++++++-- V3/My Project/Resources.Designer.vb | 6 +++--- V3/My Project/Settings.Designer.vb | 4 ++-- V3/app.config | 25 +++++++++++++++++++++++++ V3/v3.vbproj | 5 ++++- 5 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 V3/app.config diff --git a/V3/My Project/Application.Designer.vb b/V3/My Project/Application.Designer.vb index c4ef2c5..5e0e4d8 100644 --- a/V3/My Project/Application.Designer.vb +++ b/V3/My Project/Application.Designer.vb @@ -14,10 +14,10 @@ Option Explicit On Namespace My - '참고: 자동으로 생성되므로 직접 이 파일을 수정하지 마십시오. 변경할 사항이 있거나 + '참고: 자동으로 생성되므로 직접 이 파일을 수정하지 마세요. 변경할 사항이 있거나 ' 파일에서 빌드 오류가 발생하는 경우 프로젝트 디자이너로 ' 이동([프로젝트 속성]으로 이동하거나 솔루션 탐색기에서 My Project 노드를 - ' 두 번 클릭)한 다음 [응용 프로그램] 탭에서 변경하십시오. + '두 번 클릭)한 다음 [애플리케이션] 탭에서 변경하세요. ' Partial Friend Class MyApplication @@ -34,5 +34,11 @@ Namespace My Protected Overrides Sub OnCreateMainForm() Me.MainForm = Global.인증날짜변경.Form1 End Sub + + _ + Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean + Me.MinimumSplashScreenDisplayTime = 0 + Return MyBase.OnInitialize(commandLineArgs) + End Function End Class End Namespace diff --git a/V3/My Project/Resources.Designer.vb b/V3/My Project/Resources.Designer.vb index 6a6daf4..e77aca3 100644 --- a/V3/My Project/Resources.Designer.vb +++ b/V3/My Project/Resources.Designer.vb @@ -22,7 +22,7 @@ Namespace My.Resources ''' ''' 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다. ''' - _ @@ -47,8 +47,8 @@ Namespace My.Resources End Property ''' - ''' 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture - ''' 속성을 재정의합니다. + ''' 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을 + ''' 재정의합니다. ''' _ Friend Property Culture() As Global.System.Globalization.CultureInfo diff --git a/V3/My Project/Settings.Designer.vb b/V3/My Project/Settings.Designer.vb index c744111..a942906 100644 --- a/V3/My Project/Settings.Designer.vb +++ b/V3/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase @@ -29,7 +29,7 @@ Namespace My Private Shared addedHandlerLockObject As New Object _ - Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) If My.Application.SaveMySettingsOnExit Then My.Settings.Save() End If diff --git a/V3/app.config b/V3/app.config new file mode 100644 index 0000000..222d673 --- /dev/null +++ b/V3/app.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/V3/v3.vbproj b/V3/v3.vbproj index 6813117..4ea5a7b 100644 --- a/V3/v3.vbproj +++ b/V3/v3.vbproj @@ -20,7 +20,8 @@ 3.5 0 - v2.0 + v4.0 + true @@ -80,6 +81,7 @@ True Application.myapp + True True @@ -105,6 +107,7 @@ + MyApplicationCodeGenerator Application.Designer.vb