Changeset 15 for trunk/UOptionsForm.lfm


Ignore:
Timestamp:
Feb 11, 2012, 6:45:36 PM (12 years ago)
Author:
chronos
Message:
  • Added: Support for multiple interface languages.
  • Added: Used packages as zip archives.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UOptionsForm.lfm

    r14 r15  
    77  ClientHeight = 279
    88  ClientWidth = 468
     9  OnShow = FormShow
    910  LCLVersion = '0.9.31'
    1011  object ButtonOk: TButton
     
    1617    Caption = 'Ok'
    1718    ModalResult = 1
     19    OnClick = ButtonOkClick
    1820    TabOrder = 0
    1921  end
     
    4143    Top = 6
    4244    Width = 130
    43     MaxValue = 65535
     45    MaxValue = 2000000000
    4446    TabOrder = 2
    4547  end
     
    5759    Top = 40
    5860    Width = 130
    59     MaxValue = 65535
     61    MaxValue = 2000000000
    6062    TabOrder = 3
    6163  end
     64  object Label3: TLabel
     65    Left = 8
     66    Height = 18
     67    Top = 95
     68    Width = 127
     69    Caption = 'Interface language:'
     70    ParentColor = False
     71  end
     72  object ComboBoxLanguage: TComboBox
     73    Left = 162
     74    Height = 27
     75    Top = 86
     76    Width = 188
     77    ItemHeight = 0
     78    Style = csDropDownList
     79    TabOrder = 4
     80  end
    6281end
Note: See TracChangeset for help on using the changeset viewer.