Changeset 15 for trunk/UOptionsForm.lfm
- Timestamp:
- Feb 11, 2012, 6:45:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UOptionsForm.lfm
r14 r15 7 7 ClientHeight = 279 8 8 ClientWidth = 468 9 OnShow = FormShow 9 10 LCLVersion = '0.9.31' 10 11 object ButtonOk: TButton … … 16 17 Caption = 'Ok' 17 18 ModalResult = 1 19 OnClick = ButtonOkClick 18 20 TabOrder = 0 19 21 end … … 41 43 Top = 6 42 44 Width = 130 43 MaxValue = 6553545 MaxValue = 2000000000 44 46 TabOrder = 2 45 47 end … … 57 59 Top = 40 58 60 Width = 130 59 MaxValue = 6553561 MaxValue = 2000000000 60 62 TabOrder = 3 61 63 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 62 81 end
Note:
See TracChangeset
for help on using the changeset viewer.