summaryrefslogtreecommitdiff
path: root/Backup/windows 95/My Project/Application.Designer.vb
diff options
context:
space:
mode:
authorjakeypearce <[email protected]>2015-03-19 19:39:44 +0000
committerjakeypearce <[email protected]>2015-03-19 19:39:44 +0000
commit5a66fa33aa3ee6cf168bf03a6e106211d39e3d03 (patch)
tree3a2116e06446e7f941f8dfcf0c1b114e4d026534 /Backup/windows 95/My Project/Application.Designer.vb
parent01a3011ef2fc1878863cf4e9e9324e23e96b1ad5 (diff)
parentabf7b2348417391c7e1a03fa66f01e46b202885e (diff)
downloadhistacom-5a66fa33aa3ee6cf168bf03a6e106211d39e3d03.tar.gz
histacom-5a66fa33aa3ee6cf168bf03a6e106211d39e3d03.tar.bz2
histacom-5a66fa33aa3ee6cf168bf03a6e106211d39e3d03.zip
Merge branch 'master' of https://github.com/Histacom/HistacomMac_OS_X_Tiger
Diffstat (limited to 'Backup/windows 95/My Project/Application.Designer.vb')
-rwxr-xr-xBackup/windows 95/My Project/Application.Designer.vb38
1 files changed, 0 insertions, 38 deletions
diff --git a/Backup/windows 95/My Project/Application.Designer.vb b/Backup/windows 95/My Project/Application.Designer.vb
deleted file mode 100755
index e56ff63..0000000
--- a/Backup/windows 95/My Project/Application.Designer.vb
+++ /dev/null
@@ -1,38 +0,0 @@
-'------------------------------------------------------------------------------
-' <auto-generated>
-' This code was generated by a tool.
-' Runtime Version:2.0.50727.4927
-'
-' 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.windows_95.Windows95
- End Sub
- End Class
-End Namespace