Changeset 33 for trunk/UCore.pas


Ignore:
Timestamp:
Dec 10, 2016, 9:34:28 PM (7 years ago)
Author:
chronos
Message:
  • Added: About form which show version information and link to project homepage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r31 r33  
    77uses
    88  Classes, SysUtils, XMLConf, FileUtil, Controls, UProject, UPhysDrive,
    9   UPersistentForm;
     9  UCoolTranslator, UPersistentForm, UApplicationInfo;
    1010
    1111type
     
    1414
    1515  TCore = class(TDataModule)
     16    ApplicationInfo1: TApplicationInfo;
     17    CoolTranslator1: TCoolTranslator;
    1618    ImageList1: TImageList;
    1719    PersistentForm1: TPersistentForm;
Note: See TracChangeset for help on using the changeset viewer.