Line | |
---|
1 | object FormSettings: TFormSettings
|
---|
2 | Left = 522
|
---|
3 | Height = 300
|
---|
4 | Top = 247
|
---|
5 | Width = 400
|
---|
6 | Caption = 'Settings'
|
---|
7 | ClientHeight = 300
|
---|
8 | ClientWidth = 400
|
---|
9 | DesignTimePPI = 120
|
---|
10 | OnCreate = FormCreate
|
---|
11 | LCLVersion = '1.8.2.0'
|
---|
12 | object ButtonOk: TButton
|
---|
13 | Left = 96
|
---|
14 | Height = 31
|
---|
15 | Top = 256
|
---|
16 | Width = 94
|
---|
17 | Anchors = [akRight, akBottom]
|
---|
18 | Caption = 'OK'
|
---|
19 | ModalResult = 1
|
---|
20 | TabOrder = 0
|
---|
21 | end
|
---|
22 | object ButtonCancel: TButton
|
---|
23 | Left = 232
|
---|
24 | Height = 31
|
---|
25 | Top = 256
|
---|
26 | Width = 94
|
---|
27 | Anchors = [akRight, akBottom]
|
---|
28 | Caption = 'Cancel'
|
---|
29 | ModalResult = 2
|
---|
30 | TabOrder = 1
|
---|
31 | end
|
---|
32 | object Label1: TLabel
|
---|
33 | Left = 14
|
---|
34 | Height = 20
|
---|
35 | Top = 19
|
---|
36 | Width = 68
|
---|
37 | Caption = 'Language:'
|
---|
38 | ParentColor = False
|
---|
39 | end
|
---|
40 | object ComboBoxLanguage: TComboBox
|
---|
41 | Left = 162
|
---|
42 | Height = 28
|
---|
43 | Top = 13
|
---|
44 | Width = 158
|
---|
45 | ItemHeight = 20
|
---|
46 | Style = csDropDownList
|
---|
47 | TabOrder = 2
|
---|
48 | end
|
---|
49 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.