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

@ -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