Subversion Repositories fastphp

Compare Revisions

Regard whitespace Rev 49 → Rev 62

/trunk/FastPHPEditor.dpr
10,12 → 10,18
RunPHP in 'RunPHP.pas',
FastPHPTreeView in 'FastPHPTreeView.pas',
ImageListEx in 'ImageListEx.pas',
FastPHPConfig in 'FastPHPConfig.pas';
FastPHPConfig in 'FastPHPConfig.pas',
Vcl.Themes,
Vcl.Styles;
 
{$R *.res}
 
begin
{$IFDEF DEBUG}
ReportMemoryLeaksOnShutdown := True;
{$ELSE}
ReportMemoryLeaksOnShutdown := False;
{$ENDIF}
Application.Initialize;
// Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm1, Form1);