diff options
| author | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
| commit | e7731fb58a232da141cee1e887c86a06e2ff4792 (patch) | |
| tree | dfebf518bb10485f78317484023efce9db21d891 /ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/Application.Designer.vb | |
| parent | 487deee243c7b1994f049c3d190e1e0971973bca (diff) | |
| download | shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.gz shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.bz2 shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.zip | |
First ever VB mod... it isn't going well.
Diffstat (limited to 'ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/Application.Designer.vb')
| -rw-r--r-- | ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/Application.Designer.vb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/Application.Designer.vb b/ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/Application.Designer.vb new file mode 100644 index 0000000..0ad91da --- /dev/null +++ b/ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/Application.Designer.vb @@ -0,0 +1,38 @@ +'------------------------------------------------------------------------------ +' <auto-generated> +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' </auto-generated> +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + '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. + ' + Partial Friend Class MyApplication + + <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ + Public Sub New() + MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) + Me.IsSingleInstance = false + Me.EnableVisualStyles = true + Me.SaveMySettingsOnExit = true + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses + End Sub + + <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ + Protected Overrides Sub OnCreateMainForm() + Me.MainForm = Global.ShiftOS.Modding.VisualBasic.LegacySkinConverter.Form1 + End Sub + End Class +End Namespace |
