Delphi2005 project
This commit is contained in:
parent
211d793d6c
commit
faa80df92b
@ -162,7 +162,7 @@
|
|||||||
<VersionInfoKeys Name="FileDescription">Apophysis 2.02</VersionInfoKeys>
|
<VersionInfoKeys Name="FileDescription">Apophysis 2.02</VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="FileVersion">2.0.2.0</VersionInfoKeys>
|
<VersionInfoKeys Name="FileVersion">2.0.2.0</VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
|
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="LegalCopyright">Copyright © 2001-2004 Mark Townsend</VersionInfoKeys>
|
<VersionInfoKeys Name="LegalCopyright">Copyright © 2001-2004 Mark Townsend</VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="OriginalFilename">Apophysis.exe</VersionInfoKeys>
|
<VersionInfoKeys Name="OriginalFilename">Apophysis.exe</VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
|
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
|
||||||
|
@ -15,11 +15,9 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
}
|
}
|
||||||
{$D-,L-,O+,Q-,R-,Y-,S-}
|
|
||||||
program Apophysis202;
|
program Apophysis202;
|
||||||
|
|
||||||
{%File 'HtmlHlp.inc'}
|
{%File '..\..\HtmlHlp.inc'}
|
||||||
{%ToDo 'Apophysis202.todo'}
|
|
||||||
{%File 'readme.txt'}
|
{%File 'readme.txt'}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -41,7 +39,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',
|
||||||
@ -57,7 +55,8 @@ uses
|
|||||||
Sheep in '..\..\Source\Sheep.pas' {SheepDialog},
|
Sheep in '..\..\Source\Sheep.pas' {SheepDialog},
|
||||||
ap_FileCtrl in '..\..\Source\ap_FileCtrl.pas',
|
ap_FileCtrl in '..\..\Source\ap_FileCtrl.pas',
|
||||||
XForm in '..\..\Source\XForm.pas',
|
XForm in '..\..\Source\XForm.pas',
|
||||||
cmapdata in '..\..\Source\cmapdata.pas';
|
cmapdata in '..\..\Source\cmapdata.pas',
|
||||||
|
Render32 in '..\..\Source\Render32.pas';
|
||||||
|
|
||||||
{$R *.RES}
|
{$R *.RES}
|
||||||
|
|
||||||
|
@ -1,28 +1,62 @@
|
|||||||
[Closed Files]
|
[Closed Files]
|
||||||
File_0=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas',0,1,1,1,1,0,0,,
|
File_0=TSourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\RenderThread.pas',0,1,777,23,804,0,0,,
|
||||||
File_1=TSourceModule,'X:\Code\Delphi\Trianglulate3\L_Triangulator.pas',0,7,35,43,49,0,0,,
|
File_1=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.identcache',0,1,1,59,12,0,0,,
|
||||||
File_2=TSourceModule,'X:\Code\Delphi\Trianglulate3\DataPoint.pas',0,1,108,25,132,0,0,,
|
File_2=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas',0,1,1,21,43,0,0,,
|
||||||
File_3=TSourceModule,'X:\Code\Delphi\Triangulate\Triangulate2\triform.pas',0,1,283,1,325,0,0,,
|
File_3=TSourceModule,'x:\programs\borland\bds\3.0\source\Win32\rtl\common\Classes.pas',0,1,1188,15,1188,0,0,,
|
||||||
File_4=TSourceModule,'X:\Code\Delphi\Trianglulate3\Trisub.pas',0,1,3,13,24,0,0,,
|
File_4=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas',0,1,1,1,1,0,0,,
|
||||||
File_5=TSourceModule,'X:\Code\Delphi\Trianglulate3\Unit1.pas',0,1,163,47,197,0,0,,
|
File_5=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas',0,1,1,1,1,0,0,,
|
||||||
File_6=TSourceModule,'X:\Code\Delphi\Trianglulate3\MemoryViewer.pas',0,1,37,1,74,0,0,,
|
File_6=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas',0,1,1,1,1,0,0,,
|
||||||
File_7=TSourceModule,'x:\programs\borland\bds\3.0\source\Win32\rtl\sys\system.pas',0,1,3615,1,3659,0,0,,
|
File_7=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas',0,1,1,1,1,0,0,,
|
||||||
File_8=TSourceModule,'x:\programs\borland\bds\3.0\source\Win32\rtl\common\classes.pas',0,1,2934,1,2959,0,0,,
|
File_8=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas',0,1,1,1,1,0,0,,
|
||||||
File_9=TSourceModule,'C:\proj32\Geosum2005\MM\RecyclerMM.pas',0,1,10,20,16,0,0,,
|
File_9=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas',0,1,1,1,1,0,0,,
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas
|
||||||
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\cmapdata.pas
|
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||||
Module2=default.htm
|
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
||||||
Count=3
|
Module3=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj
|
||||||
|
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||||
|
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||||
|
Module6=X:\Code\Delphi\Apophysis\2.02g\Source\MsMultiPartFormData.pas
|
||||||
|
Module7=X:\Code\Delphi\Apophysis\2.02g\Source\MyTypes.pas
|
||||||
|
Module8=default.htm
|
||||||
|
Count=9
|
||||||
EditWindowCount=1
|
EditWindowCount=1
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas]
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas]
|
||||||
|
ModuleType=TSourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas]
|
||||||
|
ModuleType=TSourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas]
|
||||||
|
ModuleType=TSourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj]
|
||||||
|
ModuleType=TBaseProject
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas]
|
||||||
ModuleType=TSourceModule
|
ModuleType=TSourceModule
|
||||||
FormState=1
|
FormState=1
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02g\Source\cmapdata.pas]
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
|
||||||
|
ModuleType=TSourceModule
|
||||||
|
FormState=1
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\MsMultiPartFormData.pas]
|
||||||
|
ModuleType=TSourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\MyTypes.pas]
|
||||||
ModuleType=TSourceModule
|
ModuleType=TSourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
@ -30,16 +64,18 @@ FormOnTop=0
|
|||||||
[default.htm]
|
[default.htm]
|
||||||
ModuleType=TURLModule
|
ModuleType=TURLModule
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=1
|
|
||||||
|
|
||||||
[EditWindow0]
|
[EditWindow0]
|
||||||
ViewCount=3
|
ViewCount=9
|
||||||
CurrentEditView=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
CurrentEditView=X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas
|
||||||
View0=0
|
View0=0
|
||||||
View1=1
|
View1=1
|
||||||
View2=2
|
View2=2
|
||||||
|
View3=3
|
||||||
|
View4=4
|
||||||
|
View5=5
|
||||||
|
View6=6
|
||||||
|
View7=7
|
||||||
|
View8=8
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=1
|
Visible=1
|
||||||
@ -58,17 +94,17 @@ MessageView=MessageView@EditWindow0
|
|||||||
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
|
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
|
||||||
TopPanelSize=0
|
TopPanelSize=0
|
||||||
LeftPanelSize=1906
|
LeftPanelSize=1906
|
||||||
LeftPanelClients=StructureView,DockSite2
|
LeftPanelClients=StructureView,DockSite0
|
||||||
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746532FFFFFFFF
|
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746530FFFFFFFF
|
||||||
RightPanelSize=2258
|
RightPanelSize=2258
|
||||||
RightPanelClients=ToolForm,DockSite3
|
RightPanelClients=DockSite1,ToolForm
|
||||||
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653301000000009A1D000008000000546F6F6C466F726DFFFFFFFF
|
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653101000000009A1D000008000000546F6F6C466F726DFFFFFFFF
|
||||||
BottomPanelSize=1270
|
BottomPanelSize=1270
|
||||||
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite1
|
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite2
|
||||||
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465317C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
|
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465327C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
|
||||||
BottomMiddlePanelSize=0
|
BottomMiddlePanelSize=0
|
||||||
BottomMiddlePanelClients=DockSite0
|
BottomMiddlePanelClients=DockSite3
|
||||||
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465300000000000000000000000000000000000FFFFFFFF
|
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465330000000000000000000000000000000000FFFFFFFF
|
||||||
|
|
||||||
[View0]
|
[View0]
|
||||||
CustomEditViewType=TWelcomePageView
|
CustomEditViewType=TWelcomePageView
|
||||||
@ -76,19 +112,79 @@ WelcomePageURL=bds:/default.htm
|
|||||||
|
|
||||||
[View1]
|
[View1]
|
||||||
CustomEditViewType=TEditView
|
CustomEditViewType=TEditView
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\cmapdata.pas
|
Module=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.dpr
|
||||||
CursorX=54
|
CursorX=56
|
||||||
CursorY=47719
|
CursorY=15
|
||||||
TopLine=47710
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
Elisions=
|
Elisions=
|
||||||
Bookmarks=
|
Bookmarks=
|
||||||
|
|
||||||
[View2]
|
[View2]
|
||||||
CustomEditViewType=TEditView
|
CustomEditViewType=TEditView
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
||||||
CursorX=54
|
CursorX=63
|
||||||
CursorY=13
|
CursorY=783
|
||||||
|
TopLine=778
|
||||||
|
LeftCol=1
|
||||||
|
Elisions=
|
||||||
|
Bookmarks=
|
||||||
|
|
||||||
|
[View3]
|
||||||
|
CustomEditViewType=TEditView
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=115
|
||||||
|
TopLine=88
|
||||||
|
LeftCol=1
|
||||||
|
Elisions=
|
||||||
|
Bookmarks=
|
||||||
|
|
||||||
|
[View4]
|
||||||
|
CustomEditViewType=TEditView
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||||
|
CursorX=27
|
||||||
|
CursorY=130
|
||||||
|
TopLine=105
|
||||||
|
LeftCol=1
|
||||||
|
Elisions=
|
||||||
|
Bookmarks=
|
||||||
|
|
||||||
|
[View5]
|
||||||
|
CustomEditViewType=TEditView
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||||
|
CursorX=27
|
||||||
|
CursorY=79
|
||||||
|
TopLine=52
|
||||||
|
LeftCol=1
|
||||||
|
Elisions=
|
||||||
|
Bookmarks=
|
||||||
|
|
||||||
|
[View6]
|
||||||
|
CustomEditViewType=TEditView
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\MyTypes.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
Elisions=
|
||||||
|
Bookmarks=
|
||||||
|
|
||||||
|
[View7]
|
||||||
|
CustomEditViewType=TEditView
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\MsMultiPartFormData.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=123
|
||||||
|
TopLine=109
|
||||||
|
LeftCol=1
|
||||||
|
Elisions=
|
||||||
|
Bookmarks=
|
||||||
|
|
||||||
|
[View8]
|
||||||
|
CustomEditViewType=TEditView
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
Elisions=
|
Elisions=
|
||||||
@ -175,7 +271,7 @@ MaxLeft=-1
|
|||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2258
|
ClientWidth=2258
|
||||||
ClientHeight=2988
|
ClientHeight=2988
|
||||||
TBDockHeight=6911
|
TBDockHeight=6519
|
||||||
LRDockWidth=2258
|
LRDockWidth=2258
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
@ -491,52 +587,6 @@ DockHostCount=4
|
|||||||
DockSiteType=1
|
DockSiteType=1
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
Visible=0
|
|
||||||
Docked=1
|
|
||||||
State=0
|
|
||||||
Left=-252
|
|
||||||
Top=-857
|
|
||||||
Width=2336
|
|
||||||
Height=2314
|
|
||||||
MaxLeft=-1
|
|
||||||
MaxTop=-1
|
|
||||||
ClientWidth=2336
|
|
||||||
ClientHeight=2314
|
|
||||||
TBDockHeight=2314
|
|
||||||
LRDockWidth=2336
|
|
||||||
Dockable=1
|
|
||||||
StayOnTop=0
|
|
||||||
TabPosition=1
|
|
||||||
ActiveTabID=FindReferencsForm
|
|
||||||
TabDockClients=RefactoringForm,FindReferencsForm
|
|
||||||
|
|
||||||
[DockSite1]
|
|
||||||
DockSiteType=1
|
|
||||||
PercentageSizes=1
|
|
||||||
Create=1
|
|
||||||
Visible=0
|
|
||||||
Docked=1
|
|
||||||
State=0
|
|
||||||
Left=-5
|
|
||||||
Top=-860
|
|
||||||
Width=3828
|
|
||||||
Height=5050
|
|
||||||
MaxLeft=-1
|
|
||||||
MaxTop=-1
|
|
||||||
ClientWidth=3828
|
|
||||||
ClientHeight=5050
|
|
||||||
TBDockHeight=5050
|
|
||||||
LRDockWidth=3828
|
|
||||||
Dockable=1
|
|
||||||
StayOnTop=0
|
|
||||||
TabPosition=1
|
|
||||||
ActiveTabID=LocalVarsWindow
|
|
||||||
TabDockClients=BreakpointWindow,CallStackWindow,WatchWindow,ThreadStatusWindow,DebugLogView,LocalVarsWindow
|
|
||||||
|
|
||||||
[DockSite2]
|
|
||||||
DockSiteType=1
|
|
||||||
PercentageSizes=1
|
|
||||||
Create=1
|
|
||||||
Visible=1
|
Visible=1
|
||||||
Docked=1
|
Docked=1
|
||||||
State=0
|
State=0
|
||||||
@ -548,15 +598,15 @@ MaxLeft=-1
|
|||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=1906
|
ClientWidth=1906
|
||||||
ClientHeight=3944
|
ClientHeight=3944
|
||||||
TBDockHeight=5040
|
TBDockHeight=5111
|
||||||
LRDockWidth=1906
|
LRDockWidth=1906
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
TabPosition=1
|
TabPosition=1
|
||||||
ActiveTabID=RMAddinTool
|
ActiveTabID=PropertyInspector
|
||||||
TabDockClients=RMAddinTool,PropertyInspector
|
TabDockClients=PropertyInspector,RMAddinTool
|
||||||
|
|
||||||
[DockSite3]
|
[DockSite1]
|
||||||
DockSiteType=1
|
DockSiteType=1
|
||||||
PercentageSizes=1
|
PercentageSizes=1
|
||||||
Create=1
|
Create=1
|
||||||
@ -571,7 +621,7 @@ MaxLeft=-1
|
|||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=2258
|
ClientWidth=2258
|
||||||
ClientHeight=4316
|
ClientHeight=4316
|
||||||
TBDockHeight=1740
|
TBDockHeight=6318
|
||||||
LRDockWidth=2258
|
LRDockWidth=2258
|
||||||
Dockable=1
|
Dockable=1
|
||||||
StayOnTop=0
|
StayOnTop=0
|
||||||
@ -579,3 +629,49 @@ TabPosition=1
|
|||||||
ActiveTabID=ProjectManager
|
ActiveTabID=ProjectManager
|
||||||
TabDockClients=ProjectManager,ModelViewTool,DataExplorer
|
TabDockClients=ProjectManager,ModelViewTool,DataExplorer
|
||||||
|
|
||||||
|
[DockSite2]
|
||||||
|
DockSiteType=1
|
||||||
|
PercentageSizes=1
|
||||||
|
Create=1
|
||||||
|
Visible=0
|
||||||
|
Docked=1
|
||||||
|
State=0
|
||||||
|
Left=-5
|
||||||
|
Top=-990
|
||||||
|
Width=3828
|
||||||
|
Height=5050
|
||||||
|
MaxLeft=-1
|
||||||
|
MaxTop=-1
|
||||||
|
ClientWidth=3828
|
||||||
|
ClientHeight=5050
|
||||||
|
TBDockHeight=5050
|
||||||
|
LRDockWidth=3828
|
||||||
|
Dockable=1
|
||||||
|
StayOnTop=0
|
||||||
|
TabPosition=1
|
||||||
|
ActiveTabID=LocalVarsWindow
|
||||||
|
TabDockClients=BreakpointWindow,CallStackWindow,WatchWindow,ThreadStatusWindow,DebugLogView,LocalVarsWindow
|
||||||
|
|
||||||
|
[DockSite3]
|
||||||
|
DockSiteType=1
|
||||||
|
PercentageSizes=1
|
||||||
|
Create=1
|
||||||
|
Visible=0
|
||||||
|
Docked=1
|
||||||
|
State=0
|
||||||
|
Left=-252
|
||||||
|
Top=-990
|
||||||
|
Width=2336
|
||||||
|
Height=2314
|
||||||
|
MaxLeft=-1
|
||||||
|
MaxTop=-1
|
||||||
|
ClientWidth=2336
|
||||||
|
ClientHeight=2314
|
||||||
|
TBDockHeight=2314
|
||||||
|
LRDockWidth=2336
|
||||||
|
Dockable=1
|
||||||
|
StayOnTop=0
|
||||||
|
TabPosition=1
|
||||||
|
ActiveTabID=FindReferencsForm
|
||||||
|
TabDockClients=RefactoringForm,FindReferencsForm
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,40 +1,118 @@
|
|||||||
[Closed Files]
|
[Closed Files]
|
||||||
File_0=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\ap_FileCtrl.pas',0,1,1,1,1,0,0
|
File_0=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\About.pas',0,1,1,31,9,1,0
|
||||||
File_1=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\ap_SysUtils.pas',0,1,1,3,20,0,0
|
File_1=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
|
||||||
File_2=SourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff\Scripterstudio\Imports\Delphi6\ap_Classes.pas',0,1,1,3,23,0,0
|
File_2=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\Main.pas',0,1,4354,45,4394,0,0
|
||||||
File_3=SourceModule,'x:\programs\borland\delphi6\source\rtl\Win\Windows.pas',0,1,5563,114,5586,0,0
|
File_3=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas',0,1,64,17,81,0,0
|
||||||
File_4=SourceModule,'X:\Code\Delphi\Apophysis\2.02e\About.pas',0,1,1,117,16,1,0
|
File_4=SourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff\imglib\ImageDLLLoader.pas',0,1,101,55,120,0,0
|
||||||
File_5=SourceModule,'X:\Code\Delphi\Apophysis\2.02e\Main.pas',0,1,3583,38,3588,1,0
|
File_5=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\About.pas',0,1,1,1,1,0,0
|
||||||
File_6=SourceModule,'X:\Code\Delphi\Apophysis\2.02\ScriptForm.pas',0,1,2648,117,2664,0,0
|
File_6=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\cmapdata.pas',0,1,47709,1,47737,0,0
|
||||||
File_7=SourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff9\ScripterStudio\atScript.pas',0,1,2152,1,2170,0,0
|
File_7=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\ScriptForm.pas',0,1,302,36,330,0,0
|
||||||
File_8=SourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff9\ScripterStudio\atpascal.pas',0,1,1519,1,1537,0,0
|
File_8=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\ap_FileCtrl.pas',0,1,1,1,1,0,0
|
||||||
File_9=SourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff9\ScripterStudio\atParser.pas',0,1,2033,1,2051,0,0
|
File_9=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\ap_SysUtils.pas',0,1,1,3,20,0,0
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
Module0=X:\Code\Delphi\Apophysis\2.02f\Source\Main.pas
|
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
|
||||||
Module1=X:\Code\Delphi\Apophysis\2.02f\Source\About.pas
|
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
|
||||||
Module2=X:\Code\Delphi\Apophysis\2.02f\Source\ScriptForm.pas
|
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
|
||||||
Module3=X:\Code\Delphi\Apophysis\2.02f\Source\cmapdata.pas
|
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||||
Module4=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
|
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
|
||||||
Count=5
|
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
|
||||||
|
Module6=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
|
||||||
|
Module7=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
|
||||||
|
Module8=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
||||||
|
Module9=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||||
|
Module10=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
||||||
|
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||||
|
Module12=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
|
||||||
|
Module13=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
|
||||||
|
Module14=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
|
||||||
|
Module15=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
|
||||||
|
Module16=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
|
||||||
|
Module17=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
|
||||||
|
Count=18
|
||||||
EditWindowCount=1
|
EditWindowCount=1
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02f\Source\Main.pas]
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas]
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02f\Source\About.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02f\Source\ScriptForm.pas]
|
|
||||||
ModuleType=SourceModule
|
ModuleType=SourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02f\Source\cmapdata.pas]
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas]
|
||||||
|
ModuleType=SourceModule
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas]
|
||||||
ModuleType=SourceModule
|
ModuleType=SourceModule
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
@ -48,18 +126,35 @@ FormOnTop=0
|
|||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.todo]
|
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr]
|
||||||
|
FormState=0
|
||||||
|
FormOnTop=0
|
||||||
|
|
||||||
|
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.todo]
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[EditWindow0]
|
[EditWindow0]
|
||||||
ViewCount=5
|
ViewCount=18
|
||||||
CurrentView=1
|
CurrentView=17
|
||||||
View0=0
|
View0=0
|
||||||
View1=1
|
View1=1
|
||||||
View2=2
|
View2=2
|
||||||
View3=3
|
View3=3
|
||||||
View4=4
|
View4=4
|
||||||
|
View5=5
|
||||||
|
View6=6
|
||||||
|
View7=7
|
||||||
|
View8=8
|
||||||
|
View9=9
|
||||||
|
View10=10
|
||||||
|
View11=11
|
||||||
|
View12=12
|
||||||
|
View13=13
|
||||||
|
View14=14
|
||||||
|
View15=15
|
||||||
|
View16=16
|
||||||
|
View17=17
|
||||||
CodeExplorer=CodeExplorer@EditWindow0
|
CodeExplorer=CodeExplorer@EditWindow0
|
||||||
MessageView=MessageView@EditWindow0
|
MessageView=MessageView@EditWindow0
|
||||||
Create=1
|
Create=1
|
||||||
@ -75,9 +170,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.02f\Project\delphi6\Apophysis202.dpr
|
Module=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
|
||||||
@ -87,31 +182,122 @@ TopLine=31
|
|||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View1]
|
[View1]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02f\Source\Main.pas
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
|
||||||
CursorX=45
|
CursorX=1
|
||||||
CursorY=4394
|
CursorY=1
|
||||||
TopLine=4354
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View2]
|
[View2]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02f\Source\About.pas
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=1
|
CursorY=1
|
||||||
TopLine=1
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View3]
|
[View3]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02f\Source\cmapdata.pas
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
|
||||||
CursorX=1
|
CursorX=1
|
||||||
CursorY=47737
|
CursorY=1
|
||||||
TopLine=47709
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[View4]
|
[View4]
|
||||||
Module=X:\Code\Delphi\Apophysis\2.02f\Source\ScriptForm.pas
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
|
||||||
CursorX=36
|
CursorX=1
|
||||||
CursorY=330
|
CursorY=1
|
||||||
TopLine=302
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View5]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View6]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View7]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View8]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View9]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View10]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View11]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View12]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View13]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View14]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View15]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View16]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
|
LeftCol=1
|
||||||
|
|
||||||
|
[View17]
|
||||||
|
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
|
||||||
|
CursorX=1
|
||||||
|
CursorY=1
|
||||||
|
TopLine=1
|
||||||
LeftCol=1
|
LeftCol=1
|
||||||
|
|
||||||
[Watches]
|
[Watches]
|
||||||
@ -302,17 +488,17 @@ 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
|
||||||
Width=996
|
Width=996
|
||||||
Height=52
|
Height=285
|
||||||
MaxLeft=-1
|
MaxLeft=-1
|
||||||
MaxTop=-1
|
MaxTop=-1
|
||||||
ClientWidth=996
|
ClientWidth=996
|
||||||
ClientHeight=52
|
ClientHeight=285
|
||||||
TBDockHeight=52
|
TBDockHeight=285
|
||||||
LRDockWidth=443
|
LRDockWidth=443
|
||||||
Dockable=1
|
Dockable=1
|
||||||
|
|
||||||
@ -336,6 +522,6 @@ TBDockHeight=451
|
|||||||
LRDockWidth=177
|
LRDockWidth=177
|
||||||
Dockable=1
|
Dockable=1
|
||||||
TabPosition=2
|
TabPosition=2
|
||||||
ActiveTab=Project Manager
|
ActiveTab=Object Inspector
|
||||||
TabDockClients=ProjectManager,CodeExplorer@EditWindow0,CallStackWindow,PropertyInspector
|
TabDockClients=ProjectManager,CodeExplorer@EditWindow0,CallStackWindow,PropertyInspector
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user