Changeset 13 for trunk/CoolDisk.lpr


Ignore:
Timestamp:
Apr 2, 2016, 1:06:34 PM (8 years ago)
Author:
chronos
Message:
  • Modified: All drive dimensions are now stored in project file.
  • Added: Confirmation dialog for saving project on application exit.
  • Modified: ComboBox for selection of current drive now behaves correctly to update project parameters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CoolDisk.lpr

    r12 r13  
    1010  Forms, tachartlazaruspkg, UFormBenchmark, UProject,
    1111  UConfig, UBlockMap, UDriveScan, Common, TemplateGenerics, UFormOperation,
    12   UFormProject, UFormMain, UPhysDrive, UFormDrive
    13   { you can add units after this };
     12  UFormProject, UFormMain, UPhysDrive;
    1413
    1514{$R *.res}
     
    2221  Application.CreateForm(TFormOperation, FormOperation);
    2322  Application.CreateForm(TFormProject, FormProject);
    24   Application.CreateForm(TFormDrive, FormDrive);
    2523  Application.Run;
    2624end.
Note: See TracChangeset for help on using the changeset viewer.