first commit
[Blackjack.git] / src / Blackjack / My Project / Application.Designer.vb
CommitLineData
8c763a2e 1'------------------------------------------------------------------------------\r
2' <auto-generated>\r
3' This code was generated by a tool.\r
4' Runtime Version:4.0.30319.296\r
5'\r
6' Changes to this file may cause incorrect behavior and will be lost if\r
7' the code is regenerated.\r
8' </auto-generated>\r
9'------------------------------------------------------------------------------\r
10\r
11Option Strict On\r
12Option Explicit On\r
13\r
14\r
15Namespace My\r
16 \r
17 'NOTE: This file is auto-generated; do not modify it directly. To make changes,\r
18 ' or if you encounter build errors in this file, go to the Project Designer\r
19 ' (go to Project Properties or double-click the My Project node in\r
20 ' Solution Explorer), and make changes on the Application tab.\r
21 '\r
22 Partial Friend Class MyApplication\r
23 \r
24 <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _\r
25 Public Sub New()\r
26 MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)\r
27 Me.IsSingleInstance = false\r
28 Me.EnableVisualStyles = true\r
29 Me.SaveMySettingsOnExit = true\r
30 Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses\r
31 End Sub\r
32 \r
33 <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _\r
34 Protected Overrides Sub OnCreateMainForm()\r
35 Me.MainForm = Global.Blackjack.Blackjack\r
36 End Sub\r
37 End Class\r
38End Namespace\r