Changeset 15 for trunk/CoolDisk.lpr


Ignore:
Timestamp:
Apr 2, 2016, 1:39:42 PM (8 years ago)
Author:
chronos
Message:
  • Added: UCore unit as main application unit. UFormMain serve for as main form interface.
  • Added: Remember main form dimensions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CoolDisk.lpr

    r13 r15  
    1010  Forms, tachartlazaruspkg, UFormBenchmark, UProject,
    1111  UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormOperation,
    12   UFormProject, UFormMain, UPhysDrive;
     12  UFormProject, UFormMain, UPhysDrive, UCore;
    1313
    1414{$R *.res}
     
    1717  RequireDerivedFormResource:=True;
    1818  Application.Initialize;
     19  Application.CreateForm(TCore, Core);
    1920  Application.CreateForm(TFormMain, FormMain);
    2021  Application.CreateForm(TFormBenchmark, FormBenchmark);
Note: See TracChangeset for help on using the changeset viewer.