filter fix
new variations
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -5,5 +5,10 @@
|
||||
<Transaction>2005-01-29 10:15:34.468.pas,X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas</Transaction>
|
||||
<Transaction>2005-01-29 10:29:11.421.pas,X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Unit1.pas=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas</Transaction>
|
||||
<Transaction>2005-01-29 10:29:11.421.dfm,X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Unit1.dfm=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.dfm</Transaction>
|
||||
<Transaction>2005-01-30 14:41:10.093.pas,X:\Code\Delphi\Apophysis\2.02g\Source\cmapData.pas=</Transaction>
|
||||
<Transaction>2005-02-06 08:21:07.265.pas,X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM2.pas=</Transaction>
|
||||
<Transaction>2005-02-06 08:21:41.703.pas,X:\Code\Delphi\Apophysis\2.02g\Source\cmapdata.pas=</Transaction>
|
||||
<Transaction>2005-03-05 08:49:36.656.pas,X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Unit1.pas=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHelper.pas</Transaction>
|
||||
<Transaction>2005-03-05 09:01:19.265.pas,X:\Code\Delphi\Apophysis\2.02g\Source\GradientHelper.pas=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas</Transaction>
|
||||
</Transactions>
|
||||
</BorlandProject>
|
||||
|
@ -35,10 +35,10 @@
|
||||
-N"..\..\out\dcu"
|
||||
-LE"C:\Documents and Settings\Ronald Hordijk\Mijn documenten\Borland Studio Projects\Bpl"
|
||||
-LN"C:\Documents and Settings\Ronald Hordijk\Mijn documenten\Borland Studio Projects\Bpl"
|
||||
-U"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-O"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-I"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-R"..\..\Source ;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-U"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-O"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-I"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-R"X:\Code\Delphi\Apophysis\2.02g\Source;..\..\..\Apolibstuff9\libxml;..\..\..\Apolibstuff9\imglib;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005;..\..\..\Apolibstuff9\SCRIPTSTUDIOD2005"
|
||||
-w-UNSAFE_TYPE
|
||||
-w-UNSAFE_CODE
|
||||
-w-UNSAFE_CAST
|
||||
|
@ -38,7 +38,6 @@ uses
|
||||
Save in '..\..\Source\Save.pas' {SaveForm},
|
||||
About in '..\..\Source\About.pas' {AboutForm},
|
||||
cmap in '..\..\Source\cmap.pas',
|
||||
cmapData in '..\..\Source\cmapData.pas',
|
||||
SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm},
|
||||
ControlPoint in '..\..\Source\ControlPoint.pas',
|
||||
HtmlHlp in '..\..\Source\HtmlHlp.pas',
|
||||
@ -54,7 +53,11 @@ uses
|
||||
RenderThread in '..\..\Source\RenderThread.pas',
|
||||
Render in '..\..\Source\Render.pas',
|
||||
Render32 in '..\..\Source\Render32.pas',
|
||||
Render64 in '..\..\Source\Render64.pas';
|
||||
Render64 in '..\..\Source\Render64.pas',
|
||||
RenderMM in '..\..\Source\RenderMM.pas',
|
||||
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
|
||||
GradientHlpr in '..\..\Source\GradientHlpr.pas';
|
||||
|
||||
// ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring};
|
||||
|
||||
{$R *.RES}
|
||||
@ -82,7 +85,7 @@ begin
|
||||
Application.CreateForm(TSizeTool, SizeTool);
|
||||
Application.CreateForm(TExportDialog, ExportDialog);
|
||||
Application.CreateForm(TSheepDialog, SheepDialog);
|
||||
// Application.CreateForm(TfrmImageColoring, frmImageColoring);
|
||||
// Application.CreateForm(TfrmImageColoring, frmImageColoring);
|
||||
Application.UpdateFormatSettings := False;
|
||||
DecimalSeparator := '.';
|
||||
Application.Run;
|
||||
|
@ -1,41 +1,56 @@
|
||||
[Closed Files]
|
||||
File_0=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas',0,1,83,21,109,0,0,,
|
||||
File_1=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas',0,1,28,19,68,0,0,,
|
||||
File_2=TSourceModule,'X:\Code\Delphi\Apophysis\Apolibstuff9\SCRIPTSTUDIOD2005\Imports\Delphi2005\ap_System.pas',0,1,263,57,296,0,0,,
|
||||
File_3=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\MyTypes.pas',0,1,1,1,1,0,0,,
|
||||
File_4=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\MsMultiPartFormData.pas',0,1,109,1,123,0,0,,
|
||||
File_5=TSourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\RenderThread.pas',0,1,777,23,804,0,0,,
|
||||
File_6=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.identcache',0,1,1,59,12,0,0,,
|
||||
File_7=TSourceModule,'x:\programs\borland\bds\3.0\source\Win32\rtl\common\Classes.pas',0,1,1188,15,1188,0,0,,
|
||||
File_8=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas',0,1,1,1,1,0,0,,
|
||||
File_0=TSourceModule,'c:\develop\borland\bds\3.0\source\Win32\rtl\win\Windows.pas',0,1,29720,1,29752,0,0,,
|
||||
File_1=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas',0,1,439,15,475,0,0,,
|
||||
File_2=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas',0,1,1,35,23,0,0,,
|
||||
File_3=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas',0,1,91,49,94,0,0,,
|
||||
File_4=TSourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\cmap.pas',0,1,20,3,26,0,0,,
|
||||
|
||||
[Modules]
|
||||
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
||||
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
||||
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\cmap.pas
|
||||
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
||||
Module6=X:\Code\Delphi\Apophysis\2.02g\readme.txt
|
||||
Module7=X:\Code\Delphi\Apophysis\2.02g\Changes.txt
|
||||
Module8=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj
|
||||
Module9=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
|
||||
Module10=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
|
||||
Module12=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
|
||||
Module0=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||
Module1=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj
|
||||
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
||||
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
|
||||
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas
|
||||
Module6=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
||||
Module7=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3-render.c
|
||||
Module8=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\rect.c
|
||||
Module9=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.h
|
||||
Module10=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.c
|
||||
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
|
||||
Module12=c:\develop\borland\bds\3.0\source\Win32\rtl\sys\System.pas
|
||||
Module13=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||
Module14=default.htm
|
||||
Count=15
|
||||
Module14=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
|
||||
Module15=default.htm
|
||||
Count=16
|
||||
EditWindowCount=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj]
|
||||
ModuleType=TBaseProject
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=1
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas]
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=1
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas]
|
||||
@ -43,61 +58,44 @@ ModuleType=TSourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=1
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\cmap.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\readme.txt]
|
||||
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3-render.c]
|
||||
ModuleType=TSourceModule
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Changes.txt]
|
||||
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\rect.c]
|
||||
ModuleType=TSourceModule
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.bdsproj]
|
||||
ModuleType=TBaseProject
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas]
|
||||
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.h]
|
||||
ModuleType=TSourceModule
|
||||
FormState=1
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas]
|
||||
[X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.c]
|
||||
ModuleType=TSourceModule
|
||||
FormState=1
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[c:\develop\borland\bds\3.0\source\Win32\rtl\sys\System.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=1
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas]
|
||||
ModuleType=TSourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[default.htm]
|
||||
ModuleType=TURLModule
|
||||
|
||||
[EditWindow0]
|
||||
ViewCount=15
|
||||
CurrentEditView=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||
ViewCount=16
|
||||
CurrentEditView=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||
View0=0
|
||||
View1=1
|
||||
View2=2
|
||||
@ -113,6 +111,7 @@ View11=11
|
||||
View12=12
|
||||
View13=13
|
||||
View14=14
|
||||
View15=15
|
||||
PercentageSizes=1
|
||||
Create=1
|
||||
Visible=1
|
||||
@ -131,17 +130,17 @@ MessageView=MessageView@EditWindow0
|
||||
BorlandEditorCodeExplorer=BorlandEditorCodeExplorer@EditWindow0
|
||||
TopPanelSize=0
|
||||
LeftPanelSize=1906
|
||||
LeftPanelClients=StructureView,DockSite3
|
||||
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746533FFFFFFFF
|
||||
LeftPanelClients=StructureView,DockSite2
|
||||
LeftPanelData=00000800010100000000AE170000000000000172070000000000000100000000C50D00001100000053747275637475726556696577466F726D01000000009A1D000009000000446F636B5369746532FFFFFFFF
|
||||
RightPanelSize=2258
|
||||
RightPanelClients=ToolForm,DockSite2
|
||||
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653201000000009A1D000008000000546F6F6C466F726DFFFFFFFF
|
||||
RightPanelClients=ToolForm,DockSite3
|
||||
RightPanelData=00000800010100000000AE1700000000000001D20800000000000001000000006511000009000000446F636B536974653301000000009A1D000008000000546F6F6C466F726DFFFFFFFF
|
||||
BottomPanelSize=1270
|
||||
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite0
|
||||
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465307C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
|
||||
BottomPanelClients=MessageView@EditWindow0,ToDo List,DockSite1
|
||||
BottomPanelData=000008000102020000000E000000546F446F4C69737457696E646F7709000000446F636B53697465317C3000000000000002F60400000000000001000000007C3000000B0000004D65737361676556696577FFFFFFFF
|
||||
BottomMiddlePanelSize=0
|
||||
BottomMiddlePanelClients=DockSite1
|
||||
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465310000000000000000000000000000000000FFFFFFFF
|
||||
BottomMiddlePanelClients=DockSite0
|
||||
BottomMiddelPanelData=0000080001000100000009000000446F636B53697465300000000000000000000000000000000000FFFFFFFF
|
||||
|
||||
[View0]
|
||||
CustomEditViewType=TWelcomePageView
|
||||
@ -150,8 +149,8 @@ WelcomePageURL=bds:/default.htm
|
||||
[View1]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Project\delphi2005\Apophysis202.dpr
|
||||
CursorX=2
|
||||
CursorY=90
|
||||
CursorX=1
|
||||
CursorY=88
|
||||
TopLine=59
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
@ -159,133 +158,143 @@ Bookmarks=
|
||||
|
||||
[View2]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Changes.txt
|
||||
CursorX=19
|
||||
CursorY=4
|
||||
TopLine=1
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||
CursorX=33
|
||||
CursorY=2195
|
||||
TopLine=2168
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
Bookmarks={1,4280,5}
|
||||
|
||||
[View3]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\readme.txt
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
|
||||
CursorX=26
|
||||
CursorY=73
|
||||
TopLine=41
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View4]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ControlPoint.pas
|
||||
CursorX=32
|
||||
CursorY=1479
|
||||
TopLine=1463
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render32.pas
|
||||
CursorX=5
|
||||
CursorY=209
|
||||
TopLine=166
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View5]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
||||
CursorX=14
|
||||
CursorY=661
|
||||
TopLine=650
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
|
||||
CursorX=1
|
||||
CursorY=216
|
||||
TopLine=184
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View6]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
||||
CursorX=1
|
||||
CursorY=585
|
||||
TopLine=560
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||
CursorX=44
|
||||
CursorY=16
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View7]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||
CursorX=27
|
||||
CursorY=102
|
||||
TopLine=63
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
||||
CursorX=34
|
||||
CursorY=362
|
||||
TopLine=314
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View8]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\cmap.pas
|
||||
CursorX=3
|
||||
CursorY=46
|
||||
TopLine=1
|
||||
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.c
|
||||
CursorX=18
|
||||
CursorY=1603
|
||||
TopLine=1560
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View9]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||
CursorX=22
|
||||
CursorY=3416
|
||||
TopLine=3373
|
||||
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3-render.c
|
||||
CursorX=23
|
||||
CursorY=78
|
||||
TopLine=46
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks={1,3102,15}
|
||||
Bookmarks=
|
||||
|
||||
[View10]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
||||
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\rect.c
|
||||
CursorX=38
|
||||
CursorY=133
|
||||
TopLine=126
|
||||
CursorY=270
|
||||
TopLine=238
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View11]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas
|
||||
CursorX=28
|
||||
CursorY=207
|
||||
TopLine=168
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
||||
CursorX=1
|
||||
CursorY=179
|
||||
TopLine=155
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View12]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||
Module=X:\Code\Delphi\Apophysis\flam3-2.5\flam3-2.5\flam3.h
|
||||
CursorX=25
|
||||
CursorY=124
|
||||
TopLine=91
|
||||
CursorY=135
|
||||
TopLine=103
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View13]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||
CursorX=54
|
||||
CursorY=302
|
||||
TopLine=297
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
|
||||
CursorX=71
|
||||
CursorY=494
|
||||
TopLine=486
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[View14]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\XForm.pas
|
||||
CursorX=52
|
||||
CursorY=68
|
||||
TopLine=31
|
||||
Module=c:\develop\borland\bds\3.0\source\Win32\rtl\sys\System.pas
|
||||
CursorX=16
|
||||
CursorY=1253
|
||||
TopLine=1233
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks={1,237,1}
|
||||
Bookmarks=
|
||||
|
||||
[View15]
|
||||
CustomEditViewType=TEditView
|
||||
Module=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||
CursorX=35
|
||||
CursorY=1329
|
||||
TopLine=1293
|
||||
LeftCol=1
|
||||
Elisions=
|
||||
Bookmarks=
|
||||
|
||||
[Watches]
|
||||
Count=0
|
||||
@ -301,11 +310,11 @@ State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=3766
|
||||
Height=724
|
||||
Height=4698
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=3766
|
||||
ClientHeight=724
|
||||
ClientHeight=4698
|
||||
TBDockHeight=201
|
||||
LRDockWidth=13602
|
||||
Dockable=1
|
||||
@ -368,11 +377,36 @@ MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=2258
|
||||
ClientHeight=2988
|
||||
TBDockHeight=8913
|
||||
TBDockHeight=6911
|
||||
LRDockWidth=2258
|
||||
Dockable=1
|
||||
StayOnTop=0
|
||||
|
||||
[PropertyInspector]
|
||||
PercentageSizes=1
|
||||
Create=1
|
||||
Visible=1
|
||||
Docked=1
|
||||
State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=1844
|
||||
Height=3843
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=1844
|
||||
ClientHeight=3843
|
||||
TBDockHeight=412
|
||||
LRDockWidth=1906
|
||||
Dockable=1
|
||||
StayOnTop=0
|
||||
SplitPos=95
|
||||
|
||||
[PropInspDesignerSelection]
|
||||
ArrangeBy=Category
|
||||
SelectedItem=Miscellaneous.Name,
|
||||
ExpandedItems=Action=1,"Border Style=1","Custom Glyphs=1","Drag, Drop and Docking=1","Help and Hints=1",Input=1,Layout=1,Legacy=1,Linkage=1,Locale=1,Localizable=1,Miscellaneous=1,Visual=1,"Border Style.BorderIcons=0",Linkage.Images=0
|
||||
|
||||
[RMAddinTool]
|
||||
PercentageSizes=1
|
||||
Create=1
|
||||
@ -380,7 +414,7 @@ Visible=0
|
||||
Docked=1
|
||||
State=0
|
||||
Left=-9
|
||||
Top=1001
|
||||
Top=-103
|
||||
Width=5305
|
||||
Height=5141
|
||||
MaxLeft=-1
|
||||
@ -401,11 +435,11 @@ State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=3766
|
||||
Height=724
|
||||
Height=4698
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=3766
|
||||
ClientHeight=724
|
||||
ClientHeight=4698
|
||||
TBDockHeight=2072
|
||||
LRDockWidth=3484
|
||||
Dockable=1
|
||||
@ -504,11 +538,11 @@ State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=3766
|
||||
Height=724
|
||||
Height=4698
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=3766
|
||||
ClientHeight=724
|
||||
ClientHeight=4698
|
||||
TBDockHeight=412
|
||||
LRDockWidth=4953
|
||||
Dockable=1
|
||||
@ -523,11 +557,11 @@ State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=3766
|
||||
Height=724
|
||||
Height=4698
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=3766
|
||||
ClientHeight=724
|
||||
ClientHeight=4698
|
||||
TBDockHeight=201
|
||||
LRDockWidth=7414
|
||||
Dockable=1
|
||||
@ -546,17 +580,17 @@ State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=3766
|
||||
Height=724
|
||||
Height=4698
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=3766
|
||||
ClientHeight=724
|
||||
ClientHeight=4698
|
||||
TBDockHeight=262
|
||||
LRDockWidth=3484
|
||||
Dockable=1
|
||||
StayOnTop=0
|
||||
|
||||
[PropertyInspector]
|
||||
[ModelViewTool]
|
||||
PercentageSizes=1
|
||||
Create=1
|
||||
Visible=1
|
||||
@ -564,17 +598,16 @@ Docked=1
|
||||
State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=1844
|
||||
Height=3843
|
||||
Width=2195
|
||||
Height=3964
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=1844
|
||||
ClientHeight=3843
|
||||
TBDockHeight=412
|
||||
LRDockWidth=1906
|
||||
ClientWidth=2195
|
||||
ClientHeight=3964
|
||||
TBDockHeight=4879
|
||||
LRDockWidth=5305
|
||||
Dockable=1
|
||||
StayOnTop=0
|
||||
SplitPos=95
|
||||
|
||||
[BreakpointWindow]
|
||||
PercentageSizes=1
|
||||
@ -585,11 +618,11 @@ State=0
|
||||
Left=0
|
||||
Top=0
|
||||
Width=3766
|
||||
Height=724
|
||||
Height=4698
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=3766
|
||||
ClientHeight=724
|
||||
ClientHeight=4698
|
||||
TBDockHeight=1549
|
||||
LRDockWidth=8742
|
||||
Dockable=1
|
||||
@ -668,29 +701,6 @@ Create=1
|
||||
Visible=0
|
||||
Docked=1
|
||||
State=0
|
||||
Left=-5
|
||||
Top=-860
|
||||
Width=3828
|
||||
Height=1076
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=3828
|
||||
ClientHeight=1076
|
||||
TBDockHeight=1076
|
||||
LRDockWidth=3828
|
||||
Dockable=1
|
||||
StayOnTop=0
|
||||
TabPosition=1
|
||||
ActiveTabID=LocalVarsWindow
|
||||
TabDockClients=BreakpointWindow,ThreadStatusWindow,DebugLogView,CallStackWindow,WatchWindow,LocalVarsWindow
|
||||
|
||||
[DockSite1]
|
||||
DockSiteType=1
|
||||
PercentageSizes=1
|
||||
Create=1
|
||||
Visible=0
|
||||
Docked=1
|
||||
State=0
|
||||
Left=-252
|
||||
Top=-857
|
||||
Width=2336
|
||||
@ -707,30 +717,30 @@ TabPosition=1
|
||||
ActiveTabID=FindReferencsForm
|
||||
TabDockClients=RefactoringForm,FindReferencsForm
|
||||
|
||||
[DockSite2]
|
||||
[DockSite1]
|
||||
DockSiteType=1
|
||||
PercentageSizes=1
|
||||
Create=1
|
||||
Visible=1
|
||||
Visible=0
|
||||
Docked=1
|
||||
State=0
|
||||
Left=0
|
||||
Top=23
|
||||
Width=2258
|
||||
Height=4316
|
||||
Left=-5
|
||||
Top=-860
|
||||
Width=3828
|
||||
Height=5050
|
||||
MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=2258
|
||||
ClientHeight=4316
|
||||
TBDockHeight=1670
|
||||
LRDockWidth=2258
|
||||
ClientWidth=3828
|
||||
ClientHeight=5050
|
||||
TBDockHeight=5050
|
||||
LRDockWidth=3828
|
||||
Dockable=1
|
||||
StayOnTop=0
|
||||
TabPosition=1
|
||||
ActiveTabID=ProjectManager
|
||||
TabDockClients=ProjectManager,DataExplorer
|
||||
ActiveTabID=LocalVarsWindow
|
||||
TabDockClients=BreakpointWindow,CallStackWindow,WatchWindow,ThreadStatusWindow,DebugLogView,LocalVarsWindow
|
||||
|
||||
[DockSite3]
|
||||
[DockSite2]
|
||||
DockSiteType=1
|
||||
PercentageSizes=1
|
||||
Create=1
|
||||
@ -745,7 +755,7 @@ MaxLeft=-1
|
||||
MaxTop=-1
|
||||
ClientWidth=1906
|
||||
ClientHeight=3944
|
||||
TBDockHeight=1740
|
||||
TBDockHeight=5040
|
||||
LRDockWidth=1906
|
||||
Dockable=1
|
||||
StayOnTop=0
|
||||
@ -753,3 +763,26 @@ 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.
Binary file not shown.
Reference in New Issue
Block a user