Changeset 160 for trunk/Forms
- Timestamp:
- Jun 13, 2023, 12:06:28 AM (17 months ago)
- Location:
- trunk/Forms
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormContact.lfm
r149 r160 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '2.2. 2.0'14 LCLVersion = '2.2.6.0' 15 15 object ButtonCancel: TButton 16 16 Left = 865 -
trunk/Forms/FormContacts.pas
r159 r160 384 384 begin 385 385 LoadFromRegistry(Context); 386 UpdateColumns; 386 387 Core.Core.Translator.TranslateComponentRecursive(Self); 387 388 Core.Core.ThemeManager1.UseTheme(Self); 388 389 Core.Core.PersistentForm1.Load(Self); 389 UpdateColumns;390 390 ReloadList; 391 391 UpdateInterface; -
trunk/Forms/FormExport.lfm
r159 r160 41 41 Top = 9 42 42 Width = 805 43 HorzScrollBar.Page = 4 7343 HorzScrollBar.Page = 433 44 44 VertScrollBar.Page = 225 45 45 Anchors = [akTop, akLeft, akRight, akBottom] … … 59 59 Height = 42 60 60 Top = 76 61 Width = 2 6561 Width = 225 62 62 ItemHeight = 0 63 63 OnChange = ComboBoxOutputFormatChange -
trunk/Forms/FormProperties.lfm
r149 r160 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2.2. 0.4'13 LCLVersion = '2.2.6.0' 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 8 1016 Height = 809 17 17 Top = 0 18 18 Width = 1210 … … 46 46 Left = 0 47 47 Height = 39 48 Top = 84 248 Top = 841 49 49 Width = 1210 50 50 Align = alBottom … … 94 94 Left = 0 95 95 Height = 32 96 Top = 8 1096 Top = 809 97 97 Width = 1210 98 98 OnChange = ListViewFilter1Change … … 101 101 object StatusBar1: TStatusBar 102 102 Left = 0 103 Height = 2 7104 Top = 88 1103 Height = 28 104 Top = 880 105 105 Width = 1210 106 106 Panels = <
Note:
See TracChangeset
for help on using the changeset viewer.