PostRender form added
This commit is contained in:
@ -23,7 +23,7 @@ program Apophysis202;
|
||||
|
||||
uses
|
||||
Forms,
|
||||
Dialogs,
|
||||
Dialogs,
|
||||
SysUtils,
|
||||
Main in '..\..\Source\Main.pas' {MainForm},
|
||||
Editor in '..\..\Source\Editor.pas' {EditForm},
|
||||
@ -50,19 +50,18 @@ uses
|
||||
ScriptForm in '..\..\Source\ScriptForm.pas' {ScriptEditor},
|
||||
Preview in '..\..\Source\Preview.pas' {PreviewForm},
|
||||
ScriptRender in '..\..\Source\ScriptRender.pas' {ScriptRenderForm},
|
||||
ap_Math in '..\..\Source\ap_Math.pas',
|
||||
ap_SysUtils in '..\..\Source\ap_SysUtils.pas',
|
||||
FormFavorites in '..\..\Source\FormFavorites.pas' {FavoritesForm},
|
||||
Size in '..\..\Source\Size.pas' {SizeTool},
|
||||
FormExport in '..\..\Source\FormExport.pas' {ExportDialog},
|
||||
MsMultiPartFormData in '..\..\Source\MsMultiPartFormData.pas',
|
||||
Sheep in '..\..\Source\Sheep.pas' {SheepDialog},
|
||||
ap_FileCtrl in '..\..\Source\ap_FileCtrl.pas',
|
||||
XForm in '..\..\Source\XForm.pas',
|
||||
cmapdata in '..\..\Source\cmapdata.pas',
|
||||
RenderMM in '..\..\Source\RenderMM.pas',
|
||||
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
|
||||
GradientHlpr in '..\..\Source\GradientHlpr.pas';
|
||||
GradientHlpr in '..\..\Source\GradientHlpr.pas',
|
||||
formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess},
|
||||
RndFlame in '..\..\Source\RndFlame.pas';
|
||||
|
||||
{$R *.RES}
|
||||
|
||||
@ -95,6 +94,7 @@ begin
|
||||
Application.CreateForm(TExportDialog, ExportDialog);
|
||||
Application.CreateForm(TSheepDialog, SheepDialog);
|
||||
Application.CreateForm(TfrmImageColoring, frmImageColoring);
|
||||
Application.CreateForm(TfrmPostProcess, frmPostProcess);
|
||||
Application.UpdateFormatSettings := False;
|
||||
DecimalSeparator := '.';
|
||||
Application.Run;
|
||||
|
@ -1,43 +1,178 @@
|
||||
[Closed Files]
|
||||
File_0=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas',0,1,551,60,588,1,0
|
||||
File_1=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\About.pas',0,1,1,31,9,1,0
|
||||
File_2=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
|
||||
File_3=SourceModule,'X:\Code\Delphi\Apophysis\2.02f\Source\Main.pas',0,1,4354,45,4394,0,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.02f\Source\About.pas',0,1,1,1,1,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\2.02f\Source\ScriptForm.pas',0,1,302,36,330,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\2.02f\Source\ap_SysUtils.pas',0,1,1,3,20,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_2=SourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\RndFlame.pas',0,1,1,1,1,0,0
|
||||
File_3=SourceModule,'X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas',0,1,1,1,1,1,0
|
||||
File_4=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\FormRender.pas',0,1,551,60,588,1,0
|
||||
File_5=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\About.pas',0,1,1,31,9,1,0
|
||||
File_6=SourceModule,'X:\Code\Delphi\Apophysis\2.02g\Source\Adjust.pas',0,1,1,16,27,1,0
|
||||
|
||||
[Modules]
|
||||
Module0=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
|
||||
Module1=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||
Module2=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
|
||||
Module3=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
|
||||
Module4=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
|
||||
Module5=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||
Module6=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
|
||||
Module7=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
|
||||
Module8=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
|
||||
Module9=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
|
||||
Module10=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
||||
Module11=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
||||
Module12=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
|
||||
Module13=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
|
||||
Module14=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||
Module15=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
||||
Module16=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||
Module17=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
|
||||
Module18=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
||||
Module19=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
|
||||
Module20=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
|
||||
Module21=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
|
||||
Module22=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
|
||||
Module23=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
|
||||
Count=24
|
||||
Module0=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
|
||||
Module1=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
||||
Module2=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
|
||||
Module3=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
|
||||
Module4=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
|
||||
Module5=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
|
||||
Module6=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
|
||||
Module7=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
|
||||
Module8=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
|
||||
Module9=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
|
||||
Module10=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
|
||||
Module11=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
|
||||
Module12=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
|
||||
Module13=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
|
||||
Module14=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
|
||||
Module15=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
|
||||
Module16=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
|
||||
Module17=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
|
||||
Module18=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
|
||||
Module19=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
|
||||
Module20=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
|
||||
Module21=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
|
||||
Module22=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
|
||||
Module23=X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr
|
||||
Module24=X:\Code\Delphi\Apophysis\2.02g\Source\RenderThread.pas
|
||||
Module25=X:\Code\Delphi\Apophysis\2.02g\Source\Size.pas
|
||||
Module26=X:\Code\Delphi\Apophysis\2.02g\Source\Sheep.pas
|
||||
Module27=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptRender.pas
|
||||
Module28=X:\Code\Delphi\Apophysis\2.02g\Source\ScriptForm.pas
|
||||
Module29=X:\Code\Delphi\Apophysis\2.02g\Source\SavePreset.pas
|
||||
Module30=X:\Code\Delphi\Apophysis\2.02g\Source\Save.pas
|
||||
Module31=X:\Code\Delphi\Apophysis\2.02g\Source\Preview.pas
|
||||
Module32=X:\Code\Delphi\Apophysis\2.02g\Source\Options.pas
|
||||
Module33=X:\Code\Delphi\Apophysis\2.02g\Source\Mutate.pas
|
||||
Module34=X:\Code\Delphi\Apophysis\2.02g\Source\Render64.pas
|
||||
Module35=X:\Code\Delphi\Apophysis\2.02g\Source\GradientHlpr.pas
|
||||
Module36=X:\Code\Delphi\Apophysis\2.02g\Source\ImageColoring.pas
|
||||
Module37=X:\Code\Delphi\Apophysis\2.02g\Source\Main.pas
|
||||
Module38=X:\Code\Delphi\Apophysis\2.02g\Source\Gradient.pas
|
||||
Module39=X:\Code\Delphi\Apophysis\2.02g\Source\Fullscreen.pas
|
||||
Module40=X:\Code\Delphi\Apophysis\2.02g\Source\RenderMM.pas
|
||||
Module41=X:\Code\Delphi\Apophysis\2.02g\Source\Render.pas
|
||||
Module42=X:\Code\Delphi\Apophysis\2.02g\Source\FormFavorites.pas
|
||||
Module43=X:\Code\Delphi\Apophysis\2.02g\Source\FormExport.pas
|
||||
Module44=X:\Code\Delphi\Apophysis\2.02g\Source\Editor.pas
|
||||
Module45=X:\Code\Delphi\Apophysis\2.02g\Source\Browser.pas
|
||||
Module46=X:\Code\Delphi\Apophysis\2.02f\Project\delphi6\Apophysis202.dpr
|
||||
Count=47
|
||||
EditWindowCount=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\About.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\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]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas]
|
||||
ModuleType=SourceModule
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr]
|
||||
ModuleType=SourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.dpr]
|
||||
ModuleType=SourceModule
|
||||
FormState=0
|
||||
@ -158,17 +293,21 @@ ModuleType=SourceModule
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas]
|
||||
FormState=1
|
||||
FormOnTop=1
|
||||
|
||||
[X:\Programs\Borland\Delphi6\Projects\ProjectGroup1.bpg]
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[X:\Code\Delphi\Apophysis\2.02g\Project\delphi6\Apophysis202.todo]
|
||||
[X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.todo]
|
||||
FormState=0
|
||||
FormOnTop=0
|
||||
|
||||
[EditWindow0]
|
||||
ViewCount=24
|
||||
CurrentView=23
|
||||
ViewCount=48
|
||||
CurrentView=28
|
||||
View0=0
|
||||
View1=1
|
||||
View2=2
|
||||
@ -193,6 +332,30 @@ View20=20
|
||||
View21=21
|
||||
View22=22
|
||||
View23=23
|
||||
View24=24
|
||||
View25=25
|
||||
View26=26
|
||||
View27=27
|
||||
View28=28
|
||||
View29=29
|
||||
View30=30
|
||||
View31=31
|
||||
View32=32
|
||||
View33=33
|
||||
View34=34
|
||||
View35=35
|
||||
View36=36
|
||||
View37=37
|
||||
View38=38
|
||||
View39=39
|
||||
View40=40
|
||||
View41=41
|
||||
View42=42
|
||||
View43=43
|
||||
View44=44
|
||||
View45=45
|
||||
View46=46
|
||||
View47=47
|
||||
CodeExplorer=CodeExplorer@EditWindow0
|
||||
MessageView=MessageView@EditWindow0
|
||||
Create=1
|
||||
@ -380,6 +543,174 @@ CursorY=70
|
||||
TopLine=43
|
||||
LeftCol=1
|
||||
|
||||
[View24]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptForm.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View25]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ScriptRender.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View26]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Sheep.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View27]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Size.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View28]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\formPostProcess.pas
|
||||
CursorX=24
|
||||
CursorY=7
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View29]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\XForm.pas
|
||||
CursorX=1
|
||||
CursorY=577
|
||||
TopLine=549
|
||||
LeftCol=1
|
||||
|
||||
[View30]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Editor.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View31]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormExport.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View32]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormFavorites.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View33]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\FormRender.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View34]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Fullscreen.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View35]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Browser.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View36]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Adjust.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View37]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\About.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View38]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\ImageColoring.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View39]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Main.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View40]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\MsMultiPartFormData.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View41]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Mutate.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View42]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\MyTypes.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View43]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Options.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View44]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Preview.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View45]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\Save.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View46]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Source\SavePreset.pas
|
||||
CursorX=1
|
||||
CursorY=1
|
||||
TopLine=1
|
||||
LeftCol=1
|
||||
|
||||
[View47]
|
||||
Module=X:\Code\Delphi\Apophysis\2.02h\Project\delphi6\Apophysis202.dpr
|
||||
CursorX=1
|
||||
CursorY=93
|
||||
TopLine=65
|
||||
LeftCol=1
|
||||
|
||||
[Watches]
|
||||
Count=0
|
||||
|
||||
@ -466,8 +797,8 @@ LRDockWidth=190
|
||||
Dockable=1
|
||||
SplitPos=85
|
||||
ArrangeBy=Name
|
||||
SelectedItem=
|
||||
ExpandedItems=
|
||||
SelectedItem=Anchors.akRight
|
||||
ExpandedItems=Anchors
|
||||
HiddenCategories=
|
||||
|
||||
[WatchWindow]
|
||||
@ -588,7 +919,7 @@ DockHostCount=1
|
||||
[DockSite0]
|
||||
DockSiteType=1
|
||||
Create=1
|
||||
Visible=1
|
||||
Visible=0
|
||||
State=0
|
||||
Left=0
|
||||
Top=112
|
||||
@ -602,6 +933,6 @@ TBDockHeight=451
|
||||
LRDockWidth=177
|
||||
Dockable=1
|
||||
TabPosition=2
|
||||
ActiveTab=Project Manager
|
||||
ActiveTab=Object Inspector
|
||||
TabDockClients=ProjectManager,CodeExplorer@EditWindow0,CallStackWindow,PropertyInspector
|
||||
|
||||
|
Reference in New Issue
Block a user