Changeset 167 for branches/generator/UCore.pas
- Timestamp:
- Aug 9, 2018, 3:43:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/UCore.pas
r131 r167 7 7 uses 8 8 Classes, SysUtils, XMLConf, FileUtil, Controls, ActnList, UGrammer, 9 UPersistentForm, ULastOpenedList ;9 UPersistentForm, ULastOpenedList, UApplicationInfo; 10 10 11 11 type … … 14 14 15 15 TCore = class(TDataModule) 16 ApplicationInfo1: TApplicationInfo; 16 17 ImageList1: TImageList; 17 18 PersistentForm1: TPersistentForm; … … 69 70 procedure TCore.Initialize; 70 71 begin 72 PersistentForm1.RegistryContext := ApplicationInfo1.GetRegistryContext; 71 73 LoadConfig; 72 74 FormMain.LoadConfig(XMLConfig1);
Note:
See TracChangeset
for help on using the changeset viewer.