Changeset 222
- Timestamp:
- Jan 17, 2025, 10:14:06 PM (4 days ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r220 r222 63 63 implementation 64 64 65 uses 66 FormEx; 67 65 68 const 66 69 ExampleFile = 'Example acronyms.adp'; … … 84 87 InitializeFinished := False; 85 88 StoredDimension := TControlDimension.Create; 89 90 TFormEx.ScaleDPI := ScaleDPI1; 91 TFormEx.Translator := Translator; 92 TFormEx.ThemeManager := ThemeManager; 93 TFormEx.PersistentForm := PersistentForm1; 94 86 95 Application.CreateForm(TFormMain, FormMain); 87 96 end; -
trunk/Forms/FormMain.pas
r220 r222 156 156 procedure AShowKeyShortcutsExecute(Sender: TObject); 157 157 private 158 FullScreen: Boolean;159 158 RegistryContext: TRegistryContext; 160 159 ProjectClosed: Boolean;
Note:
See TracChangeset
for help on using the changeset viewer.