Changeset 10 for trunk/CoolDisk.lpr


Ignore:
Timestamp:
Apr 2, 2016, 12:02:59 AM (8 years ago)
Author:
chronos
Message:
  • Added support for continue previous stopped scan.
  • Modified: Allow to scan only part of drive by specifiing start and end sector.
  • Added: Table showing list of operations in project.
  • Added: Allow to create new project and close project.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CoolDisk.lpr

    r4 r10  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, tachartlazaruspkg, UFormMain, UFormBenchmark, UFormProject, UProject,
    11   UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics
     11  UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormOperation
    1212  { you can add units after this };
    1313
     
    2020  Application.CreateForm(TFormBenchmark, FormBenchmark);
    2121  Application.CreateForm(TFormProject, FormProject);
     22  Application.CreateForm(TFormOperation, FormOperation);
    2223  Application.Run;
    2324end.
Note: See TracChangeset for help on using the changeset viewer.