Ignore:
Timestamp:
Mar 19, 2013, 10:09:14 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Možnost nastavit jazyk rozhraní v okně nastavení.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r14 r18  
    11object FormSettings: TFormSettings
    22  Left = 420
    3   Height = 281
     3  Height = 393
    44  Top = 127
    55  Width = 558
    66  Caption = 'Settings'
    7   ClientHeight = 281
     7  ClientHeight = 393
    88  ClientWidth = 558
    99  OnCreate = FormCreate
     
    1313    Left = 384
    1414    Height = 25
    15     Top = 250
     15    Top = 362
    1616    Width = 75
    1717    Anchors = [akRight, akBottom]
     
    2323    Left = 472
    2424    Height = 25
    25     Top = 249
     25    Top = 360
    2626    Width = 75
    2727    Anchors = [akRight]
     
    3131    TabOrder = 1
    3232  end
    33   object ComboBox1: TComboBox
     33  object ComboBoxFormat: TComboBox
    3434    Left = 11
    3535    Height = 29
     
    104104    WordWrap = True
    105105  end
     106  object ComboBoxLang: TComboBox
     107    Left = 11
     108    Height = 29
     109    Top = 248
     110    Width = 208
     111    ItemHeight = 0
     112    Style = csDropDownList
     113    TabOrder = 6
     114  end
     115  object Label3: TLabel
     116    Left = 11
     117    Height = 17
     118    Top = 224
     119    Width = 126
     120    Caption = 'Interface language:'
     121    ParentColor = False
     122  end
    106123end
Note: See TracChangeset for help on using the changeset viewer.