@@ -1,17 +1,16 @@ |
| 1 |
object frmGameboy: TfrmGameboy |
1 |
object frmGameboy: TfrmGameboy |
| 2 |
Left = 3306 |
2 |
Left = 3306 |
| 3 |
Height = 354 |
3 |
Height = 236 |
| 4 |
Top = 338 |
4 |
Top = 338 |
| 5 |
Width = 318 |
5 |
Width = 212 |
| 6 |
Caption = 'Gameboy' |
6 |
Caption = 'Gameboy' |
| 7 |
ClientHeight = 324 |
7 |
ClientHeight = 216 |
| 8 |
ClientWidth = 318 |
8 |
ClientWidth = 212 |
| 9 |
Color = clYellow |
9 |
Color = clYellow |
| 10 |
DefaultMonitor = dmMainForm |
10 |
DefaultMonitor = dmMainForm |
| 11 |
DesignTimePPI = 144 |
|
|
| 12 |
Font.CharSet = ANSI_CHARSET |
11 |
Font.CharSet = ANSI_CHARSET |
| 13 |
Font.Color = clWindowText |
12 |
Font.Color = clWindowText |
| 14 |
Font.Height = -12 |
13 |
Font.Height = -8 |
| 15 |
Font.Name = 'Arial' |
14 |
Font.Name = 'Arial' |
| 16 |
Menu = MainMenu |
15 |
Menu = MainMenu |
| 17 |
OnActivate = FormActivate |
16 |
OnActivate = FormActivate |
@@ -22,38 +21,48 @@ object frmGameboy: TfrmGameboy |
| 22 |
OnMouseDown = FormMouseDown |
21 |
OnMouseDown = FormMouseDown |
| 23 |
OnResize = FormResize |
22 |
OnResize = FormResize |
| 24 |
Position = poScreenCenter |
23 |
Position = poScreenCenter |
| 25 |
LCLVersion = '1.8.4.0' |
24 |
LCLVersion = '2.0.2.0' |
| 26 |
object StatusBar: TStatusBar |
25 |
object StatusBar: TStatusBar |
| 27 |
Left = 0 |
26 |
Left = 0 |
| 28 |
Height = 36 |
27 |
Height = 23 |
| 29 |
Top = 288 |
28 |
Top = 193 |
| 30 |
Width = 318 |
29 |
Width = 212 |
|
|
30 |
Font.CharSet = ANSI_CHARSET |
|
|
31 |
Font.Color = clWindowText |
|
|
32 |
Font.Height = -8 |
|
|
33 |
Font.Name = 'Arial' |
| 31 |
Panels = < |
34 |
Panels = < |
| 32 |
item |
35 |
item |
| 33 |
Text = 'Memory' |
36 |
Text = 'Memory' |
| 34 |
Width = 80 |
37 |
Width = 53 |
| 35 |
end |
38 |
end |
| 36 |
item |
39 |
item |
| 37 |
Text = 'Gameboy' |
40 |
Text = 'Gameboy' |
| 38 |
Width = 145 |
41 |
Width = 97 |
| 39 |
end |
42 |
end |
| 40 |
item |
43 |
item |
| 41 |
Text = 'Company' |
44 |
Text = 'Company' |
| 42 |
Width = 50 |
45 |
Width = 33 |
| 43 |
end> |
46 |
end> |
| 44 |
ParentColor = False |
47 |
ParentColor = False |
|
|
48 |
ParentFont = False |
| 45 |
SimplePanel = False |
49 |
SimplePanel = False |
| 46 |
end |
50 |
end |
| 47 |
object PaintBox1: TPaintBox |
51 |
object PaintBox1: TPaintBox |
| 48 |
Left = 0 |
52 |
Left = 0 |
| 49 |
Height = 288 |
53 |
Height = 193 |
| 50 |
Top = 0 |
54 |
Top = 0 |
| 51 |
Width = 318 |
55 |
Width = 212 |
| 52 |
Align = alClient |
56 |
Align = alClient |
|
|
57 |
Font.CharSet = ANSI_CHARSET |
|
|
58 |
Font.Color = clWindowText |
|
|
59 |
Font.Height = -8 |
|
|
60 |
Font.Name = 'Arial' |
|
|
61 |
ParentFont = False |
| 53 |
OnPaint = PaintBox1Paint |
62 |
OnPaint = PaintBox1Paint |
| 54 |
end |
63 |
end |
| 55 |
object MainMenu: TMainMenu |
64 |
object MainMenu: TMainMenu |
| 56 |
left = 56 |
65 |
left = 37 |
| 57 |
object File1: TMenuItem |
66 |
object File1: TMenuItem |
| 58 |
Caption = '&File' |
67 |
Caption = '&File' |
| 59 |
object Load1: TMenuItem |
68 |
object Load1: TMenuItem |
@@ -388,6 +397,6 @@ object frmGameboy: TfrmGameboy |
| 388 |
Enabled = False |
397 |
Enabled = False |
| 389 |
Interval = 17 |
398 |
Interval = 17 |
| 390 |
OnTimer = TimerTimer |
399 |
OnTimer = TimerTimer |
| 391 |
left = 112 |
400 |
left = 75 |
| 392 |
end |
401 |
end |
| 393 |
end |
402 |
end |