source: trunk/Forms/UFormPreferences.lfm

Last change on this file was 26, checked in by chronos, 20 months ago
  • Removed: TemplateGenerics as required package. Used Generics.Collections instead.
File size: 1.1 KB
Line 
1object FormPreferences: TFormPreferences
2 Left = 765
3 Height = 422
4 Top = 230
5 Width = 577
6 Caption = 'Preferences'
7 ClientHeight = 422
8 ClientWidth = 577
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnShow = FormShow
12 LCLVersion = '2.2.2.0'
13 object CheckBoxRememberDatabase: TCheckBox
14 Left = 18
15 Height = 30
16 Top = 20
17 Width = 201
18 Caption = 'Remember database'
19 TabOrder = 0
20 end
21 object ButtonSave: TButton
22 Left = 480
23 Height = 25
24 Top = 376
25 Width = 75
26 Anchors = [akRight, akBottom]
27 Caption = 'Save'
28 ModalResult = 1
29 TabOrder = 1
30 end
31 object ButtonCancel: TButton
32 Left = 388
33 Height = 25
34 Top = 375
35 Width = 75
36 Anchors = [akRight, akBottom]
37 Caption = 'Cancel'
38 ModalResult = 2
39 TabOrder = 2
40 end
41 object ComboBoxLanguage: TComboBox
42 Left = 200
43 Height = 42
44 Top = 56
45 Width = 292
46 ItemHeight = 0
47 Style = csDropDownList
48 TabOrder = 3
49 end
50 object Label1: TLabel
51 Left = 18
52 Height = 26
53 Top = 65
54 Width = 88
55 Caption = 'Language:'
56 ParentColor = False
57 end
58end
Note: See TracBrowser for help on using the repository browser.