Changeset 162 for trunk/Forms/FormContact.pas
- Timestamp:
- Jun 30, 2023, 10:01:24 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormContact.pas
r149 r162 7 7 ComCtrls, ActnList, Menus, ExtCtrls, ExtDlgs, Buttons, VCard, LCLIntf, 8 8 FormProperties, DateUtils, {$IFDEF LCLGTK2}Gtk2Globals, {$ENDIF}ContactImage, 9 ubarcodes ;9 ubarcodes, FormEx; 10 10 11 11 type … … 13 13 { TFormContact } 14 14 15 TFormContact = class(TForm )15 TFormContact = class(TFormEx) 16 16 APhotoSetUrl: TAction; 17 17 APhotoShow: TAction; … … 325 325 if Visible then LastMouse.WinControl := PageControlContact.ActivePage; 326 326 {$ENDIF} 327 Core.Core.PersistentForm1.Load(Self);328 327 PhotoChange(nil); 329 328 … … 695 694 696 695 Core.Core.LastContactTabIndex := PageControlContact.TabIndex; 697 Core.Core.PersistentForm1.Save(Self);698 696 end; 699 697 … … 837 835 procedure TFormContact.FormCreate(Sender: TObject); 838 836 begin 839 Core.Core.Translator.TranslateComponentRecursive(Self);840 Core.Core.ThemeManager1.UseTheme(Self);841 837 FContact := nil; 842 838 FormProperties := TFormProperties.Create(nil);
Note:
See TracChangeset
for help on using the changeset viewer.