Changeset 33 for trunk/CoolDisk.lpr


Ignore:
Timestamp:
Dec 10, 2016, 9:34:28 PM (7 years ago)
Author:
chronos
Message:
  • Added: About form which show version information and link to project homepage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CoolDisk.lpr

    r32 r33  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, tachartlazaruspkg, UFormBenchmark, UProject,
    11   UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormOperation,
    12   UFormProject, UFormMain, UPhysDrive, UCore, UFileStreamEx;
     10  Forms, tachartlazaruspkg, UProject,
     11  UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics,
     12  UPhysDrive, UCore, UFileStreamEx, CoolTranslator, UFormMain;
    1313
    1414{$R *.res}
     
    1919  Application.CreateForm(TCore, Core);
    2020  Application.CreateForm(TFormMain, FormMain);
    21   Application.CreateForm(TFormBenchmark, FormBenchmark);
    22   Application.CreateForm(TFormOperation, FormOperation);
    23   Application.CreateForm(TFormProject, FormProject);
    2421  Application.Run;
    2522end.
Note: See TracChangeset for help on using the changeset viewer.