Last change
on this file was 32, checked in by chronos, 6 months ago |
- Modified: Removed U prefix from units names.
- Modified: Use TFormEx for all forms.
|
File size:
1.0 KB
|
Line | |
---|
1 | object FormPreferences: TFormPreferences
|
---|
2 | Left = 765
|
---|
3 | Height = 366
|
---|
4 | Top = 230
|
---|
5 | Width = 501
|
---|
6 | Caption = 'Preferences'
|
---|
7 | ClientHeight = 366
|
---|
8 | ClientWidth = 501
|
---|
9 | DesignTimePPI = 125
|
---|
10 | LCLVersion = '3.2.0.0'
|
---|
11 | object CheckBoxRememberDatabase: TCheckBox
|
---|
12 | Left = 16
|
---|
13 | Height = 26
|
---|
14 | Top = 17
|
---|
15 | Width = 182
|
---|
16 | Caption = 'Remember database'
|
---|
17 | TabOrder = 0
|
---|
18 | end
|
---|
19 | object ButtonSave: TButton
|
---|
20 | Left = 417
|
---|
21 | Height = 22
|
---|
22 | Top = 326
|
---|
23 | Width = 65
|
---|
24 | Anchors = [akRight, akBottom]
|
---|
25 | Caption = 'Save'
|
---|
26 | ModalResult = 1
|
---|
27 | TabOrder = 1
|
---|
28 | end
|
---|
29 | object ButtonCancel: TButton
|
---|
30 | Left = 337
|
---|
31 | Height = 22
|
---|
32 | Top = 325
|
---|
33 | Width = 65
|
---|
34 | Anchors = [akRight, akBottom]
|
---|
35 | Caption = 'Cancel'
|
---|
36 | ModalResult = 2
|
---|
37 | TabOrder = 2
|
---|
38 | end
|
---|
39 | object ComboBoxLanguage: TComboBox
|
---|
40 | Left = 174
|
---|
41 | Height = 38
|
---|
42 | Top = 49
|
---|
43 | Width = 253
|
---|
44 | ItemHeight = 0
|
---|
45 | Style = csDropDownList
|
---|
46 | TabOrder = 3
|
---|
47 | end
|
---|
48 | object Label1: TLabel
|
---|
49 | Left = 16
|
---|
50 | Height = 22
|
---|
51 | Top = 56
|
---|
52 | Width = 79
|
---|
53 | Caption = 'Language:'
|
---|
54 | ParentColor = False
|
---|
55 | end
|
---|
56 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.