Changeset 148 for trunk/Core.pas
- Timestamp:
- Jun 5, 2024, 8:50:50 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r146 r148 6 6 Classes, SysUtils, FileUtil, ApplicationInfo, LastOpenedList, Project, 7 7 Translator, Target, RegistryEx, Registry, Graphics, Controls, ScaleDPI, 8 PersistentForm, Theme, AboutDialog,BFTarget, Forms;8 PersistentForm, Theme, BFTarget, Forms; 9 9 10 10 type … … 13 13 14 14 TCore = class(TDataModule) 15 AboutDialog: TAboutDialog;16 15 ApplicationInfo: TApplicationInfo; 17 16 Translator: TTranslator;
Note:
See TracChangeset
for help on using the changeset viewer.