Changeset 162 for trunk/Forms/FormCompare.pas
- Timestamp:
- Jun 30, 2023, 10:01:24 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCompare.pas
r154 r162 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, DataFile, 7 VCardFile, VCard, Common, RegistryEx ;7 VCardFile, VCard, Common, RegistryEx, FormEx; 8 8 9 9 type … … 11 11 { TFormCompare } 12 12 13 TFormCompare = class(TForm )13 TFormCompare = class(TFormEx) 14 14 ButtonBrowse: TButton; 15 15 ButtonCancel: TButton; … … 53 53 procedure TFormCompare.FormCreate(Sender: TObject); 54 54 begin 55 Core.Core.Translator.TranslateComponentRecursive(Self);56 Core.Core.ThemeManager1.UseTheme(Self);57 55 LeftVCard := TVCardFile.Create(nil); 58 56 RightVCard := TVCardFile.Create(nil); … … 69 67 begin 70 68 SaveConfig; 71 Core.Core.PersistentForm1.Save(Self);72 69 end; 73 70 … … 120 117 procedure TFormCompare.FormShow(Sender: TObject); 121 118 begin 122 Core.Core.PersistentForm1.Load(Self);123 119 LoadConfig; 124 120 end;
Note:
See TracChangeset
for help on using the changeset viewer.