source: tags/1.1.0/Forms/UFormSettings.lfm

Last change on this file was 55, checked in by chronos, 8 years ago
  • Fixed: Set correct tab order of controls on forms.
File size: 1.0 KB
Line 
1object FormSettings: TFormSettings
2 Left = 798
3 Height = 491
4 Top = 367
5 Width = 689
6 Caption = 'Settings'
7 ClientHeight = 491
8 ClientWidth = 689
9 OnShow = FormShow
10 LCLVersion = '1.6.0.4'
11 object ComboBoxLanguage: TComboBox
12 Left = 184
13 Height = 28
14 Top = 24
15 Width = 236
16 ItemHeight = 20
17 Style = csDropDownList
18 TabOrder = 0
19 end
20 object Label1: TLabel
21 Left = 16
22 Height = 20
23 Top = 24
24 Width = 68
25 Caption = 'Language:'
26 ParentColor = False
27 end
28 object ButtonOk: TButton
29 Left = 584
30 Height = 25
31 Top = 448
32 Width = 75
33 Anchors = [akRight]
34 Caption = 'Ok'
35 ModalResult = 1
36 OnClick = ButtonOkClick
37 TabOrder = 3
38 end
39 object ButtonCancel: TButton
40 Left = 459
41 Height = 25
42 Top = 447
43 Width = 75
44 Anchors = [akRight, akBottom]
45 Caption = 'Cancel'
46 ModalResult = 2
47 TabOrder = 2
48 end
49 object CheckBoxAlwaysOnTop: TCheckBox
50 Left = 16
51 Height = 24
52 Top = 64
53 Width = 118
54 Caption = 'Always on top'
55 TabOrder = 1
56 end
57end
Note: See TracBrowser for help on using the repository browser.