Last change
on this file was 191, checked in by chronos, 6 years ago |
- Added: Interface language selection in Settings dialog.
|
File size:
906 bytes
|
Line | |
---|
1 | object FormSettings: TFormSettings
|
---|
2 | Left = 694
|
---|
3 | Height = 466
|
---|
4 | Top = 519
|
---|
5 | Width = 672
|
---|
6 | Caption = 'Settings'
|
---|
7 | ClientHeight = 466
|
---|
8 | ClientWidth = 672
|
---|
9 | DesignTimePPI = 144
|
---|
10 | OnCreate = FormCreate
|
---|
11 | LCLVersion = '2.0.2.0'
|
---|
12 | object ButtonCancel: TButton
|
---|
13 | Left = 207
|
---|
14 | Height = 38
|
---|
15 | Top = 412
|
---|
16 | Width = 113
|
---|
17 | Anchors = [akLeft, akBottom]
|
---|
18 | Caption = 'Cancel'
|
---|
19 | ModalResult = 2
|
---|
20 | TabOrder = 0
|
---|
21 | end
|
---|
22 | object ButtonOk: TButton
|
---|
23 | Left = 360
|
---|
24 | Height = 38
|
---|
25 | Top = 412
|
---|
26 | Width = 113
|
---|
27 | Anchors = [akLeft, akBottom]
|
---|
28 | Caption = 'OK'
|
---|
29 | ModalResult = 1
|
---|
30 | TabOrder = 1
|
---|
31 | end
|
---|
32 | object Label1: TLabel
|
---|
33 | Left = 24
|
---|
34 | Height = 26
|
---|
35 | Top = 25
|
---|
36 | Width = 88
|
---|
37 | Caption = 'Language:'
|
---|
38 | ParentColor = False
|
---|
39 | end
|
---|
40 | object ComboBoxLanguage: TComboBox
|
---|
41 | Left = 182
|
---|
42 | Height = 43
|
---|
43 | Top = 20
|
---|
44 | Width = 246
|
---|
45 | ItemHeight = 0
|
---|
46 | Style = csDropDownList
|
---|
47 | TabOrder = 2
|
---|
48 | end
|
---|
49 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.