Changeset 151 for trunk/vCardStudio.lpr


Ignore:
Timestamp:
Jun 6, 2023, 11:15:57 AM (12 months ago)
Author:
chronos
Message:
  • Added: New file compare dialog with additional normalize options.
  • Modified: Compare action uses external compare tool.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vCardStudio.lpr

    r149 r151  
    66  {$ENDIF}
    77  Interfaces, // this includes the LCL widgetset
    8   Forms, FormMain, Core, Diff, SysUtils, FormCompare, TestCases,
    9   VCardFile, FormColumns;
     8  Forms, FormMain, Core, Diff, SysUtils, FormCompareSideBySide, TestCases,
     9  VCardFile, FormColumns, FormCompare;
    1010
    1111{$R *.res}
     
    1717
    1818begin
    19   Application.Scaled:=True;
    20   Application.Title:='vCard Studio';
     19  Application.Scaled := True;
     20  Application.Title := 'vCard Studio';
    2121  {$if declared(UseHeapTrace)}
    2222  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2323  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2424  {$ENDIF}
    25   RequireDerivedFormResource:=True;
     25  RequireDerivedFormResource := True;
    2626  Application.Initialize;
    2727  Application.CreateForm(TCore, Core.Core);
Note: See TracChangeset for help on using the changeset viewer.