Changeset 12 for trunk/CoolDisk.lpr


Ignore:
Timestamp:
Apr 2, 2016, 11:08:30 AM (8 years ago)
Author:
chronos
Message:
  • Added: Available block drives detection under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CoolDisk.lpr

    r10 r12  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, tachartlazaruspkg, UFormMain, UFormBenchmark, UFormProject, UProject,
    11   UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormOperation
     10  Forms, tachartlazaruspkg, UFormBenchmark, UProject,
     11  UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormOperation,
     12  UFormProject, UFormMain, UPhysDrive, UFormDrive
    1213  { you can add units after this };
    1314
     
    1920  Application.CreateForm(TFormMain, FormMain);
    2021  Application.CreateForm(TFormBenchmark, FormBenchmark);
     22  Application.CreateForm(TFormOperation, FormOperation);
    2123  Application.CreateForm(TFormProject, FormProject);
    22   Application.CreateForm(TFormOperation, FormOperation);
     24  Application.CreateForm(TFormDrive, FormDrive);
    2325  Application.Run;
    2426end.
Note: See TracChangeset for help on using the changeset viewer.