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

View File

@ -1,7 +1,7 @@
-$A8
-$B-
-$C+
-$D+
-$C-
-$D-
-$E-
-$F-
-$G+
@ -9,7 +9,7 @@
-$I+
-$J-
-$K-
-$L+
-$L-
-$M-
-$N+
-$O+
@ -22,7 +22,7 @@
-$V+
-$W-
-$X+
-$Y+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;

View File

@ -3,8 +3,8 @@ Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
C=0
D=0
E=0
F=0
G=1
@ -12,7 +12,7 @@ H=1
I=1
J=0
K=0
L=1
L=0
M=0
N=1
O=1
@ -25,7 +25,7 @@ U=0
V=1
W=0
X=1
Y=2
Y=0
Z=1
ShowHints=1
ShowWarnings=1
@ -86,7 +86,11 @@ ProductName=
ProductVersion=2.02
Comments=
[Excluded Packages]
W:\Lib\O403_d60.bpl=TurboPower Orpheus 4.03 Components - VCL60
W:\Lib\S303_d60.bpl=SysTools 3 Components
W:\Lib\dgmr_60.bpl=Dgmr bibliotheek 6.1
c:\proj32\gl\out\gllib.bpl=GL bibliotheek
x:\programs\borland\delphi6\Projects\Bpl\dclusr60.bpl=Borland User Components
C:\Program Files\Indy 10 for Delphi 6\LibD6\dclIndyCore60.bpl=Indy 10 Core Design Time
C:\Program Files\Indy 10 for Delphi 6\LibD6\dclIndyProtocols60.bpl=Indy 10 Protocols Design Time
[HistoryLists\hlDebugSourcePath]

View File

@ -58,15 +58,16 @@ uses
XForm in '..\..\Source\XForm.pas',
cmapdata in '..\..\Source\cmapdata.pas',
RenderMM in '..\..\Source\RenderMM.pas',
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
GradientHlpr in '..\..\Source\GradientHlpr.pas',
formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess},
RndFlame in '..\..\Source\RndFlame.pas';
RndFlame in '..\..\Source\RndFlame.pas',
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, 10, 23) then begin
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
Halt
end;
@ -93,8 +94,8 @@ begin
Application.CreateForm(TSizeTool, SizeTool);
Application.CreateForm(TExportDialog, ExportDialog);
Application.CreateForm(TSheepDialog, SheepDialog);
Application.CreateForm(TfrmImageColoring, frmImageColoring);
Application.CreateForm(TfrmPostProcess, frmPostProcess);
Application.CreateForm(TfrmImageColoring, frmImageColoring);
Application.UpdateFormatSettings := False;
DecimalSeparator := '.';
Application.Run;

View File

