@@ -1,26 +1,25 @@ |
| 1 |
object frmAboutHugetracker: TfrmAboutHugetracker |
1 |
object frmAboutHugetracker: TfrmAboutHugetracker |
| 2 |
Left = 849 |
2 |
Left = 849 |
| 3 |
Height = 502 |
3 |
Height = 287 |
| 4 |
Top = 334 |
4 |
Top = 334 |
| 5 |
Width = 917 |
5 |
Width = 524 |
| 6 |
BorderStyle = bsNone |
6 |
BorderStyle = bsNone |
| 7 |
Caption = 'About hUGETracker' |
7 |
Caption = 'About hUGETracker' |
| 8 |
ClientHeight = 502 |
8 |
ClientHeight = 287 |
| 9 |
ClientWidth = 917 |
9 |
ClientWidth = 524 |
| 10 |
Color = clMoneyGreen |
10 |
Color = clMoneyGreen |
| 11 |
DesignTimePPI = 168 |
|
|
| 12 |
OnDeactivate = FormDeactivate |
11 |
OnDeactivate = FormDeactivate |
| 13 |
Position = poDesktopCenter |
12 |
Position = poDesktopCenter |
| 14 |
LCLVersion = '2.0.6.0' |
13 |
LCLVersion = '2.0.11.0' |
| 15 |
object Panel1: TPanel |
14 |
object Panel1: TPanel |
| 16 |
Left = 47 |
15 |
Left = 27 |
| 17 |
Height = 224 |
16 |
Height = 128 |
| 18 |
Top = 47 |
17 |
Top = 27 |
| 19 |
Width = 821 |
18 |
Width = 469 |
| 20 |
Caption = 'hUGETracker' |
19 |
Caption = 'hUGETracker' |
| 21 |
Font.CharSet = ANSI_CHARSET |
20 |
Font.CharSet = ANSI_CHARSET |
| 22 |
Font.Color = clBlack |
21 |
Font.Color = clBlack |
| 23 |
Font.Height = -112 |
22 |
Font.Height = -64 |
| 24 |
Font.Name = 'Gill Sans MT' |
23 |
Font.Name = 'Gill Sans MT' |
| 25 |
Font.Pitch = fpVariable |
24 |
Font.Pitch = fpVariable |
| 26 |
Font.Quality = fqDraft |
25 |
Font.Quality = fqDraft |
@@ -29,21 +28,22 @@ object frmAboutHugetracker: TfrmAboutHugetracker |
| 29 |
TabOrder = 0 |
28 |
TabOrder = 0 |
| 30 |
end |
29 |
end |
| 31 |
object Label1: TLabel |
30 |
object Label1: TLabel |
| 32 |
Left = 98 |
31 |
Left = 27 |
| 33 |
Height = 103 |
32 |
Height = 80 |
| 34 |
Top = 308 |
33 |
Top = 168 |
| 35 |
Width = 685 |
34 |
Width = 469 |
| 36 |
Alignment = taCenter |
35 |
Alignment = taCenter |
| 37 |
AutoSize = False |
36 |
AutoSize = False |
| 38 |
Caption = 'Created by Nick "SuperDisk" Faro and Eldred "ISSOtm" Habert'#13#10#13#10'Soundchip emulator written by Christian Hackbart and Rusty Wagner' |
37 |
Caption = 'Created by Nick "SuperDisk" Faro'#13#10#13#10'Special thanks to: Christian Hackbart, Rusty Wagner, LIJI32, Toxa, ISSOtm, Eevee, RichardULZ, Daid, B00daW, MelonadeM, the RGBDS development team, Goodnight Girl, Kabcorp, and TakuikaNinja' |
| 39 |
ParentColor = False |
38 |
ParentColor = False |
| 40 |
ParentFont = False |
39 |
ParentFont = False |
|
|
40 |
WordWrap = True |
| 41 |
end |
41 |
end |
| 42 |
object Button1: TButton |
42 |
object Button1: TButton |
| 43 |
Left = 341 |
43 |
Left = 195 |
| 44 |
Height = 44 |
44 |
Height = 25 |
| 45 |
Top = 429 |
45 |
Top = 256 |
| 46 |
Width = 236 |
46 |
Width = 135 |
| 47 |
Caption = 'Close' |
47 |
Caption = 'Close' |
| 48 |
OnClick = Button1Click |
48 |
OnClick = Button1Click |
| 49 |
ParentFont = False |
49 |
ParentFont = False |