-
Notifications
You must be signed in to change notification settings - Fork 3
/
Game15.dsk
533 lines (492 loc) · 8.41 KB
/
Game15.dsk
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
[Closed Files]
File_0=SourceModule,'C:\PROGRA~1\Borland\Delphi7\source\RTL\sys\sysutils.pas',0,1,6697,12,6826,0,0
File_1=SourceModule,'C:\PROGRA~1\Borland\Delphi7\source\VCL\Controls.pas',0,1,1328,1,1343,0,0
File_2=SourceModule,'c:\program files\borland\delphi7\Lib\PanelExt.pas',0,1,54,1,64,0,0
File_3=SourceModule,'c:\program files\borland\delphi7\Lib\pngimage.pas',0,1,5112,1,5150,0,0
File_4=SourceModule,'C:\PROGRA~1\Borland\Delphi7\source\VCL\Grids.pas',0,1,1618,1,1636,0,0
File_5=SourceModule,'D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Main1.pas',0,1,1,1,1,0,0
File_6=SourceModule,'C:\Users\Ãåííàäèé\Desktop\Íîâàÿ ïàïêà\Unit1.pas',0,1,1,6,29,1,0
File_7=SourceModule,'C:\PROGRA~1\Borland\Delphi7\source\FastNet\NMMSG.pas',0,1,105,7,118,0,0
File_8=SourceModule,'C:\PROGRA~1\Borland\Delphi7\source\RTL\win\winsock.pas',0,1,257,1,274,0,0
File_9=SourceModule,'C:\PROGRA~1\Borland\Delphi7\source\FastNet\Psock.pas',0,1,462,42,500,0,0
[Modules]
Module0=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Main.pas
Module1=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\UResult.pas
Module2=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\About.pas
Module3=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Settings.pas
Count=4
EditWindowCount=1
[D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Main.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=0
[D:\Ìóëüòèìåäèà\Ïðîåêòû\15\UResult.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[D:\Ìóëüòèìåäèà\Ïðîåêòû\15\About.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Settings.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[D:\Ìóëüòèìåäèà\Ïðîåêòû\Ships\ProjectGroup1.bpg]
FormState=0
FormOnTop=0
[D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Game15.dpr]
FormState=0
FormOnTop=0
SymbolFile=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Game15.dsm
ModSinceCompile=0
[EditWindow0]
ViewCount=4
CurrentView=0
View0=0
View1=1
View2=2
View3=3
CodeExplorer=CodeExplorer@EditWindow0
MessageView=MessageView@EditWindow0
Create=1
Visible=1
State=0
Left=386
Top=168
Width=994
Height=520
MaxLeft=-1
MaxTop=-1
ClientWidth=978
ClientHeight=482
LeftPanelSize=140
LeftPanelClients=CodeExplorer@EditWindow0
LeftPanelData=000004000000000000000000000000000000000000000000000100000000000000000C000000436F64654578706C6F726572FFFFFFFF
RightPanelSize=0
BottomPanelSize=0
BottomPanelClients=MessageView@EditWindow0
BottomPanelData=00000400010000000B0000004D65737361676556696577D203000000000000025500000000000000010000000100000000000000000200000002000000000000000003000000000000000000000000030000000000000000000000000300000000000000000000000003000000000000000000000000020000000055000000000000000100000000D20300000B0000004D65737361676556696577FFFFFFFF
[View0]
Module=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Main.pas
CursorX=19
CursorY=497
TopLine=487
LeftCol=1
[View1]
Module=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\Settings.pas
CursorX=4
CursorY=67
TopLine=45
LeftCol=1
[View2]
Module=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\UResult.pas
CursorX=1
CursorY=39
TopLine=54
LeftCol=1
[View3]
Module=D:\Ìóëüòèìåäèà\Ïðîåêòû\15\About.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[Watches]
Count=0
[WatchWindow]
WatchColumnWidth=100
WatchShowColumnHeaders=1
Create=1
Visible=0
State=0
Left=0
Top=0
Width=621
Height=104
MaxLeft=-1
MaxTop=-1
ClientWidth=605
ClientHeight=70
TBDockHeight=76
LRDockWidth=426
Dockable=1
[Breakpoints]
Count=0
[AddressBreakpoints]
Count=0
[Main Window]
Create=1
Visible=1
State=2
Left=28
Top=10
Width=1338
Height=123
MaxLeft=-8
MaxTop=-8
MaxWidth=1378
MaxHeight=122
ClientWidth=1362
ClientHeight=84
[ProjectManager]
Create=1
Visible=0
State=0
Left=224
Top=124
Width=398
Height=239
MaxLeft=-1
MaxTop=-1
ClientWidth=382
ClientHeight=205
TBDockHeight=313
LRDockWidth=140
Dockable=1
[Components]
Left=343
Top=253
Width=285
Height=384
Create=1
Visible=0
State=0
MaxLeft=-1
MaxTop=-1
ClientWidth=269
ClientHeight=350
TBDockHeight=376
LRDockWidth=282
Dockable=1
[CPUWindow]
Create=1
Visible=0
State=0
Left=328
Top=170
Width=798
Height=568
MaxLeft=-1
MaxTop=-1
ClientWidth=782
ClientHeight=530
DumpPane=79
DisassemblyPane=187
RegisterPane=231
FlagPane=64
[AlignmentPalette]
Create=1
Visible=0
State=0
Left=200
Top=124
Width=156
Height=84
MaxLeft=-1
MaxTop=-1
ClientWidth=150
ClientHeight=60
[PropertyInspector]
Create=1
Visible=1
State=0
Left=0
Top=171
Width=200
Height=415
MaxLeft=-1
MaxTop=-1
ClientWidth=200
ClientHeight=415
TBDockHeight=391
LRDockWidth=200
Dockable=1
SplitPos=85
ArrangeBy=Name
SelectedItem=ClientWidth
ExpandedItems=
HiddenCategories=
[BreakpointWindow]
Create=1
Visible=0
State=0
Left=431
Top=501
Width=737
Height=197
MaxLeft=-1
MaxTop=-1
ClientWidth=721
ClientHeight=163
TBDockHeight=197
LRDockWidth=737
Dockable=1
Column0Width=100
Column1Width=75
Column2Width=200
Column3Width=200
Column4Width=75
Column5Width=75
[CallStackWindow]
Create=1
Visible=0
State=0
Left=493
Top=319
Width=294
Height=161
MaxLeft=-1
MaxTop=-1
ClientWidth=278
ClientHeight=127
TBDockHeight=161
LRDockWidth=294
Dockable=1
[ThreadStatusWindow]
Create=1
Visible=0
State=0
Left=255
Top=514
Width=624
Height=152
MaxLeft=-1
MaxTop=-1
ClientWidth=608
ClientHeight=118
TBDockHeight=152
LRDockWidth=624
Dockable=1
Column0Width=145
Column1Width=100
Column2Width=115
Column3Width=250
[ObjectTree]
Create=1
Visible=1
State=0
Left=0
Top=12
Width=200
Height=143
MaxLeft=-1
MaxTop=-1
ClientWidth=200
ClientHeight=143
TBDockHeight=258
LRDockWidth=200
Dockable=1
[DebugLogView]
Create=1
Visible=0
State=0
Left=386
Top=422
Width=417
Height=291
MaxLeft=-1
MaxTop=-1
ClientWidth=401
ClientHeight=257
TBDockHeight=197
LRDockWidth=417
Dockable=1
[LocalVarsWindow]
Create=1
Visible=0
State=0
Left=273
Top=197
Width=421
Height=189
MaxLeft=-1
MaxTop=-1
ClientWidth=405
ClientHeight=155
TBDockHeight=189
LRDockWidth=421
Dockable=1
[ToDo List]
Create=1
Visible=0
State=0
Left=154
Top=175
Width=470
Height=250
MaxLeft=-1
MaxTop=-1
ClientWidth=454
ClientHeight=216
TBDockHeight=250
LRDockWidth=470
Dockable=1
Column0Width=260
Column1Width=30
Column2Width=100
Column3Width=70
Column4Width=70
SortOrder=4
ShowHints=1
ShowChecked=1
[FPUWindow]
Create=1
Visible=0
State=0
Left=909
Top=24
Width=457
Height=250
MaxLeft=-1
MaxTop=-1
ClientWidth=441
ClientHeight=212
RegisterPane=121
FlagPane=59
[ModuleWindow]
Create=1
Visible=0
State=0
Left=197
Top=130
Width=638
Height=355
MaxLeft=-1
MaxTop=-1
ClientWidth=622
ClientHeight=321
TBDockHeight=355
LRDockWidth=638
Dockable=1
Column0Width=125
Column1Width=100
Column2Width=155
EntryPointPane=225
CompUnitPane=104
[MessageHintFrm]
Create=1
Visible=0
State=0
Left=166
Top=635
Width=887
Height=124
MaxLeft=-1
MaxTop=-1
ClientWidth=871
ClientHeight=90
TBDockHeight=90
LRDockWidth=383
Dockable=1
[fmGrepResults]
Create=1
Visible=0
State=0
Left=415
Top=210
Width=450
Height=350
MaxLeft=-1
MaxTop=-1
ClientWidth=434
ClientHeight=316
TBDockHeight=350
LRDockWidth=450
Dockable=1
[fmMacroLibrary]
Create=1
Visible=0
State=0
Left=509
Top=163
Width=347
Height=411
MaxLeft=-1
MaxTop=-1
ClientWidth=331
ClientHeight=377
TBDockHeight=411
LRDockWidth=347
Dockable=1
[CnEditorCollectorForm]
Create=1
Visible=0
State=0
Left=300
Top=229
Width=419
Height=292
MaxLeft=-1
MaxTop=-1
ClientWidth=403
ClientHeight=258
TBDockHeight=292
LRDockWidth=419
Dockable=1
[CnBookmarkForm]
Create=1
Visible=0
State=0
Left=416
Top=171
Width=208
Height=361
MaxLeft=-1
MaxTop=-1
ClientWidth=192
ClientHeight=327
TBDockHeight=454
LRDockWidth=526
Dockable=1
EditHeight=99
ColumnWidth=100,38,50,300
[CodeExplorer@EditWindow0]
Create=1
Visible=1
State=0
Left=0
Top=12
Width=140
Height=470
MaxLeft=-1
MaxTop=-1
ClientWidth=140
ClientHeight=470
TBDockHeight=305
LRDockWidth=140
Dockable=1
[MessageView@EditWindow0]
Create=1
Visible=0
State=0
Left=12
Top=0
Width=966
Height=85
MaxLeft=-1
MaxTop=-1
ClientWidth=966
ClientHeight=85
TBDockHeight=85
LRDockWidth=443
Dockable=1
[DockHosts]
DockHostCount=1
[DockSite0]
DockSiteType=0
Create=1
Visible=1
State=0
Left=5
Top=120
Width=216
Height=620
MaxLeft=-1
MaxTop=-1
ClientWidth=200
ClientHeight=586
TBDockHeight=620
LRDockWidth=190
Dockable=1
DockClients=ObjectTree,PropertyInspector
DockSiteData=00000400000000004A0200000000000001C80000000000000001000000009F0000000E0000004F626A656374547265655669657701000000004A0200001100000050726F7065727479496E73706563746F72FFFFFFFF