-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunitformdebug.lfm
241 lines (241 loc) · 6.45 KB
/
unitformdebug.lfm
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
object FormDebug: TFormDebug
Left = 304
Height = 456
Top = 169
Width = 359
BorderIcons = [biSystemMenu]
Caption = 'Debugger'
ClientHeight = 456
ClientWidth = 359
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '3.7.0.0'
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 456
Top = 0
Width = 359
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
Caption = 'Panel1'
ClientHeight = 456
ClientWidth = 359
TabOrder = 0
object Panel2: TPanel
Left = 48
Height = 50
Top = 208
Width = 170
BevelOuter = bvNone
BorderStyle = bsSingle
Caption = 'Panel2'
TabOrder = 1
end
object Panel3: TPanel
Left = 8
Height = 180
Top = 12
Width = 336
Caption = 'Panel3'
ClientHeight = 180
ClientWidth = 336
TabOrder = 0
object Panel10: TPanel
Left = 248
Height = 18
Top = 88
Width = 66
Caption = 'Panel10'
TabOrder = 0
end
object Panel11: TPanel
Left = 16
Height = 32
Top = 32
Width = 312
ClientHeight = 32
ClientWidth = 312
ParentBackground = False
TabOrder = 1
object Panel4: TPanel
Left = 0
Height = 26
Top = -8
Width = 170
Caption = 'Panel4'
ClientHeight = 26
ClientWidth = 170
ParentBackground = False
TabOrder = 0
object Panel5: TPanel
AnchorSideLeft.Control = Panel4
AnchorSideTop.Control = Panel4
Left = 2
Height = 17
Top = 2
Width = 188
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Panel5'
ClientHeight = 17
ClientWidth = 188
ParentBackground = False
TabOrder = 0
object Label1: TLabel
AnchorSideLeft.Control = Panel5
AnchorSideTop.Control = Panel5
Left = 1
Height = 15
Top = 1
Width = 80
Caption = 'Frames passed:'
Layout = tlCenter
end
object LabelFramesPassed: TLabel
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel5
Left = 85
Height = 15
Top = 1
Width = 102
BorderSpacing.Left = 4
Caption = 'LabelFramesPassed'
Layout = tlCenter
end
end
end
object Panel7: TPanel
Left = 136
Height = 26
Top = 0
Width = 170
Caption = 'Panel7'
ClientHeight = 26
ClientWidth = 170
ParentBackground = False
TabOrder = 1
object Panel6: TPanel
AnchorSideLeft.Control = Panel7
AnchorSideTop.Control = Panel7
Left = 2
Height = 17
Top = 2
Width = 275
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Panel6'
ClientHeight = 17
ClientWidth = 275
ParentBackground = False
TabOrder = 0
object Label2: TLabel
AnchorSideLeft.Control = Panel6
AnchorSideTop.Control = Panel6
Left = 1
Height = 15
Top = 1
Width = 132
Caption = 'T-states in current frame:'
end
object LabelTicksInCurrentFrame: TLabel
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel6
Left = 137
Height = 15
Top = 1
Width = 137
BorderSpacing.Left = 4
Caption = 'LabelTicksInCurrentFrame'
end
end
end
end
object Panel12: TPanel
Left = 24
Height = 50
Top = 104
Width = 292
Caption = 'Panel12'
ClientHeight = 50
ClientWidth = 292
ParentBackground = False
TabOrder = 2
object Panel9: TPanel
Left = 8
Height = 26
Top = 16
Width = 264
ClientHeight = 26
ClientWidth = 264
ParentBackground = False
TabOrder = 0
object Panel8: TPanel
AnchorSideLeft.Control = Panel9
AnchorSideTop.Control = Panel9
Left = 2
Height = 17
Top = 2
Width = 237
AutoSize = True
BorderSpacing.Around = 1
Caption = 'Panel8'
ClientHeight = 17
ClientWidth = 237
ParentBackground = False
TabOrder = 0
object Label3: TLabel
AnchorSideLeft.Control = Panel8
AnchorSideTop.Control = Panel8
Left = 1
Height = 15
Top = 1
Width = 28
Caption = 'Rom:'
end
object LabelRomBanks: TLabel
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel8
Left = 33
Height = 15
Top = 1
Width = 84
BorderSpacing.Left = 4
Caption = 'LabelRomBanks'
end
object Label5: TLabel
AnchorSideLeft.Control = LabelRomBanks
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel8
Left = 123
Height = 15
Top = 1
Width = 27
BorderSpacing.Left = 6
Caption = 'Ram:'
end
object LabelRamBanks: TLabel
AnchorSideLeft.Control = Label5
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel8
Left = 153
Height = 15
Top = 1
Width = 83
BorderSpacing.Left = 3
Caption = 'LabelRamBanks'
end
end
end
end
end
end
end