Last change
on this file was 238, checked in by chronos, 16 months ago |
- Modified: Removed U prefix from unit names.
- Fixed: Memory leaks.
|
File size:
2.4 KB
|
Line | |
---|
1 | object FormMain: TFormMain
|
---|
2 | Left = 344
|
---|
3 | Height = 978
|
---|
4 | Top = 326
|
---|
5 | Width = 1483
|
---|
6 | Caption = 'Simple CPU'
|
---|
7 | ClientHeight = 944
|
---|
8 | ClientWidth = 1483
|
---|
9 | DesignTimePPI = 144
|
---|
10 | Menu = MainMenu1
|
---|
11 | OnClose = FormClose
|
---|
12 | OnCreate = FormCreate
|
---|
13 | OnDestroy = FormDestroy
|
---|
14 | OnShow = FormShow
|
---|
15 | LCLVersion = '2.2.6.0'
|
---|
16 | object ButtonLoad: TButton
|
---|
17 | Left = 24
|
---|
18 | Height = 38
|
---|
19 | Top = 16
|
---|
20 | Width = 113
|
---|
21 | Caption = 'Load'
|
---|
22 | TabOrder = 0
|
---|
23 | end
|
---|
24 | object ButtonStart: TButton
|
---|
25 | Left = 152
|
---|
26 | Height = 38
|
---|
27 | Top = 16
|
---|
28 | Width = 113
|
---|
29 | Caption = 'Start'
|
---|
30 | TabOrder = 1
|
---|
31 | end
|
---|
32 | object ButtonStop: TButton
|
---|
33 | Left = 280
|
---|
34 | Height = 38
|
---|
35 | Top = 16
|
---|
36 | Width = 113
|
---|
37 | Caption = 'Stop'
|
---|
38 | TabOrder = 2
|
---|
39 | end
|
---|
40 | object PanelBottom: TPanel
|
---|
41 | Left = 0
|
---|
42 | Height = 160
|
---|
43 | Top = 784
|
---|
44 | Width = 1483
|
---|
45 | Align = alBottom
|
---|
46 | BevelOuter = bvNone
|
---|
47 | TabOrder = 3
|
---|
48 | end
|
---|
49 | object Splitter1: TSplitter
|
---|
50 | Cursor = crVSplit
|
---|
51 | Left = 0
|
---|
52 | Height = 8
|
---|
53 | Top = 776
|
---|
54 | Width = 1483
|
---|
55 | Align = alBottom
|
---|
56 | ResizeAnchor = akBottom
|
---|
57 | end
|
---|
58 | object PanelCenter: TPanel
|
---|
59 | Left = 0
|
---|
60 | Height = 776
|
---|
61 | Top = 0
|
---|
62 | Width = 1483
|
---|
63 | Align = alClient
|
---|
64 | BevelOuter = bvNone
|
---|
65 | TabOrder = 5
|
---|
66 | end
|
---|
67 | object MainMenu1: TMainMenu
|
---|
68 | Left = 600
|
---|
69 | Top = 248
|
---|
70 | object MenuItem1: TMenuItem
|
---|
71 | Caption = 'File'
|
---|
72 | object MenuItem2: TMenuItem
|
---|
73 | Action = Core.AExit
|
---|
74 | end
|
---|
75 | end
|
---|
76 | object MenuItem3: TMenuItem
|
---|
77 | Caption = 'Execution'
|
---|
78 | object MenuItem4: TMenuItem
|
---|
79 | Action = Core.ACompile
|
---|
80 | end
|
---|
81 | object MenuItem5: TMenuItem
|
---|
82 | Action = Core.ARun
|
---|
83 | end
|
---|
84 | object MenuItem6: TMenuItem
|
---|
85 | Action = Core.APause
|
---|
86 | end
|
---|
87 | object MenuItem7: TMenuItem
|
---|
88 | Action = Core.AStop
|
---|
89 | end
|
---|
90 | object MenuItem8: TMenuItem
|
---|
91 | Action = Core.AStepInto
|
---|
92 | end
|
---|
93 | object MenuItem9: TMenuItem
|
---|
94 | Action = Core.AStepOver
|
---|
95 | end
|
---|
96 | object MenuItem10: TMenuItem
|
---|
97 | Action = Core.AStepOut
|
---|
98 | end
|
---|
99 | object MenuItem11: TMenuItem
|
---|
100 | Action = Core.ARunToCursor
|
---|
101 | end
|
---|
102 | end
|
---|
103 | object MenuItem12: TMenuItem
|
---|
104 | Caption = 'View'
|
---|
105 | object MenuItem14: TMenuItem
|
---|
106 | Action = Core.ACpu
|
---|
107 | end
|
---|
108 | object MenuItem15: TMenuItem
|
---|
109 | Action = Core.ADevices
|
---|
110 | end
|
---|
111 | object MenuItem16: TMenuItem
|
---|
112 | Action = Core.ADisassembler
|
---|
113 | end
|
---|
114 | end
|
---|
115 | object MenuItem17: TMenuItem
|
---|
116 | Caption = 'Help'
|
---|
117 | object MenuItem19: TMenuItem
|
---|
118 | Action = Core.AHelp
|
---|
119 | end
|
---|
120 | end
|
---|
121 | end
|
---|
122 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.