-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmCPM.Designer.vb
157 lines (153 loc) · 6.89 KB
/
frmCPM.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmCPM
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.LinkLabel9 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel8 = New System.Windows.Forms.LinkLabel()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.LinkLabel5 = New System.Windows.Forms.LinkLabel()
Me.PictureBox7 = New System.Windows.Forms.PictureBox()
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
Me.Button1 = New System.Windows.Forms.Button()
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'LinkLabel9
'
Me.LinkLabel9.AutoSize = True
Me.LinkLabel9.Location = New System.Drawing.Point(53, 59)
Me.LinkLabel9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel9.Name = "LinkLabel9"
Me.LinkLabel9.Size = New System.Drawing.Size(141, 17)
Me.LinkLabel9.TabIndex = 17
Me.LinkLabel9.TabStop = True
Me.LinkLabel9.Text = "Restore disk image..."
'
'LinkLabel8
'
Me.LinkLabel8.AutoSize = True
Me.LinkLabel8.Location = New System.Drawing.Point(53, 98)
Me.LinkLabel8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel8.Name = "LinkLabel8"
Me.LinkLabel8.Size = New System.Drawing.Size(123, 17)
Me.LinkLabel8.TabIndex = 16
Me.LinkLabel8.TabStop = True
Me.LinkLabel8.Text = "Save disk image..."
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(181, 20)
Me.CheckBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(66, 21)
Me.CheckBox1.TabIndex = 18
Me.CheckBox1.Text = "Verify"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'LinkLabel5
'
Me.LinkLabel5.AutoSize = True
Me.LinkLabel5.Location = New System.Drawing.Point(53, 20)
Me.LinkLabel5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel5.Name = "LinkLabel5"
Me.LinkLabel5.Size = New System.Drawing.Size(124, 17)
Me.LinkLabel5.TabIndex = 15
Me.LinkLabel5.TabStop = True
Me.LinkLabel5.Text = "Format (720KB) ..."
'
'PictureBox7
'
Me.PictureBox7.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0003_0409
Me.PictureBox7.Location = New System.Drawing.Point(11, 89)
Me.PictureBox7.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.PictureBox7.Name = "PictureBox7"
Me.PictureBox7.Size = New System.Drawing.Size(32, 30)
Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox7.TabIndex = 21
Me.PictureBox7.TabStop = False
'
'PictureBox9
'
Me.PictureBox9.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_mod
Me.PictureBox9.Location = New System.Drawing.Point(11, 10)
Me.PictureBox9.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.PictureBox9.Name = "PictureBox9"
Me.PictureBox9.Size = New System.Drawing.Size(32, 30)
Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox9.TabIndex = 20
Me.PictureBox9.TabStop = False
'
'PictureBox8
'
Me.PictureBox8.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0002_0409
Me.PictureBox8.Location = New System.Drawing.Point(11, 49)
Me.PictureBox8.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.PictureBox8.Name = "PictureBox8"
Me.PictureBox8.Size = New System.Drawing.Size(32, 30)
Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox8.TabIndex = 19
Me.PictureBox8.TabStop = False
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(181, 128)
Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(64, 30)
Me.Button1.TabIndex = 22
Me.Button1.Text = "Close"
Me.Button1.UseVisualStyleBackColor = True
'
'frmCPM
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(255, 167)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.PictureBox7)
Me.Controls.Add(Me.PictureBox9)
Me.Controls.Add(Me.LinkLabel9)
Me.Controls.Add(Me.LinkLabel8)
Me.Controls.Add(Me.PictureBox8)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.LinkLabel5)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.Name = "frmCPM"
Me.Text = "CP/M Tools"
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox7 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox9 As System.Windows.Forms.PictureBox
Friend WithEvents LinkLabel9 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel8 As System.Windows.Forms.LinkLabel
Friend WithEvents PictureBox8 As System.Windows.Forms.PictureBox
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents LinkLabel5 As System.Windows.Forms.LinkLabel
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class