-
Notifications
You must be signed in to change notification settings - Fork 19
/
mtp.dsk
877 lines (822 loc) · 14.2 KB
/
mtp.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
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
[Closed Files]
File_0=TSourceModule,'Z:\shareman\src\core\shareman\Shareman.Tracker.DHT.pas',0,1,1,1,1,0,0,,
File_1=TSourceModule,'Z:\shareman\src\core\shareman\Shareman.Tracker.pas',0,1,41,13,56,0,0,,
File_2=TSourceModule,'E:\mad-torrent\dht\DHT.pas',0,1,264,38,279,0,0,,
File_3=TSourceModule,'Z:\shareman\src\core\shareman\Shareman.Seeding.pas',0,1,1147,1,1165,0,0,,
File_4=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.Bittorrent.Peer.pas',0,1,102,65,104,0,0,,
File_5=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.Bittorrent.Tracker.pas',0,1,80,7,109,0,0,,
File_6=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.Peer.pas',0,1,312,1,317,0,0,,{1
File_7=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.Messages.pas',0,1,621,33,626,0,0,{{203,6}
File_8=TSourceModule,'Z:\shareman\src\core\shareman\Shareman.pas',0,1,1034,28,1040,0,0,{{21,2}
File_9=TSourceModule,'c:\program files\embarcadero\studio\16.0\source\rtl\common\System.Generics.Defaults.pas',0,12,121,127,121,0,0,,
File_10=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.Bittorrent.pas',0,1,1,1,180,0,0,{{12,2}
File_11=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.MetaFile.pas',0,1,103,49,120,0,0,,{1
File_12=TSourceModule,'E:\mad-torrent\common\Common.SHA1.pas',0,1,1,3,10,0,0,,
File_13=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.Extensions.pas',0,1,1,1,1,0,0,,
File_14=TSourceModule,'E:\mad-torrent\bittorrent\Bittorrent.Bittorrent.Messages.pas',0,1,625,1,645,0,0,{{198,6}
[Modules]
Module0=E:\mad-torrent\bittorrent\Bittorrent.Tracker.DHT.pas
Module1=E:\mad-torrent\bittorrent\Bittorrent.Tracker.pas
Module2=E:\mad-torrent\bittorrent\Bittorrent.Tracker.HTTP.pas
Module3=E:\mad-torrent\bittorrent\Bittorrent.SeedingItem.pas
Module4=E:\mad-torrent\bittorrent\Bittorrent.pas
Module5=E:\mad-torrent\bittorrent\Bittorrent.Seeding.pas
Module6=E:\mad-torrent\Forms.Main.pas
Count=7
EditWindowCount=2
[E:\mad-torrent\bittorrent\Bittorrent.Tracker.DHT.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[E:\mad-torrent\bittorrent\Bittorrent.Tracker.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[E:\mad-torrent\bittorrent\Bittorrent.Tracker.HTTP.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[E:\mad-torrent\bittorrent\Bittorrent.SeedingItem.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[E:\mad-torrent\bittorrent\Bittorrent.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[E:\mad-torrent\bittorrent\Bittorrent.Seeding.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[E:\mad-torrent\Forms.Main.pas]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[EditWindow0]
ViewCount=2
CurrentEditView=E:\mad-torrent\bittorrent\Bittorrent.SeedingItem.pas
View0=0
View1=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=10000
Height=8974
MaxLeft=-1
MaxTop=-1
ClientWidth=10000
ClientHeight=8974
DockedToMainForm=1
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
TopPanelSize=0
LeftPanelSize=1898
LeftPanelClients=PropertyInspector,DockSite3
LeftPanelData=00000800010100000000D810000000000000016A0700000000000001000000005B0E000009000000446F636B53697465330100000000F41A00001100000050726F7065727479496E73706563746F72FFFFFFFF
RightPanelSize=2000
RightPanelClients=DockSite2,DockSite4
RightPanelData=00000800010100000000D81000000000000001D00700000000000001000000004312000009000000446F636B53697465320100000000F41A000009000000446F636B5369746534FFFFFFFF
BottomPanelSize=1550
BottomPanelClients=DockSite1,MessageView
BottomPanelData=0000080001020100000009000000446F636B5369746531803E000000000000020E060000000000000100000000803E00000F0000004D65737361676556696577466F726DFFFFFFFF
BottomMiddlePanelSize=0
BottomMiddlePanelClients=DockSite0,GraphDrawingModel
BottomMiddelPanelData=0000080001020200000009000000446F636B536974653010000000477261706844726177696E6756696577971D00000000000002EF06000000000000FFFFFFFF
[View0]
CustomEditViewType=TEditView
Module=E:\mad-torrent\Forms.Main.pas
CursorX=5
CursorY=24
TopLine=13
LeftCol=1
Elisions=
Bookmarks=
EditViewName=E:\mad-torrent\Forms.Main.pas
[View1]
CustomEditViewType=TEditView
Module=E:\mad-torrent\bittorrent\Bittorrent.SeedingItem.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
Elisions=
Bookmarks=
EditViewName=E:\mad-torrent\bittorrent\Bittorrent.SeedingItem.pas
[EditWindow1]
ViewCount=5
CurrentEditView=E:\mad-torrent\bittorrent\Bittorrent.Tracker.DHT.pas
View0=2
View1=3
View2=4
View3=5
View4=6
PercentageSizes=1
Create=1
Visible=1
Docked=0
State=0
Left=0
Top=1447
Width=10094
Height=10684
MaxLeft=-8
MaxTop=-13
ClientWidth=9969
ClientHeight=9500
DockedToMainForm=0
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow1
TopPanelSize=0
LeftPanelSize=0
RightPanelSize=0
BottomPanelSize=0
BottomMiddlePanelSize=0
[View2]
CustomEditViewType=TEditView
Module=E:\mad-torrent\bittorrent\Bittorrent.pas
CursorX=9
CursorY=426
TopLine=417
LeftCol=1
Elisions=
Bookmarks={1,759,14}
EditViewName=E:\mad-torrent\bittorrent\Bittorrent.pas
[View3]
CustomEditViewType=TEditView
Module=E:\mad-torrent\bittorrent\Bittorrent.Tracker.DHT.pas
CursorX=15
CursorY=47
TopLine=45
LeftCol=1
Elisions=
Bookmarks={1,47,1}
EditViewName=E:\mad-torrent\bittorrent\Bittorrent.Tracker.DHT.pas
[View4]
CustomEditViewType=TEditView
Module=E:\mad-torrent\bittorrent\Bittorrent.Tracker.HTTP.pas
CursorX=45
CursorY=43
TopLine=39
LeftCol=1
Elisions=
Bookmarks=
EditViewName=E:\mad-torrent\bittorrent\Bittorrent.Tracker.HTTP.pas
[View5]
CustomEditViewType=TEditView
Module=E:\mad-torrent\bittorrent\Bittorrent.Tracker.pas
CursorX=27
CursorY=15
TopLine=11
LeftCol=1
Elisions=
Bookmarks={1,100,17}
EditViewName=E:\mad-torrent\bittorrent\Bittorrent.Tracker.pas
[View6]
CustomEditViewType=TEditView
Module=E:\mad-torrent\bittorrent\Bittorrent.Seeding.pas
CursorX=1
CursorY=501
TopLine=494
LeftCol=1
Elisions=
Bookmarks=
EditViewName=E:\mad-torrent\bittorrent\Bittorrent.Seeding.pas
[Watches]
Count=0
[WatchWindow]
WatchColumnWidth=120
WatchShowColumnHeaders=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=3820
Height=1066
MaxLeft=-1
MaxTop=-1
ClientWidth=3820
ClientHeight=1066
TBDockHeight=211
LRDockWidth=13602
Dockable=1
StayOnTop=0
[Breakpoints]
Count=0
[EmbarcaderoWin32Debugger_AddressBreakpoints]
Count=0
[EmbarcaderoWin64Debugger_AddressBreakpoints]
Count=0
[Main Window]
PercentageSizes=1
Create=1
Visible=1
Docked=0
State=2
Left=148
Top=276
Width=8930
Height=8526
MaxLeft=-8
MaxTop=-13
MaxWidth=8930
MaxHeight=8526
ClientWidth=10000
ClientHeight=9711
BottomPanelSize=8525
BottomPanelClients=EditWindow0
BottomPanelData=0000080000000000000000000000000000000000000000000000000100000000000000000C0000004564697457696E646F775F30FFFFFFFF
[ProjectManager]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2000
Height=4211
MaxLeft=-1
MaxTop=-1
ClientWidth=2000
ClientHeight=4211
TBDockHeight=5895
LRDockWidth=2352
Dockable=1
StayOnTop=0
[MessageView]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=23
Width=10000
Height=1329
MaxLeft=-1
MaxTop=-1
ClientWidth=10000
ClientHeight=1329
TBDockHeight=1329
LRDockWidth=2773
Dockable=1
StayOnTop=0
[ToolForm]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2000
Height=2039
MaxLeft=-1
MaxTop=-1
ClientWidth=2000
ClientHeight=2039
TBDockHeight=7158
LRDockWidth=2000
Dockable=1
StayOnTop=0
[ModelViewTool]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2000
Height=8263
MaxLeft=-1
MaxTop=-1
ClientWidth=2000
ClientHeight=8263
TBDockHeight=4882
LRDockWidth=5305
Dockable=1
StayOnTop=0
[ClassBrowserTool]
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=-121
Top=-105
Width=1844
Height=3145
MaxLeft=-1
MaxTop=-1
ClientWidth=1844
ClientHeight=3145
TBDockHeight=3145
LRDockWidth=1844
Dockable=1
StayOnTop=0
[MetricsView]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2336
Height=1316
MaxLeft=-1
MaxTop=-1
ClientWidth=2336
ClientHeight=1316
TBDockHeight=4829
LRDockWidth=3562
Dockable=1
StayOnTop=0
[QAView]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2336
Height=1316
MaxLeft=-1
MaxTop=-1
ClientWidth=2336
ClientHeight=1316
TBDockHeight=4829
LRDockWidth=3562
Dockable=1
StayOnTop=0
[PropertyInspector]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=317
Width=1898
Height=3092
MaxLeft=-1
MaxTop=-1
ClientWidth=1898
ClientHeight=3092
TBDockHeight=8618
LRDockWidth=1898
Dockable=1
StayOnTop=0
SplitPos=111
[frmDesignPreview]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2000
Height=8263
MaxLeft=-1
MaxTop=-1
ClientWidth=2000
ClientHeight=8263
TBDockHeight=5961
LRDockWidth=2508
Dockable=1
StayOnTop=0
[TFileExplorerForm]
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=-1024
Top=-105
Width=2844
Height=6211
MaxLeft=-1
MaxTop=-1
ClientWidth=2844
ClientHeight=6211
TBDockHeight=6211
LRDockWidth=2844
Dockable=1
StayOnTop=0
[TemplateView]
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=-1152
Top=-105
Width=273
Height=368
MaxLeft=-1
MaxTop=-1
ClientWidth=273
ClientHeight=368
TBDockHeight=368
LRDockWidth=273
Dockable=1
StayOnTop=0
Name=120
Description=334
filter=1
[DebugLogView]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=3820
Height=1066
MaxLeft=-1
MaxTop=-1
ClientWidth=3820
ClientHeight=1066
TBDockHeight=408
LRDockWidth=4953
Dockable=1
StayOnTop=0
[ThreadStatusWindow]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=3820
Height=1066
MaxLeft=-1
MaxTop=-1
ClientWidth=3820
ClientHeight=1066
TBDockHeight=211
LRDockWidth=7406
Dockable=1
StayOnTop=0
Column0Width=145
Column1Width=100
Column2Width=115
Column3Width=250
[LocalVarsWindow]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=3820
Height=1066
MaxLeft=-1
MaxTop=-1
ClientWidth=3820
ClientHeight=1066
TBDockHeight=1539
LRDockWidth=3484
Dockable=1
StayOnTop=0
[CallStackWindow]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=3820
Height=1066
MaxLeft=-1
MaxTop=-1
ClientWidth=3820
ClientHeight=1066
TBDockHeight=2066
LRDockWidth=3484
Dockable=1
StayOnTop=0
[FindReferencsForm]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2336
Height=1118
MaxLeft=-1
MaxTop=-1
ClientWidth=2336
ClientHeight=1118
TBDockHeight=2316
LRDockWidth=2820
Dockable=1
StayOnTop=0
[RefactoringForm]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2336
Height=1118
MaxLeft=-1
MaxTop=-1
ClientWidth=2336
ClientHeight=1118
TBDockHeight=3211
LRDockWidth=2820
Dockable=1
StayOnTop=0
[ToDo List]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2336
Height=921
MaxLeft=-1
MaxTop=-1
ClientWidth=2336
ClientHeight=921
TBDockHeight=1158
LRDockWidth=3680
Dockable=1
StayOnTop=0
Column0Width=314
Column1Width=30
Column2Width=150
Column3Width=172
Column4Width=129
SortOrder=4
ShowHints=1
ShowChecked=1
[DataExplorerContainer]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=2000
Height=8263
MaxLeft=-1
MaxTop=-1
ClientWidth=2000
ClientHeight=8263
TBDockHeight=4882
LRDockWidth=7148
Dockable=1
StayOnTop=0
[GraphDrawingModel]
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=0
Top=0
Width=2859
Height=3211
MaxLeft=-1
MaxTop=-1
ClientWidth=2859
ClientHeight=3211
TBDockHeight=3211
LRDockWidth=2859
Dockable=1
StayOnTop=0
[BreakpointWindow]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=3820
Height=1066
MaxLeft=-1
MaxTop=-1
ClientWidth=3820
ClientHeight=1066
TBDockHeight=1539
LRDockWidth=8742
Dockable=1
StayOnTop=0
Column0Width=200
Column1Width=75
Column2Width=200
Column3Width=200
Column4Width=200
Column5Width=75
Column6Width=75
[StructureView]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=1898
Height=3513
MaxLeft=-1
MaxTop=-1
ClientWidth=1898
ClientHeight=3513
TBDockHeight=3684
LRDockWidth=1898
Dockable=1
StayOnTop=0
[Castalia Statistics]
PercentageSizes=1
Create=1
Visible=0
Docked=0
State=0
Left=0
Top=0
Width=2062
Height=6684
MaxLeft=-8
MaxTop=-13
ClientWidth=1938
ClientHeight=6237
TBDockHeight=6684
LRDockWidth=2062
Dockable=1
StayOnTop=0
[BorlandEditorCodeExplorer@EditWindow1]
PercentageSizes=1
Create=1
Visible=0
Docked=0
State=0
Left=0
Top=0
Width=1461
Height=6000
MaxLeft=-8
MaxTop=-13
ClientWidth=1336
ClientHeight=5553
TBDockHeight=6000
LRDockWidth=1461
Dockable=1
StayOnTop=0
[BorlandEditorCodeExplorer@EditWindow0]
PercentageSizes=1
Create=1
Visible=0
Docked=0
State=0
Left=0
Top=0
Width=1828
Height=6171
MaxLeft=-8
MaxTop=-13
ClientWidth=1703
ClientHeight=5724
TBDockHeight=6171
LRDockWidth=1828
Dockable=1
StayOnTop=0
[DockHosts]
DockHostCount=5
[DockSite0]
HostDockSite=DockBottomCenterPanel
DockSiteType=1
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=0
Top=0
Width=2336
Height=1474
MaxLeft=-1
MaxTop=-1
ClientWidth=2336
ClientHeight=1474
TBDockHeight=1474
LRDockWidth=2336
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=RefactoringForm
TabDockClients=RefactoringForm,FindReferencsForm,ToDo List,MetricsView,QAView
[DockSite1]
HostDockSite=DockBottomPanel
DockSiteType=1
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=0
Top=0
Width=3820
Height=1421
MaxLeft=-1
MaxTop=-1
ClientWidth=3820
ClientHeight=1421
TBDockHeight=1421
LRDockWidth=3820
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=DebugLogView
TabDockClients=DebugLogView,BreakpointWindow,ThreadStatusWindow,CallStackWindow,WatchWindow,LocalVarsWindow
[DockSite2]
HostDockSite=DockRightPanel
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=23
Width=2000
Height=4566
MaxLeft=-1
MaxTop=-1
ClientWidth=2000
ClientHeight=4566
TBDockHeight=8618
LRDockWidth=2000
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=ProjectManager
TabDockClients=ProjectManager,ModelViewTool,DataExplorerContainer,frmDesignPreview,TFileExplorerForm
[DockSite3]
HostDockSite=DockLeftPanel
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=23
Width=1898
Height=3513
MaxLeft=-1
MaxTop=-1
ClientWidth=1898
ClientHeight=3513
TBDockHeight=8618
LRDockWidth=1898
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=StructureView
TabDockClients=StructureView,ClassBrowserTool
[DockSite4]
HostDockSite=DockRightPanel
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=397
Width=2000
Height=2039
MaxLeft=-1
MaxTop=-1
ClientWidth=2000
ClientHeight=2039
TBDockHeight=8618
LRDockWidth=2000
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=ToolForm
TabDockClients=ToolForm,TemplateView