source: trunk/Forms/FormSettings.lfm

Last change on this file was 164, checked in by chronos, 11 months ago
  • Fixed: Build under Windows.
  • Fixed: Correctly apply theme to contacts form.
File size: 4.5 KB
Line 
1object FormSettings: TFormSettings
2 Left = 851
3 Height = 613
4 Top = 413
5 Width = 857
6 Caption = 'Settings'
7 ClientHeight = 613
8 ClientWidth = 857
9 Constraints.MinHeight = 404
10 Constraints.MinWidth = 526
11 DesignTimePPI = 144
12 OnShow = FormShow
13 Position = poScreenCenter
14 LCLVersion = '2.2.6.0'
15 object ButtonOk: TButton
16 Left = 731
17 Height = 37
18 Top = 560
19 Width = 113
20 Anchors = [akRight, akBottom]
21 Caption = 'Ok'
22 ModalResult = 1
23 OnClick = ButtonOkClick
24 ParentFont = False
25 TabOrder = 1
26 end
27 object ButtonCancel: TButton
28 Left = 600
29 Height = 37
30 Top = 560
31 Width = 113
32 Anchors = [akRight, akBottom]
33 Caption = 'Cancel'
34 ModalResult = 2
35 ParentFont = False
36 TabOrder = 0
37 end
38 object ScrollBox1: TScrollBox
39 Left = 8
40 Height = 540
41 Top = 8
42 Width = 845
43 HorzScrollBar.Page = 520
44 VertScrollBar.Page = 481
45 Anchors = [akTop, akLeft, akRight, akBottom]
46 ClientHeight = 536
47 ClientWidth = 841
48 TabOrder = 2
49 object Label1: TLabel
50 Left = 24
51 Height = 25
52 Top = 24
53 Width = 81
54 Caption = 'Language:'
55 ParentColor = False
56 ParentFont = False
57 end
58 object ComboBoxLanguage: TComboBox
59 Left = 240
60 Height = 33
61 Top = 16
62 Width = 264
63 ItemHeight = 25
64 ParentFont = False
65 Style = csDropDownList
66 TabOrder = 0
67 end
68 object CheckBoxAutomaticDPI: TCheckBox
69 Left = 24
70 Height = 29
71 Top = 416
72 Width = 145
73 Caption = 'Automatic DPI'
74 OnChange = CheckBoxAutomaticDPIChange
75 ParentFont = False
76 TabOrder = 1
77 Visible = False
78 end
79 object SpinEditDPI: TSpinEdit
80 Left = 241
81 Height = 33
82 Top = 448
83 Width = 145
84 MaxValue = 300
85 MinValue = 96
86 ParentFont = False
87 TabOrder = 2
88 Value = 96
89 Visible = False
90 end
91 object LabelDPI: TLabel
92 Left = 56
93 Height = 25
94 Top = 456
95 Width = 32
96 Caption = 'DPI:'
97 ParentColor = False
98 ParentFont = False
99 Visible = False
100 end
101 object CheckBoxReopenLastFileOnStart: TCheckBox
102 Left = 24
103 Height = 29
104 Top = 368
105 Width = 217
106 Caption = 'Reopen last file on start'
107 ParentFont = False
108 TabOrder = 3
109 end
110 object Label2: TLabel
111 Left = 24
112 Height = 25
113 Top = 72
114 Width = 57
115 Caption = 'Theme:'
116 ParentColor = False
117 ParentFont = False
118 end
119 object ComboBoxTheme: TComboBox
120 Left = 240
121 Height = 33
122 Top = 64
123 Width = 264
124 ItemHeight = 25
125 ParentFont = False
126 Style = csDropDownList
127 TabOrder = 4
128 end
129 object Label3: TLabel
130 Left = 24
131 Height = 25
132 Top = 120
133 Width = 174
134 Caption = 'Default vCard version:'
135 ParentColor = False
136 end
137 object EditDefaultVcardVersion: TEdit
138 Left = 240
139 Height = 33
140 Top = 112
141 Width = 144
142 TabOrder = 5
143 end
144 object Label4: TLabel
145 Left = 24
146 Height = 25
147 Top = 165
148 Width = 126
149 Caption = 'Map query URL:'
150 ParentColor = False
151 end
152 object EditMapUrl: TEdit
153 Left = 240
154 Height = 33
155 Top = 160
156 Width = 586
157 Anchors = [akTop, akLeft, akRight]
158 TabOrder = 6
159 end
160 object Label5: TLabel
161 Left = 24
162 Height = 25
163 Top = 212
164 Width = 114
165 Caption = 'Compare tool:'
166 ParentColor = False
167 end
168 object EditCompareTool: TEdit
169 Left = 241
170 Height = 33
171 Top = 208
172 Width = 462
173 Anchors = [akTop, akLeft, akRight]
174 TabOrder = 7
175 end
176 object ButtonBrowse: TButton
177 Left = 713
178 Height = 38
179 Top = 210
180 Width = 113
181 Anchors = [akTop, akRight]
182 Caption = 'Browse'
183 OnClick = ButtonBrowseClick
184 TabOrder = 8
185 end
186 object Label6: TLabel
187 Left = 24
188 Height = 25
189 Top = 264
190 Width = 231
191 Caption = 'Default phone country prefix:'
192 ParentColor = False
193 end
194 object EditDefaultPhoneCountryPrefix: TEdit
195 Left = 376
196 Height = 33
197 Top = 260
198 Width = 144
199 TabOrder = 9
200 end
201 object Label7: TLabel
202 Left = 24
203 Height = 25
204 Top = 312
205 Width = 243
206 Caption = 'Default international call prefix:'
207 ParentColor = False
208 end
209 object EditDefaultInternationalCallPrefix: TEdit
210 Left = 376
211 Height = 33
212 Top = 308
213 Width = 144
214 TabOrder = 10
215 end
216 end
217 object OpenDialog1: TOpenDialog
218 Left = 640
219 Top = 72
220 end
221end
Note: See TracBrowser for help on using the repository browser.