Changeset 142 for trunk/UCore.pas
- Timestamp:
- Dec 10, 2016, 6:19:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r139 r142 8 8 Classes, SysUtils, FileUtil, UAcronym, UCoolTranslator, UPersistentForm, 9 9 UJobProgressView, UScaleDPI, Forms, Controls, ExtCtrls, Menus, LazFileUtils, 10 URegistry, Registry;10 URegistry, UApplicationInfo, Registry; 11 11 12 12 type … … 15 15 16 16 TCore = class(TDataModule) 17 ApplicationInfo1: TApplicationInfo; 17 18 CoolTranslator1: TCoolTranslator; 18 19 ImageList1: TImageList;
Note:
See TracChangeset
for help on using the changeset viewer.