Ignore:
Timestamp:
Oct 5, 2019, 11:16:00 AM (5 years ago)
Author:
chronos
Message:
  • Added: Allow to change interface language in settings form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r11 r13  
    88  ClientWidth = 480
    99  DesignTimePPI = 144
     10  OnClose = FormClose
     11  OnCreate = FormCreate
    1012  OnShow = FormShow
    1113  LCLVersion = '2.0.2.0'
     
    4850    TabOrder = 2
    4951  end
     52  object ComboBoxLanguage: TComboBox
     53    Left = 208
     54    Height = 43
     55    Top = 86
     56    Width = 230
     57    ItemHeight = 0
     58    Style = csDropDownList
     59    TabOrder = 3
     60  end
     61  object Label2: TLabel
     62    Left = 19
     63    Height = 26
     64    Top = 94
     65    Width = 88
     66    Caption = 'Language:'
     67    ParentColor = False
     68  end
    5069end
Note: See TracChangeset for help on using the changeset viewer.