Changeset 34 for trunk/CoolDisk.lpr


Ignore:
Timestamp:
Dec 10, 2016, 10:00:19 PM (7 years ago)
Author:
chronos
Message:
  • Added: Interface localization support.
  • Added: Global settings dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CoolDisk.lpr

    r33 r34  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, tachartlazaruspkg, UProject,
    11   UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics,
    12   UPhysDrive, UCore, UFileStreamEx, CoolTranslator, UFormMain;
     11  UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormProject,
     12  UPhysDrive, UCore, UFileStreamEx, CoolTranslator, UFormMain, UFormBenchmark,
     13  UFormOperation;
    1314
    1415{$R *.res}
     
    1920  Application.CreateForm(TCore, Core);
    2021  Application.CreateForm(TFormMain, FormMain);
     22  Application.CreateForm(TFormProject, FormProject);
     23  Application.CreateForm(TFormOperation, FormOperation);
     24  Application.CreateForm(TFormBenchmark, FormBenchmark);
    2125  Application.Run;
    2226end.
Note: See TracChangeset for help on using the changeset viewer.