last changes 202i

This commit is contained in:
ronaldhordijk
2005-07-25 17:48:50 +00:00
parent 3c2fac02d8
commit 263b94b0c4
11 changed files with 606 additions and 398 deletions

View File

@ -30,7 +30,7 @@
<Compiler Name="L">1</Compiler>
<Compiler Name="M">0</Compiler>
<Compiler Name="N">1</Compiler>
<Compiler Name="O">1</Compiler>
<Compiler Name="O">0</Compiler>
<Compiler Name="P">1</Compiler>
<Compiler Name="Q">0</Compiler>
<Compiler Name="R">0</Compiler>

View File

@ -15,5 +15,14 @@
<Transaction>2005-03-26 11:53:30.875.pas,X:\Code\Delphi\Apophysis\2.02h\Source\RandomFlame.pas=X:\Code\Delphi\Apophysis\2.02h\Source\RndFlame.pas</Transaction>
<Transaction>2005-04-09 09:05:14.015.pas,X:\Code\Delphi\Apophysis\2.02h\Project\delphi2005\Unit1.pas=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas</Transaction>
<Transaction>2005-04-09 09:05:14.031.dfm,X:\Code\Delphi\Apophysis\2.02h\Project\delphi2005\Unit1.dfm=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.dfm</Transaction>
<Transaction>2005-06-05 11:22:28.906.pas,X:\Code\Delphi\Apophysis\2.02h\Project\delphi2005\Unit1.pas=X:\Code\Delphi\Apophysis\2.02h\Source\FileIO.pas</Transaction>
<Transaction>2005-06-05 11:23:30.125.pas,X:\Code\Delphi\Apophysis\2.02h\Source\FileIO.pas=X:\Code\Delphi\Apophysis\2.02h\Source\FlameIO.pas</Transaction>
<Transaction>2005-06-05 12:16:51.406.pas,X:\Code\Delphi\Apophysis\2.02h\Source\FlameIO.pas=</Transaction>
<Transaction>2005-06-21 07:20:50.687.pas,X:\Code\Delphi\Apophysis\2.02h\Source\GradientHlpr.pas=X:\Code\Delphi\Apophysis\2.02h\ScreenSaver\GradientHlpr.pas</Transaction>
<Transaction>2005-06-21 07:25:27.593.pas,X:\Code\Delphi\Apophysis\2.02h\Source\Cmap.pas=X:\Code\Delphi\Apophysis\2.02h\ScreenSaver\Cmap.pas</Transaction>
<Transaction>2005-06-23 20:22:37.390.pas,X:\Code\Delphi\Apophysis\2.02h\ScreenSaver\Cmap.pas=X:\Code\Delphi\Apophysis\2.02h\Source\Cmap.pas</Transaction>
<Transaction>2005-06-23 20:22:37.500.pas,X:\Code\Delphi\Apophysis\2.02h\Source\Cmap.pas=X:\Code\Delphi\Apophysis\2.02h\ScreenSaver\Cmap.pas</Transaction>
<Transaction>2005-06-23 20:23:13.203.pas,X:\Code\Delphi\Apophysis\2.02h\ScreenSaver\Cmap.pas=X:\Code\Delphi\Apophysis\2.02h\Source\Cmap.pas</Transaction>
<Transaction>2005-06-23 20:25:40.281.pas,X:\Code\Delphi\Apophysis\2.02h\ScreenSaver\GradientHlpr.pas=X:\Code\Delphi\Apophysis\2.02h\Source\GradientHlpr.pas</Transaction>
</Transactions>
</BorlandProject>

View File

@ -12,7 +12,7 @@
-$L+
-$M-
-$N+
-$O+
-$O-
-$P+
-$Q-
-$R-

View File

@ -38,7 +38,7 @@ uses
Gradient in '..\..\Source\Gradient.pas' {GradientForm},
Save in '..\..\Source\Save.pas' {SaveForm},
About in '..\..\Source\About.pas' {AboutForm},
cmap in '..\..\Source\cmap.pas',
Cmap in '..\..\Source\Cmap.pas',
SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm},
ControlPoint in '..\..\Source\ControlPoint.pas',
HtmlHlp in '..\..\Source\HtmlHlp.pas',
@ -59,14 +59,15 @@ uses
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
GradientHlpr in '..\..\Source\GradientHlpr.pas',
RndFlame in '..\..\Source\RndFlame.pas',
formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess};
formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess},
bmdll32 in '..\..\Source\bmdll32.PAS';
// ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring};
{$R *.RES}
begin
if now > EncodeDate(2005,6,20) then begin
if now > EncodeDate(2005,9,20) then begin
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
Halt
end;

