-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmMain.form
830 lines (829 loc) · 21.2 KB
/
frmMain.form
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
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
# Gambas Form File 1.0
{ frmMain Form
Move(236,34,412,427)
Text = ("VL-qemu")
Border = Window.Fixed
{ TabStrip1 TabStrip
Move(4,52,404,336)
Font = Font["9"]
Padding = 1
Count = 3
Index = 0
Text = ("Emulation")
{ Frame2 Frame
Move(4,4,392,164)
Font = Font["9"]
Text = ("Hardware")
{ Label2 Label
Move(12,20,76,24)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = ("Boot from:")
Alignment = Align.Right
}
{ cmbBoot ComboBox
Move(92,20,100,24)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = (" ")
ReadOnly = True
List = ("CD-ROM\nHard disk\nFloppy")
}
{ Label3 Label
Move(204,20,76,24)
Font = Font["9"]
ToolTip = ("Select keyboard layout language")
Text = ("Keyboard:")
Alignment = Align.Right
}
{ cmbKeyLang ComboBox
Move(284,20,100,24)
Font = Font["9"]
ToolTip = ("Select keyboard layout language")
Text = (" ")
ReadOnly = True
List = ("ar\nda\nde\nde-ch\nen-gb\nen-us\nes\net\nfi\nfo\nfr\nfr-be\nfr-ca\nfr-ch\nhr\nhu\nis\nit\nja\nlt\nlv\nmk\nnl\nnl-be\nno\npl\npt\npt-br\nru\nsl\nsv\nth\ntr")
Sorted = True
}
{ Label5 Label
Move(204,48,76,24)
Font = Font["9"]
ToolTip = ("Select Real Time Clock mode")
Text = ("RTC mode:")
Alignment = Align.Right
}
{ cmbRTCMode ComboBox
Move(284,48,100,24)
Font = Font["9"]
ToolTip = ("Select Real Time Clock mode")
Text = (" ")
ReadOnly = True
List = ("localtime\nUTC")
}
{ Label14 Label
Move(12,48,76,24)
Font = Font["9"]
ToolTip = ("Select the amount of RAM for the VM")
Text = ("RAM (MB):")
Alignment = Align.Right
}
{ cmbRAM ComboBox
Move(92,48,100,24)
Font = Font["9"]
ToolTip = ("Select the amount of RAM for the VM")
Text = ("")
ReadOnly = True
List = ("1\n2\n4\n8\n12\n16\n24\n32\n48\n64\n96\n128\n192\n256\n384\n512\n768\n1024")
}
{ Label15 Label
Move(204,76,112,24)
Font = Font["9"]
ToolTip = ("Choose the number of SMP processors to emulate")
Text = ("SMP Processors:")
Alignment = Align.Right
}
{ spnSMP SpinBox
Move(320,76,64,24)
Font = Font["9"]
ToolTip = ("Choose the number of SMP processors to emulate")
Value = 1
MinValue = 1
MaxValue = 255
Wrap = True
}
{ Label1 Label
Move(12,76,80,24)
Font = Font["9"]
ToolTip = ("Select the emulated machine")
Text = ("Machine type:")
Alignment = Align.Right
}
{ cmbMachine ComboBox
Move(92,76,100,24)
Font = Font["9"]
ToolTip = ("Select the emulated machine")
Text = ("")
ReadOnly = True
List = ("Standard PC\nISA-only PC")
}
{ Label6 Label
Move(12,104,112,24)
Font = Font["9"]
ToolTip = ("Select graphics hardware to use")
Text = ("Graphics adapter:")
Alignment = Align.Right
}
{ cmbGraphicsHW ComboBox
Move(128,104,256,24)
Font = Font["9"]
ToolTip = ("Select graphics hardware to use")
Text = (" ")
ReadOnly = True
List = ("Cirrus Logic GD5446 PCI\nStandard VGA")
}
{ Label4 Label
Move(12,132,112,24)
Font = Font["9"]
ToolTip = ("Select sound hardware to enable")
Text = ("Sound hardware:")
Alignment = Align.Right
}
{ cmbSoundHW ComboBox
Move(128,132,256,24)
Font = Font["9"]
ToolTip = ("Select sound hardware to enable")
Text = (" ")
ReadOnly = True
List = ("Creative Sound Blaster 16\nENSONIQ AudioPCI ES1370\nAdlib(OPL2) - Yamaha YM3812 compatible\nall\nnone")
}
}
{ Frame4 Frame
Move(4,172,392,128)
Font = Font["9"]
Text = ("Options")
{ chkSnapshot CheckBox
Move(24,20,156,24)
Font = Font["9"]
ToolTip = ("Do not save changes to disk image")
Text = ("Write to temporary file")
}
{ chkScreenMode CheckBox
Move(24,40,156,24)
Font = Font["9"]
ToolTip = ("Full screen or windowed mode")
Text = ("Start in full screen")
}
{ chkWin2kHack CheckBox
Move(24,60,156,24)
Font = Font["9"]
ToolTip = ("Avoid disk-full bug during install...")
Text = ("Win 2K install hack")
}
{ chkLog CheckBox
Move(24,80,156,24)
Font = Font["9"]
ToolTip = ("Log to /tmp/qemu.log")
Text = ("Output log file")
}
{ chkUSB CheckBox
Move(24,100,156,24)
Font = Font["9"]
ToolTip = ("Enable the UHCI USB controller and virtual hub")
Text = ("Enable USB driver")
}
{ chkKQEMU CheckBox
Move(212,20,156,24)
Font = Font["9"]
ToolTip = ("Disable the kernel accelerator module")
Text = ("Disable accelerator")
}
{ chkKQEMUFull CheckBox
Move(212,40,156,24)
Font = Font["9"]
ToolTip = ("Enable the kernel accelerator module in full virtualization mode...\nUse only with Linux 2.4 / 2.6 and Windows 2000 / XP guests")
Text = ("Full virtualization mode")
}
{ chkACPI CheckBox
Move(212,60,104,24)
Font = Font["9"]
ToolTip = ("Disable ACPI (Advanced Configuration and Power Interface) support")
Text = ("Disable ACPI")
}
{ chkNoReboot CheckBox
Move(212,80,156,24)
Font = Font["9"]
ToolTip = ("Exit qemu after rebooting the guest OS")
Text = ("Exit instead of rebooting")
}
}
Index = 1
Text = ("Drives/Images")
{ Frame9 Frame
Move(4,4,392,192)
Text = ("Disk drives")
{ Label7 Label
Move(4,16,52,24)
Font = Font["9"]
Text = ("fda:")
Alignment = Align.Right
}
{ Label8 Label
Move(4,40,52,24)
Font = Font["9"]
Text = ("fdb:")
Alignment = Align.Right
}
{ Label9 Label
Move(4,64,52,24)
Font = Font["9"]
Text = ("cdrom:")
Alignment = Align.Right
}
{ Label10 Label
Move(4,88,52,24)
Font = Font["9"]
Text = ("hda:")
Alignment = Align.Right
}
{ Label11 Label
Move(4,112,52,24)
Font = Font["9"]
Text = ("hdb:")
Alignment = Align.Right
}
{ Label12 Label
Move(4,136,52,24)
Font = Font["9"]
Text = ("hdc:")
Alignment = Align.Right
}
{ Label13 Label
Move(4,160,52,24)
Font = Font["9"]
Text = ("hdd:")
Alignment = Align.Right
}
{ cmbFDA ComboBox
Move(60,16,108,24)
Font = Font["9"]
Text = ("")
ReadOnly = True
List = ("none\nfile\n/dev/fd0\n/dev/fd1\n/dev/fd2\n/dev/fd3")
}
{ cmbFDB ComboBox
Move(60,40,108,24)
Font = Font["9"]
Text = ("")
ReadOnly = True
List = ("none\nfile\n/dev/fd0\n/dev/fd1\n/dev/fd2\n/dev/fd3")
}
{ cmbCDROM ComboBox
Move(60,64,108,24)
Font = Font["9"]
Text = ("")
ReadOnly = True
List = ("none\n/dev/cdrom\n/dev/dvd\n/dev/cdwriter\nfile")
}
{ cmbHDA ComboBox
Move(60,88,108,24)
Font = Font["9"]
Text = ("")
ReadOnly = True
List = ("none\nfile")
}
{ cmbHDB ComboBox
Move(60,112,108,24)
Font = Font["9"]
Text = ("")
ReadOnly = True
List = ("none\nfile")
}
{ cmbHDC ComboBox
Move(60,136,108,24)
Font = Font["9"]
Text = ("")
ReadOnly = True
List = ("none\nfile")
}
{ cmbHDD ComboBox
Move(60,160,108,24)
Font = Font["9"]
Text = ("")
ReadOnly = True
List = ("none\nfile")
}
{ txtFDA TextBox
Move(172,16,192,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ txtFDB TextBox
Move(172,40,192,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ txtCDROM TextBox
Move(172,64,192,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ txtHDA TextBox
Move(172,88,192,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ txtHDB TextBox
Move(172,112,192,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ txtHDC TextBox
Move(172,136,192,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ txtHDD TextBox
Move(172,160,192,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ tbtFDA ToolButton
Move(364,16,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ tbtFDB ToolButton
Move(364,40,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ tbtCDROM ToolButton
Move(364,64,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ tbtHDA ToolButton
Move(364,88,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ tbtHDB ToolButton
Move(364,112,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ tbtHDC ToolButton
Move(364,136,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ tbtHDD ToolButton
Move(364,160,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
}
{ Frame1 Frame
Move(4,200,392,100)
Font = Font["9"]
Text = ("Create/convert images")
{ lblDestFormat Label
Move(280,44,44,24)
Font = Font["9"]
Text = ("format:")
Alignment = Align.Right
}
{ lblSourceFormat Label
Move(280,20,44,24)
Enabled = False
Font = Font["9"]
Text = ("format:")
Alignment = Align.Right
}
{ lblSourceImage Label
Move(80,20,44,24)
Enabled = False
Font = Font["9"]
Text = ("source:")
Alignment = Align.Right
}
{ txtSourceImage TextBox
Move(124,20,132,24)
Enabled = False
Text = ("")
}
{ cmbDestFormat ComboBox
Move(324,44,64,24)
Text = ("")
ReadOnly = True
List = ("raw\nqcow2\nqcow\ncow\nvmdk\ncloop")
}
{ tbtSourceImage ToolButton
Move(256,20,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ txtDestImage TextBox
Move(124,44,132,24)
Text = ("")
}
{ tbtDestImage ToolButton
Move(256,44,24,24)
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ lblDestImage Label
Move(80,44,44,24)
Font = Font["9"]
Text = ("dest:")
Alignment = Align.Right
}
{ cmbSourceFormat ComboBox
Move(324,20,64,24)
Enabled = False
Text = ("")
ReadOnly = True
List = ("auto\nraw\nqcow2\nqcow\ncow\nvmdk\ncloop")
}
{ lblImageSize Label
Move(188,72,36,24)
Font = Font["9"]
Text = ("size:")
Alignment = Align.Right
}
{ cmbImageSize ComboBox
Move(272,72,48,24)
Text = ("")
ReadOnly = True
List = ("GB\nMB\nKB")
}
{ spnImageSize SpinBox
Move(224,72,48,24)
Value = 1
MinValue = 1
MaxValue = 1023
Wrap = True
}
{ butImageManager Button
Move(324,72,64,24)
Font = Font["9"]
ToolTip = ("Create/convert disk image")
Text = ("Go!")
}
{ rbtImageManager1 RadioButton rbtImageProc
Move(4,24,64,16)
Font = Font["9"]
Text = ("create")
Value = True
}
{ rbtImageManager2 RadioButton rbtImageProc
Move(4,48,64,16)
Font = Font["9"]
Text = ("convert")
}
{ chkCompress CheckBox
Move(4,72,100,24)
Enabled = False
Font = Font["9"]
ToolTip = ("Compress the resulting image")
Text = ("Compressed")
}
{ chkEncrypt CheckBox
Move(100,72,84,24)
Font = Font["9"]
ToolTip = ("Encrypt the resulting image")
Text = ("Encrypted")
}
}
Index = 2
Text = ("Network")
{ Frame8 Frame
Move(4,4,392,124)
Font = Font["9"]
Text = ("Hardware")
{ cmbNIC1 ComboBox
Move(68,20,108,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("none\nNE2000 PCI\nNE2000 ISA\nRealtek 8139\nSMC 91c111\nlance")
}
{ Label22 Label
Move(184,20,72,24)
Font = Font["9"]
Text = ("MAC addr:")
Alignment = Align.Right
}
{ txtMAC1 TextBox
Move(260,20,124,24)
Text = ("")
}
{ cmbNIC2 ComboBox
Move(68,44,108,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("none\nNE2000 PCI\nNE2000 ISA\nRealtek 8139\nSMC 91c111\nlance")
}
{ Label21 Label
Move(184,44,72,24)
Font = Font["9"]
Text = ("MAC addr:")
Alignment = Align.Right
}
{ txtMAC2 TextBox
Move(260,44,124,24)
Text = ("")
}
{ cmbNIC3 ComboBox
Move(68,68,108,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("none\nNE2000 PCI\nNE2000 ISA\nRealtek 8139\nSMC 91c111\nlance")
}
{ Label23 Label
Move(184,68,72,24)
Font = Font["9"]
Text = ("MAC addr:")
Alignment = Align.Right
}
{ txtMAC3 TextBox
Move(260,68,124,24)
Text = ("")
}
{ cmbNIC4 ComboBox
Move(68,92,108,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("none\nNE2000 PCI\nNE2000 ISA\nRealtek 8139\nSMC 91c111\nlance")
}
{ Label24 Label
Move(184,92,72,24)
Font = Font["9"]
Text = ("MAC addr:")
Alignment = Align.Right
}
{ txtMAC4 TextBox
Move(260,92,124,24)
Text = ("")
}
{ Label38 Label
Move(8,20,56,24)
Font = Font["9"]
Text = ("NIC #1:")
Alignment = Align.Right
}
{ Label39 Label
Move(8,44,56,24)
Font = Font["9"]
Text = ("NIC #2:")
Alignment = Align.Right
}
{ Label40 Label
Move(8,68,56,24)
Font = Font["9"]
Text = ("NIC #3:")
Alignment = Align.Right
}
{ Label41 Label
Move(8,92,56,24)
Font = Font["9"]
Text = ("NIC #4:")
Alignment = Align.Right
}
}
{ Frame3 Frame
Move(4,132,392,168)
Text = ("Options")
{ chkSamba CheckBox
Move(8,140,104,24)
Font = Font["9"]
ToolTip = ("Enable a Samba network share")
Text = ("Samba share:")
}
{ txtSamba TextBox
Move(112,140,248,24)
Enabled = False
Font = Font["9"]
Text = ("")
}
{ tbtSamba ToolButton
Move(360,140,24,24)
Enabled = False
Text = ("")
Picture = Picture["folder.png"]
Border = True
}
{ Frame5 Frame
Move(8,16,376,120)
Text = ("Server ports redirection")
{ Label18 Label
Move(8,16,48,20)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = ("Host:")
Alignment = Align.Center
}
{ Label19 Label
Move(60,16,48,20)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = ("VM:")
Alignment = Align.Center
}
{ txtHport1 TextBox
Move(8,36,48,24)
ToolTip = ("Host port to redirect to guest (has to be a high port unles you are root)")
Text = ("")
MaxLength = 5
}
{ txtVMport1 TextBox
Move(60,36,48,24)
ToolTip = ("Guest port redirected from host")
Text = ("")
MaxLength = 5
}
{ txtHport2 TextBox
Move(8,64,48,24)
ToolTip = ("Host port to redirect to guest (has to be a high port unles you are root)")
Text = ("")
MaxLength = 5
}
{ txtVMport2 TextBox
Move(60,64,48,24)
ToolTip = ("Guest port redirected from host")
Text = ("")
MaxLength = 5
}
{ txtHport3 TextBox
Move(8,92,48,24)
ToolTip = ("Host port to redirect to guest (has to be a high port unles you are root)")
Text = ("")
MaxLength = 5
}
{ txtVMport3 TextBox
Move(60,92,48,24)
ToolTip = ("Guest port redirected from host")
Text = ("")
MaxLength = 5
}
{ txtHport4 TextBox
Move(196,36,48,24)
ToolTip = ("Host port to redirect to guest (has to be a high port unles you are root)")
Text = ("")
MaxLength = 5
}
{ txtVMport4 TextBox
Move(248,36,48,24)
ToolTip = ("Guest port redirected from host")
Text = ("")
MaxLength = 5
}
{ txtHport5 TextBox
Move(196,64,48,24)
ToolTip = ("Host port to redirect to guest (has to be a high port unles you are root)")
Text = ("")
MaxLength = 5
}
{ txtVMport5 TextBox
Move(248,64,48,24)
ToolTip = ("Guest port redirected from host")
Text = ("")
MaxLength = 5
}
{ txtHport6 TextBox
Move(196,92,48,24)
ToolTip = ("Host port to redirect to guest (has to be a high port unles you are root)")
Text = ("")
MaxLength = 5
}
{ txtVMport6 TextBox
Move(248,92,48,24)
ToolTip = ("Guest port redirected from host")
Text = ("")
MaxLength = 5
}
{ Panel1 Panel
Move(188,16,4,100)
Border = Border.Etched
}
{ cmbPortType1 ComboBox
Move(112,36,68,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("tcp\nudp")
}
{ Label20 Label
Move(112,16,68,20)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = ("Type:")
Alignment = Align.Center
}
{ cmbPortType2 ComboBox
Move(112,64,68,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("tcp\nudp")
}
{ cmbPortType3 ComboBox
Move(112,92,68,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("tcp\nudp")
}
{ cmbPortType4 ComboBox
Move(300,36,68,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("tcp\nudp")
}
{ cmbPortType5 ComboBox
Move(300,64,68,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("tcp\nudp")
}
{ cmbPortType6 ComboBox
Move(300,92,68,24)
Font = Font["9"]
Text = (" ")
ReadOnly = True
List = ("tcp\nudp")
}
{ Label25 Label
Move(196,16,48,20)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = ("Host:")
Alignment = Align.Center
}
{ Label26 Label
Move(248,16,48,20)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = ("VM:")
Alignment = Align.Center
}
{ Label27 Label
Move(300,16,68,20)
Font = Font["9"]
ToolTip = ("Select boot device")
Text = ("Type:")
Alignment = Align.Center
}
}
}
Index = 0
}
{ Frame7 Frame
Move(4,4,404,44)
Text = ("")
{ Label17 Label
Move(4,28,396,12)
Text = ("The Vector Linux front-end for QEMU 0.9.0")
Alignment = Align.Center
}
{ Label16 Label
Move(4,4,392,20)
Font = Font["16"]
Text = ("VL-QEMU")
Alignment = Align.Center
}
{ PictureBox1 PictureBox
Move(8,4,28,36)
Picture = Picture["VL-logo-shine-32x38.png"]
}
{ PictureBox2 PictureBox
Move(364,12,32,20)
Picture = Picture["gambas.png"]
}
}
{ Frame6 Frame
Move(4,388,405,36)
Text = ("")
{ Button1 Button
Move(116,4,80,28)
Font = Font["9"]
ToolTip = ("Run QEMU with the current configuration")
Text = ("QEMU")
}
{ Button2 Button
Move(200,4,80,28)
Font = Font["9"]
ToolTip = ("Exit VL-QEMU")
Text = ("Exit")
}
}
}