group-meeting-lottery/My Project/Application.Designer.vb

38 lines
1.4 KiB
VB.net
Raw Normal View History

2022-03-08 15:47:55 +08:00
'------------------------------------------------------------------------------
' <auto-generated>
2024-10-06 22:23:35 +08:00
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
2022-03-08 15:47:55 +08:00
'
2024-10-06 22:23:35 +08:00
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
2022-03-08 15:47:55 +08:00
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
2024-10-06 22:23:35 +08:00
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
' or if you encounter build errors in this file, go to the Project Designer
' (go to Project Properties or double-click the My Project node in
' Solution Explorer), and make changes on the Application tab.
2022-03-08 15:47:55 +08:00
'
Partial Friend Class MyApplication
2024-10-06 22:23:35 +08:00
<Global.System.Diagnostics.DebuggerStepThroughAttribute()>
2022-03-08 15:47:55 +08:00
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
2024-10-06 22:23:35 +08:00
Me.IsSingleInstance = False
Me.EnableVisualStyles = True
Me.SaveMySettingsOnExit = True
2022-03-08 15:47:55 +08:00
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub
2024-10-06 22:23:35 +08:00
<Global.System.Diagnostics.DebuggerStepThroughAttribute()>
2022-03-08 15:47:55 +08:00
Protected Overrides Sub OnCreateMainForm()
2024-10-06 22:23:35 +08:00
Me.MainForm = Form1
2022-03-08 15:47:55 +08:00
End Sub
End Class
End Namespace