source: tags/1.0.0/Forms/UFormContact.lfm

Last change on this file was 23, checked in by chronos, 4 years ago
  • Added: Snap package definition file.
  • Fixed: Selected theme in settings also changed language.
  • Modified: Load correctly language files if installed on Linux.
File size: 10.7 KB
Line 
1object FormContact: TFormContact
2 Left = 423
3 Height = 588
4 Top = 271
5 Width = 914
6 Caption = 'Contact'
7 ClientHeight = 588
8 ClientWidth = 914
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.0.12.0'
14 object PageControlContact: TPageControl
15 Left = 10
16 Height = 508
17 Top = 10
18 Width = 892
19 ActivePage = TabSheetAll
20 Anchors = [akTop, akLeft, akRight, akBottom]
21 ParentFont = False
22 TabIndex = 2
23 TabOrder = 0
24 object TabSheetGeneral: TTabSheet
25 Caption = 'General'
26 ClientHeight = 468
27 ClientWidth = 882
28 ParentFont = False
29 object Label1: TLabel
30 Left = 16
31 Height = 20
32 Top = 16
33 Width = 43
34 Caption = 'Name:'
35 ParentColor = False
36 ParentFont = False
37 end
38 object EditName: TEdit
39 Left = 144
40 Height = 28
41 Top = 19
42 Width = 254
43 ParentFont = False
44 TabOrder = 0
45 end
46 object Label2: TLabel
47 Left = 16
48 Height = 20
49 Top = 56
50 Width = 74
51 Caption = 'Cell phone:'
52 ParentColor = False
53 ParentFont = False
54 end
55 object EditCellPhone: TEdit
56 Left = 144
57 Height = 28
58 Top = 56
59 Width = 254
60 ParentFont = False
61 TabOrder = 1
62 end
63 object EditPhone: TEdit
64 Left = 144
65 Height = 28
66 Top = 100
67 Width = 254
68 ParentFont = False
69 TabOrder = 2
70 end
71 object Label3: TLabel
72 Left = 16
73 Height = 20
74 Top = 97
75 Width = 44
76 Caption = 'Phone:'
77 ParentColor = False
78 ParentFont = False
79 end
80 object EditEmail: TEdit
81 Left = 575
82 Height = 28
83 Top = 59
84 Width = 254
85 ParentFont = False
86 TabOrder = 3
87 end
88 object Label4: TLabel
89 Left = 432
90 Height = 20
91 Top = 56
92 Width = 46
93 Caption = 'E-mail:'
94 ParentColor = False
95 ParentFont = False
96 end
97 object EditSurname: TEdit
98 Left = 575
99 Height = 28
100 Top = 18
101 Width = 254
102 ParentFont = False
103 TabOrder = 4
104 end
105 object Label5: TLabel
106 Left = 432
107 Height = 20
108 Top = 16
109 Width = 61
110 Caption = 'Surname:'
111 ParentColor = False
112 ParentFont = False
113 end
114 object MemoNotes: TMemo
115 Left = 16
116 Height = 146
117 Top = 230
118 Width = 702
119 Anchors = [akTop, akLeft, akRight, akBottom]
120 ParentFont = False
121 TabOrder = 5
122 end
123 object Label6: TLabel
124 Left = 19
125 Height = 20
126 Top = 202
127 Width = 42
128 Caption = 'Notes:'
129 ParentColor = False
130 ParentFont = False
131 end
132 object EditEmailHome: TEdit
133 Left = 575
134 Height = 28
135 Top = 100
136 Width = 254
137 ParentFont = False
138 TabOrder = 6
139 end
140 object Label20: TLabel
141 Left = 432
142 Height = 20
143 Top = 96
144 Width = 101
145 Caption = 'E-mail (Home):'
146 ParentColor = False
147 ParentFont = False
148 end
149 object EditEmailWork: TEdit
150 Left = 575
151 Height = 28
152 Top = 146
153 Width = 254
154 ParentFont = False
155 TabOrder = 7
156 end
157 object Label21: TLabel
158 Left = 432
159 Height = 20
160 Top = 144
161 Width = 95
162 Caption = 'E-mail (Work):'
163 ParentColor = False
164 ParentFont = False
165 end
166 object EditBirthday: TEdit
167 Left = 144
168 Height = 28
169 Top = 144
170 Width = 254
171 ParentFont = False
172 TabOrder = 8
173 end
174 object Label22: TLabel
175 Left = 16
176 Height = 20
177 Top = 144
178 Width = 58
179 Caption = 'Birthday:'
180 ParentColor = False
181 ParentFont = False
182 end
183 end
184 object TabSheetDetails: TTabSheet
185 Caption = 'Details'
186 ClientHeight = 468
187 ClientWidth = 882
188 ParentFont = False
189 object Label7: TLabel
190 Left = 10
191 Height = 20
192 Top = 18
193 Width = 99
194 Caption = 'Phone (Home):'
195 ParentColor = False
196 ParentFont = False
197 end
198 object EditPhoneHome: TEdit
199 Left = 173
200 Height = 28
201 Top = 18
202 Width = 254
203 ParentFont = False
204 TabOrder = 0
205 end
206 object Label8: TLabel
207 Left = 10
208 Height = 20
209 Top = 61
210 Width = 93
211 Caption = 'Phone (Work):'
212 ParentColor = False
213 ParentFont = False
214 end
215 object EditPhoneWork: TEdit
216 Left = 173
217 Height = 28
218 Top = 61
219 Width = 254
220 ParentFont = False
221 TabOrder = 1
222 end
223 object Label9: TLabel
224 Left = 10
225 Height = 20
226 Top = 106
227 Width = 129
228 Caption = 'Cell phone (Home):'
229 ParentColor = False
230 ParentFont = False
231 end
232 object EditCellPhoneHome: TEdit
233 Left = 173
234 Height = 28
235 Top = 108
236 Width = 254
237 ParentFont = False
238 TabOrder = 2
239 end
240 object Label10: TLabel
241 Left = 10
242 Height = 20
243 Top = 146
244 Width = 123
245 Caption = 'Cell phone (Work):'
246 ParentColor = False
247 ParentFont = False
248 end
249 object EditCellPhoneWork: TEdit
250 Left = 173
251 Height = 28
252 Top = 146
253 Width = 254
254 ParentFont = False
255 TabOrder = 3
256 end
257 object Label11: TLabel
258 Left = 451
259 Height = 20
260 Top = 16
261 Width = 25
262 Caption = 'Fax:'
263 ParentColor = False
264 ParentFont = False
265 end
266 object EditFax: TEdit
267 Left = 584
268 Height = 28
269 Top = 18
270 Width = 254
271 ParentFont = False
272 TabOrder = 4
273 end
274 object Label12: TLabel
275 Left = 451
276 Height = 20
277 Top = 58
278 Width = 80
279 Caption = 'Fax (Home):'
280 ParentColor = False
281 ParentFont = False
282 end
283 object EditFaxHome: TEdit
284 Left = 584
285 Height = 28
286 Top = 61
287 Width = 254
288 ParentFont = False
289 TabOrder = 5
290 end
291 object Label13: TLabel
292 Left = 451
293 Height = 20
294 Top = 106
295 Width = 74
296 Caption = 'Fax (Work):'
297 ParentColor = False
298 ParentFont = False
299 end
300 object EditFaxWork: TEdit
301 Left = 584
302 Height = 28
303 Top = 108
304 Width = 254
305 ParentFont = False
306 TabOrder = 6
307 end
308 object Label14: TLabel
309 Left = 451
310 Height = 20
311 Top = 144
312 Width = 41
313 Caption = 'Pager:'
314 ParentColor = False
315 ParentFont = False
316 end
317 object EditPager: TEdit
318 Left = 584
319 Height = 28
320 Top = 146
321 Width = 254
322 ParentFont = False
323 TabOrder = 7
324 end
325 object Label15: TLabel
326 Left = 10
327 Height = 20
328 Top = 221
329 Width = 72
330 Caption = 'Web page:'
331 ParentColor = False
332 ParentFont = False
333 end
334 object EditWebPage: TEdit
335 Left = 173
336 Height = 28
337 Top = 221
338 Width = 254
339 ParentFont = False
340 TabOrder = 8
341 end
342 object Label16: TLabel
343 Left = 10
344 Height = 20
345 Top = 259
346 Width = 127
347 Caption = 'Web page (Home):'
348 ParentColor = False
349 ParentFont = False
350 end
351 object EditWebPageHome: TEdit
352 Left = 173
353 Height = 28
354 Top = 259
355 Width = 254
356 ParentFont = False
357 TabOrder = 9
358 end
359 object Label17: TLabel
360 Left = 10
361 Height = 20
362 Top = 298
363 Width = 121
364 Caption = 'Web page (Work):'
365 ParentColor = False
366 ParentFont = False
367 end
368 object EditWebPageWork: TEdit
369 Left = 173
370 Height = 28
371 Top = 298
372 Width = 254
373 ParentFont = False
374 TabOrder = 10
375 end
376 object Label18: TLabel
377 Left = 450
378 Height = 20
379 Top = 221
380 Width = 32
381 Caption = 'Title:'
382 ParentColor = False
383 ParentFont = False
384 end
385 object EditTitle: TEdit
386 Left = 584
387 Height = 28
388 Top = 221
389 Width = 254
390 ParentFont = False
391 TabOrder = 11
392 end
393 object Label19: TLabel
394 Left = 450
395 Height = 20
396 Top = 259
397 Width = 56
398 Caption = 'Address:'
399 ParentColor = False
400 ParentFont = False
401 end
402 object EditAddress: TEdit
403 Left = 586
404 Height = 28
405 Top = 259
406 Width = 254
407 ParentFont = False
408 TabOrder = 12
409 end
410 object LabelOrganization: TLabel
411 Left = 451
412 Height = 20
413 Top = 298
414 Width = 89
415 Caption = 'Organization:'
416 ParentColor = False
417 ParentFont = False
418 end
419 object EditOrganization: TEdit
420 Left = 584
421 Height = 28
422 Top = 298
423 Width = 254
424 ParentFont = False
425 TabOrder = 13
426 end
427 end
428 object TabSheetAll: TTabSheet
429 Caption = 'All fields'
430 ClientHeight = 468
431 ClientWidth = 882
432 OnShow = TabSheetAllShow
433 ParentFont = False
434 object ListView1: TListView
435 Left = 10
436 Height = 441
437 Top = 19
438 Width = 864
439 Anchors = [akTop, akLeft, akRight, akBottom]
440 Columns = <
441 item
442 Caption = 'Item'
443 Width = 240
444 end
445 item
446 Caption = 'Value'
447 Width = 609
448 end>
449 OwnerData = True
450 ParentFont = False
451 PopupMenu = PopupMenu1
452 ReadOnly = True
453 RowSelect = True
454 TabOrder = 0
455 ViewStyle = vsReport
456 OnData = ListView1Data
457 OnDblClick = AEditFieldExecute
458 end
459 end
460 end
461 object ButtonCancel: TButton
462 Left = 787
463 Height = 37
464 Top = 538
465 Width = 115
466 Anchors = [akRight, akBottom]
467 Caption = 'Cancel'
468 ModalResult = 2
469 ParentFont = False
470 TabOrder = 1
471 end
472 object ButtonOk: TButton
473 Left = 652
474 Height = 37
475 Top = 538
476 Width = 119
477 Anchors = [akRight, akBottom]
478 Caption = 'OK'
479 ModalResult = 1
480 ParentFont = False
481 TabOrder = 2
482 end
483 object ActionList1: TActionList
484 Images = Core.ImageList1
485 Left = 380
486 Top = 188
487 object AEditField: TAction
488 Caption = 'Edit'
489 OnExecute = AEditFieldExecute
490 end
491 end
492 object PopupMenu1: TPopupMenu
493 Images = Core.ImageList1
494 Left = 206
495 Top = 191
496 object MenuItem1: TMenuItem
497 Action = AEditField
498 end
499 end
500end
Note: See TracBrowser for help on using the repository browser.