From cc620c22f5ec0ae06aab3a0c3ef232bb9a8f00e5 Mon Sep 17 00:00:00 2001 From: zueuk Date: Sun, 27 Jul 2008 03:51:34 +0000 Subject: [PATCH] project files update --- 2.10/Project/delphi6/Apophysis.cfg | 41 +++ 2.10/Project/delphi6/Apophysis.dof | 152 +++++++++ 2.10/Project/delphi6/Apophysis.dpr | 127 ++++++++ 2.10/Project/delphi6/Apophysis.dsk | 497 +++++++++++++++++++++++++++++ 2.10/Project/delphi6/Apophysis.res | Bin 0 -> 7664 bytes 5 files changed, 817 insertions(+) create mode 100644 2.10/Project/delphi6/Apophysis.cfg create mode 100644 2.10/Project/delphi6/Apophysis.dof create mode 100644 2.10/Project/delphi6/Apophysis.dpr create mode 100644 2.10/Project/delphi6/Apophysis.dsk create mode 100644 2.10/Project/delphi6/Apophysis.res diff --git a/2.10/Project/delphi6/Apophysis.cfg b/2.10/Project/delphi6/Apophysis.cfg new file mode 100644 index 0000000..9599c1d --- /dev/null +++ b/2.10/Project/delphi6/Apophysis.cfg @@ -0,0 +1,41 @@ +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J- +-$K- +-$L+ +-$M- +-$N+ +-$O+ +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$Y+ +-$Z1 +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-E"..\..\out" +-N"..\..\out\dcu" +-LE"c:\program files\delphi\Projects\Bpl" +-LN"c:\program files\delphi\Projects\Bpl" +-U"c:\program files\delphi\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage" +-O"c:\program files\delphi\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage" +-I"c:\program files\delphi\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage" +-R"c:\program files\delphi\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage" diff --git a/2.10/Project/delphi6/Apophysis.dof b/2.10/Project/delphi6/Apophysis.dof new file mode 100644 index 0000000..0954b4c --- /dev/null +++ b/2.10/Project/delphi6/Apophysis.dof @@ -0,0 +1,152 @@ +[FileVersion] +Version=7.0 +[Compiler] +A=8 +B=0 +C=1 +D=1 +E=0 +F=0 +G=1 +H=1 +I=1 +J=0 +K=0 +L=1 +M=0 +N=1 +O=1 +P=1 +Q=0 +R=0 +S=0 +T=0 +U=0 +V=1 +W=0 +X=1 +Y=2 +Z=1 +ShowHints=1 +ShowWarnings=1 +UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +NamespacePrefix= +SymbolDeprecated=1 +SymbolLibrary=1 +SymbolPlatform=1 +UnitLibrary=1 +UnitPlatform=1 +UnitDeprecated=1 +HResultCompat=1 +HidingMember=1 +HiddenVirtual=1 +Garbage=1 +BoundsError=1 +ZeroNilCompat=1 +StringConstTruncated=1 +ForLoopVarVarPar=1 +TypedConstVarPar=1 +AsgToTypedConst=1 +CaseLabelRange=1 +ForVariable=1 +ConstructingAbstract=1 +ComparisonFalse=1 +ComparisonTrue=1 +ComparingSignedUnsigned=1 +CombiningSignedUnsigned=1 +UnsupportedConstruct=1 +FileOpen=1 +FileOpenUnitSrc=1 +BadGlobalSymbol=1 +DuplicateConstructorDestructor=1 +InvalidDirective=1 +PackageNoLink=1 +PackageThreadVar=1 +ImplicitImport=1 +HPPEMITIgnored=1 +NoRetVal=1 +UseBeforeDef=1 +ForLoopVarUndef=1 +UnitNameMismatch=1 +NoCFGFileFound=1 +MessageDirective=1 +ImplicitVariants=1 +UnicodeToLocale=1 +LocaleToUnicode=1 +ImagebaseMultiple=1 +SuspiciousTypecast=1 +PrivatePropAccessor=1 +UnsafeType=1 +UnsafeCode=1 +UnsafeCast=1 +[Linker] +MapFile=0 +OutputObjs=0 +ConsoleApp=1 +DebugInfo=0 +RemoteSymbols=0 +MinStackSize=16384 +MaxStackSize=1048576 +ImageBase=4194304 +ExeDescription= +[Directories] +OutputDir=..\..\out +UnitOutputDir=..\..\out\dcu +PackageDLLOutputDir= +PackageDCPOutputDir= +SearchPath=$(DELPHI)\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage +Packages=vcl;rtl;dbrtl;adortl;vcldb;vclx;bdertl;vcldbx;dsnap;cds;bdecds;teeui;teedb;tee;dss;visualclx;visualdbclx;dsnapcrba;dsnapcon;VclSmp;vclie;xmlrtl;inet;inetdbbde;inetdbxpress;inetdb;nmfast;webdsnap;websnap;soaprtl;dbexpress;dbxcds;dclOffice2k;FlatStyle_D6;S303_R60;RzLPDB60;RzLPND60;vclshlctrls;B302vr60;VirtualTreesD6;o403_r60;ibxpress;CSP20I60;Rz30Ctls60;Rz30DBCtls60;indy;Indy60 +Conditionals= +DebugSourceDirs=..\..\..\ApoLibStuff\pngimage\ +UsePackages=0 +[Parameters] +RunParams= +HostApplication= +Launcher= +UseLauncher=0 +DebugCWD= +[Version Info] +IncludeVerInfo=1 +AutoIncBuild=1 +MajorVer=2 +MinorVer=0 +Release=7 +Build=1 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=2057 +CodePage=1252 +[Version Info Keys] +CompanyName= +FileDescription=Apophysis 2.0 +FileVersion=2.0.7.1 +InternalName= +LegalCopyright=Copyright © 2005-2006 Apophysis Developers Team +LegalTrademarks= +OriginalFilename=Apophysis.exe +ProductName= +ProductVersion=2.0 +Comments= +[Excluded Packages] +c:\program files\delphi\Bin\dclofficexp70.bpl=Microsoft Office XP Sample Automation Server Wrapper Components +[HistoryLists\hlDebugSourcePath] +Count=2 +Item0=..\..\..\ApoLibStuff\pngimage\ +Item1=..\..\..\ApoLibStuff\pngimage\ +[HistoryLists\hlUnitAliases] +Count=1 +Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +[HistoryLists\hlSearchPath] +Count=3 +Item0=$(DELPHI)\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage +Item1=..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage +Item2=$(DELPHI)\Lib\Debug;..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripter\Imports\Delphi7;..\..\..\Apolibstuff\Scripter;..\..\..\ApoLibStuff\pngimage +[HistoryLists\hlUnitOutputDirectory] +Count=1 +Item0=..\..\out\dcu +[HistoryLists\hlOutputDirectorry] +Count=1 +Item0=..\..\out diff --git a/2.10/Project/delphi6/Apophysis.dpr b/2.10/Project/delphi6/Apophysis.dpr new file mode 100644 index 0000000..956f4a7 --- /dev/null +++ b/2.10/Project/delphi6/Apophysis.dpr @@ -0,0 +1,127 @@ +{ + Apophysis Copyright (C) 2001-2004 Mark Townsend + Apophysis Copyright (C) 2005-2006 Ronald Hordijk, Piotr Borys, Peter Sdobnov + Apophysis Copyright (C) 2007-2008 Piotr Borys, Peter Sdobnov + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +} + +program Apophysis; + +{$SetPEFlags $20} // set LARGE_ADDRESS_AWARE flag! + +{%ToDo 'Apophysis.todo'} + +uses + FastMM4 in '..\..\Source\FastMM4.pas', + Forms, + Dialogs, + SysUtils, + Main in '..\..\Source\Main.pas' {MainForm}, + Editor in '..\..\Source\Editor.pas' {EditForm}, + Global in '..\..\Source\Global.pas', + Options in '..\..\Source\Options.pas' {OptionsForm}, + Regstry in '..\..\Source\Regstry.pas', + Fullscreen in '..\..\Source\Fullscreen.pas' {FullscreenForm}, + FormRender in '..\..\Source\FormRender.pas' {RenderForm}, + Mutate in '..\..\Source\Mutate.pas' {MutateForm}, + Adjust in '..\..\Source\Adjust.pas' {AdjustForm}, + Browser in '..\..\Source\Browser.pas' {GradientBrowser}, + Save in '..\..\Source\Save.pas' {SaveForm}, + About in '..\..\Source\About.pas' {AboutForm}, + Cmap in '..\..\Source\cmap.pas', + SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm}, + ControlPoint in '..\..\Source\ControlPoint.pas', + Tracer in '..\..\Source\Tracer.pas', + HtmlHlp in '..\..\Source\HtmlHlp.pas', + Preview in '..\..\Source\Preview.pas' {PreviewForm}, + ScriptForm in '..\..\Source\ScriptForm.pas' {ScriptEditor}, + ScriptRender in '..\..\Source\ScriptRender.pas' {ScriptRenderForm}, + FormFavorites in '..\..\Source\FormFavorites.pas' {FavoritesForm}, + FormExport in '..\..\Source\FormExport.pas' {ExportDialog}, + MsMultiPartFormData in '..\..\Source\MsMultiPartFormData.pas', + XForm in '..\..\Source\XForm.pas', + XFormMan in '..\..\Source\XFormMan.pas', + cmapdata in '..\..\Source\cmapdata.pas', + GradientHlpr in '..\..\Source\GradientHlpr.pas', + formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess}, + RndFlame in '..\..\Source\RndFlame.pas', + bmdll32 in '..\..\Source\bmdll32.PAS', + ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring}, + BaseVariation in '..\..\Source\BaseVariation.pas', + ImageMaker in '..\..\Source\ImageMaker.pas', + CustomDrawControl in '..\..\Source\CustomDrawControl.pas', + Render in '..\..\Source\Render.pas', + RenderTypes in '..\..\Source\RenderTypes.pas', + RenderST in '..\..\Source\RenderST.pas', + RenderMT in '..\..\Source\RenderMT.pas', + RenderThread in '..\..\Source\RenderThread.pas', + BucketFillerThread in '..\..\Source\BucketFillerThread.pas', + Render32f in '..\..\Source\Render32f.pas', + Render32fMT in '..\..\Source\Render32fMT.pas', + Render32 in '..\..\Source\Render32.pas', + Render32MT in '..\..\Source\Render32MT.pas', + Render48 in '..\..\Source\Render48.pas', + Render48MT in '..\..\Source\Render48MT.pas', + Render64 in '..\..\Source\Render64.pas', + Render64MT in '..\..\Source\Render64MT.pas', + FastMM4Messages in '..\..\Source\FastMM4Messages.pas', + varRadialBlur in '..\..\Source\varRadialBlur.pas', + varRings2 in '..\..\Source\varRings2.pas', + varFan2 in '..\..\Source\varFan2.pas', + varblob in '..\..\Source\varBlob.pas', + varpdj in '..\..\Source\varPDJ.pas', + varPerspective in '..\..\Source\varPerspective.pas', + varJuliaN in '..\..\Source\varJuliaN.pas', + varJuliaScope in '..\..\Source\varJuliaScope.pas', + varCurl in '..\..\Source\varCurl.pas', + varRectangles in '..\..\Source\varRectangles.pas', + varGenericPlugin in '..\..\Source\varGenericPlugin.pas'; + +{$R *.RES} + +begin + if now >= EncodeDate(2008, 8, 18) then begin + ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.'); + Halt + end; + + Application.Initialize; + Application.Title := 'Apophysis'; + Application.HelpFile := 'Apophysis 2.0.chm'; + Application.CreateForm(TMainForm, MainForm); + Application.CreateForm(TEditForm, EditForm); + Application.CreateForm(TOptionsForm, OptionsForm); + Application.CreateForm(TFullscreenForm, FullscreenForm); + Application.CreateForm(TRenderForm, RenderForm); + Application.CreateForm(TMutateForm, MutateForm); + Application.CreateForm(TAdjustForm, AdjustForm); + Application.CreateForm(TGradientBrowser, GradientBrowser); + Application.CreateForm(TSaveForm, SaveForm); + Application.CreateForm(TAboutForm, AboutForm); + Application.CreateForm(TSavePresetForm, SavePresetForm); + Application.CreateForm(TScriptEditor, ScriptEditor); + Application.CreateForm(TPreviewForm, PreviewForm); + Application.CreateForm(TScriptRenderForm, ScriptRenderForm); + Application.CreateForm(TFavoritesForm, FavoritesForm); + Application.CreateForm(TExportDialog, ExportDialog); + Application.CreateForm(TfrmPostProcess, frmPostProcess); + Application.CreateForm(TfrmImageColoring, frmImageColoring); + Application.CreateForm(TTraceForm, TraceForm); + Application.UpdateFormatSettings := False; + DecimalSeparator := '.'; + Application.Run; +end. + diff --git a/2.10/Project/delphi6/Apophysis.dsk b/2.10/Project/delphi6/Apophysis.dsk new file mode 100644 index 0000000..f5ac15c --- /dev/null +++ b/2.10/Project/delphi6/Apophysis.dsk @@ -0,0 +1,497 @@ +[Closed Files] +File_0=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\Render32.pas',0,1,114,1,134,0,0 +File_1=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\Render.pas',0,1,511,1,530,0,0 +File_2=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\FastMM4.pas',0,1,3686,1,3705,0,0 +File_3=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\Global.pas',0,1,45,1,66,0,0 +File_4=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\Fullscreen.pas',0,1,222,31,193,0,0 +File_5=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\varSuperShape.pas',0,1,1,1,1,0,0 +File_6=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\BaseVariation.pas',0,1,4,1,1,0,0 +File_7=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\varCurl.pas',0,1,22,1,1,0,0 +File_8=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\varRings2.pas',0,1,1,1,1,0,0 +File_9=SourceModule,'C:\Home\Peter\My Projects\Apophysis\Source\varFan2.pas',0,1,1,1,1,0,0 + +[Modules] +Module0=C:\Home\Peter\My Projects\Apophysis\Source\Render32MT.pas +Module1=C:\Home\Peter\My Projects\Apophysis\Source\Render32f.pas +Module2=C:\Home\Peter\My Projects\Apophysis\Source\Editor.pas +Module3=C:\Home\Peter\My Projects\Apophysis\Source\ControlPoint.pas +Module4=C:\Home\Peter\My Projects\Apophysis\Source\XFormMan.pas +Module5=C:\Home\Peter\My Projects\Apophysis\Source\RenderST.pas +Module6=C:\Home\Peter\My Projects\Apophysis\Source\XForm.pas +Module7=C:\Home\Peter\My Projects\Apophysis\Source\BucketFillerThread.pas +Module8=C:\Home\Peter\My Projects\Apophysis\Source\Render48.pas +Module9=C:\Home\Peter\My Projects\Apophysis\Source\Render64.pas +Module10=C:\Home\Peter\My Projects\Apophysis\Source\ScriptForm.pas +Module11=C:\Home\Peter\My Projects\Apophysis\Source\RenderThread.pas +Module12=C:\Home\Peter\My Projects\Apophysis\Source\FormRender.pas +Module13=C:\Home\Peter\My Projects\Apophysis\Source\Main.pas +Module14=C:\Home\Peter\My Projects\Apophysis\Project\delphi7\Apophysis.dpr +Count=15 +EditWindowCount=1 + +[C:\Home\Peter\My Projects\Apophysis\Source\Render32MT.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\Render32f.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\Editor.pas] +ModuleType=SourceModule +FormState=1 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\ControlPoint.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\XFormMan.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\RenderST.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\XForm.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\BucketFillerThread.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\Render48.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\Render64.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\ScriptForm.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\RenderThread.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\FormRender.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Source\Main.pas] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Home\Peter\My Projects\Apophysis\Project\delphi7\Apophysis.dpr] +ModuleType=SourceModule +FormState=0 +FormOnTop=0 + +[C:\Program Files\Delphi\Projects\ProjectGroup1.bpg] +FormState=0 +FormOnTop=0 + +[EditWindow0] +ViewCount=15 +CurrentView=10 +View0=0 +View1=1 +View2=2 +View3=3 +View4=4 +View5=5 +View6=6 +View7=7 +View8=8 +View9=9 +View10=10 +View11=11 +View12=12 +View13=13 +View14=14 +MessageView=MessageView@EditWindow0 +Create=1 +Visible=1 +State=0 +Left=267 +Top=111 +Width=1412 +Height=939 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=1404 +ClientHeight=906 +LeftPanelSize=0 +RightPanelSize=0 +BottomPanelSize=205 +BottomPanelClients=MessageView@EditWindow0,WatchWindow +BottomPanelData=00000400000000007C0500000000000002CD00000000000000010000000000000000000000000100000000BE020000000000000100000000BE020000000000000100000000BE020000000000000100000000BE0200000B0000004D6573736167655669657701000000007C0500000B000000576174636857696E646F77FFFFFFFF + +[View0] +Module=C:\Home\Peter\My Projects\Apophysis\Project\delphi7\Apophysis.dpr +CursorX=34 +CursorY=96 +TopLine=82 +LeftCol=1 + +[View1] +Module=C:\Home\Peter\My Projects\Apophysis\Source\Main.pas +CursorX=49 +CursorY=45 +TopLine=19 +LeftCol=1 + +[View2] +Module=C:\Home\Peter\My Projects\Apophysis\Source\Editor.pas +CursorX=34 +CursorY=4982 +TopLine=4978 +LeftCol=1 + +[View3] +Module=C:\Home\Peter\My Projects\Apophysis\Source\FormRender.pas +CursorX=9 +CursorY=346 +TopLine=334 +LeftCol=1 + +[View4] +Module=C:\Home\Peter\My Projects\Apophysis\Source\RenderThread.pas +CursorX=1 +CursorY=224 +TopLine=205 +LeftCol=1 + +[View5] +Module=C:\Home\Peter\My Projects\Apophysis\Source\ScriptForm.pas +CursorX=1 +CursorY=2751 +TopLine=2745 +LeftCol=1 + +[View6] +Module=C:\Home\Peter\My Projects\Apophysis\Source\ControlPoint.pas +CursorX=1 +CursorY=32 +TopLine=19 +LeftCol=1 + +[View7] +Module=C:\Home\Peter\My Projects\Apophysis\Source\Render64.pas +CursorX=1 +CursorY=364 +TopLine=344 +LeftCol=1 + +[View8] +Module=C:\Home\Peter\My Projects\Apophysis\Source\Render48.pas +CursorX=1 +CursorY=447 +TopLine=427 +LeftCol=1 + +[View9] +Module=C:\Home\Peter\My Projects\Apophysis\Source\Render32f.pas +CursorX=1 +CursorY=372 +TopLine=352 +LeftCol=1 + +[View10] +Module=C:\Home\Peter\My Projects\Apophysis\Source\Render32MT.pas +CursorX=27 +CursorY=106 +TopLine=101 +LeftCol=1 + +[View11] +Module=C:\Home\Peter\My Projects\Apophysis\Source\BucketFillerThread.pas +CursorX=18 +CursorY=64 +TopLine=55 +LeftCol=1 + +[View12] +Module=C:\Home\Peter\My Projects\Apophysis\Source\XForm.pas +CursorX=1 +CursorY=1760 +TopLine=1742 +LeftCol=1 + +[View13] +Module=C:\Home\Peter\My Projects\Apophysis\Source\RenderST.pas +CursorX=10 +CursorY=116 +TopLine=105 +LeftCol=1 + +[View14] +Module=C:\Home\Peter\My Projects\Apophysis\Source\XFormMan.pas +CursorX=1 +CursorY=1 +TopLine=68 +LeftCol=1 + +[Watches] +Count=7 +Watch0='xf',256,0,18,1,0,'Watches' +Watch1='result',256,0,18,1,0,'Watches' +Watch2='parsecp.width',256,0,18,1,0,'Watches' +Watch3='message',256,0,18,1,0,'Watches' +Watch4='nrThreads',256,0,18,1,0,'Watches' +Watch5='self',256,0,18,1,0,'Watches' +Watch6='i',256,0,18,1,0,'Watches' + +[WatchWindow] +WatchColumnWidth=100 +WatchShowColumnHeaders=1 +Create=1 +Visible=1 +State=0 +Left=714 +Top=0 +Width=690 +Height=205 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=690 +ClientHeight=205 +TBDockHeight=205 +LRDockWidth=706 +Dockable=1 + +[Breakpoints] +Count=2 +Breakpoint0='C:\Program Files\Borland\Delphi7\Source\Vcl\Forms.pas',6812,'',0,1,'',1,0,0,'',1,'','','' +Breakpoint1='C:\Program Files\Borland\Delphi7\Projects\Apophysis\Source\Render48MT.pas',359,'',0,1,'',1,0,0,'',1,'','','' + +[AddressBreakpoints] +Count=1 +Breakpoint0='Address',$C7EAB8,'image.width',4,1,'','',0,0,'',1,0,0,'',1,'','','' + +[Main Window] +Create=1 +Visible=1 +State=0 +Left=0 +Top=0 +Width=1680 +Height=111 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=1672 +ClientHeight=78 + +[ProjectManager] +Create=1 +Visible=1 +State=0 +Left=0 +Top=0 +Width=231 +Height=903 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=231 +ClientHeight=903 +TBDockHeight=305 +LRDockWidth=438 +Dockable=1 + +[CPUWindow] +Create=1 +Visible=0 +State=0 +Left=12 +Top=564 +Width=768 +Height=453 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=760 +ClientHeight=420 +DumpPane=79 +DisassemblyPane=233 +RegisterPane=231 +FlagPane=64 + +[AlignmentPalette] +Create=1 +Visible=0 +State=0 +Left=200 +Top=114 +Width=156 +Height=86 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=150 +ClientHeight=60 + +[PropertyInspector] +Create=1 +Visible=1 +State=0 +Left=0 +Top=0 +Width=231 +Height=903 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=231 +ClientHeight=903 +TBDockHeight=815 +LRDockWidth=247 +Dockable=1 +SplitPos=93 +ArrangeBy=Name +SelectedItem=Enabled +ExpandedItems=CommentStyle,EnabledButtons,HintParameter,LibOptions,NumberStyle,SyntaxStyles +HiddenCategories= + +[BreakpointWindow] +Create=1 +Visible=0 +State=0 +Left=475 +Top=458 +Width=735 +Height=199 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=727 +ClientHeight=171 +TBDockHeight=197 +LRDockWidth=737 +Dockable=1 +Column0Width=100 +Column1Width=75 +Column2Width=200 +Column3Width=200 +Column4Width=75 +Column5Width=75 + +[CallStackWindow] +Create=1 +Visible=1 +State=0 +Left=0 +Top=0 +Width=231 +Height=903 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=231 +ClientHeight=903 +TBDockHeight=161 +LRDockWidth=294 +Dockable=1 + +[ThreadStatusWindow] +Create=1 +Visible=0 +State=0 +Left=705 +Top=678 +Width=682 +Height=257 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=674 +ClientHeight=229 +TBDockHeight=255 +LRDockWidth=684 +Dockable=1 +Column0Width=145 +Column1Width=100 +Column2Width=115 +Column3Width=428 + +[ObjectTree] +Create=1 +Visible=0 +State=0 +Left=2 +Top=114 +Width=186 +Height=352 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=178 +ClientHeight=324 +TBDockHeight=350 +LRDockWidth=190 +Dockable=1 + +[MessageHintFrm] +Create=1 +Visible=0 +State=0 +Left=484 +Top=426 +Width=377 +Height=197 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=369 +ClientHeight=169 +TBDockHeight=195 +LRDockWidth=383 +Dockable=1 + +[MessageView@EditWindow0] +Create=1 +Visible=1 +State=0 +Left=12 +Top=0 +Width=686 +Height=205 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=686 +ClientHeight=205 +TBDockHeight=205 +LRDockWidth=443 +Dockable=1 + +[DockHosts] +DockHostCount=1 + +[DockSite0] +DockSiteType=1 +Create=1 +Visible=1 +State=0 +Left=1 +Top=111 +Width=266 +Height=939 +MaxLeft=-1 +MaxTop=-1 +ClientWidth=258 +ClientHeight=911 +TBDockHeight=451 +LRDockWidth=177 +Dockable=1 +TabPosition=2 +ActiveTab=Object Inspector +TabDockClients=ProjectManager,CallStackWindow,PropertyInspector + diff --git a/2.10/Project/delphi6/Apophysis.res b/2.10/Project/delphi6/Apophysis.res new file mode 100644 index 0000000000000000000000000000000000000000..eecd1a41a387e2cebabae18a381bcae8fd538814 GIT binary patch literal 7664 zcmeHM&u`n-9sfR(5+%wa>6&gR+Z!pZ)TG8TDMk5FEP&+1E7oqEjV^G3UF@JuyJD$j zBx%tCX~d*Hw7VpS9fn=(Ll5i8-gy{e913?f0w|(-rOiwSO4GVR;UXXf?D!8$MHoyptA^sz6SQ*xZ z7tJQUeUmh60gpOq`W%twp=_aU5oMcnuSsvH?^ENH4Zc=CMF17vJw1{$J>mF_0yHEDQDlM<0zPmwlw>IhS z_I+B1ofe*3%Nx{%-PZCt+O5&*=C^3O1s}Swvq5fWjXdbA*;TUP%i`)?nuUFR_7=@y zOx=Tz@Fm~@d?7C)@FD_xM!+~ognh*@1Z^J?xSo$I3F%ahrADI_h+jFho?cRNlZC>t z#%Pk5nB_gV#QHR^GsYW@T1t3XPD>J{BRf5PO3s@Vw>&XcRTOhvXA+6K`;+RWi;n4z zH%y^fu9c6`uBl};iIJ2} z#pBCW*LCX7xKS(BT*1(r!sL{gfsIH%S}T@ar&?4i&1T(Gb-~l~hUJJX)@K?{xop(S zuA%FeDySwbs79qmEb3peoU-ba45KETtT*$SW>%=H4i9Uj *4IK`S;adkl#G~Hdl=72`m(S~NGpFPgDbi0EW)%)NIg9XGqS-Vi+z~CW7+$0| zJ+opM^-|tBL1{}+i#2!RSS8m~g-9E$D4;mFwd#F62j{8ZOcaypK0I2DL7Rn6!0;o+A?MhsaLGTLYyzet~A#D?;j zteO{vlp-@NFZT6Et2E-9$ucFC&0&hOTvCrFqLjjRoyORh^jhTK0r_=6ejbqDk@G*? z)xgjm5Ckf{Mbq>K{T4V&vnYGA`&`3MGmLCII@Rz~5ThoJKd1=LL3^ErxSa}M18sm? z2qi9}hsW2aIWvfXPXhVGuK7eafZqeJ0xtmy>Q?~NpJhJ1OGKXl*MROO-~;jVRg|9s z%fKSg2Dre7edQr_1CAXa;P8P>U>kK_H@JGL8=OAf4a{rZAj6vkfCgAV3yA9&>P0{X zpbjjc1w7_uh<*n?rs+5IOIo0J=uG4wuKm0Sh^mdhHZ+`(BrihPufNaX^TG#V{K$75 z_#AM6Q6LYbp!))V?kpaEth_Ygdk`df`4#f!95{-kKh8;RghbAWVW<8+htJJ^Im7+3%K*(dr6UR}SB-z_%K22jUoy#cHMUjny)HDD9KwB1*pN6zfU%^Bp* zG-lkd;Uky+I48Lg6Wl~ck^Vl1$PG8I0=(pyX(N!^QQ50Q$yNaWkn`q$pzFWDc3l4b zcDO+8^cE`q4E>HB1Xt@paQYWPV0MG=y`J^Bc?-MCe7u_VXU##}NC|FI2w1YuA#xL1 z$HhnNw^9BD;GFQKl!HZJU-*Mt(-7|+D+nH9gV^C4#d+XCjEC53u*Y0I)r$9;@6XLC zyb52_-Uc`4kS%;AD72wl?L-0eem3Dj<7{H#> zeLnnnc%8lYIfHsG{p(Y5O-mvQnCArJ=$2qx{WfR=+ z2|J*C2`%H|Bkqe&-ecGues*rhXXgQ|W!>kq$LxIuNUmndSSR^W68z-CDE4!DNPEpw zu4nAu*lXUzUNdvZd(97ietuSNa`ZqTvcX6Y=m0;!az3*|;SDYi1b#}N$2W(C@QnU8 z?%oK$1}%i&hF-@#mw!t4c90dg|LQt^dT+L2lP71 zi*x~&m*{=!K-&o0cytP1rCtM?IEQkNO0dST@^$DVe5*N+_MhPk)p|%{}`7UR;5l@7CG$P3V`0-p8p1 z5Bc2*)a~Uzf7?%hi=pkvYa6Hd3t^1#X$&6h_Td~xKTq#L{}IYd^hdm9Pog-^#{O}p zxYs?d_)`@1@A@$Xd!GWmxXi&u2cvup9