@ -2,155 +2,107 @@
File_0=SourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.dfm',0,1,1,1,1,0,0
File_1=SourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\Gradient.pas',0,1,101,3,129,0,0
File_2=SourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\RndFlame.pas',0,1,1,1,1,0,0
File_3=SourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas',0,1,1,1,1,1,0
File_4=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas',0,1,551,60,588,1,0
File_5=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\About.pas',0,1,1,31,9,1,0
File_6=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
File_3=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas',0,1,551,60,588,1,0
File_4=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\About.pas',0,1,1,31,9,1,0
File_5=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
[Modules]
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
Module3=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
Module4=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
Module5=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
Module8=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
Module9=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
Module10=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
Module11=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
Module12=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
Module13=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
Module14=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
Module15=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
Module16=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
Module17=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
Module18=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
Module19=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
Module20=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
Module3=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
Module4=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
Module5=X:\Code\Delphi\Apophysis\Apolibstuff\imglib\Huffman.pas
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\bmdll32.PAS
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
Module8=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
Module9=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
Module10=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
Module11=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
Module12=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
Module13=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
Module14=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
Module15=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
Module16=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
Module17=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
Module18=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
Module19=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
Module20=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
Module21=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
Module22=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
Module23=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
Module24=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
Module25=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
Module26=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
Module27=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
Module28=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
Module29=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
Module30=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
Module31=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
Module32=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
Module33=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
Module34=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
Module35=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
Module36=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
Module37=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
Module38=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
Module39=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
Module40=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
Module41=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
Module42=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
Module43=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
Module44=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
Module45=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
Module46=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
Count=47
Module22=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
Module23=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
Module24=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
Module25=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
Module26=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
Module27=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
Module28=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
Module29=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
Module30=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
Module31=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
Module32=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
Module33=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
Module34=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
Module35=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
Module36=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
Module37=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
Module38=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
Module39=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
Module40=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
Module41=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
Module42=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
Module43=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
Module44=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
Module45=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
Module46=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
Module47=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
Module48=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
Module49=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
Count=50
EditWindowCount=1
[X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\About.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas]
[X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\Apolibstuff\imglib\Huffman.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\bmdll32.PAS]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas]
@ -158,7 +110,57 @@ ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas]
[X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=1
@ -168,7 +170,22 @@ ModuleType=SourceModule
FormState=1
FormOnTop=1
[X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr]
[X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
@ -293,10 +310,6 @@ ModuleType=SourceModule
FormState=0
FormOnTop=0
[X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas]
FormState=1
FormOnTop=1
[X:\Programs\Borland\Delphi6\Projects\ProjectGroup1.bpg]
FormState=0
FormOnTop=0
@ -306,8 +319,8 @@ FormState=0
FormOnTop=0
[EditWindow0]
ViewCount=48
CurrentView=28
ViewCount=50
CurrentView=40
View0=0
View1=1
View2=2
@ -356,6 +369,8 @@ View44=44
View45=45
View46=46
View47=47
View48=48
View49=49
CodeExplorer=CodeExplorer@EditWindow0
MessageView=MessageView@EditWindow0
Create=1
@ -371,7 +386,7 @@ ClientWidth=1008
ClientHeight=846
LeftPanelSize=0
RightPanelSize=0
BottomPanelSize=52
BottomPanelSize=394
BottomPanelClients=MessageView@EditWindow0
BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
@ -545,104 +560,104 @@ LeftCol=1
[View24]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
CursorX=1
CursorY=1
TopLine=1
CursorX=40
CursorY=328
TopLine=300
LeftCol=1
[View25]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\bmdll32.PAS
CursorX=34
CursorY=14
TopLine=1
LeftCol=1
[View26]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View26]
[View27]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View27]
[View28]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View28]
[View29]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
CursorX=24
CursorY=7
TopLine=1
CursorX=17
CursorY=9
TopLine=19
LeftCol=1
[View29]
[View30]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
CursorX=1
CursorY=577
TopLine=549
LeftCol=1
[View30]
[View31]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View31]
[View32]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View32]
[View33]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View33]
[View34]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
CursorX=1
CursorY=1
TopLine=1
CursorY=607
TopLine=593
LeftCol=1
[View34]
[View35]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View35]
[View36]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View36]
[View37]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View37]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View38]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
Module=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
CursorX=1
CursorY=1
TopLine=1
@ -650,65 +665,79 @@ LeftCol=1
[View39]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
CursorX=1
CursorY=1
TopLine=1
CursorX=24
CursorY=368
TopLine=354
LeftCol=1
[View40]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
CursorX=48
CursorY=34
TopLine=23
LeftCol=1
[View41]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View41]
[View42]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View42]
[View43]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View43]
[View44]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View44]
[View45]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View45]
[View46]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View46]
[View47]
Module=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View47]
[View48]
Module=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
CursorX=35
CursorY=70
TopLine=31
LeftCol=1
[View49]
Module=X:\Code\Delphi\Apophysis\Apolibstuff\imglib\Huffman.pas
CursorX=1
CursorY=93
TopLine=65
CursorY=421
TopLine=407
LeftCol=1
[Watches]
@ -797,8 +826,8 @@ LRDockWidth=190
Dockable=1
SplitPos=85
ArrangeBy=Name
SelectedItem=Anchors.akRight
ExpandedItems=Anchors
SelectedItem=Caption
ExpandedItems=
HiddenCategories=
[WatchWindow]
@ -904,12 +933,12 @@ State=0
Left=12
Top=0
Width=996
Height=52
Height=394
MaxLeft=-1
MaxTop=-1
ClientWidth=996
ClientHeight=52
TBDockHeight=52
ClientHeight=394
TBDockHeight=394
LRDockWidth=443
Dockable=1
@ -919,7 +948,7 @@ DockHostCount=1
[DockSite0]
DockSiteType=1
Create=1
Visible=0
Visible=1
State=0
Left=0
Top=112
@ -933,6 +962,6 @@ TBDockHeight=451
LRDockWidth=177
Dockable=1
TabPosition=2
ActiveTab=Object Inspector
ActiveTab=Project Manager
TabDockClients=ProjectManager,CodeExplorer@EditWindow0,CallStackWindow,PropertyInspector

View File

@ -43,9 +43,9 @@ ClientWidth=1008
ClientHeight=846
LeftPanelSize=0
RightPanelSize=0
BottomPanelSize=52
BottomPanelSize=0
BottomPanelClients=MessageView@EditWindow0
BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
BottomPanelData=00000400010000000B0000004D6573736167655669657700000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
[View0]
Module=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\FlameSS.dpr
@ -241,7 +241,7 @@ Dockable=1
[MessageView@EditWindow0]
Create=1
Visible=1
Visible=0
State=0
Left=12
Top=0