Changeset 164 for trunk/Core.pas
- Timestamp:
- Jun 30, 2023, 10:51:35 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r162 r164 6 6 Classes, SysUtils, FileUtil, Controls, ActnList, Forms, Dialogs, ExtCtrls, 7 7 LastOpenedList, ApplicationInfo, PersistentForm, ScaleDPI, Common, 8 Translator, DataFile, VCard, Menus, RegistryEx, Theme, 8 Translator, DataFile, VCard, Menus, RegistryEx, Theme, FormMain, 9 9 Registry, VCardFile; 10 10 … … 81 81 ProfilePhotoFileName: string; 82 82 RecentFileRegistryContext: TRegistryContext; 83 FormMain: TForm ;83 FormMain: TFormMain; 84 84 procedure FileModified(Sender: TObject); 85 85 function FindFirstNonOption: string; … … 130 130 131 131 uses 132 Form Main, FormSettings, FormFindDuplicity, FormCompare, TestCase, FormNormalize,132 FormSettings, FormFindDuplicity, FormCompare, TestCase, FormNormalize, 133 133 FormGenerate, FormError, FormFind, FormSource, TestCases, FormExport, FormEx, 134 134 FormAbout, FormTests; … … 337 337 if ShowModal = mrOK then begin 338 338 SaveData; 339 //ThemeManager1.UseTheme(FormMain); 340 //ThemeManager1.UseTheme(FormContacts); 339 FormMain.SettingsChanged; 341 340 end; 342 341 finally … … 461 460 TFormEx.PersistentForm := PersistentForm1; 462 461 462 Initialize; 463 463 464 FormMain := TFormMain.Create(nil); 464 // FormMain.Translator.POFilesFolder := 'Languages;Packages/Common/Languages';465 465 FormMain.Show; 466 466 end;
Note:
See TracChangeset
for help on using the changeset viewer.