Changeset 16 for trunk/UCore.pas


Ignore:
Timestamp:
Apr 2, 2016, 8:18:30 PM (8 years ago)
Author:
chronos
Message:
  • Added: Ability to add and remove scan operation.
  • Modified: XMLConfig moved from TMainForm to TCore as more proper place for general object.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r15 r16  
    66
    77uses
    8   Classes, SysUtils, FileUtil, UProject, UPhysDrive, UPersistentForm;
     8  Classes, SysUtils, XMLConf, FileUtil, Controls, UProject, UPhysDrive,
     9  UPersistentForm;
    910
    1011type
     
    1314
    1415  TCore = class(TDataModule)
     16    ImageList1: TImageList;
    1517    PersistentForm1: TPersistentForm;
     18    XMLConfig1: TXMLConfig;
    1619    procedure DataModuleCreate(Sender: TObject);
    1720    procedure DataModuleDestroy(Sender: TObject);
     
    3639  DriveList := TDriveList.Create;
    3740  Project := nil;
     41  XMLConfig1.Filename := 'config.xml';
    3842end;
    3943
Note: See TracChangeset for help on using the changeset viewer.