Ignore:
Timestamp:
Aug 9, 2018, 3:43:27 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Update Common package.
  • Fixed: Remember forms dimensions after application restart.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/UCore.pas

    r131 r167  
    77uses
    88  Classes, SysUtils, XMLConf, FileUtil, Controls, ActnList, UGrammer,
    9   UPersistentForm, ULastOpenedList;
     9  UPersistentForm, ULastOpenedList, UApplicationInfo;
    1010
    1111type
     
    1414
    1515  TCore = class(TDataModule)
     16    ApplicationInfo1: TApplicationInfo;
    1617    ImageList1: TImageList;
    1718    PersistentForm1: TPersistentForm;
     
    6970procedure TCore.Initialize;
    7071begin
     72  PersistentForm1.RegistryContext := ApplicationInfo1.GetRegistryContext;
    7173  LoadConfig;
    7274  FormMain.LoadConfig(XMLConfig1);
Note: See TracChangeset for help on using the changeset viewer.