-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmMain.Designer.vb
640 lines (635 loc) · 29.6 KB
/
frmMain.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
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.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Me.ListView1 = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.RadioButton5 = New System.Windows.Forms.RadioButton()
Me.RadioButton4 = New System.Windows.Forms.RadioButton()
Me.RadioButton3 = New System.Windows.Forms.RadioButton()
Me.LinkLabel4 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel3 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.LinkLabel9 = New System.Windows.Forms.LinkLabel()
Me.PictureBox7 = New System.Windows.Forms.PictureBox()
Me.LinkLabel8 = New System.Windows.Forms.LinkLabel()
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
Me.LinkLabel7 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel6 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel5 = New System.Windows.Forms.LinkLabel()
Me.RadioButton1 = New System.Windows.Forms.RadioButton()
Me.RadioButton2 = New System.Windows.Forms.RadioButton()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.PictureBox11 = New System.Windows.Forms.PictureBox()
Me.LinkLabel10 = New System.Windows.Forms.LinkLabel()
Me.Label1 = New System.Windows.Forms.Label()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.PictureBox10 = New System.Windows.Forms.PictureBox()
Me.GroupBox1.SuspendLayout()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox2.SuspendLayout()
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox3.SuspendLayout()
CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ListView1
'
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
Me.ListView1.LargeImageList = Me.ImageList1
Me.ListView1.Location = New System.Drawing.Point(11, 138)
Me.ListView1.Margin = New System.Windows.Forms.Padding(4)
Me.ListView1.MultiSelect = False
Me.ListView1.Name = "ListView1"
Me.ListView1.Size = New System.Drawing.Size(276, 285)
Me.ListView1.SmallImageList = Me.ImageList1
Me.ListView1.TabIndex = 0
Me.ListView1.UseCompatibleStateImageBehavior = False
Me.ListView1.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "Name"
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "Type"
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "NOTE06.ICO")
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.PictureBox4)
Me.GroupBox1.Controls.Add(Me.PictureBox3)
Me.GroupBox1.Controls.Add(Me.PictureBox2)
Me.GroupBox1.Controls.Add(Me.PictureBox1)
Me.GroupBox1.Controls.Add(Me.RadioButton5)
Me.GroupBox1.Controls.Add(Me.RadioButton4)
Me.GroupBox1.Controls.Add(Me.RadioButton3)
Me.GroupBox1.Controls.Add(Me.LinkLabel4)
Me.GroupBox1.Controls.Add(Me.LinkLabel3)
Me.GroupBox1.Controls.Add(Me.LinkLabel2)
Me.GroupBox1.Controls.Add(Me.LinkLabel1)
Me.GroupBox1.Location = New System.Drawing.Point(299, 10)
Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4)
Me.GroupBox1.Size = New System.Drawing.Size(277, 177)
Me.GroupBox1.TabIndex = 1
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "File Options"
'
'PictureBox4
'
Me.PictureBox4.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0003_0409
Me.PictureBox4.Location = New System.Drawing.Point(21, 138)
Me.PictureBox4.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(32, 30)
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox4.TabIndex = 10
Me.PictureBox4.TabStop = False
'
'PictureBox3
'
Me.PictureBox3.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0002_0409
Me.PictureBox3.Location = New System.Drawing.Point(21, 98)
Me.PictureBox3.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(32, 30)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox3.TabIndex = 9
Me.PictureBox3.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.Image = Global.HCDiskExplorer.My.Resources.Resources.imageres_dll_I005e_0409
Me.PictureBox2.Location = New System.Drawing.Point(21, 59)
Me.PictureBox2.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(32, 30)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox2.TabIndex = 8
Me.PictureBox2.TabStop = False
'
'PictureBox1
'
Me.PictureBox1.Image = Global.HCDiskExplorer.My.Resources.Resources.netshell_dll_I0643_0409
Me.PictureBox1.Location = New System.Drawing.Point(21, 20)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(32, 30)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 7
Me.PictureBox1.TabStop = False
'
'RadioButton5
'
Me.RadioButton5.AutoSize = True
Me.RadioButton5.Location = New System.Drawing.Point(181, 128)
Me.RadioButton5.Margin = New System.Windows.Forms.Padding(4)
Me.RadioButton5.Name = "RadioButton5"
Me.RadioButton5.Size = New System.Drawing.Size(56, 21)
Me.RadioButton5.TabIndex = 6
Me.RadioButton5.TabStop = True
Me.RadioButton5.Text = "Text"
Me.RadioButton5.UseVisualStyleBackColor = True
'
'RadioButton4
'
Me.RadioButton4.AutoSize = True
Me.RadioButton4.Location = New System.Drawing.Point(181, 108)
Me.RadioButton4.Margin = New System.Windows.Forms.Padding(4)
Me.RadioButton4.Name = "RadioButton4"
Me.RadioButton4.Size = New System.Drawing.Size(62, 21)
Me.RadioButton4.TabIndex = 5
Me.RadioButton4.TabStop = True
Me.RadioButton4.Text = "Code"
Me.RadioButton4.UseVisualStyleBackColor = True
'
'RadioButton3
'
Me.RadioButton3.AutoSize = True
Me.RadioButton3.Checked = True
Me.RadioButton3.Location = New System.Drawing.Point(181, 89)
Me.RadioButton3.Margin = New System.Windows.Forms.Padding(4)
Me.RadioButton3.Name = "RadioButton3"
Me.RadioButton3.Size = New System.Drawing.Size(83, 21)
Me.RadioButton3.TabIndex = 4
Me.RadioButton3.TabStop = True
Me.RadioButton3.Text = "Program"
Me.RadioButton3.UseVisualStyleBackColor = True
'
'LinkLabel4
'
Me.LinkLabel4.AutoSize = True
Me.LinkLabel4.Location = New System.Drawing.Point(64, 69)
Me.LinkLabel4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel4.Name = "LinkLabel4"
Me.LinkLabel4.Size = New System.Drawing.Size(73, 17)
Me.LinkLabel4.TabIndex = 3
Me.LinkLabel4.TabStop = True
Me.LinkLabel4.Text = "Rename..."
'
'LinkLabel3
'
Me.LinkLabel3.AutoSize = True
Me.LinkLabel3.Location = New System.Drawing.Point(64, 108)
Me.LinkLabel3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel3.Name = "LinkLabel3"
Me.LinkLabel3.Size = New System.Drawing.Size(113, 17)
Me.LinkLabel3.TabIndex = 2
Me.LinkLabel3.TabStop = True
Me.LinkLabel3.Text = "Add to disk ... as"
'
'LinkLabel2
'
Me.LinkLabel2.AutoSize = True
Me.LinkLabel2.Location = New System.Drawing.Point(64, 148)
Me.LinkLabel2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel2.Name = "LinkLabel2"
Me.LinkLabel2.Size = New System.Drawing.Size(104, 17)
Me.LinkLabel2.TabIndex = 1
Me.LinkLabel2.TabStop = True
Me.LinkLabel2.Text = "Get from disk..."
'
'LinkLabel1
'
Me.LinkLabel1.AutoSize = True
Me.LinkLabel1.Location = New System.Drawing.Point(64, 30)
Me.LinkLabel1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(122, 17)
Me.LinkLabel1.TabIndex = 0
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "Delete from disk..."
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.PictureBox9)
Me.GroupBox2.Controls.Add(Me.PictureBox5)
Me.GroupBox2.Controls.Add(Me.PictureBox6)
Me.GroupBox2.Controls.Add(Me.CheckBox1)
Me.GroupBox2.Controls.Add(Me.LinkLabel9)
Me.GroupBox2.Controls.Add(Me.PictureBox7)
Me.GroupBox2.Controls.Add(Me.LinkLabel8)
Me.GroupBox2.Controls.Add(Me.PictureBox8)
Me.GroupBox2.Controls.Add(Me.LinkLabel7)
Me.GroupBox2.Controls.Add(Me.LinkLabel6)
Me.GroupBox2.Controls.Add(Me.LinkLabel5)
Me.GroupBox2.Location = New System.Drawing.Point(299, 197)
Me.GroupBox2.Margin = New System.Windows.Forms.Padding(4)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Padding = New System.Windows.Forms.Padding(4)
Me.GroupBox2.Size = New System.Drawing.Size(277, 217)
Me.GroupBox2.TabIndex = 2
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Disk Options"
'
'PictureBox9
'
Me.PictureBox9.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_mod
Me.PictureBox9.Location = New System.Drawing.Point(21, 20)
Me.PictureBox9.Margin = New System.Windows.Forms.Padding(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 = 13
Me.PictureBox9.TabStop = False
'
'PictureBox5
'
Me.PictureBox5.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0003_0409
Me.PictureBox5.Location = New System.Drawing.Point(21, 98)
Me.PictureBox5.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox5.Name = "PictureBox5"
Me.PictureBox5.Size = New System.Drawing.Size(32, 30)
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox5.TabIndex = 12
Me.PictureBox5.TabStop = False
'
'PictureBox6
'
Me.PictureBox6.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0002_0409
Me.PictureBox6.Location = New System.Drawing.Point(21, 59)
Me.PictureBox6.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox6.Name = "PictureBox6"
Me.PictureBox6.Size = New System.Drawing.Size(32, 30)
Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox6.TabIndex = 11
Me.PictureBox6.TabStop = False
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(192, 30)
Me.CheckBox1.Margin = New System.Windows.Forms.Padding(4)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(66, 21)
Me.CheckBox1.TabIndex = 5
Me.CheckBox1.Text = "Verify"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'LinkLabel9
'
Me.LinkLabel9.AutoSize = True
Me.LinkLabel9.Location = New System.Drawing.Point(64, 148)
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 = 4
Me.LinkLabel9.TabStop = True
Me.LinkLabel9.Text = "Restore disk image..."
'
'PictureBox7
'
Me.PictureBox7.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0003_0409
Me.PictureBox7.Location = New System.Drawing.Point(21, 177)
Me.PictureBox7.Margin = New System.Windows.Forms.Padding(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 = 14
Me.PictureBox7.TabStop = False
'
'LinkLabel8
'
Me.LinkLabel8.AutoSize = True
Me.LinkLabel8.Location = New System.Drawing.Point(64, 187)
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 = 3
Me.LinkLabel8.TabStop = True
Me.LinkLabel8.Text = "Save disk image..."
'
'PictureBox8
'
Me.PictureBox8.Image = Global.HCDiskExplorer.My.Resources.Resources.brcpl_dll_I0002_0409
Me.PictureBox8.Location = New System.Drawing.Point(21, 138)
Me.PictureBox8.Margin = New System.Windows.Forms.Padding(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 = 13
Me.PictureBox8.TabStop = False
'
'LinkLabel7
'
Me.LinkLabel7.AutoSize = True
Me.LinkLabel7.Location = New System.Drawing.Point(64, 69)
Me.LinkLabel7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel7.Name = "LinkLabel7"
Me.LinkLabel7.Size = New System.Drawing.Size(122, 17)
Me.LinkLabel7.TabIndex = 2
Me.LinkLabel7.TabStop = True
Me.LinkLabel7.Text = "Import from TAP..."
'
'LinkLabel6
'
Me.LinkLabel6.AutoSize = True
Me.LinkLabel6.Location = New System.Drawing.Point(64, 108)
Me.LinkLabel6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel6.Name = "LinkLabel6"
Me.LinkLabel6.Size = New System.Drawing.Size(107, 17)
Me.LinkLabel6.TabIndex = 1
Me.LinkLabel6.TabStop = True
Me.LinkLabel6.Text = "Export to TAP..."
'
'LinkLabel5
'
Me.LinkLabel5.AutoSize = True
Me.LinkLabel5.Location = New System.Drawing.Point(64, 30)
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 = 0
Me.LinkLabel5.TabStop = True
Me.LinkLabel5.Text = "Format (720KB) ..."
'
'RadioButton1
'
Me.RadioButton1.AutoSize = True
Me.RadioButton1.Checked = True
Me.RadioButton1.Location = New System.Drawing.Point(75, 20)
Me.RadioButton1.Margin = New System.Windows.Forms.Padding(4)
Me.RadioButton1.Name = "RadioButton1"
Me.RadioButton1.Size = New System.Drawing.Size(87, 38)
Me.RadioButton1.TabIndex = 3
Me.RadioButton1.TabStop = True
Me.RadioButton1.Text = "80 tracks" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(720KB)"
Me.RadioButton1.UseVisualStyleBackColor = True
'
'RadioButton2
'
Me.RadioButton2.AutoSize = True
Me.RadioButton2.Location = New System.Drawing.Point(171, 20)
Me.RadioButton2.Margin = New System.Windows.Forms.Padding(4)
Me.RadioButton2.Name = "RadioButton2"
Me.RadioButton2.Size = New System.Drawing.Size(87, 38)
Me.RadioButton2.TabIndex = 4
Me.RadioButton2.Text = "40 tracks" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(360KB)"
Me.RadioButton2.UseVisualStyleBackColor = True
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.PictureBox11)
Me.GroupBox3.Controls.Add(Me.RadioButton1)
Me.GroupBox3.Controls.Add(Me.RadioButton2)
Me.GroupBox3.Location = New System.Drawing.Point(11, 10)
Me.GroupBox3.Margin = New System.Windows.Forms.Padding(4)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Padding = New System.Windows.Forms.Padding(4)
Me.GroupBox3.Size = New System.Drawing.Size(277, 69)
Me.GroupBox3.TabIndex = 5
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Disk Type"
'
'PictureBox11
'
Me.PictureBox11.Image = Global.HCDiskExplorer.My.Resources.Resources.imageres_dll_I001c_0409
Me.PictureBox11.Location = New System.Drawing.Point(21, 20)
Me.PictureBox11.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox11.Name = "PictureBox11"
Me.PictureBox11.Size = New System.Drawing.Size(32, 30)
Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox11.TabIndex = 15
Me.PictureBox11.TabStop = False
'
'LinkLabel10
'
Me.LinkLabel10.AutoSize = True
Me.LinkLabel10.Location = New System.Drawing.Point(53, 89)
Me.LinkLabel10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LinkLabel10.Name = "LinkLabel10"
Me.LinkLabel10.Size = New System.Drawing.Size(58, 17)
Me.LinkLabel10.TabIndex = 7
Me.LinkLabel10.TabStop = True
Me.LinkLabel10.Text = "Refresh"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(21, 433)
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(133, 17)
Me.Label1.TabIndex = 8
Me.Label1.Text = "Free space: 0 bytes"
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'ComboBox1
'
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"Details", "Large Icons", "List", "Small Icons", "Tiles"})
Me.ComboBox1.Location = New System.Drawing.Point(160, 89)
Me.ComboBox1.Margin = New System.Windows.Forms.Padding(4)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(127, 24)
Me.ComboBox1.TabIndex = 9
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(117, 89)
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 17)
Me.Label2.TabIndex = 10
Me.Label2.Text = "View:"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(459, 423)
Me.Button2.Margin = New System.Windows.Forms.Padding(4)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(117, 30)
Me.Button2.TabIndex = 16
Me.Button2.Text = "About..."
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(203, 423)
Me.Button3.Margin = New System.Windows.Forms.Padding(4)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(85, 30)
Me.Button3.TabIndex = 17
Me.Button3.Text = "CP/M..."
Me.Button3.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(309, 423)
Me.Button1.Margin = New System.Windows.Forms.Padding(4)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(139, 30)
Me.Button1.TabIndex = 15
Me.Button1.Text = "Install Driver..."
Me.Button1.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(11, 118)
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(149, 17)
Me.Label3.TabIndex = 18
Me.Label3.Text = "Files currently on disk:"
'
'PictureBox10
'
Me.PictureBox10.Image = Global.HCDiskExplorer.My.Resources.Resources.mobsync_exe_I0001_0409
Me.PictureBox10.Location = New System.Drawing.Point(11, 79)
Me.PictureBox10.Margin = New System.Windows.Forms.Padding(4)
Me.PictureBox10.Name = "PictureBox10"
Me.PictureBox10.Size = New System.Drawing.Size(32, 30)
Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox10.TabIndex = 11
Me.PictureBox10.TabStop = False
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(585, 463)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.PictureBox10)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.LinkLabel10)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.ListView1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(4)
Me.MaximizeBox = False
Me.Name = "frmMain"
Me.Text = "HC Disk Explorer"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ListView1 As System.Windows.Forms.ListView
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents LinkLabel4 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel3 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel7 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel6 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel5 As System.Windows.Forms.LinkLabel
Friend WithEvents RadioButton5 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton3 As System.Windows.Forms.RadioButton
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents LinkLabel9 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel8 As System.Windows.Forms.LinkLabel
Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents LinkLabel10 As System.Windows.Forms.LinkLabel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox9 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox7 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox8 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox10 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox11 As System.Windows.Forms.PictureBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
End Class