filter fix

new variations
This commit is contained in:
ronaldhordijk
2005-03-20 18:27:06 +00:00
parent 199e825473
commit 06b3625b7e
10 changed files with 401 additions and 268 deletions

View File

@ -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;