-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmMain.Designer.vb
730 lines (726 loc) · 37 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
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<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
'Requerido por el Diseñador de Windows Forms
Private components As System.ComponentModel.IContainer
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
'Se puede modificar usando el Diseñador de Windows Forms.
'No lo modifique con el editor de código.
<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.tbAction = New System.Windows.Forms.ToolStrip()
Me.tbActionNew = New System.Windows.Forms.ToolStripButton()
Me.tbActionConfig = New System.Windows.Forms.ToolStripButton()
Me.tbDelete = New System.Windows.Forms.ToolStripButton()
Me.tbStart = New System.Windows.Forms.ToolStripButton()
Me.MainMenu1 = New System.Windows.Forms.MainMenu(Me.components)
Me.mnuFile = New System.Windows.Forms.MenuItem()
Me.mnuFilePrefs = New System.Windows.Forms.MenuItem()
Me.mnuFileBar0 = New System.Windows.Forms.MenuItem()
Me.mnuFileDiskmaker = New System.Windows.Forms.MenuItem()
Me.MenuItem1 = New System.Windows.Forms.MenuItem()
Me.mnuFileExit = New System.Windows.Forms.MenuItem()
Me.mnuMachine = New System.Windows.Forms.MenuItem()
Me.mnuMachineNew = New System.Windows.Forms.MenuItem()
Me.mnuMachineBar0 = New System.Windows.Forms.MenuItem()
Me.mnuMachineImport = New System.Windows.Forms.MenuItem()
Me.mnuMachineExport = New System.Windows.Forms.MenuItem()
Me.mnuHelp = New System.Windows.Forms.MenuItem()
Me.mnuHelpContents = New System.Windows.Forms.MenuItem()
Me.mnuHelpBar0 = New System.Windows.Forms.MenuItem()
Me.mnuHelpAbout = New System.Windows.Forms.MenuItem()
Me.mnuHelpDebugWnd = New System.Windows.Forms.MenuItem()
Me.Importer = New System.Windows.Forms.OpenFileDialog()
Me.VMPics = New System.Windows.Forms.ImageList(Me.components)
Me.lvVmlist = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.panDetSys = New System.Windows.Forms.Panel()
Me.panDetSysPic = New System.Windows.Forms.PictureBox()
Me.panDetSysLink = New System.Windows.Forms.LinkLabel()
Me.panDetSysCollapse = New System.Windows.Forms.Button()
Me.panDetSysControls = New System.Windows.Forms.FlowLayoutPanel()
Me.panDetNet = New System.Windows.Forms.Panel()
Me.panDetNetPic = New System.Windows.Forms.PictureBox()
Me.panDetNetLink = New System.Windows.Forms.LinkLabel()
Me.panDetNetCollapse = New System.Windows.Forms.Button()
Me.panDetNetControls = New System.Windows.Forms.FlowLayoutPanel()
Me.panDetBoot = New System.Windows.Forms.Panel()
Me.panDetBootPic = New System.Windows.Forms.PictureBox()
Me.panDetBootLink = New System.Windows.Forms.LinkLabel()
Me.panDetBootCollapse = New System.Windows.Forms.Button()
Me.panDetBootControls = New System.Windows.Forms.FlowLayoutPanel()
Me.panDetKeys = New System.Windows.Forms.Panel()
Me.panDetKeysPic = New System.Windows.Forms.PictureBox()
Me.panDetKeysLink = New System.Windows.Forms.LinkLabel()
Me.panDetKeysCollapse = New System.Windows.Forms.Button()
Me.panDetKeysControls = New System.Windows.Forms.FlowLayoutPanel()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.panWelcomePic = New System.Windows.Forms.PictureBox()
Me.panWelcomeDescription = New System.Windows.Forms.Label()
Me.panWelcomeTitle = New System.Windows.Forms.Label()
Me.Exporter = New System.Windows.Forms.SaveFileDialog()
Me.HelpProvider1 = New System.Windows.Forms.HelpProvider()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.GuiltyPPC = New System.Windows.Forms.Timer(Me.components)
Me.PPCSubProcess = New System.ComponentModel.BackgroundWorker()
Me.tbAction.SuspendLayout()
Me.panDetSys.SuspendLayout()
CType(Me.panDetSysPic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panDetNet.SuspendLayout()
CType(Me.panDetNetPic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panDetBoot.SuspendLayout()
CType(Me.panDetBootPic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panDetKeys.SuspendLayout()
CType(Me.panDetKeysPic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
CType(Me.panWelcomePic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel2.SuspendLayout()
Me.Panel3.SuspendLayout()
Me.SuspendLayout()
'
'tbAction
'
Me.tbAction.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.tbAction.ImageScalingSize = New System.Drawing.Size(32, 32)
Me.tbAction.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tbActionNew, Me.tbActionConfig, Me.tbDelete, Me.tbStart})
Me.tbAction.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
Me.tbAction.Location = New System.Drawing.Point(0, 0)
Me.tbAction.Name = "tbAction"
Me.tbAction.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
Me.tbAction.Size = New System.Drawing.Size(659, 54)
Me.tbAction.TabIndex = 0
Me.tbAction.Text = "ToolStrip1"
'
'tbActionNew
'
Me.tbActionNew.Image = Global.PearBox.My.Resources.Resources.MachineNew
Me.tbActionNew.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tbActionNew.Name = "tbActionNew"
Me.tbActionNew.Size = New System.Drawing.Size(36, 51)
Me.tbActionNew.Text = "New"
Me.tbActionNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
'
'tbActionConfig
'
Me.tbActionConfig.Enabled = False
Me.tbActionConfig.Image = Global.PearBox.My.Resources.Resources.MachineConfig
Me.tbActionConfig.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tbActionConfig.Name = "tbActionConfig"
Me.tbActionConfig.Size = New System.Drawing.Size(85, 51)
Me.tbActionConfig.Text = "Configuration"
Me.tbActionConfig.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
'
'tbDelete
'
Me.tbDelete.Enabled = False
Me.tbDelete.Image = Global.PearBox.My.Resources.Resources.MachineDelete
Me.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tbDelete.Name = "tbDelete"
Me.tbDelete.Size = New System.Drawing.Size(44, 51)
Me.tbDelete.Text = "Delete"
Me.tbDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
'
'tbStart
'
Me.tbStart.Enabled = False
Me.tbStart.Image = Global.PearBox.My.Resources.Resources.MachineStart
Me.tbStart.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tbStart.Name = "tbStart"
Me.tbStart.Size = New System.Drawing.Size(36, 51)
Me.tbStart.Text = "Start"
Me.tbStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
'
'MainMenu1
'
Me.MainMenu1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuFile, Me.mnuMachine, Me.mnuHelp})
'
'mnuFile
'
Me.mnuFile.Index = 0
Me.mnuFile.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuFilePrefs, Me.mnuFileBar0, Me.mnuFileDiskmaker, Me.MenuItem1, Me.mnuFileExit})
Me.mnuFile.Text = "File"
'
'mnuFilePrefs
'
Me.mnuFilePrefs.Index = 0
Me.mnuFilePrefs.Text = "Preferences"
'
'mnuFileBar0
'
Me.mnuFileBar0.Index = 1
Me.mnuFileBar0.Text = "-"
'
'mnuFileDiskmaker
'
Me.mnuFileDiskmaker.Index = 2
Me.mnuFileDiskmaker.Text = "Disk image maker"
'
'MenuItem1
'
Me.MenuItem1.Index = 3
Me.MenuItem1.Text = "-"
'
'mnuFileExit
'
Me.mnuFileExit.Index = 4
Me.mnuFileExit.Shortcut = System.Windows.Forms.Shortcut.CtrlX
Me.mnuFileExit.Text = "Exit"
'
'mnuMachine
'
Me.mnuMachine.Index = 1
Me.mnuMachine.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuMachineNew, Me.mnuMachineBar0, Me.mnuMachineImport, Me.mnuMachineExport})
Me.mnuMachine.Text = "Machine"
'
'mnuMachineNew
'
Me.mnuMachineNew.Index = 0
Me.mnuMachineNew.Shortcut = System.Windows.Forms.Shortcut.CtrlN
Me.mnuMachineNew.Text = "New"
'
'mnuMachineBar0
'
Me.mnuMachineBar0.Index = 1
Me.mnuMachineBar0.Text = "-"
'
'mnuMachineImport
'
Me.mnuMachineImport.Index = 2
Me.mnuMachineImport.Text = "Import"
'
'mnuMachineExport
'
Me.mnuMachineExport.Enabled = False
Me.mnuMachineExport.Index = 3
Me.mnuMachineExport.Text = "Export"
'
'mnuHelp
'
Me.mnuHelp.Index = 2
Me.mnuHelp.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mnuHelpContents, Me.mnuHelpBar0, Me.mnuHelpAbout, Me.mnuHelpDebugWnd})
Me.mnuHelp.Text = "Help"
'
'mnuHelpContents
'
Me.mnuHelpContents.Index = 0
Me.mnuHelpContents.Text = "Contents"
'
'mnuHelpBar0
'
Me.mnuHelpBar0.Index = 1
Me.mnuHelpBar0.Text = "-"
'
'mnuHelpAbout
'
Me.mnuHelpAbout.Index = 2
Me.mnuHelpAbout.Text = "About"
'
'mnuHelpDebugWnd
'
Me.mnuHelpDebugWnd.Index = 3
Me.mnuHelpDebugWnd.Text = "Debug window"
'
'Importer
'
Me.Importer.FileName = "PearPC.cfg"
Me.Importer.Filter = "PearPC Config Files (*.cfg)|*.cfg|All Files (*.*)|*.*"
'
'VMPics
'
Me.VMPics.ImageStream = CType(resources.GetObject("VMPics.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.VMPics.TransparentColor = System.Drawing.Color.Transparent
Me.VMPics.Images.SetKeyName(0, "Generic.png")
Me.VMPics.Images.SetKeyName(1, "MacOS.png")
Me.VMPics.Images.SetKeyName(2, "Cheetah.png")
Me.VMPics.Images.SetKeyName(3, "Panther.png")
Me.VMPics.Images.SetKeyName(4, "Tiger.png")
Me.VMPics.Images.SetKeyName(5, "Linux.png")
'
'lvVmlist
'
Me.lvVmlist.Activation = System.Windows.Forms.ItemActivation.OneClick
Me.lvVmlist.BackColor = System.Drawing.SystemColors.Window
Me.lvVmlist.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1})
Me.lvVmlist.Dock = System.Windows.Forms.DockStyle.Left
Me.lvVmlist.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lvVmlist.FullRowSelect = True
Me.lvVmlist.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
Me.lvVmlist.HideSelection = False
Me.lvVmlist.LabelWrap = False
Me.lvVmlist.LargeImageList = Me.VMPics
Me.lvVmlist.Location = New System.Drawing.Point(0, 54)
Me.lvVmlist.MultiSelect = False
Me.lvVmlist.Name = "lvVmlist"
Me.lvVmlist.ShowGroups = False
Me.lvVmlist.ShowItemToolTips = True
Me.lvVmlist.Size = New System.Drawing.Size(253, 309)
Me.lvVmlist.SmallImageList = Me.VMPics
Me.lvVmlist.Sorting = System.Windows.Forms.SortOrder.Ascending
Me.lvVmlist.TabIndex = 3
Me.lvVmlist.TileSize = New System.Drawing.Size(200, 50)
Me.lvVmlist.UseCompatibleStateImageBehavior = False
Me.lvVmlist.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
Me.ColumnHeader1.Width = 249
'
'panDetSys
'
Me.panDetSys.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.panDetSys.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.panDetSys.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.panDetSys.Controls.Add(Me.panDetSysPic)
Me.panDetSys.Controls.Add(Me.panDetSysLink)
Me.panDetSys.Controls.Add(Me.panDetSysCollapse)
Me.panDetSys.Controls.Add(Me.panDetSysControls)
Me.panDetSys.Dock = System.Windows.Forms.DockStyle.Top
Me.panDetSys.Location = New System.Drawing.Point(8, 8)
Me.panDetSys.MinimumSize = New System.Drawing.Size(250, 2)
Me.panDetSys.Name = "panDetSys"
Me.panDetSys.Size = New System.Drawing.Size(390, 49)
Me.panDetSys.TabIndex = 0
'
'panDetSysPic
'
Me.panDetSysPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.panDetSysPic.Image = Global.PearBox.My.Resources.Resources.Chipset
Me.panDetSysPic.Location = New System.Drawing.Point(3, 2)
Me.panDetSysPic.Name = "panDetSysPic"
Me.panDetSysPic.Size = New System.Drawing.Size(16, 16)
Me.panDetSysPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.panDetSysPic.TabIndex = 7
Me.panDetSysPic.TabStop = False
'
'panDetSysLink
'
Me.panDetSysLink.ActiveLinkColor = System.Drawing.Color.Blue
Me.panDetSysLink.AutoSize = True
Me.panDetSysLink.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.panDetSysLink.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
Me.panDetSysLink.LinkColor = System.Drawing.SystemColors.ControlText
Me.panDetSysLink.Location = New System.Drawing.Point(22, 2)
Me.panDetSysLink.Name = "panDetSysLink"
Me.panDetSysLink.Size = New System.Drawing.Size(50, 13)
Me.panDetSysLink.TabIndex = 1
Me.panDetSysLink.TabStop = True
Me.panDetSysLink.Text = "System"
Me.panDetSysLink.VisitedLinkColor = System.Drawing.SystemColors.ControlText
'
'panDetSysCollapse
'
Me.panDetSysCollapse.BackColor = System.Drawing.Color.Transparent
Me.panDetSysCollapse.BackgroundImage = Global.PearBox.My.Resources.Resources.ArrowUp
Me.panDetSysCollapse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.panDetSysCollapse.Dock = System.Windows.Forms.DockStyle.Right
Me.panDetSysCollapse.FlatAppearance.BorderSize = 0
Me.panDetSysCollapse.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ActiveCaption
Me.panDetSysCollapse.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.panDetSysCollapse.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.panDetSysCollapse.Location = New System.Drawing.Point(360, 0)
Me.panDetSysCollapse.Name = "panDetSysCollapse"
Me.panDetSysCollapse.Size = New System.Drawing.Size(28, 18)
Me.panDetSysCollapse.TabIndex = 7
Me.panDetSysCollapse.UseVisualStyleBackColor = False
'
'panDetSysControls
'
Me.panDetSysControls.BackColor = System.Drawing.SystemColors.Window
Me.panDetSysControls.Dock = System.Windows.Forms.DockStyle.Bottom
Me.panDetSysControls.Location = New System.Drawing.Point(0, 18)
Me.panDetSysControls.Name = "panDetSysControls"
Me.panDetSysControls.Size = New System.Drawing.Size(388, 29)
Me.panDetSysControls.TabIndex = 4
'
'panDetNet
'
Me.panDetNet.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.panDetNet.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.panDetNet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.panDetNet.Controls.Add(Me.panDetNetPic)
Me.panDetNet.Controls.Add(Me.panDetNetLink)
Me.panDetNet.Controls.Add(Me.panDetNetCollapse)
Me.panDetNet.Controls.Add(Me.panDetNetControls)
Me.panDetNet.Dock = System.Windows.Forms.DockStyle.Top
Me.panDetNet.Location = New System.Drawing.Point(8, 57)
Me.panDetNet.MinimumSize = New System.Drawing.Size(250, 2)
Me.panDetNet.Name = "panDetNet"
Me.panDetNet.Size = New System.Drawing.Size(390, 49)
Me.panDetNet.TabIndex = 2
'
'panDetNetPic
'
Me.panDetNetPic.BackgroundImage = Global.PearBox.My.Resources.Resources.Chipset
Me.panDetNetPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.panDetNetPic.Image = Global.PearBox.My.Resources.Resources.Network
Me.panDetNetPic.Location = New System.Drawing.Point(3, 2)
Me.panDetNetPic.Name = "panDetNetPic"
Me.panDetNetPic.Size = New System.Drawing.Size(16, 16)
Me.panDetNetPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.panDetNetPic.TabIndex = 8
Me.panDetNetPic.TabStop = False
'
'panDetNetLink
'
Me.panDetNetLink.ActiveLinkColor = System.Drawing.Color.Blue
Me.panDetNetLink.AutoSize = True
Me.panDetNetLink.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.panDetNetLink.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
Me.panDetNetLink.LinkColor = System.Drawing.SystemColors.ControlText
Me.panDetNetLink.Location = New System.Drawing.Point(22, 2)
Me.panDetNetLink.Name = "panDetNetLink"
Me.panDetNetLink.Size = New System.Drawing.Size(54, 13)
Me.panDetNetLink.TabIndex = 1
Me.panDetNetLink.TabStop = True
Me.panDetNetLink.Text = "Network"
Me.panDetNetLink.VisitedLinkColor = System.Drawing.SystemColors.ControlText
'
'panDetNetCollapse
'
Me.panDetNetCollapse.BackColor = System.Drawing.Color.Transparent
Me.panDetNetCollapse.BackgroundImage = Global.PearBox.My.Resources.Resources.ArrowUp
Me.panDetNetCollapse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.panDetNetCollapse.Dock = System.Windows.Forms.DockStyle.Right
Me.panDetNetCollapse.FlatAppearance.BorderSize = 0
Me.panDetNetCollapse.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ActiveCaption
Me.panDetNetCollapse.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.panDetNetCollapse.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.panDetNetCollapse.Location = New System.Drawing.Point(360, 0)
Me.panDetNetCollapse.Name = "panDetNetCollapse"
Me.panDetNetCollapse.Size = New System.Drawing.Size(28, 18)
Me.panDetNetCollapse.TabIndex = 10
Me.panDetNetCollapse.UseVisualStyleBackColor = False
'
'panDetNetControls
'
Me.panDetNetControls.BackColor = System.Drawing.SystemColors.Window
Me.panDetNetControls.Dock = System.Windows.Forms.DockStyle.Bottom
Me.panDetNetControls.Location = New System.Drawing.Point(0, 18)
Me.panDetNetControls.Name = "panDetNetControls"
Me.panDetNetControls.Size = New System.Drawing.Size(388, 29)
Me.panDetNetControls.TabIndex = 5
'
'panDetBoot
'
Me.panDetBoot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.panDetBoot.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.panDetBoot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.panDetBoot.Controls.Add(Me.panDetBootPic)
Me.panDetBoot.Controls.Add(Me.panDetBootLink)
Me.panDetBoot.Controls.Add(Me.panDetBootCollapse)
Me.panDetBoot.Controls.Add(Me.panDetBootControls)
Me.panDetBoot.Dock = System.Windows.Forms.DockStyle.Top
Me.panDetBoot.Location = New System.Drawing.Point(8, 106)
Me.panDetBoot.MinimumSize = New System.Drawing.Size(250, 2)
Me.panDetBoot.Name = "panDetBoot"
Me.panDetBoot.Size = New System.Drawing.Size(390, 49)
Me.panDetBoot.TabIndex = 3
'
'panDetBootPic
'
Me.panDetBootPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.panDetBootPic.Image = Global.PearBox.My.Resources.Resources.HardDisk
Me.panDetBootPic.Location = New System.Drawing.Point(3, 2)
Me.panDetBootPic.Name = "panDetBootPic"
Me.panDetBootPic.Size = New System.Drawing.Size(16, 16)
Me.panDetBootPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.panDetBootPic.TabIndex = 8
Me.panDetBootPic.TabStop = False
'
'panDetBootLink
'
Me.panDetBootLink.ActiveLinkColor = System.Drawing.Color.Blue
Me.panDetBootLink.AutoSize = True
Me.panDetBootLink.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.panDetBootLink.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
Me.panDetBootLink.LinkColor = System.Drawing.SystemColors.ControlText
Me.panDetBootLink.Location = New System.Drawing.Point(22, 2)
Me.panDetBootLink.Name = "panDetBootLink"
Me.panDetBootLink.Size = New System.Drawing.Size(33, 13)
Me.panDetBootLink.TabIndex = 1
Me.panDetBootLink.TabStop = True
Me.panDetBootLink.Text = "Boot"
Me.panDetBootLink.VisitedLinkColor = System.Drawing.SystemColors.ControlText
'
'panDetBootCollapse
'
Me.panDetBootCollapse.BackColor = System.Drawing.Color.Transparent
Me.panDetBootCollapse.BackgroundImage = Global.PearBox.My.Resources.Resources.ArrowUp
Me.panDetBootCollapse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.panDetBootCollapse.Dock = System.Windows.Forms.DockStyle.Right
Me.panDetBootCollapse.FlatAppearance.BorderSize = 0
Me.panDetBootCollapse.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ActiveCaption
Me.panDetBootCollapse.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.panDetBootCollapse.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.panDetBootCollapse.Location = New System.Drawing.Point(360, 0)
Me.panDetBootCollapse.Name = "panDetBootCollapse"
Me.panDetBootCollapse.Size = New System.Drawing.Size(28, 18)
Me.panDetBootCollapse.TabIndex = 10
Me.panDetBootCollapse.UseVisualStyleBackColor = False
'
'panDetBootControls
'
Me.panDetBootControls.BackColor = System.Drawing.SystemColors.Window
Me.panDetBootControls.Dock = System.Windows.Forms.DockStyle.Bottom
Me.panDetBootControls.Location = New System.Drawing.Point(0, 18)
Me.panDetBootControls.Name = "panDetBootControls"
Me.panDetBootControls.Size = New System.Drawing.Size(388, 29)
Me.panDetBootControls.TabIndex = 11
'
'panDetKeys
'
Me.panDetKeys.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.panDetKeys.BackColor = System.Drawing.SystemColors.InactiveBorder
Me.panDetKeys.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.panDetKeys.Controls.Add(Me.panDetKeysPic)
Me.panDetKeys.Controls.Add(Me.panDetKeysLink)
Me.panDetKeys.Controls.Add(Me.panDetKeysCollapse)
Me.panDetKeys.Controls.Add(Me.panDetKeysControls)
Me.panDetKeys.Dock = System.Windows.Forms.DockStyle.Top
Me.panDetKeys.Location = New System.Drawing.Point(8, 155)
Me.panDetKeys.MinimumSize = New System.Drawing.Size(250, 2)
Me.panDetKeys.Name = "panDetKeys"
Me.panDetKeys.Size = New System.Drawing.Size(390, 49)
Me.panDetKeys.TabIndex = 2
'
'panDetKeysPic
'
Me.panDetKeysPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.panDetKeysPic.Image = Global.PearBox.My.Resources.Resources.PC_alt
Me.panDetKeysPic.Location = New System.Drawing.Point(3, 2)
Me.panDetKeysPic.Name = "panDetKeysPic"
Me.panDetKeysPic.Size = New System.Drawing.Size(16, 16)
Me.panDetKeysPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.panDetKeysPic.TabIndex = 8
Me.panDetKeysPic.TabStop = False
'
'panDetKeysLink
'
Me.panDetKeysLink.ActiveLinkColor = System.Drawing.Color.Blue
Me.panDetKeysLink.AutoSize = True
Me.panDetKeysLink.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.panDetKeysLink.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
Me.panDetKeysLink.LinkColor = System.Drawing.SystemColors.ControlText
Me.panDetKeysLink.Location = New System.Drawing.Point(22, 2)
Me.panDetKeysLink.Name = "panDetKeysLink"
Me.panDetKeysLink.Size = New System.Drawing.Size(54, 13)
Me.panDetKeysLink.TabIndex = 1
Me.panDetKeysLink.TabStop = True
Me.panDetKeysLink.Text = "Hotkeys"
Me.panDetKeysLink.VisitedLinkColor = System.Drawing.SystemColors.ControlText
'
'panDetKeysCollapse
'
Me.panDetKeysCollapse.BackColor = System.Drawing.Color.Transparent
Me.panDetKeysCollapse.BackgroundImage = Global.PearBox.My.Resources.Resources.ArrowUp
Me.panDetKeysCollapse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.panDetKeysCollapse.Dock = System.Windows.Forms.DockStyle.Right
Me.panDetKeysCollapse.FlatAppearance.BorderSize = 0
Me.panDetKeysCollapse.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ActiveCaption
Me.panDetKeysCollapse.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.panDetKeysCollapse.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.panDetKeysCollapse.Location = New System.Drawing.Point(360, 0)
Me.panDetKeysCollapse.Name = "panDetKeysCollapse"
Me.panDetKeysCollapse.Size = New System.Drawing.Size(28, 18)
Me.panDetKeysCollapse.TabIndex = 9
Me.panDetKeysCollapse.UseVisualStyleBackColor = False
'
'panDetKeysControls
'
Me.panDetKeysControls.BackColor = System.Drawing.SystemColors.Window
Me.panDetKeysControls.Dock = System.Windows.Forms.DockStyle.Bottom
Me.panDetKeysControls.Location = New System.Drawing.Point(0, 18)
Me.panDetKeysControls.Name = "panDetKeysControls"
Me.panDetKeysControls.Size = New System.Drawing.Size(388, 29)
Me.panDetKeysControls.TabIndex = 10
'
'Panel1
'
Me.Panel1.Controls.Add(Me.panWelcomePic)
Me.Panel1.Controls.Add(Me.panWelcomeDescription)
Me.Panel1.Controls.Add(Me.panWelcomeTitle)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(406, 309)
Me.Panel1.TabIndex = 4
'
'panWelcomePic
'
Me.panWelcomePic.BackColor = System.Drawing.Color.Transparent
Me.panWelcomePic.Image = Global.PearBox.My.Resources.Resources.mnuHelpAbout_Image
Me.panWelcomePic.Location = New System.Drawing.Point(242, 3)
Me.panWelcomePic.Name = "panWelcomePic"
Me.panWelcomePic.Size = New System.Drawing.Size(155, 170)
Me.panWelcomePic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.panWelcomePic.TabIndex = 2
Me.panWelcomePic.TabStop = False
'
'panWelcomeDescription
'
Me.panWelcomeDescription.BackColor = System.Drawing.Color.Transparent
Me.panWelcomeDescription.Location = New System.Drawing.Point(5, 35)
Me.panWelcomeDescription.Name = "panWelcomeDescription"
Me.panWelcomeDescription.Size = New System.Drawing.Size(224, 34)
Me.panWelcomeDescription.TabIndex = 4
Me.panWelcomeDescription.Text = "This is the third spiritual release of PearPC's Virtualbox-like GUI"
'
'panWelcomeTitle
'
Me.panWelcomeTitle.AutoSize = True
Me.panWelcomeTitle.BackColor = System.Drawing.Color.Transparent
Me.panWelcomeTitle.Dock = System.Windows.Forms.DockStyle.Left
Me.panWelcomeTitle.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.panWelcomeTitle.Location = New System.Drawing.Point(0, 0)
Me.panWelcomeTitle.MinimumSize = New System.Drawing.Size(175, 0)
Me.panWelcomeTitle.Name = "panWelcomeTitle"
Me.panWelcomeTitle.Padding = New System.Windows.Forms.Padding(5, 10, 0, 0)
Me.panWelcomeTitle.Size = New System.Drawing.Size(175, 26)
Me.panWelcomeTitle.TabIndex = 3
Me.panWelcomeTitle.Text = "Welcome to PearBox 3.0!"
'
'Exporter
'
Me.Exporter.FileName = "PearPC.cfg"
Me.Exporter.Filter = "PearPC Config Files (*.cfg)|*.cfg|All Files (*.*)|*.*"
Me.Exporter.RestoreDirectory = True
Me.Exporter.SupportMultiDottedExtensions = True
'
'Panel2
'
Me.Panel2.AutoScroll = True
Me.Panel2.Controls.Add(Me.Panel3)
Me.Panel2.Controls.Add(Me.Panel1)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel2.Location = New System.Drawing.Point(253, 54)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(406, 309)
Me.Panel2.TabIndex = 4
'
'Panel3
'
Me.Panel3.Controls.Add(Me.panDetKeys)
Me.Panel3.Controls.Add(Me.panDetBoot)
Me.Panel3.Controls.Add(Me.panDetNet)
Me.Panel3.Controls.Add(Me.panDetSys)
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel3.Location = New System.Drawing.Point(0, 0)
Me.Panel3.Name = "Panel3"
Me.Panel3.Padding = New System.Windows.Forms.Padding(8)
Me.Panel3.Size = New System.Drawing.Size(406, 309)
Me.Panel3.TabIndex = 4
'
'GuiltyPPC
'
Me.GuiltyPPC.Interval = 5000
'
'PPCSubProcess
'
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(659, 363)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.lvVmlist)
Me.Controls.Add(Me.tbAction)
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Menu = Me.MainMenu1
Me.MinimumSize = New System.Drawing.Size(270, 38)
Me.Name = "frmMain"
Me.Text = "PearBox"
Me.tbAction.ResumeLayout(False)
Me.tbAction.PerformLayout()
Me.panDetSys.ResumeLayout(False)
Me.panDetSys.PerformLayout()
CType(Me.panDetSysPic, System.ComponentModel.ISupportInitialize).EndInit()
Me.panDetNet.ResumeLayout(False)
Me.panDetNet.PerformLayout()
CType(Me.panDetNetPic, System.ComponentModel.ISupportInitialize).EndInit()
Me.panDetBoot.ResumeLayout(False)
Me.panDetBoot.PerformLayout()
CType(Me.panDetBootPic, System.ComponentModel.ISupportInitialize).EndInit()
Me.panDetKeys.ResumeLayout(False)
Me.panDetKeys.PerformLayout()
CType(Me.panDetKeysPic, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
CType(Me.panWelcomePic, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel2.ResumeLayout(False)
Me.Panel3.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents tbAction As System.Windows.Forms.ToolStrip
Friend WithEvents tbStart As System.Windows.Forms.ToolStripButton
Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu
Friend WithEvents mnuFile As System.Windows.Forms.MenuItem
Friend WithEvents Importer As System.Windows.Forms.OpenFileDialog
Friend WithEvents tbActionNew As System.Windows.Forms.ToolStripButton
Friend WithEvents tbActionConfig As System.Windows.Forms.ToolStripButton
Friend WithEvents tbDelete As System.Windows.Forms.ToolStripButton
Friend WithEvents mnuFilePrefs As System.Windows.Forms.MenuItem
Friend WithEvents mnuMachine As System.Windows.Forms.MenuItem
Friend WithEvents mnuMachineNew As System.Windows.Forms.MenuItem
Friend WithEvents mnuMachineImport As System.Windows.Forms.MenuItem
Friend WithEvents mnuHelp As System.Windows.Forms.MenuItem
Friend WithEvents mnuHelpAbout As System.Windows.Forms.MenuItem
Friend WithEvents VMPics As System.Windows.Forms.ImageList
Friend WithEvents panWelcomePic As System.Windows.Forms.PictureBox
Friend WithEvents panWelcomeTitle As System.Windows.Forms.Label
Friend WithEvents panWelcomeDescription As System.Windows.Forms.Label
Friend WithEvents panDetSys As System.Windows.Forms.Panel
Friend WithEvents panDetSysLink As System.Windows.Forms.LinkLabel
Friend WithEvents panDetNet As System.Windows.Forms.Panel
Friend WithEvents panDetNetLink As System.Windows.Forms.LinkLabel
Friend WithEvents panDetBoot As System.Windows.Forms.Panel
Friend WithEvents panDetBootLink As System.Windows.Forms.LinkLabel
Friend WithEvents panDetKeys As System.Windows.Forms.Panel
Friend WithEvents panDetKeysLink As System.Windows.Forms.LinkLabel
Friend WithEvents panDetSysPic As System.Windows.Forms.PictureBox
Friend WithEvents panDetNetPic As System.Windows.Forms.PictureBox
Friend WithEvents panDetBootPic As System.Windows.Forms.PictureBox
Friend WithEvents panDetKeysPic As System.Windows.Forms.PictureBox
Friend WithEvents panDetSysCollapse As System.Windows.Forms.Button
Friend WithEvents panDetNetCollapse As System.Windows.Forms.Button
Friend WithEvents panDetBootCollapse As System.Windows.Forms.Button
Friend WithEvents panDetKeysCollapse As System.Windows.Forms.Button
Friend WithEvents panDetSysControls As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents panDetNetControls As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents panDetBootControls As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents panDetKeysControls As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents mnuFileDiskmaker As System.Windows.Forms.MenuItem
Friend WithEvents mnuFileBar0 As System.Windows.Forms.MenuItem
Friend WithEvents mnuHelpContents As System.Windows.Forms.MenuItem
Friend WithEvents mnuHelpBar0 As System.Windows.Forms.MenuItem
Friend WithEvents mnuMachineBar0 As System.Windows.Forms.MenuItem
Friend WithEvents mnuMachineExport As System.Windows.Forms.MenuItem
Friend WithEvents Exporter As System.Windows.Forms.SaveFileDialog
Friend WithEvents HelpProvider1 As System.Windows.Forms.HelpProvider
Friend WithEvents mnuHelpDebugWnd As System.Windows.Forms.MenuItem
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents Panel3 As System.Windows.Forms.Panel
Friend WithEvents GuiltyPPC As System.Windows.Forms.Timer
Friend WithEvents lvVmlist As System.Windows.Forms.ListView
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
Friend WithEvents mnuFileExit As System.Windows.Forms.MenuItem
Friend WithEvents PPCSubProcess As System.ComponentModel.BackgroundWorker
End Class