Changeset 160 for trunk/Forms


Ignore:
Timestamp:
Jun 13, 2023, 12:06:28 AM (12 months ago)
Author:
chronos
Message:
  • Added: More menu action icons.
Location:
trunk/Forms
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormContact.lfm

    r149 r160  
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '2.2.2.0'
     14  LCLVersion = '2.2.6.0'
    1515  object ButtonCancel: TButton
    1616    Left = 865
  • trunk/Forms/FormContacts.pas

    r159 r160  
    384384begin
    385385  LoadFromRegistry(Context);
     386  UpdateColumns;
    386387  Core.Core.Translator.TranslateComponentRecursive(Self);
    387388  Core.Core.ThemeManager1.UseTheme(Self);
    388389  Core.Core.PersistentForm1.Load(Self);
    389   UpdateColumns;
    390390  ReloadList;
    391391  UpdateInterface;
  • trunk/Forms/FormExport.lfm

    r159 r160  
    4141    Top = 9
    4242    Width = 805
    43     HorzScrollBar.Page = 473
     43    HorzScrollBar.Page = 433
    4444    VertScrollBar.Page = 225
    4545    Anchors = [akTop, akLeft, akRight, akBottom]
     
    5959      Height = 42
    6060      Top = 76
    61       Width = 265
     61      Width = 225
    6262      ItemHeight = 0
    6363      OnChange = ComboBoxOutputFormatChange
  • trunk/Forms/FormProperties.lfm

    r149 r160  
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.2.0.4'
     13  LCLVersion = '2.2.6.0'
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 810
     16    Height = 809
    1717    Top = 0
    1818    Width = 1210
     
    4646    Left = 0
    4747    Height = 39
    48     Top = 842
     48    Top = 841
    4949    Width = 1210
    5050    Align = alBottom
     
    9494    Left = 0
    9595    Height = 32
    96     Top = 810
     96    Top = 809
    9797    Width = 1210
    9898    OnChange = ListViewFilter1Change
     
    101101  object StatusBar1: TStatusBar
    102102    Left = 0
    103     Height = 27
    104     Top = 881
     103    Height = 28
     104    Top = 880
    105105    Width = 1210
    106106    Panels = <   
Note: See TracChangeset for help on using the changeset viewer.