summaryrefslogtreecommitdiff
path: root/Backup/windows 95/boot.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/boot.Designer.vb
parent01a3011ef2fc1878863cf4e9e9324e23e96b1ad5 (diff)
parentabf7b2348417391c7e1a03fa66f01e46b202885e (diff)
downloadhistacom-Mac_OS_X_Tiger.tar.gz
histacom-Mac_OS_X_Tiger.tar.bz2
histacom-Mac_OS_X_Tiger.zip
Merge branch 'master' of https://github.com/Histacom/HistacomMac_OS_X_Tiger
Diffstat (limited to 'Backup/windows 95/boot.Designer.vb')
-rwxr-xr-xBackup/windows 95/boot.Designer.vb37
1 files changed, 0 insertions, 37 deletions
diff --git a/Backup/windows 95/boot.Designer.vb b/Backup/windows 95/boot.Designer.vb
deleted file mode 100755
index bb3edeb..0000000
--- a/Backup/windows 95/boot.Designer.vb
+++ /dev/null
@@ -1,37 +0,0 @@
-<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
-Partial Class boot
- Inherits System.Windows.Forms.Form
-
- 'Form overrides dispose to clean up the component list.
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- 'Required by the Windows Form Designer
- Private components As System.ComponentModel.IContainer
-
- 'NOTE: The following procedure is required by the Windows Form Designer
- 'It can be modified using the Windows Form Designer.
- 'Do not modify it using the code editor.
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.SuspendLayout()
- '
- 'boot
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(284, 262)
- Me.Name = "boot"
- Me.Text = "boot"
- Me.ResumeLayout(False)
-
- End Sub
-End Class