View File

@ -8,33 +8,69 @@ File_5=TSourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\About.pas',0,1,1,1,1
File_6=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas',0,1,1,44,16,0,0,,
[Modules]
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
Module3=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
Module4=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
Module5=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\Render32.pas
Module8=default.htm
Count=9
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\RndFlame.pas
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
Module3=X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas
Module4=default.htm
Module5=X:\Code\Delphi\Apophysis\2.02h\Project\delphi2005\Apophysis202.bdsproj
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
Module8=X:\Code\Delphi\Apophysis\Apolibstuff9\ScripterStudio\atScript.pas
Module9=X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas
Module10=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
Module11=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
Module12=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
Module13=X:\Code\Delphi\Apophysis\2.02h\Source\Render32.pas
Count=14
EditWindowCount=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\RndFlame.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas]
[X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[default.htm]
ModuleType=TURLModule
[X:\Code\Delphi\Apophysis\2.02h\Project\delphi2005\Apophysis202.bdsproj]
ModuleType=TBaseProject
[X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas]
ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\Apolibstuff9\ScripterStudio\atScript.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas]
ModuleType=TSourceModule
FormState=1
@ -50,26 +86,14 @@ ModuleType=TSourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Render32.pas]
ModuleType=TSourceModule
FormState=0
FormOnTop=0
[default.htm]
ModuleType=TURLModule
[X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas]
FormState=1
FormOnTop=0
[EditWindow0]
ViewCount=9
CurrentEditView=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
ViewCount=14
CurrentEditView=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
View0=0
View1=1
View2=2
@ -79,6 +103,11 @@ View5=5
View6=6
View7=7
View8=8
View9=9
View10=10
View11=11
View12=12
View13=13
PercentageSizes=1
Create=1
Visible=1
@ -86,28 +115,28 @@ Docked=1
State=0
Left=0
Top=0
Width=9938
Width=9930
Height=9145
MaxLeft=-1
MaxTop=-1
ClientWidth=9938
ClientWidth=9930
ClientHeight=9145
DockedToMainForm=1
MessageView=MessageView@EditWindow0
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
TopPanelSize=0
LeftPanelSize=2602
LeftPanelClients=PropertyInspector,CallStackWindow,WatchWindow,LocalVarsWindow
LeftPanelData=000008000102010000001100000050726F7065727479496E73706563746F72B40C00000000000002161B00000000000001000000012A0A0000000000000200000000DA0800000F00000043616C6C537461636B57696E646F770200000000B31100000B000000576174636857696E646F770200000000161B00000F0000004C6F63616C5661727357696E646F77FFFFFFFF
RightPanelSize=1688
RightPanelClients=ToolForm,ProjectManager
RightPanelData=0000080001020100000008000000546F6F6C466F726D3D0800000000000002161B000000000000010000000198060000000000000200000000161B00001200000050726F6A6563744D616E61676572466F726DFFFFFFFF
BottomPanelSize=1914
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite0
BottomPanelData=000008000102020000000B0000004D657373616765566965770E000000546F446F4C69737457696E646F778630000000000000027A0700000000000001000000008630000009000000446F636B5369746530FFFFFFFF
LeftPanelSize=1906
LeftPanelClients=StructureView,DockSite2
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746532FFFFFFFF
RightPanelSize=2258
RightPanelClients=ToolForm,DockSite3
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653301000000009A1D000008000000546F6F6C466F726DFFFFFFFF
BottomPanelSize=1270
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite1
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465317C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
BottomMiddlePanelSize=0
BottomMiddlePanelClients=DockSite1
BottomMiddelPanelData=0000080001020100000009000000446F636B53697465313F23000000000000025F06000000000000FFFFFFFF
BottomMiddlePanelClients=DockSite0
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465300000000000000000000000000000000000FFFFFFFF
[View0]
CustomEditViewType=TWelcomePageView
@ -126,9 +155,9 @@ Bookmarks=
[View2]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
CursorX=1
CursorY=451
TopLine=434
CursorX=9
CursorY=32
TopLine=1
LeftCol=1
Elisions=
Bookmarks=
@ -156,16 +185,16 @@ Bookmarks=
[View5]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
CursorX=49
CursorY=671
TopLine=653
CursorX=3
CursorY=1001
TopLine=1049
LeftCol=1
Elisions=
Bookmarks=
[View6]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas
Module=X:\Code\Delphi\Apophysis\2.02h\Project\delphi2005\Apophysis202.dpr
CursorX=1
CursorY=1
TopLine=1
@ -175,6 +204,56 @@ Bookmarks=
[View7]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\Apolibstuff9\ScripterStudio\atScript.pas
CursorX=1
CursorY=1906
TopLine=1881
LeftCol=1
Elisions=
Bookmarks=
[View8]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
CursorX=31
CursorY=2479
TopLine=2452
LeftCol=1
Elisions=
Bookmarks=
[View9]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
Elisions=
Bookmarks=
[View10]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\RndFlame.pas
CursorX=12
CursorY=282
TopLine=259
LeftCol=1
Elisions=
Bookmarks=
[View11]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
CursorX=58
CursorY=1997
TopLine=1973
LeftCol=1
Elisions=
Bookmarks={1,669,1}
[View12]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Render32.pas
CursorX=15
CursorY=86
@ -183,7 +262,7 @@ LeftCol=1
Elisions=
Bookmarks=
[View8]
[View13]
CustomEditViewType=TEditView
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas
CursorX=1
@ -205,20 +284,21 @@ Visible=1
Docked=1
State=0
Left=0
Top=255
Width=2602
Height=2062
Top=0
Width=3766
Height=724
MaxLeft=-1
MaxTop=-1
ClientWidth=2602
ClientHeight=2062
TBDockHeight=1821
LRDockWidth=2602
ClientWidth=3766
ClientHeight=724
TBDockHeight=201
LRDockWidth=13602
Dockable=1
StayOnTop=0
[Breakpoints]
Count=0
Count=1
Breakpoint0='X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas',2305,'',0,1,'',1,0,0,'',1,'','','',0
[AddressBreakpoints]
Count=0
@ -229,13 +309,13 @@ Create=1
Visible=1
Docked=0
State=0
Left=0
Top=0
Width=10000
Left=8
Top=-10
Width=9992
Height=10010
MaxLeft=-8
MaxTop=-10
ClientWidth=9938
ClientWidth=9930
ClientHeight=9668
BottomPanelSize=8877
BottomPanelClients=EditWindow0
@ -248,56 +328,75 @@ Visible=1
Docked=1
State=0
Left=0
Top=23
Width=1688
Height=6911
Top=0
Width=2195
Height=3964
MaxLeft=-1
MaxTop=-1
ClientWidth=1688
ClientHeight=6911
TBDockHeight=7093
LRDockWidth=1688
ClientWidth=2195
ClientHeight=3964
TBDockHeight=5905
LRDockWidth=3156
Dockable=1
StayOnTop=0
[ToolForm]
PercentageSizes=1
Create=1
Visible=0
Visible=1
Docked=1
State=0
Left=-1060
Top=-82
Width=1688
Height=6640
Left=0
Top=479
Width=2258
Height=2988
MaxLeft=-1
MaxTop=-1
ClientWidth=1688
ClientHeight=6640
TBDockHeight=6640
LRDockWidth=1688
ClientWidth=2258
ClientHeight=2988
TBDockHeight=6911
LRDockWidth=2258
Dockable=1
StayOnTop=0
[PropertyInspector]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=0
Width=1844
Height=3843
MaxLeft=-1
MaxTop=-1
ClientWidth=1844
ClientHeight=3843
TBDockHeight=412
LRDockWidth=1906
Dockable=1
StayOnTop=0
SplitPos=95
[RMAddinTool]
PercentageSizes=1
Create=1
Visible=0
Docked=1
State=0
Left=-4
Top=-82
Width=2602
Height=6640
Left=-209
Top=431
Width=5305
Height=5141
MaxLeft=-1
MaxTop=-1
ClientWidth=2602
ClientHeight=6640
TBDockHeight=6640
LRDockWidth=2602
ClientWidth=5305
ClientHeight=5141
TBDockHeight=5141
LRDockWidth=5305
Dockable=1
StayOnTop=0
SplitPos=77
[CallStackWindow]
PercentageSizes=1
@ -306,32 +405,32 @@ Visible=1
Docked=1
State=0
Left=0
Top=23
Width=2602
Height=2062
Top=0
Width=3766
Height=724
MaxLeft=-1
MaxTop=-1
ClientWidth=2602
ClientHeight=2062
TBDockHeight=1871
LRDockWidth=2602
ClientWidth=3766
ClientHeight=724
TBDockHeight=2072
LRDockWidth=3484
Dockable=1
StayOnTop=0
[DataExplorer]
PercentageSizes=1
Create=1
Visible=0
Docked=0
Visible=1
Docked=1
State=0
Left=7742
Top=1338
Width=5305
Height=5080
MaxLeft=-8
MaxTop=-10
ClientWidth=5242
ClientHeight=4819
Left=0
Top=0
Width=2195
Height=3964
MaxLeft=-1
MaxTop=-1
ClientWidth=2195
ClientHeight=3964
TBDockHeight=4879
LRDockWidth=7148
Dockable=1
@ -343,15 +442,15 @@ Create=1
Visible=0
Docked=1
State=0
Left=-4
Top=-795
Left=-205
Top=-895
Width=3672
Height=1811
Height=1157
MaxLeft=-1
MaxTop=-1
ClientWidth=3672
ClientHeight=1811
TBDockHeight=1811
ClientHeight=1157
TBDockHeight=1157
LRDockWidth=3672
Dockable=1
StayOnTop=0
@ -372,14 +471,14 @@ Docked=1
State=0
Left=0
Top=0
Width=2742
Height=1127
Width=2273
Height=1962
MaxLeft=-1
MaxTop=-1
ClientWidth=2742
ClientHeight=1127
TBDockHeight=2928
LRDockWidth=3398
ClientWidth=2273
ClientHeight=1962
TBDockHeight=2314
LRDockWidth=2828
Dockable=1
StayOnTop=0
@ -391,14 +490,14 @@ Docked=1
State=0
Left=0
Top=0
Width=2742
Height=1127
Width=2273
Height=1962
MaxLeft=-1
MaxTop=-1
ClientWidth=2742
ClientHeight=1127
TBDockHeight=1730
LRDockWidth=3398
ClientWidth=2273
ClientHeight=1962
TBDockHeight=3209
LRDockWidth=2828
Dockable=1
StayOnTop=0
@ -410,14 +509,14 @@ Docked=1
State=0
Left=0
Top=0
Width=9875
Height=1388
Width=3766
Height=724
MaxLeft=-1
MaxTop=-1
ClientWidth=9875
ClientHeight=1388
TBDockHeight=3360
LRDockWidth=3625
ClientWidth=3766
ClientHeight=724
TBDockHeight=412
LRDockWidth=4953
Dockable=1
StayOnTop=0
@ -429,14 +528,14 @@ Docked=1
State=0
Left=0
Top=0
Width=9875
Height=1388
Width=3766
Height=724
MaxLeft=-1
MaxTop=-1
ClientWidth=9875
ClientHeight=1388
TBDockHeight=775
LRDockWidth=5422
ClientWidth=3766
ClientHeight=724
TBDockHeight=201
LRDockWidth=7414
Dockable=1
StayOnTop=0
Column0Width=145
@ -451,32 +550,32 @@ Visible=1
Docked=1
State=0
Left=0
Top=487
Width=2602
Height=2243
Top=0
Width=3766
Height=724
MaxLeft=-1
MaxTop=-1
ClientWidth=2602
ClientHeight=2243
TBDockHeight=8863
LRDockWidth=2602
ClientWidth=3766
ClientHeight=724
TBDockHeight=262
LRDockWidth=3484
Dockable=1
StayOnTop=0
[ModelViewTool]
PercentageSizes=1
Create=1
Visible=0
Docked=0
Visible=1
Docked=1
State=0
Left=7742
Top=1338
Width=5305
Height=5080
MaxLeft=-8
MaxTop=-10
ClientWidth=5242
ClientHeight=4819
Left=0
Top=0
Width=2195
Height=3964
MaxLeft=-1
MaxTop=-1
ClientWidth=2195
ClientHeight=3964
TBDockHeight=4879
LRDockWidth=5305
Dockable=1
@ -490,17 +589,17 @@ Docked=1
State=0
Left=0
Top=0
Width=9875
Height=1388
Width=3766
Height=724
MaxLeft=-1
MaxTop=-1
ClientWidth=9875
ClientHeight=1388
TBDockHeight=2082
LRDockWidth=6398
ClientWidth=3766
ClientHeight=724
TBDockHeight=1549
LRDockWidth=8742
Dockable=1
StayOnTop=0
Column0Width=130
Column0Width=100
Column1Width=75
Column2Width=200
Column3Width=200
@ -510,38 +609,57 @@ Column5Width=75
[StructureView]
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=23
Width=1906
Height=3360
MaxLeft=-1
MaxTop=-1
ClientWidth=1906
ClientHeight=3360
TBDockHeight=3672
LRDockWidth=1906
Dockable=1
StayOnTop=0
[fmGrepResults]
PercentageSizes=1
Create=1
Visible=0
Docked=0
State=0
Left=0
Top=885
Width=1453
Height=3622
Left=3172
Top=3290
Width=3656
Height=3421
MaxLeft=-8
MaxTop=-10
ClientWidth=1391
ClientHeight=3360
TBDockHeight=3622
LRDockWidth=1453
ClientWidth=3594
ClientHeight=3159
TBDockHeight=3421
LRDockWidth=3656
Dockable=1
StayOnTop=0
[MessageView@EditWindow0]
PercentageSizes=1
Create=1
Visible=0
Visible=1
Docked=1
State=0
Left=-4
Top=-795
Width=3852
Height=1157
Left=0
Top=23
Width=9930
Height=1076
MaxLeft=-1
MaxTop=-1
ClientWidth=3852
ClientHeight=1157
TBDockHeight=1157
LRDockWidth=3852
ClientWidth=9930
ClientHeight=1076
TBDockHeight=1076
LRDockWidth=4328
Dockable=1
StayOnTop=0
@ -565,30 +683,30 @@ Dockable=1
StayOnTop=0
[DockHosts]
DockHostCount=2
DockHostCount=4
[DockSite0]
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Visible=0
Docked=1
State=0
Left=0
Top=23
Width=9938
Height=1740
Left=-252
Top=-857
Width=2336
Height=2314
MaxLeft=-1
MaxTop=-1
ClientWidth=9938
ClientHeight=1740
TBDockHeight=1740
LRDockWidth=2453
ClientWidth=2336
ClientHeight=2314
TBDockHeight=2314
LRDockWidth=2336
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=DebugLogView
TabDockClients=DebugLogView,BreakpointWindow,ThreadStatusWindow
ActiveTabID=FindReferencsForm
TabDockClients=RefactoringForm,FindReferencsForm
[DockSite1]
DockSiteType=1
@ -597,19 +715,65 @@ Create=1
Visible=0
Docked=1
State=0
Left=-340
Top=-792
Width=2805
Height=1479
Left=-5
Top=-860
Width=3828
Height=1076
MaxLeft=-1
MaxTop=-1
ClientWidth=2805
ClientHeight=1479
TBDockHeight=1479
LRDockWidth=2805
ClientWidth=3828
ClientHeight=1076
TBDockHeight=1076
LRDockWidth=3828
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=RefactoringForm
TabDockClients=RefactoringForm,FindReferencsForm
ActiveTabID=LocalVarsWindow
TabDockClients=BreakpointWindow,ThreadStatusWindow,DebugLogView,CallStackWindow,WatchWindow,LocalVarsWindow
[DockSite2]
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=384
Width=1906
Height=3944
MaxLeft=-1
MaxTop=-1
ClientWidth=1906
ClientHeight=3944
TBDockHeight=1670
LRDockWidth=1906
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=RMAddinTool
TabDockClients=RMAddinTool,PropertyInspector
[DockSite3]
DockSiteType=1
PercentageSizes=1
Create=1
Visible=1
Docked=1
State=0
Left=0
Top=23
Width=2258
Height=4316
MaxLeft=-1
MaxTop=-1
ClientWidth=2258
ClientHeight=4316
TBDockHeight=1740
LRDockWidth=2258
Dockable=1
StayOnTop=0
TabPosition=1
ActiveTabID=ProjectManager
TabDockClients=ProjectManager,ModelViewTool,DataExplorer