last changes 202i
This commit is contained in:
parent
3c2fac02d8
commit
263b94b0c4
@ -30,7 +30,7 @@
|
|||||||
<Compiler Name="L">1</Compiler>
|
<Compiler Name="L">1</Compiler>
|
||||||
<Compiler Name="M">0</Compiler>
|
<Compiler Name="M">0</Compiler>
|
||||||
<Compiler Name="N">1</Compiler>
|
<Compiler Name="N">1</Compiler>
|
||||||
<Compiler Name="O">1</Compiler>
|
<Compiler Name="O">0</Compiler>
|
||||||
<Compiler Name="P">1</Compiler>
|
<Compiler Name="P">1</Compiler>
|
||||||
<Compiler Name="Q">0</Compiler>
|
<Compiler Name="Q">0</Compiler>
|
||||||
<Compiler Name="R">0</Compiler>
|
<Compiler Name="R">0</Compiler>
|
||||||
|
@ -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-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.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-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>
|
</Transactions>
|
||||||
</BorlandProject>
|
</BorlandProject>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
-$L+
|
-$L+
|
||||||
-$M-
|
-$M-
|
||||||
-$N+
|
-$N+
|
||||||
-$O+
|
-$O-
|
||||||
-$P+
|
-$P+
|
||||||
-$Q-
|
-$Q-
|
||||||
-$R-
|
-$R-
|
||||||
|
@ -38,7 +38,7 @@ uses
|
|||||||
Gradient in '..\..\Source\Gradient.pas' {GradientForm},
|
Gradient in '..\..\Source\Gradient.pas' {GradientForm},
|
||||||
Save in '..\..\Source\Save.pas' {SaveForm},
|
Save in '..\..\Source\Save.pas' {SaveForm},
|
||||||
About in '..\..\Source\About.pas' {AboutForm},
|
About in '..\..\Source\About.pas' {AboutForm},
|
||||||
cmap in '..\..\Source\cmap.pas',
|
Cmap in '..\..\Source\Cmap.pas',
|
||||||
SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm},
|
SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm},
|
||||||
ControlPoint in '..\..\Source\ControlPoint.pas',
|
ControlPoint in '..\..\Source\ControlPoint.pas',
|
||||||
HtmlHlp in '..\..\Source\HtmlHlp.pas',
|
HtmlHlp in '..\..\Source\HtmlHlp.pas',
|
||||||
@ -59,14 +59,15 @@ uses
|
|||||||
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
|
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
|
||||||
GradientHlpr in '..\..\Source\GradientHlpr.pas',
|
GradientHlpr in '..\..\Source\GradientHlpr.pas',
|
||||||
RndFlame in '..\..\Source\RndFlame.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};
|
// ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring};
|
||||||
|
|
||||||
{$R *.RES}
|
{$R *.RES}
|
||||||
|
|
||||||
begin
|
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.');
|
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
|
||||||
Halt
|
Halt
|
||||||
end;
|
end;
|
||||||
|
@ -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,,
|
File_6=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas',0,1,1,44,16,0,0,,
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
|
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
|
||||||
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas
|
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\RndFlame.pas
|
||||||
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
|
||||||
Module3=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
|
Module3=X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas
|
||||||
Module4=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
|
Module4=default.htm
|
||||||
Module5=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
|
Module5=X:\Code\Delphi\Apophysis\2.02h\Project\delphi2005\Apophysis202.bdsproj
|
||||||
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas
|
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
|
||||||
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\Render32.pas
|
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
||||||
Module8=default.htm
|
Module8=X:\Code\Delphi\Apophysis\Apolibstuff9\ScripterStudio\atScript.pas
|
||||||
Count=9
|
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
|
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]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas]
|
||||||
ModuleType=TSourceModule
|
ModuleType=TSourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\Render.pas]
|
||||||
ModuleType=TSourceModule
|
ModuleType=TSourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=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]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas]
|
||||||
ModuleType=TSourceModule
|
ModuleType=TSourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=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]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas]
|
||||||
ModuleType=TSourceModule
|
ModuleType=TSourceModule
|
||||||
FormState=1
|
FormState=1
|
||||||
@ -50,26 +86,14 @@ ModuleType=TSourceModule
|
|||||||
FormState=1
|
FormState=1
|
||||||
FormOnTop=0
|
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]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\Render32.pas]
|
||||||
ModuleType=TSourceModule
|
ModuleType=TSourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[default.htm]
|
|
||||||
ModuleType=TURLModule
|
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas]
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[EditWindow0]
|
[EditWindow0]
|
||||||
ViewCount=9
|
ViewCount=14
|
||||||
CurrentEditView=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
|
CurrentEditView=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
|
||||||
View0=0
|
View0=0
|
||||||
View1=1
|
View1=1
|
||||||
View2=2
|
View2=2
|
||||||
@ -79,6 +103,11 @@ View5=5
|
|||||||
View6=6
|
View6=6
|
||||||
View7=7
|
View7=7
|
||||||
View8=8
|
View8=8
|
||||||
|
View9=9
|
||||||
|
View10=10
|
||||||
|
View11=11
|
||||||
|
View12=12
|
||||||
|
View13=13
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=1
|
Visible=1
|
||||||
@ -86,28 +115,28 @@ Docked=1
|
|||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=0
|
Top=0
|
||||||
Width=9938
|
Width=9930
|
||||||
Height=9145
|
Height=9145
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=9938
|
ClientWidth=9930
|
||||||
ClientHeight=9145
|
ClientHeight=9145
|
||||||
DockedToMainForm=1
|
DockedToMainForm=1
|
||||||
MessageView=MessageView@EditWindow0
|
MessageView=MessageView@EditWindow0
|
||||||
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
|
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
|
||||||
TopPanelSize=0
|
TopPanelSize=0
|
||||||
LeftPanelSize=2602
|
LeftPanelSize=1906
|
||||||
LeftPanelClients=PropertyInspector,CallStackWindow,WatchWindow,LocalVarsWindow
|
LeftPanelClients=StructureView,DockSite2
|
||||||
LeftPanelData=000008000102010000001100000050726F7065727479496E73706563746F72B40C00000000000002161B00000000000001000000012A0A0000000000000200000000DA0800000F00000043616C6C537461636B57696E646F770200000000B31100000B000000576174636857696E646F770200000000161B00000F0000004C6F63616C5661727357696E646F77FFFFFFFF
|
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746532FFFFFFFF
|
||||||
RightPanelSize=1688
|
RightPanelSize=2258
|
||||||
RightPanelClients=ToolForm,ProjectManager
|
RightPanelClients=ToolForm,DockSite3
|
||||||
RightPanelData=0000080001020100000008000000546F6F6C466F726D3D0800000000000002161B000000000000010000000198060000000000000200000000161B00001200000050726F6A6563744D616E61676572466F726DFFFFFFFF
|
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653301000000009A1D000008000000546F6F6C466F726DFFFFFFFF
|
||||||
BottomPanelSize=1914
|
BottomPanelSize=1270
|
||||||
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite0
|
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite1
|
||||||
BottomPanelData=000008000102020000000B0000004D657373616765566965770E000000546F446F4C69737457696E646F778630000000000000027A0700000000000001000000008630000009000000446F636B5369746530FFFFFFFF
|
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465317C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
|
||||||
BottomMiddlePanelSize=0
|
BottomMiddlePanelSize=0
|
||||||
BottomMiddlePanelClients=DockSite1
|
BottomMiddlePanelClients=DockSite0
|
||||||
BottomMiddelPanelData=0000080001020100000009000000446F636B53697465313F23000000000000025F06000000000000FFFFFFFF
|
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465300000000000000000000000000000000000FFFFFFFF
|
||||||
|
|
||||||
[View0]
|
[View0]
|
||||||
CustomEditViewType=TWelcomePageView
|
CustomEditViewType=TWelcomePageView
|
||||||
@ -126,9 +155,9 @@ Bookmarks=
|
|||||||
[View2]
|
[View2]
|
||||||
CustomEditViewType=TEditView
|
CustomEditViewType=TEditView
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
||||||
CursorX=1
|
CursorX=9
|
||||||
CursorY=451
|
CursorY=32
|
||||||
TopLine=434
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
Elisions=
|
Elisions=
|
||||||
Bookmarks=
|
Bookmarks=
|
||||||
@ -156,16 +185,16 @@ Bookmarks=
|
|||||||
[View5]
|
[View5]
|
||||||
CustomEditViewType=TEditView
|
CustomEditViewType=TEditView
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ControlPoint.pas
|
||||||
CursorX=49
|
CursorX=3
|
||||||
CursorY=671
|
CursorY=1001
|
||||||
TopLine=653
|
TopLine=1049
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
Elisions=
|
Elisions=
|
||||||
Bookmarks=
|
Bookmarks=
|
||||||
|
|
||||||
[View6]
|
[View6]
|
||||||
CustomEditViewType=TEditView
|
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
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
@ -175,6 +204,56 @@ Bookmarks=
|
|||||||
|
|
||||||
[View7]
|
[View7]
|
||||||
CustomEditViewType=TEditView
|
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
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Render32.pas
|
||||||
CursorX=15
|
CursorX=15
|
||||||
CursorY=86
|
CursorY=86
|
||||||
@ -183,7 +262,7 @@ LeftCol=1
|
|||||||
Elisions=
|
Elisions=
|
||||||
Bookmarks=
|
Bookmarks=
|
||||||
|
|
||||||
[View8]
|
[View13]
|
||||||
CustomEditViewType=TEditView
|
CustomEditViewType=TEditView
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Render64.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
@ -205,20 +284,21 @@ Visible=1
|
|||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=255
|
Top=0
|
||||||
Width=2602
|
Width=3766
|
||||||
Height=2062
|
Height=724
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2602
|
ClientWidth=3766
|
||||||
ClientHeight=2062
|
ClientHeight=724
|
||||||
TBDockHeight=1821
|
TBDockHeight=201
|
||||||
LRDockWidth=2602
|
LRDockWidth=13602
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
[Breakpoints]
|
[Breakpoints]
|
||||||
Count=0
|
Count=1
|
||||||
|
Breakpoint0='X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas',2305,'',0,1,'',1,0,0,'',1,'','','',0
|
||||||
|
|
||||||
[AddressBreakpoints]
|
[AddressBreakpoints]
|
||||||
Count=0
|
Count=0
|
||||||
@ -229,13 +309,13 @@ Create=1
|
|||||||
Visible=1
|
Visible=1
|
||||||
Docked=0
|
Docked=0
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=8
|
||||||
Top=0
|
Top=-10
|
||||||
Width=10000
|
Width=9992
|
||||||
Height=10010
|
Height=10010
|
||||||
MaxLeft=-8
|
MaxLeft=-8
|
||||||
MaxTop=-10
|
MaxTop=-10
|
||||||
ClientWidth=9938
|
ClientWidth=9930
|
||||||
ClientHeight=9668
|
ClientHeight=9668
|
||||||
BottomPanelSize=8877
|
BottomPanelSize=8877
|
||||||
BottomPanelClients=EditWindow0
|
BottomPanelClients=EditWindow0
|
||||||
@ -248,56 +328,75 @@ Visible=1
|
|||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=23
|
Top=0
|
||||||
Width=1688
|
Width=2195
|
||||||
Height=6911
|
Height=3964
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=1688
|
ClientWidth=2195
|
||||||
ClientHeight=6911
|
ClientHeight=3964
|
||||||
TBDockHeight=7093
|
TBDockHeight=5905
|
||||||
LRDockWidth=1688
|
LRDockWidth=3156
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
[ToolForm]
|
[ToolForm]
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=0
|
Visible=1
|
||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=-1060
|
Left=0
|
||||||
Top=-82
|
Top=479
|
||||||
Width=1688
|
Width=2258
|
||||||
Height=6640
|
Height=2988
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=1688
|
ClientWidth=2258
|
||||||
ClientHeight=6640
|
ClientHeight=2988
|
||||||
TBDockHeight=6640
|
TBDockHeight=6911
|
||||||
LRDockWidth=1688
|
LRDockWidth=2258
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
[PropertyInspector]
|
[PropertyInspector]
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=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
|
Visible=0
|
||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=-4
|
Left=-209
|
||||||
Top=-82
|
Top=431
|
||||||
Width=2602
|
Width=5305
|
||||||
Height=6640
|
Height=5141
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2602
|
ClientWidth=5305
|
||||||
ClientHeight=6640
|
ClientHeight=5141
|
||||||
TBDockHeight=6640
|
TBDockHeight=5141
|
||||||
LRDockWidth=2602
|
LRDockWidth=5305
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
SplitPos=77
|
|
||||||
|
|
||||||
[CallStackWindow]
|
[CallStackWindow]
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
@ -306,32 +405,32 @@ Visible=1
|
|||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=23
|
Top=0
|
||||||
Width=2602
|
Width=3766
|
||||||
Height=2062
|
Height=724
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2602
|
ClientWidth=3766
|
||||||
ClientHeight=2062
|
ClientHeight=724
|
||||||
TBDockHeight=1871
|
TBDockHeight=2072
|
||||||
LRDockWidth=2602
|
LRDockWidth=3484
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
[DataExplorer]
|
[DataExplorer]
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=0
|
Visible=1
|
||||||
Docked=0
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=7742
|
Left=0
|
||||||
Top=1338
|
Top=0
|
||||||
Width=5305
|
Width=2195
|
||||||
Height=5080
|
Height=3964
|
||||||
MaxLeft=-8
|
MaxLeft=-1
|
||||||
MaxTop=-10
|
MaxTop=-1
|
||||||
ClientWidth=5242
|
ClientWidth=2195
|
||||||
ClientHeight=4819
|
ClientHeight=3964
|
||||||
TBDockHeight=4879
|
TBDockHeight=4879
|
||||||
LRDockWidth=7148
|
LRDockWidth=7148
|
||||||
Dockable=1
|
Dockable=1
|
||||||
@ -343,15 +442,15 @@ Create=1
|
|||||||
Visible=0
|
Visible=0
|
||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=-4
|
Left=-205
|
||||||
Top=-795
|
Top=-895
|
||||||
Width=3672
|
Width=3672
|
||||||
Height=1811
|
Height=1157
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=3672
|
ClientWidth=3672
|
||||||
ClientHeight=1811
|
ClientHeight=1157
|
||||||
TBDockHeight=1811
|
TBDockHeight=1157
|
||||||
LRDockWidth=3672
|
LRDockWidth=3672
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
@ -372,14 +471,14 @@ Docked=1
|
|||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=0
|
Top=0
|
||||||
Width=2742
|
Width=2273
|
||||||
Height=1127
|
Height=1962
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2742
|
ClientWidth=2273
|
||||||
ClientHeight=1127
|
ClientHeight=1962
|
||||||
TBDockHeight=2928
|
TBDockHeight=2314
|
||||||
LRDockWidth=3398
|
LRDockWidth=2828
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
@ -391,14 +490,14 @@ Docked=1
|
|||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=0
|
Top=0
|
||||||
Width=2742
|
Width=2273
|
||||||
Height=1127
|
Height=1962
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2742
|
ClientWidth=2273
|
||||||
ClientHeight=1127
|
ClientHeight=1962
|
||||||
TBDockHeight=1730
|
TBDockHeight=3209
|
||||||
LRDockWidth=3398
|
LRDockWidth=2828
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
@ -410,14 +509,14 @@ Docked=1
|
|||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=0
|
Top=0
|
||||||
Width=9875
|
Width=3766
|
||||||
Height=1388
|
Height=724
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=9875
|
ClientWidth=3766
|
||||||
ClientHeight=1388
|
ClientHeight=724
|
||||||
TBDockHeight=3360
|
TBDockHeight=412
|
||||||
LRDockWidth=3625
|
LRDockWidth=4953
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
@ -429,14 +528,14 @@ Docked=1
|
|||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=0
|
Top=0
|
||||||
Width=9875
|
Width=3766
|
||||||
Height=1388
|
Height=724
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=9875
|
ClientWidth=3766
|
||||||
ClientHeight=1388
|
ClientHeight=724
|
||||||
TBDockHeight=775
|
TBDockHeight=201
|
||||||
LRDockWidth=5422
|
LRDockWidth=7414
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
Column0Width=145
|
Column0Width=145
|
||||||
@ -451,32 +550,32 @@ Visible=1
|
|||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=487
|
Top=0
|
||||||
Width=2602
|
Width=3766
|
||||||
Height=2243
|
Height=724
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2602
|
ClientWidth=3766
|
||||||
ClientHeight=2243
|
ClientHeight=724
|
||||||
TBDockHeight=8863
|
TBDockHeight=262
|
||||||
LRDockWidth=2602
|
LRDockWidth=3484
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
[ModelViewTool]
|
[ModelViewTool]
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=0
|
Visible=1
|
||||||
Docked=0
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=7742
|
Left=0
|
||||||
Top=1338
|
Top=0
|
||||||
Width=5305
|
Width=2195
|
||||||
Height=5080
|
Height=3964
|
||||||
MaxLeft=-8
|
MaxLeft=-1
|
||||||
MaxTop=-10
|
MaxTop=-1
|
||||||
ClientWidth=5242
|
ClientWidth=2195
|
||||||
ClientHeight=4819
|
ClientHeight=3964
|
||||||
TBDockHeight=4879
|
TBDockHeight=4879
|
||||||
LRDockWidth=5305
|
LRDockWidth=5305
|
||||||
Dockable=1
|
Dockable=1
|
||||||
@ -490,17 +589,17 @@ Docked=1
|
|||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=0
|
Top=0
|
||||||
Width=9875
|
Width=3766
|
||||||
Height=1388
|
Height=724
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=9875
|
ClientWidth=3766
|
||||||
ClientHeight=1388
|
ClientHeight=724
|
||||||
TBDockHeight=2082
|
TBDockHeight=1549
|
||||||
LRDockWidth=6398
|
LRDockWidth=8742
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
Column0Width=130
|
Column0Width=100
|
||||||
Column1Width=75
|
Column1Width=75
|
||||||
Column2Width=200
|
Column2Width=200
|
||||||
Column3Width=200
|
Column3Width=200
|
||||||
@ -510,38 +609,57 @@ Column5Width=75
|
|||||||
[StructureView]
|
[StructureView]
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=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
|
Visible=0
|
||||||
Docked=0
|
Docked=0
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=3172
|
||||||
Top=885
|
Top=3290
|
||||||
Width=1453
|
Width=3656
|
||||||
Height=3622
|
Height=3421
|
||||||
MaxLeft=-8
|
MaxLeft=-8
|
||||||
MaxTop=-10
|
MaxTop=-10
|
||||||
ClientWidth=1391
|
ClientWidth=3594
|
||||||
ClientHeight=3360
|
ClientHeight=3159
|
||||||
TBDockHeight=3622
|
TBDockHeight=3421
|
||||||
LRDockWidth=1453
|
LRDockWidth=3656
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
[MessageView@EditWindow0]
|
[MessageView@EditWindow0]
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=0
|
Visible=1
|
||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=-4
|
Left=0
|
||||||
Top=-795
|
Top=23
|
||||||
Width=3852
|
Width=9930
|
||||||
Height=1157
|
Height=1076
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=3852
|
ClientWidth=9930
|
||||||
ClientHeight=1157
|
ClientHeight=1076
|
||||||
TBDockHeight=1157
|
TBDockHeight=1076
|
||||||
LRDockWidth=3852
|
LRDockWidth=4328
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
@ -565,30 +683,30 @@ Dockable=1
|
|||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
|
|
||||||
[DockHosts]
|
[DockHosts]
|
||||||
DockHostCount=2
|
DockHostCount=4
|
||||||
|
|
||||||
[DockSite0]
|
[DockSite0]
|
||||||
DockSiteType=1
|
DockSiteType=1
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=1
|
Visible=0
|
||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=-252
|
||||||
Top=23
|
Top=-857
|
||||||
Width=9938
|
Width=2336
|
||||||
Height=1740
|
Height=2314
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=9938
|
ClientWidth=2336
|
||||||
ClientHeight=1740
|
ClientHeight=2314
|
||||||
TBDockHeight=1740
|
TBDockHeight=2314
|
||||||
LRDockWidth=2453
|
LRDockWidth=2336
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
TabPosition=1
|
TabPosition=1
|
||||||
ActiveTabID=DebugLogView
|
ActiveTabID=FindReferencsForm
|
||||||
TabDockClients=DebugLogView,BreakpointWindow,ThreadStatusWindow
|
TabDockClients=RefactoringForm,FindReferencsForm
|
||||||
|
|
||||||
[DockSite1]
|
[DockSite1]
|
||||||
DockSiteType=1
|
DockSiteType=1
|
||||||
@ -597,19 +715,65 @@ Create=1
|
|||||||
Visible=0
|
Visible=0
|
||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
Left=-340
|
Left=-5
|
||||||
Top=-792
|
Top=-860
|
||||||
Width=2805
|
Width=3828
|
||||||
Height=1479
|
Height=1076
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2805
|
ClientWidth=3828
|
||||||
ClientHeight=1479
|
ClientHeight=1076
|
||||||
TBDockHeight=1479
|
TBDockHeight=1076
|
||||||
LRDockWidth=2805
|
LRDockWidth=3828
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
TabPosition=1
|
TabPosition=1
|
||||||
ActiveTabID=RefactoringForm
|
ActiveTabID=LocalVarsWindow
|
||||||
TabDockClients=RefactoringForm,FindReferencsForm
|
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
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
-$A8
|
-$A8
|
||||||
-$B-
|
-$B-
|
||||||
-$C+
|
-$C-
|
||||||
-$D+
|
-$D-
|
||||||
-$E-
|
-$E-
|
||||||
-$F-
|
-$F-
|
||||||
-$G+
|
-$G+
|
||||||
@ -9,7 +9,7 @@
|
|||||||
-$I+
|
-$I+
|
||||||
-$J-
|
-$J-
|
||||||
-$K-
|
-$K-
|
||||||
-$L+
|
-$L-
|
||||||
-$M-
|
-$M-
|
||||||
-$N+
|
-$N+
|
||||||
-$O+
|
-$O+
|
||||||
@ -22,7 +22,7 @@
|
|||||||
-$V+
|
-$V+
|
||||||
-$W-
|
-$W-
|
||||||
-$X+
|
-$X+
|
||||||
-$Y+
|
-$Y-
|
||||||
-$Z1
|
-$Z1
|
||||||
-cg
|
-cg
|
||||||
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||||
|
@ -3,8 +3,8 @@ Version=6.0
|
|||||||
[Compiler]
|
[Compiler]
|
||||||
A=8
|
A=8
|
||||||
B=0
|
B=0
|
||||||
C=1
|
C=0
|
||||||
D=1
|
D=0
|
||||||
E=0
|
E=0
|
||||||
F=0
|
F=0
|
||||||
G=1
|
G=1
|
||||||
@ -12,7 +12,7 @@ H=1
|
|||||||
I=1
|
I=1
|
||||||
J=0
|
J=0
|
||||||
K=0
|
K=0
|
||||||
L=1
|
L=0
|
||||||
M=0
|
M=0
|
||||||
N=1
|
N=1
|
||||||
O=1
|
O=1
|
||||||
@ -25,7 +25,7 @@ U=0
|
|||||||
V=1
|
V=1
|
||||||
W=0
|
W=0
|
||||||
X=1
|
X=1
|
||||||
Y=2
|
Y=0
|
||||||
Z=1
|
Z=1
|
||||||
ShowHints=1
|
ShowHints=1
|
||||||
ShowWarnings=1
|
ShowWarnings=1
|
||||||
@ -86,7 +86,11 @@ ProductName=
|
|||||||
ProductVersion=2.02
|
ProductVersion=2.02
|
||||||
Comments=
|
Comments=
|
||||||
[Excluded Packages]
|
[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
|
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\dclIndyCore60.bpl=Indy 10 Core Design Time
|
||||||
C:\Program Files\Indy 10 for Delphi 6\LibD6\dclIndyProtocols60.bpl=Indy 10 Protocols Design Time
|
C:\Program Files\Indy 10 for Delphi 6\LibD6\dclIndyProtocols60.bpl=Indy 10 Protocols Design Time
|
||||||
[HistoryLists\hlDebugSourcePath]
|
[HistoryLists\hlDebugSourcePath]
|
||||||
|
@ -58,15 +58,16 @@ uses
|
|||||||
XForm in '..\..\Source\XForm.pas',
|
XForm in '..\..\Source\XForm.pas',
|
||||||
cmapdata in '..\..\Source\cmapdata.pas',
|
cmapdata in '..\..\Source\cmapdata.pas',
|
||||||
RenderMM in '..\..\Source\RenderMM.pas',
|
RenderMM in '..\..\Source\RenderMM.pas',
|
||||||
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
|
|
||||||
GradientHlpr in '..\..\Source\GradientHlpr.pas',
|
GradientHlpr in '..\..\Source\GradientHlpr.pas',
|
||||||
formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess},
|
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}
|
{$R *.RES}
|
||||||
|
|
||||||
begin
|
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.');
|
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
|
||||||
Halt
|
Halt
|
||||||
end;
|
end;
|
||||||
@ -93,8 +94,8 @@ begin
|
|||||||
Application.CreateForm(TSizeTool, SizeTool);
|
Application.CreateForm(TSizeTool, SizeTool);
|
||||||
Application.CreateForm(TExportDialog, ExportDialog);
|
Application.CreateForm(TExportDialog, ExportDialog);
|
||||||
Application.CreateForm(TSheepDialog, SheepDialog);
|
Application.CreateForm(TSheepDialog, SheepDialog);
|
||||||
Application.CreateForm(TfrmImageColoring, frmImageColoring);
|
|
||||||
Application.CreateForm(TfrmPostProcess, frmPostProcess);
|
Application.CreateForm(TfrmPostProcess, frmPostProcess);
|
||||||
|
Application.CreateForm(TfrmImageColoring, frmImageColoring);
|
||||||
Application.UpdateFormatSettings := False;
|
Application.UpdateFormatSettings := False;
|
||||||
DecimalSeparator := '.';
|
DecimalSeparator := '.';
|
||||||
Application.Run;
|
Application.Run;
|
||||||
|
@ -2,155 +2,107 @@
|
|||||||
File_0=SourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.dfm',0,1,1,1,1,0,0
|
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_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_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_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\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\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
|
||||||
File_6=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
|
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
|
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
|
||||||
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
|
||||||
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
|
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
|
||||||
Module3=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
|
Module3=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
|
||||||
Module4=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
|
Module4=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
|
||||||
Module5=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
|
Module5=X:\Code\Delphi\Apophysis\Apolibstuff\imglib\Huffman.pas
|
||||||
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
|
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\bmdll32.PAS
|
||||||
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
|
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
|
||||||
Module8=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
|
Module8=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
|
||||||
Module9=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
|
Module9=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
|
||||||
Module10=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
|
Module10=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
|
||||||
Module11=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
|
Module11=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
|
||||||
Module12=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
|
Module12=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
|
||||||
Module13=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
|
Module13=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
|
||||||
Module14=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
|
Module14=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
|
||||||
Module15=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
|
Module15=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
|
||||||
Module16=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
|
Module16=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
|
||||||
Module17=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
|
Module17=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
|
||||||
Module18=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
|
Module18=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
|
||||||
Module19=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
|
Module19=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
|
||||||
Module20=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
|
Module20=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
|
||||||
Module21=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
|
Module21=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
|
||||||
Module22=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
|
Module22=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
|
||||||
Module23=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
|
Module23=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
|
||||||
Module24=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
Module24=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
||||||
Module25=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
|
Module25=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
|
||||||
Module26=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
|
Module26=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
|
||||||
Module27=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
|
Module27=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||||
Module28=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
Module28=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
|
||||||
Module29=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
|
Module29=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
|
||||||
Module30=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
|
Module30=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
|
||||||
Module31=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
|
Module31=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||||
Module32=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
|
Module32=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
|
||||||
Module33=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
Module33=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
|
||||||
Module34=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
Module34=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
|
||||||
Module35=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
|
Module35=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
|
||||||
Module36=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
|
Module36=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
||||||
Module37=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
Module37=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
||||||
Module38=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
Module38=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
|
||||||
Module39=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
Module39=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
|
||||||
Module40=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
|
Module40=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||||
Module41=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
Module41=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
||||||
Module42=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
|
Module42=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||||
Module43=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
|
Module43=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
|
||||||
Module44=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
|
Module44=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
||||||
Module45=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
|
Module45=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
|
||||||
Module46=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
|
Module46=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
|
||||||
Count=47
|
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
|
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]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas]
|
||||||
ModuleType=SourceModule
|
ModuleType=SourceModule
|
||||||
FormState=1
|
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]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\About.pas]
|
||||||
ModuleType=SourceModule
|
ModuleType=SourceModule
|
||||||
FormState=1
|
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
|
ModuleType=SourceModule
|
||||||
FormState=1
|
FormState=0
|
||||||
FormOnTop=1
|
FormOnTop=0
|
||||||
|
|
||||||
[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
|
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas]
|
||||||
ModuleType=SourceModule
|
ModuleType=SourceModule
|
||||||
FormState=1
|
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
|
FormOnTop=1
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas]
|
[X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas]
|
||||||
@ -158,7 +110,57 @@ ModuleType=SourceModule
|
|||||||
FormState=1
|
FormState=1
|
||||||
FormOnTop=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
|
ModuleType=SourceModule
|
||||||
FormState=1
|
FormState=1
|
||||||
FormOnTop=1
|
FormOnTop=1
|
||||||
@ -168,7 +170,22 @@ ModuleType=SourceModule
|
|||||||
FormState=1
|
FormState=1
|
||||||
FormOnTop=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
|
ModuleType=SourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
@ -293,10 +310,6 @@ ModuleType=SourceModule
|
|||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas]
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=1
|
|
||||||
|
|
||||||
[X:\Programs\Borland\Delphi6\Projects\ProjectGroup1.bpg]
|
[X:\Programs\Borland\Delphi6\Projects\ProjectGroup1.bpg]
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
@ -306,8 +319,8 @@ FormState=0
|
|||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[EditWindow0]
|
[EditWindow0]
|
||||||
ViewCount=48
|
ViewCount=50
|
||||||
CurrentView=28
|
CurrentView=40
|
||||||
View0=0
|
View0=0
|
||||||
View1=1
|
View1=1
|
||||||
View2=2
|
View2=2
|
||||||
@ -356,6 +369,8 @@ View44=44
|
|||||||
View45=45
|
View45=45
|
||||||
View46=46
|
View46=46
|
||||||
View47=47
|
View47=47
|
||||||
|
View48=48
|
||||||
|
View49=49
|
||||||
CodeExplorer=CodeExplorer@EditWindow0
|
CodeExplorer=CodeExplorer@EditWindow0
|
||||||
MessageView=MessageView@EditWindow0
|
MessageView=MessageView@EditWindow0
|
||||||
Create=1
|
Create=1
|
||||||
@ -371,7 +386,7 @@ ClientWidth=1008
|
|||||||
ClientHeight=846
|
ClientHeight=846
|
||||||
LeftPanelSize=0
|
LeftPanelSize=0
|
||||||
RightPanelSize=0
|
RightPanelSize=0
|
||||||
BottomPanelSize=52
|
BottomPanelSize=394
|
||||||
BottomPanelClients=MessageView@EditWindow0
|
BottomPanelClients=MessageView@EditWindow0
|
||||||
BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
|
BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
|
||||||
|
|
||||||
@ -545,104 +560,104 @@ LeftCol=1
|
|||||||
|
|
||||||
[View24]
|
[View24]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
|
||||||
CursorX=1
|
CursorX=40
|
||||||
CursorY=1
|
CursorY=328
|
||||||
TopLine=1
|
TopLine=300
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View25]
|
[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
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View26]
|
[View27]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View27]
|
[View28]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View28]
|
[View29]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
|
||||||
CursorX=24
|
CursorX=17
|
||||||
CursorY=7
|
CursorY=9
|
||||||
TopLine=1
|
TopLine=19
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View29]
|
[View30]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=577
|
CursorY=577
|
||||||
TopLine=549
|
TopLine=549
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View30]
|
[View31]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View31]
|
[View32]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View32]
|
[View33]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View33]
|
[View34]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=607
|
||||||
TopLine=1
|
TopLine=593
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View34]
|
[View35]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View35]
|
[View36]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View36]
|
[View37]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View37]
|
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
|
|
||||||
CursorX=1
|
|
||||||
CursorY=1
|
|
||||||
TopLine=1
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View38]
|
[View38]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
@ -650,65 +665,79 @@ LeftCol=1
|
|||||||
|
|
||||||
[View39]
|
[View39]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
|
||||||
CursorX=1
|
CursorX=24
|
||||||
CursorY=1
|
CursorY=368
|
||||||
TopLine=1
|
TopLine=354
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View40]
|
[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
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View41]
|
[View42]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View42]
|
[View43]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View43]
|
[View44]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View44]
|
[View45]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View45]
|
[View46]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View46]
|
[View47]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
|
Module=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View47]
|
[View48]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
|
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
|
CursorX=1
|
||||||
CursorY=93
|
CursorY=421
|
||||||
TopLine=65
|
TopLine=407
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[Watches]
|
[Watches]
|
||||||
@ -797,8 +826,8 @@ LRDockWidth=190
|
|||||||
Dockable=1
|
Dockable=1
|
||||||
SplitPos=85
|
SplitPos=85
|
||||||
ArrangeBy=Name
|
ArrangeBy=Name
|
||||||
SelectedItem=Anchors.akRight
|
SelectedItem=Caption
|
||||||
ExpandedItems=Anchors
|
ExpandedItems=
|
||||||
HiddenCategories=
|
HiddenCategories=
|
||||||
|
|
||||||
[WatchWindow]
|
[WatchWindow]
|
||||||
@ -904,12 +933,12 @@ State=0
|
|||||||
Left=12
|
Left=12
|
||||||
Top=0
|
Top=0
|
||||||
Width=996
|
Width=996
|
||||||
Height=52
|
Height=394
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=996
|
ClientWidth=996
|
||||||
ClientHeight=52
|
ClientHeight=394
|
||||||
TBDockHeight=52
|
TBDockHeight=394
|
||||||
LRDockWidth=443
|
LRDockWidth=443
|
||||||
Dockable=1
|
Dockable=1
|
||||||
|
|
||||||
@ -919,7 +948,7 @@ DockHostCount=1
|
|||||||
[DockSite0]
|
[DockSite0]
|
||||||
DockSiteType=1
|
DockSiteType=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=0
|
Visible=1
|
||||||
State=0
|
State=0
|
||||||
Left=0
|
Left=0
|
||||||
Top=112
|
Top=112
|
||||||
@ -933,6 +962,6 @@ TBDockHeight=451
|
|||||||
LRDockWidth=177
|
LRDockWidth=177
|
||||||
Dockable=1
|
Dockable=1
|
||||||
TabPosition=2
|
TabPosition=2
|
||||||
ActiveTab=Object Inspector
|
ActiveTab=Project Manager
|
||||||
TabDockClients=ProjectManager,CodeExplorer@EditWindow0,CallStackWindow,PropertyInspector
|
TabDockClients=ProjectManager,CodeExplorer@EditWindow0,CallStackWindow,PropertyInspector
|
||||||
|
|
||||||
|
@ -43,9 +43,9 @@ ClientWidth=1008
|
|||||||
ClientHeight=846
|
ClientHeight=846
|
||||||
LeftPanelSize=0
|
LeftPanelSize=0
|
||||||
RightPanelSize=0
|
RightPanelSize=0
|
||||||
BottomPanelSize=52
|
BottomPanelSize=0
|
||||||
BottomPanelClients=MessageView@EditWindow0
|
BottomPanelClients=MessageView@EditWindow0
|
||||||
BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
|
BottomPanelData=00000400010000000B0000004D6573736167655669657700000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
|
||||||
|
|
||||||
[View0]
|
[View0]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\FlameSS.dpr
|
Module=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\FlameSS.dpr
|
||||||
@ -241,7 +241,7 @@ Dockable=1
|
|||||||
|
|
||||||
[MessageView@EditWindow0]
|
[MessageView@EditWindow0]
|
||||||
Create=1
|
Create=1
|
||||||
Visible=1
|
Visible=0
|
||||||
State=0
|
State=0
|
||||||
Left=12
|
Left=12
|
||||||
Top=0
|
Top=0
|
||||||
|
Loading…
Reference in New Issue
Block a user