1 | object FormContact: TFormContact
|
---|
2 | Left = 784
|
---|
3 | Height = 720
|
---|
4 | Top = 221
|
---|
5 | Width = 946
|
---|
6 | Caption = 'Contact'
|
---|
7 | ClientHeight = 720
|
---|
8 | ClientWidth = 946
|
---|
9 | DesignTimePPI = 144
|
---|
10 | OnClose = FormClose
|
---|
11 | OnCreate = FormCreate
|
---|
12 | OnDestroy = FormDestroy
|
---|
13 | OnShow = FormShow
|
---|
14 | LCLVersion = '2.2.6.0'
|
---|
15 | object ButtonCancel: TButton
|
---|
16 | Left = 819
|
---|
17 | Height = 37
|
---|
18 | Top = 670
|
---|
19 | Width = 115
|
---|
20 | Anchors = [akRight, akBottom]
|
---|
21 | Caption = 'Cancel'
|
---|
22 | ModalResult = 2
|
---|
23 | ParentFont = False
|
---|
24 | TabOrder = 0
|
---|
25 | end
|
---|
26 | object ButtonOk: TButton
|
---|
27 | Left = 684
|
---|
28 | Height = 37
|
---|
29 | Top = 670
|
---|
30 | Width = 119
|
---|
31 | Anchors = [akRight, akBottom]
|
---|
32 | Caption = 'OK'
|
---|
33 | ModalResult = 1
|
---|
34 | ParentFont = False
|
---|
35 | TabOrder = 1
|
---|
36 | end
|
---|
37 | object ButtonPrevious: TButton
|
---|
38 | Left = 8
|
---|
39 | Height = 37
|
---|
40 | Top = 670
|
---|
41 | Width = 119
|
---|
42 | Anchors = [akLeft, akBottom]
|
---|
43 | Caption = 'Previous'
|
---|
44 | OnClick = ButtonPreviousClick
|
---|
45 | ParentFont = False
|
---|
46 | TabOrder = 2
|
---|
47 | Visible = False
|
---|
48 | end
|
---|
49 | object ButtonNext: TButton
|
---|
50 | Left = 144
|
---|
51 | Height = 37
|
---|
52 | Top = 670
|
---|
53 | Width = 115
|
---|
54 | Anchors = [akLeft, akBottom]
|
---|
55 | Caption = 'Next'
|
---|
56 | OnClick = ButtonNextClick
|
---|
57 | ParentFont = False
|
---|
58 | TabOrder = 3
|
---|
59 | Visible = False
|
---|
60 | end
|
---|
61 | object PageControlContact: TPageControl
|
---|
62 | Left = 8
|
---|
63 | Height = 646
|
---|
64 | Top = 8
|
---|
65 | Width = 924
|
---|
66 | ActivePage = TabSheetWork
|
---|
67 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
68 | ParentFont = False
|
---|
69 | TabIndex = 2
|
---|
70 | TabOrder = 4
|
---|
71 | object TabSheetGeneral: TTabSheet
|
---|
72 | Caption = 'General'
|
---|
73 | ClientHeight = 608
|
---|
74 | ClientWidth = 916
|
---|
75 | OnHide = TabSheetGeneralHide
|
---|
76 | OnShow = TabSheetGeneralShow
|
---|
77 | ParentFont = False
|
---|
78 | object Panel1: TPanel
|
---|
79 | Left = 0
|
---|
80 | Height = 608
|
---|
81 | Top = 0
|
---|
82 | Width = 916
|
---|
83 | Align = alClient
|
---|
84 | BevelOuter = bvNone
|
---|
85 | ClientHeight = 608
|
---|
86 | ClientWidth = 916
|
---|
87 | TabOrder = 0
|
---|
88 | object Label2: TLabel
|
---|
89 | Left = 16
|
---|
90 | Height = 25
|
---|
91 | Top = 250
|
---|
92 | Width = 59
|
---|
93 | Caption = 'Mobile:'
|
---|
94 | ParentColor = False
|
---|
95 | ParentFont = False
|
---|
96 | end
|
---|
97 | object EditMobile: TEdit
|
---|
98 | Left = 144
|
---|
99 | Height = 33
|
---|
100 | Top = 240
|
---|
101 | Width = 254
|
---|
102 | ParentFont = False
|
---|
103 | TabOrder = 0
|
---|
104 | end
|
---|
105 | object EditPhone: TEdit
|
---|
106 | Left = 144
|
---|
107 | Height = 33
|
---|
108 | Top = 286
|
---|
109 | Width = 254
|
---|
110 | ParentFont = False
|
---|
111 | TabOrder = 1
|
---|
112 | end
|
---|
113 | object Label3: TLabel
|
---|
114 | Left = 16
|
---|
115 | Height = 25
|
---|
116 | Top = 290
|
---|
117 | Width = 54
|
---|
118 | Caption = 'Phone:'
|
---|
119 | ParentColor = False
|
---|
120 | ParentFont = False
|
---|
121 | end
|
---|
122 | object EditEmail: TEdit
|
---|
123 | Left = 144
|
---|
124 | Height = 33
|
---|
125 | Top = 328
|
---|
126 | Width = 207
|
---|
127 | ParentFont = False
|
---|
128 | TabOrder = 2
|
---|
129 | end
|
---|
130 | object Label4: TLabel
|
---|
131 | Left = 16
|
---|
132 | Height = 25
|
---|
133 | Top = 336
|
---|
134 | Width = 53
|
---|
135 | Caption = 'E-mail:'
|
---|
136 | ParentColor = False
|
---|
137 | ParentFont = False
|
---|
138 | end
|
---|
139 | object EditBirthday: TEdit
|
---|
140 | Left = 144
|
---|
141 | Height = 33
|
---|
142 | Top = 424
|
---|
143 | Width = 207
|
---|
144 | ParentFont = False
|
---|
145 | TabOrder = 3
|
---|
146 | end
|
---|
147 | object Label22: TLabel
|
---|
148 | Left = 16
|
---|
149 | Height = 25
|
---|
150 | Top = 432
|
---|
151 | Width = 69
|
---|
152 | Caption = 'Birthday:'
|
---|
153 | ParentColor = False
|
---|
154 | ParentFont = False
|
---|
155 | end
|
---|
156 | object ImagePhoto: TImage
|
---|
157 | Left = 16
|
---|
158 | Height = 210
|
---|
159 | Top = 16
|
---|
160 | Width = 207
|
---|
161 | Center = True
|
---|
162 | OnClick = ImagePhotoClick
|
---|
163 | PopupMenu = PopupMenuPhoto
|
---|
164 | Proportional = True
|
---|
165 | Stretch = True
|
---|
166 | end
|
---|
167 | object Label24: TLabel
|
---|
168 | Left = 240
|
---|
169 | Height = 25
|
---|
170 | Top = 32
|
---|
171 | Width = 80
|
---|
172 | Caption = 'Full name:'
|
---|
173 | ParentColor = False
|
---|
174 | ParentFont = False
|
---|
175 | end
|
---|
176 | object EditFullName: TEdit
|
---|
177 | Left = 360
|
---|
178 | Height = 33
|
---|
179 | Top = 24
|
---|
180 | Width = 340
|
---|
181 | OnChange = EditFullNameChange
|
---|
182 | ParentFont = False
|
---|
183 | TabOrder = 4
|
---|
184 | end
|
---|
185 | object Label44: TLabel
|
---|
186 | Left = 240
|
---|
187 | Height = 25
|
---|
188 | Top = 84
|
---|
189 | Width = 82
|
---|
190 | Caption = 'Nickname:'
|
---|
191 | ParentColor = False
|
---|
192 | ParentFont = False
|
---|
193 | end
|
---|
194 | object EditNickName: TEdit
|
---|
195 | Left = 361
|
---|
196 | Height = 33
|
---|
197 | Top = 77
|
---|
198 | Width = 215
|
---|
199 | ParentFont = False
|
---|
200 | TabOrder = 5
|
---|
201 | end
|
---|
202 | object Label45: TLabel
|
---|
203 | Left = 432
|
---|
204 | Height = 25
|
---|
205 | Top = 432
|
---|
206 | Width = 96
|
---|
207 | Caption = 'Anniversary:'
|
---|
208 | ParentColor = False
|
---|
209 | ParentFont = False
|
---|
210 | end
|
---|
211 | object EditAniversary: TEdit
|
---|
212 | Left = 575
|
---|
213 | Height = 33
|
---|
214 | Top = 424
|
---|
215 | Width = 208
|
---|
216 | ParentFont = False
|
---|
217 | TabOrder = 6
|
---|
218 | end
|
---|
219 | object Label9: TLabel
|
---|
220 | Left = 432
|
---|
221 | Height = 25
|
---|
222 | Top = 248
|
---|
223 | Width = 29
|
---|
224 | Caption = 'Fax:'
|
---|
225 | ParentColor = False
|
---|
226 | ParentFont = False
|
---|
227 | end
|
---|
228 | object EditFax: TEdit
|
---|
229 | Left = 575
|
---|
230 | Height = 33
|
---|
231 | Top = 240
|
---|
232 | Width = 254
|
---|
233 | ParentFont = False
|
---|
234 | TabOrder = 7
|
---|
235 | end
|
---|
236 | object EditPager: TEdit
|
---|
237 | Left = 575
|
---|
238 | Height = 33
|
---|
239 | Top = 286
|
---|
240 | Width = 254
|
---|
241 | ParentFont = False
|
---|
242 | TabOrder = 8
|
---|
243 | end
|
---|
244 | object Label10: TLabel
|
---|
245 | Left = 432
|
---|
246 | Height = 25
|
---|
247 | Top = 290
|
---|
248 | Width = 48
|
---|
249 | Caption = 'Pager:'
|
---|
250 | ParentColor = False
|
---|
251 | ParentFont = False
|
---|
252 | end
|
---|
253 | object Label46: TLabel
|
---|
254 | Left = 16
|
---|
255 | Height = 25
|
---|
256 | Top = 384
|
---|
257 | Width = 107
|
---|
258 | Caption = 'Web address:'
|
---|
259 | ParentColor = False
|
---|
260 | ParentFont = False
|
---|
261 | end
|
---|
262 | object EditWeb: TEdit
|
---|
263 | Left = 144
|
---|
264 | Height = 33
|
---|
265 | Top = 376
|
---|
266 | Width = 639
|
---|
267 | ParentFont = False
|
---|
268 | TabOrder = 9
|
---|
269 | end
|
---|
270 | object Label49: TLabel
|
---|
271 | Left = 432
|
---|
272 | Height = 25
|
---|
273 | Top = 332
|
---|
274 | Width = 61
|
---|
275 | Caption = 'Gender:'
|
---|
276 | ParentColor = False
|
---|
277 | ParentFont = False
|
---|
278 | end
|
---|
279 | object EditGender: TEdit
|
---|
280 | Left = 575
|
---|
281 | Height = 33
|
---|
282 | Top = 328
|
---|
283 | Width = 254
|
---|
284 | ParentFont = False
|
---|
285 | TabOrder = 10
|
---|
286 | end
|
---|
287 | object Label56: TLabel
|
---|
288 | Left = 16
|
---|
289 | Height = 25
|
---|
290 | Top = 480
|
---|
291 | Width = 88
|
---|
292 | Caption = 'Categories:'
|
---|
293 | ParentColor = False
|
---|
294 | ParentFont = False
|
---|
295 | end
|
---|
296 | object EditCategories: TEdit
|
---|
297 | Left = 144
|
---|
298 | Height = 33
|
---|
299 | Top = 472
|
---|
300 | Width = 254
|
---|
301 | ParentFont = False
|
---|
302 | TabOrder = 11
|
---|
303 | end
|
---|
304 | object SpeedButtonWeb: TSpeedButton
|
---|
305 | Left = 788
|
---|
306 | Height = 41
|
---|
307 | Hint = 'Open in web browser'
|
---|
308 | Top = 376
|
---|
309 | Width = 41
|
---|
310 | Images = Core.ImageList1
|
---|
311 | ImageIndex = 15
|
---|
312 | OnClick = SpeedButtonWebClick
|
---|
313 | ShowHint = True
|
---|
314 | ParentShowHint = False
|
---|
315 | end
|
---|
316 | object SpeedButtonEmail: TSpeedButton
|
---|
317 | Left = 357
|
---|
318 | Height = 41
|
---|
319 | Hint = 'Open in email client'
|
---|
320 | Top = 328
|
---|
321 | Width = 41
|
---|
322 | Images = Core.ImageList1
|
---|
323 | ImageIndex = 16
|
---|
324 | OnClick = SpeedButtonEmailClick
|
---|
325 | ShowHint = True
|
---|
326 | ParentShowHint = False
|
---|
327 | end
|
---|
328 | object SpeedButtonBirthDay: TSpeedButton
|
---|
329 | Left = 357
|
---|
330 | Height = 41
|
---|
331 | Hint = 'Select date'
|
---|
332 | Top = 424
|
---|
333 | Width = 41
|
---|
334 | Images = Core.ImageList1
|
---|
335 | ImageIndex = 17
|
---|
336 | OnClick = SpeedButtonBirthDayClick
|
---|
337 | ShowHint = True
|
---|
338 | ParentShowHint = False
|
---|
339 | end
|
---|
340 | object SpeedButtonAniversary: TSpeedButton
|
---|
341 | Left = 788
|
---|
342 | Height = 41
|
---|
343 | Hint = 'Select date'
|
---|
344 | Top = 424
|
---|
345 | Width = 41
|
---|
346 | Images = Core.ImageList1
|
---|
347 | ImageIndex = 17
|
---|
348 | OnClick = SpeedButtonAniversaryClick
|
---|
349 | ShowHint = True
|
---|
350 | ParentShowHint = False
|
---|
351 | end
|
---|
352 | object ButtonNameDetails: TButton
|
---|
353 | Left = 706
|
---|
354 | Height = 41
|
---|
355 | Top = 24
|
---|
356 | Width = 120
|
---|
357 | Caption = 'Details'
|
---|
358 | OnClick = ButtonNameDetailsClick
|
---|
359 | TabOrder = 12
|
---|
360 | end
|
---|
361 | end
|
---|
362 | end
|
---|
363 | object TabSheetHome: TTabSheet
|
---|
364 | Caption = 'Home'
|
---|
365 | ClientHeight = 608
|
---|
366 | ClientWidth = 916
|
---|
367 | OnHide = TabSheetHomeHide
|
---|
368 | OnShow = TabSheetHomeShow
|
---|
369 | ParentFont = False
|
---|
370 | object Panel2: TPanel
|
---|
371 | Left = 0
|
---|
372 | Height = 608
|
---|
373 | Top = 0
|
---|
374 | Width = 916
|
---|
375 | Align = alClient
|
---|
376 | BevelOuter = bvNone
|
---|
377 | ClientHeight = 608
|
---|
378 | ClientWidth = 916
|
---|
379 | TabOrder = 0
|
---|
380 | object Label7: TLabel
|
---|
381 | Left = 16
|
---|
382 | Height = 25
|
---|
383 | Top = 114
|
---|
384 | Width = 53
|
---|
385 | Caption = 'E-mail:'
|
---|
386 | ParentColor = False
|
---|
387 | ParentFont = False
|
---|
388 | end
|
---|
389 | object EditHomeEmail: TEdit
|
---|
390 | Left = 173
|
---|
391 | Height = 33
|
---|
392 | Top = 112
|
---|
393 | Width = 207
|
---|
394 | ParentFont = False
|
---|
395 | TabOrder = 0
|
---|
396 | end
|
---|
397 | object Label11: TLabel
|
---|
398 | Left = 448
|
---|
399 | Height = 25
|
---|
400 | Top = 18
|
---|
401 | Width = 29
|
---|
402 | Caption = 'Fax:'
|
---|
403 | ParentColor = False
|
---|
404 | ParentFont = False
|
---|
405 | end
|
---|
406 | object EditHomeFax: TEdit
|
---|
407 | Left = 605
|
---|
408 | Height = 33
|
---|
409 | Top = 16
|
---|
410 | Width = 254
|
---|
411 | ParentFont = False
|
---|
412 | TabOrder = 1
|
---|
413 | end
|
---|
414 | object EditHomeMobile: TEdit
|
---|
415 | Left = 173
|
---|
416 | Height = 33
|
---|
417 | Top = 60
|
---|
418 | Width = 254
|
---|
419 | ParentFont = False
|
---|
420 | TabOrder = 2
|
---|
421 | end
|
---|
422 | object EditHomePhone: TEdit
|
---|
423 | Left = 173
|
---|
424 | Height = 33
|
---|
425 | Top = 16
|
---|
426 | Width = 254
|
---|
427 | ParentFont = False
|
---|
428 | TabOrder = 3
|
---|
429 | end
|
---|
430 | object Label14: TLabel
|
---|
431 | Left = 448
|
---|
432 | Height = 25
|
---|
433 | Top = 68
|
---|
434 | Width = 48
|
---|
435 | Caption = 'Pager:'
|
---|
436 | ParentColor = False
|
---|
437 | ParentFont = False
|
---|
438 | end
|
---|
439 | object EditHomePager: TEdit
|
---|
440 | Left = 605
|
---|
441 | Height = 33
|
---|
442 | Top = 60
|
---|
443 | Width = 254
|
---|
444 | ParentFont = False
|
---|
445 | TabOrder = 4
|
---|
446 | end
|
---|
447 | object Label40: TLabel
|
---|
448 | Left = 16
|
---|
449 | Height = 25
|
---|
450 | Top = 168
|
---|
451 | Width = 107
|
---|
452 | Caption = 'Web address:'
|
---|
453 | ParentColor = False
|
---|
454 | ParentFont = False
|
---|
455 | end
|
---|
456 | object EditHomeWeb: TEdit
|
---|
457 | Left = 173
|
---|
458 | Height = 33
|
---|
459 | Top = 161
|
---|
460 | Width = 641
|
---|
461 | ParentFont = False
|
---|
462 | TabOrder = 5
|
---|
463 | end
|
---|
464 | object GroupBox1: TGroupBox
|
---|
465 | Left = 10
|
---|
466 | Height = 276
|
---|
467 | Top = 216
|
---|
468 | Width = 818
|
---|
469 | Anchors = [akTop, akLeft, akRight]
|
---|
470 | Caption = 'Address'
|
---|
471 | ClientHeight = 246
|
---|
472 | ClientWidth = 814
|
---|
473 | TabOrder = 6
|
---|
474 | object Label36: TLabel
|
---|
475 | Left = 10
|
---|
476 | Height = 25
|
---|
477 | Top = 18
|
---|
478 | Width = 49
|
---|
479 | Caption = 'Street:'
|
---|
480 | ParentColor = False
|
---|
481 | ParentFont = False
|
---|
482 | end
|
---|
483 | object Label37: TLabel
|
---|
484 | Left = 10
|
---|
485 | Height = 25
|
---|
486 | Top = 66
|
---|
487 | Width = 126
|
---|
488 | Caption = 'Extended street:'
|
---|
489 | ParentColor = False
|
---|
490 | ParentFont = False
|
---|
491 | end
|
---|
492 | object EditHomeAddressStreetExtended: TEdit
|
---|
493 | Left = 173
|
---|
494 | Height = 33
|
---|
495 | Top = 56
|
---|
496 | Width = 254
|
---|
497 | ParentFont = False
|
---|
498 | TabOrder = 2
|
---|
499 | end
|
---|
500 | object EditHomeAddressStreet: TEdit
|
---|
501 | Left = 173
|
---|
502 | Height = 33
|
---|
503 | Top = 8
|
---|
504 | Width = 254
|
---|
505 | ParentFont = False
|
---|
506 | TabOrder = 0
|
---|
507 | end
|
---|
508 | object Label38: TLabel
|
---|
509 | Left = 10
|
---|
510 | Height = 25
|
---|
511 | Top = 112
|
---|
512 | Width = 59
|
---|
513 | Caption = 'Region:'
|
---|
514 | ParentColor = False
|
---|
515 | ParentFont = False
|
---|
516 | end
|
---|
517 | object EditHomeAddressRegion: TEdit
|
---|
518 | Left = 173
|
---|
519 | Height = 33
|
---|
520 | Top = 104
|
---|
521 | Width = 254
|
---|
522 | ParentFont = False
|
---|
523 | TabOrder = 4
|
---|
524 | end
|
---|
525 | object EditHomeAddressCountry: TEdit
|
---|
526 | Left = 173
|
---|
527 | Height = 33
|
---|
528 | Top = 152
|
---|
529 | Width = 254
|
---|
530 | ParentFont = False
|
---|
531 | TabOrder = 5
|
---|
532 | end
|
---|
533 | object Label39: TLabel
|
---|
534 | Left = 10
|
---|
535 | Height = 25
|
---|
536 | Top = 160
|
---|
537 | Width = 67
|
---|
538 | Caption = 'Country:'
|
---|
539 | ParentColor = False
|
---|
540 | ParentFont = False
|
---|
541 | end
|
---|
542 | object Label41: TLabel
|
---|
543 | Left = 451
|
---|
544 | Height = 25
|
---|
545 | Top = 160
|
---|
546 | Width = 95
|
---|
547 | Caption = 'Postal code:'
|
---|
548 | ParentColor = False
|
---|
549 | ParentFont = False
|
---|
550 | end
|
---|
551 | object EditHomeAddressPostalCode: TEdit
|
---|
552 | Left = 588
|
---|
553 | Height = 33
|
---|
554 | Top = 152
|
---|
555 | Width = 254
|
---|
556 | ParentFont = False
|
---|
557 | TabOrder = 6
|
---|
558 | end
|
---|
559 | object EditHomeAddressCity: TEdit
|
---|
560 | Left = 588
|
---|
561 | Height = 33
|
---|
562 | Top = 56
|
---|
563 | Width = 254
|
---|
564 | ParentFont = False
|
---|
565 | TabOrder = 3
|
---|
566 | end
|
---|
567 | object Label42: TLabel
|
---|
568 | Left = 451
|
---|
569 | Height = 25
|
---|
570 | Top = 64
|
---|
571 | Width = 34
|
---|
572 | Caption = 'City:'
|
---|
573 | ParentColor = False
|
---|
574 | ParentFont = False
|
---|
575 | end
|
---|
576 | object Label43: TLabel
|
---|
577 | Left = 451
|
---|
578 | Height = 25
|
---|
579 | Top = 16
|
---|
580 | Width = 122
|
---|
581 | Caption = 'Post office box:'
|
---|
582 | ParentColor = False
|
---|
583 | ParentFont = False
|
---|
584 | end
|
---|
585 | object EditHomeAddressPostOfficeBox: TEdit
|
---|
586 | Left = 588
|
---|
587 | Height = 33
|
---|
588 | Top = 8
|
---|
589 | Width = 254
|
---|
590 | ParentFont = False
|
---|
591 | TabOrder = 1
|
---|
592 | end
|
---|
593 | object ButtonHomeAddressShow: TButton
|
---|
594 | Left = 10
|
---|
595 | Height = 37
|
---|
596 | Top = 200
|
---|
597 | Width = 175
|
---|
598 | Caption = 'Show on map'
|
---|
599 | OnClick = ButtonHomeAddressShowClick
|
---|
600 | TabOrder = 7
|
---|
601 | end
|
---|
602 | end
|
---|
603 | object Label12: TLabel
|
---|
604 | Left = 16
|
---|
605 | Height = 25
|
---|
606 | Top = 64
|
---|
607 | Width = 59
|
---|
608 | Caption = 'Mobile:'
|
---|
609 | ParentColor = False
|
---|
610 | ParentFont = False
|
---|
611 | end
|
---|
612 | object Label13: TLabel
|
---|
613 | Left = 16
|
---|
614 | Height = 25
|
---|
615 | Top = 20
|
---|
616 | Width = 54
|
---|
617 | Caption = 'Phone:'
|
---|
618 | ParentColor = False
|
---|
619 | ParentFont = False
|
---|
620 | end
|
---|
621 | object SpeedButtonHomeWeb: TSpeedButton
|
---|
622 | Left = 818
|
---|
623 | Height = 41
|
---|
624 | Hint = 'Open in web browser'
|
---|
625 | Top = 160
|
---|
626 | Width = 41
|
---|
627 | Images = Core.ImageList1
|
---|
628 | ImageIndex = 15
|
---|
629 | OnClick = SpeedButtonHomeWebClick
|
---|
630 | ShowHint = True
|
---|
631 | ParentShowHint = False
|
---|
632 | end
|
---|
633 | object SpeedButtonHomeEmail: TSpeedButton
|
---|
634 | Left = 386
|
---|
635 | Height = 41
|
---|
636 | Hint = 'Open in email client'
|
---|
637 | Top = 112
|
---|
638 | Width = 41
|
---|
639 | Images = Core.ImageList1
|
---|
640 | ImageIndex = 16
|
---|
641 | OnClick = SpeedButtonHomeEmailClick
|
---|
642 | ShowHint = True
|
---|
643 | ParentShowHint = False
|
---|
644 | end
|
---|
645 | end
|
---|
646 | end
|
---|
647 | object TabSheetWork: TTabSheet
|
---|
648 | Caption = 'Work'
|
---|
649 | ClientHeight = 608
|
---|
650 | ClientWidth = 916
|
---|
651 | OnHide = TabSheetWorkHide
|
---|
652 | OnShow = TabSheetWorkShow
|
---|
653 | object Panel3: TPanel
|
---|
654 | Left = 0
|
---|
655 | Height = 608
|
---|
656 | Top = 0
|
---|
657 | Width = 916
|
---|
658 | Align = alClient
|
---|
659 | BevelOuter = bvNone
|
---|
660 | ClientHeight = 608
|
---|
661 | ClientWidth = 916
|
---|
662 | TabOrder = 0
|
---|
663 | object EditOrganization: TEdit
|
---|
664 | Left = 173
|
---|
665 | Height = 33
|
---|
666 | Top = 64
|
---|
667 | Width = 254
|
---|
668 | ParentFont = False
|
---|
669 | TabOrder = 0
|
---|
670 | end
|
---|
671 | object LabelOrganization: TLabel
|
---|
672 | Left = 10
|
---|
673 | Height = 25
|
---|
674 | Top = 70
|
---|
675 | Width = 106
|
---|
676 | Caption = 'Organization:'
|
---|
677 | ParentColor = False
|
---|
678 | ParentFont = False
|
---|
679 | end
|
---|
680 | object LabelOrganization1: TLabel
|
---|
681 | Left = 451
|
---|
682 | Height = 25
|
---|
683 | Top = 24
|
---|
684 | Width = 99
|
---|
685 | Caption = 'Department:'
|
---|
686 | ParentColor = False
|
---|
687 | ParentFont = False
|
---|
688 | end
|
---|
689 | object EditDepartment: TEdit
|
---|
690 | Left = 608
|
---|
691 | Height = 33
|
---|
692 | Top = 20
|
---|
693 | Width = 254
|
---|
694 | ParentFont = False
|
---|
695 | TabOrder = 1
|
---|
696 | end
|
---|
697 | object Label18: TLabel
|
---|
698 | Left = 10
|
---|
699 | Height = 25
|
---|
700 | Top = 20
|
---|
701 | Width = 36
|
---|
702 | Caption = 'Title:'
|
---|
703 | ParentColor = False
|
---|
704 | ParentFont = False
|
---|
705 | end
|
---|
706 | object EditTitle: TEdit
|
---|
707 | Left = 173
|
---|
708 | Height = 33
|
---|
709 | Top = 16
|
---|
710 | Width = 254
|
---|
711 | ParentFont = False
|
---|
712 | TabOrder = 2
|
---|
713 | end
|
---|
714 | object EditWorkWeb: TEdit
|
---|
715 | Left = 173
|
---|
716 | Height = 33
|
---|
717 | Top = 256
|
---|
718 | Width = 641
|
---|
719 | ParentFont = False
|
---|
720 | TabOrder = 3
|
---|
721 | end
|
---|
722 | object Label32: TLabel
|
---|
723 | Left = 10
|
---|
724 | Height = 25
|
---|
725 | Top = 264
|
---|
726 | Width = 107
|
---|
727 | Caption = 'Web address:'
|
---|
728 | ParentColor = False
|
---|
729 | ParentFont = False
|
---|
730 | end
|
---|
731 | object GroupBox2: TGroupBox
|
---|
732 | Left = 8
|
---|
733 | Height = 272
|
---|
734 | Top = 312
|
---|
735 | Width = 883
|
---|
736 | Caption = 'Address'
|
---|
737 | ClientHeight = 242
|
---|
738 | ClientWidth = 879
|
---|
739 | TabOrder = 4
|
---|
740 | object Label31: TLabel
|
---|
741 | Left = 10
|
---|
742 | Height = 25
|
---|
743 | Top = 160
|
---|
744 | Width = 67
|
---|
745 | Caption = 'Country:'
|
---|
746 | ParentColor = False
|
---|
747 | ParentFont = False
|
---|
748 | end
|
---|
749 | object EditWorkAddressCountry: TEdit
|
---|
750 | Left = 173
|
---|
751 | Height = 33
|
---|
752 | Top = 152
|
---|
753 | Width = 254
|
---|
754 | ParentFont = False
|
---|
755 | TabOrder = 5
|
---|
756 | end
|
---|
757 | object EditWorkAddressRegion: TEdit
|
---|
758 | Left = 173
|
---|
759 | Height = 33
|
---|
760 | Top = 104
|
---|
761 | Width = 254
|
---|
762 | ParentFont = False
|
---|
763 | TabOrder = 4
|
---|
764 | end
|
---|
765 | object Label30: TLabel
|
---|
766 | Left = 10
|
---|
767 | Height = 25
|
---|
768 | Top = 112
|
---|
769 | Width = 59
|
---|
770 | Caption = 'Region:'
|
---|
771 | ParentColor = False
|
---|
772 | ParentFont = False
|
---|
773 | end
|
---|
774 | object Label35: TLabel
|
---|
775 | Left = 10
|
---|
776 | Height = 25
|
---|
777 | Top = 64
|
---|
778 | Width = 126
|
---|
779 | Caption = 'Extended street:'
|
---|
780 | ParentColor = False
|
---|
781 | ParentFont = False
|
---|
782 | end
|
---|
783 | object EditWorkAddressStreetExtended: TEdit
|
---|
784 | Left = 173
|
---|
785 | Height = 33
|
---|
786 | Top = 56
|
---|
787 | Width = 254
|
---|
788 | ParentFont = False
|
---|
789 | TabOrder = 2
|
---|
790 | end
|
---|
791 | object Label28: TLabel
|
---|
792 | Left = 10
|
---|
793 | Height = 25
|
---|
794 | Top = 18
|
---|
795 | Width = 49
|
---|
796 | Caption = 'Street:'
|
---|
797 | ParentColor = False
|
---|
798 | ParentFont = False
|
---|
799 | end
|
---|
800 | object EditWorkAddressStreet: TEdit
|
---|
801 | Left = 173
|
---|
802 | Height = 33
|
---|
803 | Top = 8
|
---|
804 | Width = 254
|
---|
805 | ParentFont = False
|
---|
806 | TabOrder = 0
|
---|
807 | end
|
---|
808 | object Label34: TLabel
|
---|
809 | Left = 451
|
---|
810 | Height = 25
|
---|
811 | Top = 18
|
---|
812 | Width = 122
|
---|
813 | Caption = 'Post office box:'
|
---|
814 | ParentColor = False
|
---|
815 | ParentFont = False
|
---|
816 | end
|
---|
817 | object EditWorkAddressPostOfficeBox: TEdit
|
---|
818 | Left = 608
|
---|
819 | Height = 33
|
---|
820 | Top = 8
|
---|
821 | Width = 254
|
---|
822 | ParentFont = False
|
---|
823 | TabOrder = 1
|
---|
824 | end
|
---|
825 | object EditWorkAddressCity: TEdit
|
---|
826 | Left = 608
|
---|
827 | Height = 33
|
---|
828 | Top = 56
|
---|
829 | Width = 254
|
---|
830 | ParentFont = False
|
---|
831 | TabOrder = 3
|
---|
832 | end
|
---|
833 | object Label29: TLabel
|
---|
834 | Left = 451
|
---|
835 | Height = 25
|
---|
836 | Top = 64
|
---|
837 | Width = 34
|
---|
838 | Caption = 'City:'
|
---|
839 | ParentColor = False
|
---|
840 | ParentFont = False
|
---|
841 | end
|
---|
842 | object EditWorkAddressPostalCode: TEdit
|
---|
843 | Left = 608
|
---|
844 | Height = 33
|
---|
845 | Top = 142
|
---|
846 | Width = 254
|
---|
847 | ParentFont = False
|
---|
848 | TabOrder = 6
|
---|
849 | end
|
---|
850 | object Label33: TLabel
|
---|
851 | Left = 451
|
---|
852 | Height = 25
|
---|
853 | Top = 150
|
---|
854 | Width = 95
|
---|
855 | Caption = 'Postal code:'
|
---|
856 | ParentColor = False
|
---|
857 | ParentFont = False
|
---|
858 | end
|
---|
859 | object ButtonWorkAddressShow: TButton
|
---|
860 | Left = 10
|
---|
861 | Height = 37
|
---|
862 | Top = 200
|
---|
863 | Width = 175
|
---|
864 | Caption = 'Show on map'
|
---|
865 | OnClick = ButtonWorkAddressShowClick
|
---|
866 | TabOrder = 7
|
---|
867 | end
|
---|
868 | end
|
---|
869 | object Label15: TLabel
|
---|
870 | Left = 10
|
---|
871 | Height = 25
|
---|
872 | Top = 116
|
---|
873 | Width = 54
|
---|
874 | Caption = 'Phone:'
|
---|
875 | ParentColor = False
|
---|
876 | ParentFont = False
|
---|
877 | end
|
---|
878 | object EditWorkPhone: TEdit
|
---|
879 | Left = 173
|
---|
880 | Height = 33
|
---|
881 | Top = 112
|
---|
882 | Width = 254
|
---|
883 | ParentFont = False
|
---|
884 | TabOrder = 5
|
---|
885 | end
|
---|
886 | object Label16: TLabel
|
---|
887 | Left = 451
|
---|
888 | Height = 25
|
---|
889 | Top = 112
|
---|
890 | Width = 29
|
---|
891 | Caption = 'Fax:'
|
---|
892 | ParentColor = False
|
---|
893 | ParentFont = False
|
---|
894 | end
|
---|
895 | object EditWorkFax: TEdit
|
---|
896 | Left = 608
|
---|
897 | Height = 33
|
---|
898 | Top = 112
|
---|
899 | Width = 254
|
---|
900 | ParentFont = False
|
---|
901 | TabOrder = 6
|
---|
902 | end
|
---|
903 | object EditWorkPager: TEdit
|
---|
904 | Left = 608
|
---|
905 | Height = 33
|
---|
906 | Top = 156
|
---|
907 | Width = 254
|
---|
908 | ParentFont = False
|
---|
909 | TabOrder = 7
|
---|
910 | end
|
---|
911 | object Label17: TLabel
|
---|
912 | Left = 448
|
---|
913 | Height = 25
|
---|
914 | Top = 160
|
---|
915 | Width = 48
|
---|
916 | Caption = 'Pager:'
|
---|
917 | ParentColor = False
|
---|
918 | ParentFont = False
|
---|
919 | end
|
---|
920 | object EditWorkMobile: TEdit
|
---|
921 | Left = 173
|
---|
922 | Height = 33
|
---|
923 | Top = 160
|
---|
924 | Width = 254
|
---|
925 | ParentFont = False
|
---|
926 | TabOrder = 8
|
---|
927 | end
|
---|
928 | object Label19: TLabel
|
---|
929 | Left = 10
|
---|
930 | Height = 25
|
---|
931 | Top = 160
|
---|
932 | Width = 59
|
---|
933 | Caption = 'Mobile:'
|
---|
934 | ParentColor = False
|
---|
935 | ParentFont = False
|
---|
936 | end
|
---|
937 | object Label8: TLabel
|
---|
938 | Left = 10
|
---|
939 | Height = 25
|
---|
940 | Top = 210
|
---|
941 | Width = 53
|
---|
942 | Caption = 'E-mail:'
|
---|
943 | ParentColor = False
|
---|
944 | ParentFont = False
|
---|
945 | end
|
---|
946 | object EditWorkEmail: TEdit
|
---|
947 | Left = 173
|
---|
948 | Height = 33
|
---|
949 | Top = 210
|
---|
950 | Width = 209
|
---|
951 | ParentFont = False
|
---|
952 | TabOrder = 9
|
---|
953 | end
|
---|
954 | object SpeedButtonWorkWeb: TSpeedButton
|
---|
955 | Left = 821
|
---|
956 | Height = 41
|
---|
957 | Hint = 'Open in web browser'
|
---|
958 | Top = 256
|
---|
959 | Width = 41
|
---|
960 | Images = Core.ImageList1
|
---|
961 | ImageIndex = 15
|
---|
962 | OnClick = SpeedButtonWorkWebClick
|
---|
963 | ShowHint = True
|
---|
964 | ParentShowHint = False
|
---|
965 | end
|
---|
966 | object SpeedButtonWorkEmail: TSpeedButton
|
---|
967 | Left = 386
|
---|
968 | Height = 41
|
---|
969 | Hint = 'Open in email client'
|
---|
970 | Top = 210
|
---|
971 | Width = 41
|
---|
972 | Images = Core.ImageList1
|
---|
973 | ImageIndex = 16
|
---|
974 | OnClick = SpeedButtonWorkEmailClick
|
---|
975 | ShowHint = True
|
---|
976 | ParentShowHint = False
|
---|
977 | end
|
---|
978 | end
|
---|
979 | end
|
---|
980 | object TabSheetChat: TTabSheet
|
---|
981 | Caption = 'Chat'
|
---|
982 | ClientHeight = 608
|
---|
983 | ClientWidth = 916
|
---|
984 | OnHide = TabSheetChatHide
|
---|
985 | OnShow = TabSheetChatShow
|
---|
986 | object Panel4: TPanel
|
---|
987 | Left = 0
|
---|
988 | Height = 608
|
---|
989 | Top = 0
|
---|
990 | Width = 916
|
---|
991 | Align = alClient
|
---|
992 | BevelOuter = bvNone
|
---|
993 | ClientHeight = 608
|
---|
994 | ClientWidth = 916
|
---|
995 | TabOrder = 0
|
---|
996 | object Label20: TLabel
|
---|
997 | Left = 10
|
---|
998 | Height = 25
|
---|
999 | Top = 24
|
---|
1000 | Width = 56
|
---|
1001 | Caption = 'Jabber:'
|
---|
1002 | ParentColor = False
|
---|
1003 | ParentFont = False
|
---|
1004 | end
|
---|
1005 | object EditJabber: TEdit
|
---|
1006 | Left = 173
|
---|
1007 | Height = 33
|
---|
1008 | Top = 16
|
---|
1009 | Width = 254
|
---|
1010 | ParentFont = False
|
---|
1011 | TabOrder = 0
|
---|
1012 | end
|
---|
1013 | object LabelOrganization2: TLabel
|
---|
1014 | Left = 10
|
---|
1015 | Height = 25
|
---|
1016 | Top = 264
|
---|
1017 | Width = 52
|
---|
1018 | Caption = 'Skype:'
|
---|
1019 | ParentColor = False
|
---|
1020 | ParentFont = False
|
---|
1021 | end
|
---|
1022 | object EditSkype: TEdit
|
---|
1023 | Left = 173
|
---|
1024 | Height = 33
|
---|
1025 | Top = 256
|
---|
1026 | Width = 254
|
---|
1027 | ParentFont = False
|
---|
1028 | TabOrder = 1
|
---|
1029 | end
|
---|
1030 | object Label21: TLabel
|
---|
1031 | Left = 10
|
---|
1032 | Height = 25
|
---|
1033 | Top = 72
|
---|
1034 | Width = 43
|
---|
1035 | Caption = 'MSN:'
|
---|
1036 | ParentColor = False
|
---|
1037 | ParentFont = False
|
---|
1038 | end
|
---|
1039 | object EditMsn: TEdit
|
---|
1040 | Left = 173
|
---|
1041 | Height = 33
|
---|
1042 | Top = 64
|
---|
1043 | Width = 254
|
---|
1044 | ParentFont = False
|
---|
1045 | TabOrder = 2
|
---|
1046 | end
|
---|
1047 | object LabelOrganization3: TLabel
|
---|
1048 | Left = 451
|
---|
1049 | Height = 25
|
---|
1050 | Top = 72
|
---|
1051 | Width = 34
|
---|
1052 | Caption = 'ICQ:'
|
---|
1053 | ParentColor = False
|
---|
1054 | ParentFont = False
|
---|
1055 | end
|
---|
1056 | object EditIcq: TEdit
|
---|
1057 | Left = 608
|
---|
1058 | Height = 33
|
---|
1059 | Top = 68
|
---|
1060 | Width = 254
|
---|
1061 | ParentFont = False
|
---|
1062 | TabOrder = 3
|
---|
1063 | end
|
---|
1064 | object Label23: TLabel
|
---|
1065 | Left = 10
|
---|
1066 | Height = 25
|
---|
1067 | Top = 120
|
---|
1068 | Width = 31
|
---|
1069 | Caption = 'IRC:'
|
---|
1070 | ParentColor = False
|
---|
1071 | ParentFont = False
|
---|
1072 | end
|
---|
1073 | object EditIrc: TEdit
|
---|
1074 | Left = 173
|
---|
1075 | Height = 33
|
---|
1076 | Top = 112
|
---|
1077 | Width = 254
|
---|
1078 | ParentFont = False
|
---|
1079 | TabOrder = 4
|
---|
1080 | end
|
---|
1081 | object LabelOrganization4: TLabel
|
---|
1082 | Left = 451
|
---|
1083 | Height = 25
|
---|
1084 | Top = 120
|
---|
1085 | Width = 37
|
---|
1086 | Caption = 'AIM:'
|
---|
1087 | ParentColor = False
|
---|
1088 | ParentFont = False
|
---|
1089 | end
|
---|
1090 | object EditAim: TEdit
|
---|
1091 | Left = 608
|
---|
1092 | Height = 33
|
---|
1093 | Top = 116
|
---|
1094 | Width = 254
|
---|
1095 | ParentFont = False
|
---|
1096 | TabOrder = 5
|
---|
1097 | end
|
---|
1098 | object Label47: TLabel
|
---|
1099 | Left = 10
|
---|
1100 | Height = 25
|
---|
1101 | Top = 168
|
---|
1102 | Width = 96
|
---|
1103 | Caption = 'Google Talk:'
|
---|
1104 | ParentColor = False
|
---|
1105 | ParentFont = False
|
---|
1106 | end
|
---|
1107 | object EditGoogleTalk: TEdit
|
---|
1108 | Left = 173
|
---|
1109 | Height = 33
|
---|
1110 | Top = 160
|
---|
1111 | Width = 254
|
---|
1112 | ParentFont = False
|
---|
1113 | TabOrder = 6
|
---|
1114 | end
|
---|
1115 | object LabelOrganization5: TLabel
|
---|
1116 | Left = 451
|
---|
1117 | Height = 25
|
---|
1118 | Top = 168
|
---|
1119 | Width = 58
|
---|
1120 | Caption = 'Yahoo!:'
|
---|
1121 | ParentColor = False
|
---|
1122 | ParentFont = False
|
---|
1123 | end
|
---|
1124 | object EditYahoo: TEdit
|
---|
1125 | Left = 608
|
---|
1126 | Height = 33
|
---|
1127 | Top = 164
|
---|
1128 | Width = 254
|
---|
1129 | ParentFont = False
|
---|
1130 | TabOrder = 7
|
---|
1131 | end
|
---|
1132 | object Label48: TLabel
|
---|
1133 | Left = 10
|
---|
1134 | Height = 25
|
---|
1135 | Top = 216
|
---|
1136 | Width = 113
|
---|
1137 | Caption = 'Windows Live:'
|
---|
1138 | ParentColor = False
|
---|
1139 | ParentFont = False
|
---|
1140 | end
|
---|
1141 | object EditWindowsLive: TEdit
|
---|
1142 | Left = 173
|
---|
1143 | Height = 33
|
---|
1144 | Top = 208
|
---|
1145 | Width = 254
|
---|
1146 | ParentFont = False
|
---|
1147 | TabOrder = 8
|
---|
1148 | end
|
---|
1149 | object LabelOrganization6: TLabel
|
---|
1150 | Left = 451
|
---|
1151 | Height = 25
|
---|
1152 | Top = 216
|
---|
1153 | Width = 32
|
---|
1154 | Caption = 'QQ:'
|
---|
1155 | ParentColor = False
|
---|
1156 | ParentFont = False
|
---|
1157 | end
|
---|
1158 | object EditQq: TEdit
|
---|
1159 | Left = 608
|
---|
1160 | Height = 33
|
---|
1161 | Top = 212
|
---|
1162 | Width = 254
|
---|
1163 | ParentFont = False
|
---|
1164 | TabOrder = 9
|
---|
1165 | end
|
---|
1166 | object Label55: TLabel
|
---|
1167 | Left = 451
|
---|
1168 | Height = 25
|
---|
1169 | Top = 24
|
---|
1170 | Width = 53
|
---|
1171 | Caption = 'Matrix:'
|
---|
1172 | ParentColor = False
|
---|
1173 | ParentFont = False
|
---|
1174 | end
|
---|
1175 | object EditMatrix: TEdit
|
---|
1176 | Left = 608
|
---|
1177 | Height = 33
|
---|
1178 | Top = 20
|
---|
1179 | Width = 254
|
---|
1180 | ParentFont = False
|
---|
1181 | TabOrder = 10
|
---|
1182 | end
|
---|
1183 | object Label57: TLabel
|
---|
1184 | Left = 10
|
---|
1185 | Height = 25
|
---|
1186 | Top = 312
|
---|
1187 | Width = 92
|
---|
1188 | Caption = 'GroupWise:'
|
---|
1189 | ParentColor = False
|
---|
1190 | ParentFont = False
|
---|
1191 | end
|
---|
1192 | object EditGroupWise: TEdit
|
---|
1193 | Left = 173
|
---|
1194 | Height = 33
|
---|
1195 | Top = 304
|
---|
1196 | Width = 254
|
---|
1197 | ParentFont = False
|
---|
1198 | TabOrder = 11
|
---|
1199 | end
|
---|
1200 | object LabelOrganization12: TLabel
|
---|
1201 | Left = 451
|
---|
1202 | Height = 25
|
---|
1203 | Top = 312
|
---|
1204 | Width = 88
|
---|
1205 | Caption = 'GaduGadu:'
|
---|
1206 | ParentColor = False
|
---|
1207 | ParentFont = False
|
---|
1208 | end
|
---|
1209 | object EditGaduGadu: TEdit
|
---|
1210 | Left = 608
|
---|
1211 | Height = 33
|
---|
1212 | Top = 308
|
---|
1213 | Width = 254
|
---|
1214 | ParentFont = False
|
---|
1215 | TabOrder = 12
|
---|
1216 | end
|
---|
1217 | end
|
---|
1218 | end
|
---|
1219 | object TabSheetSocial: TTabSheet
|
---|
1220 | Caption = 'Social'
|
---|
1221 | ClientHeight = 608
|
---|
1222 | ClientWidth = 916
|
---|
1223 | OnHide = TabSheetSocialHide
|
---|
1224 | OnShow = TabSheetSocialShow
|
---|
1225 | object Panel5: TPanel
|
---|
1226 | Left = 0
|
---|
1227 | Height = 608
|
---|
1228 | Top = 0
|
---|
1229 | Width = 916
|
---|
1230 | Align = alClient
|
---|
1231 | BevelOuter = bvNone
|
---|
1232 | ClientHeight = 608
|
---|
1233 | ClientWidth = 916
|
---|
1234 | TabOrder = 0
|
---|
1235 | object Label50: TLabel
|
---|
1236 | Left = 451
|
---|
1237 | Height = 25
|
---|
1238 | Top = 164
|
---|
1239 | Width = 74
|
---|
1240 | Caption = 'Myspace:'
|
---|
1241 | ParentColor = False
|
---|
1242 | ParentFont = False
|
---|
1243 | end
|
---|
1244 | object EditMySpace: TEdit
|
---|
1245 | Left = 608
|
---|
1246 | Height = 33
|
---|
1247 | Top = 160
|
---|
1248 | Width = 254
|
---|
1249 | ParentFont = False
|
---|
1250 | TabOrder = 0
|
---|
1251 | end
|
---|
1252 | object EditTwitter: TEdit
|
---|
1253 | Left = 173
|
---|
1254 | Height = 33
|
---|
1255 | Top = 64
|
---|
1256 | Width = 254
|
---|
1257 | ParentFont = False
|
---|
1258 | TabOrder = 1
|
---|
1259 | end
|
---|
1260 | object Label51: TLabel
|
---|
1261 | Left = 10
|
---|
1262 | Height = 25
|
---|
1263 | Top = 68
|
---|
1264 | Width = 56
|
---|
1265 | Caption = 'Twitter:'
|
---|
1266 | ParentColor = False
|
---|
1267 | ParentFont = False
|
---|
1268 | end
|
---|
1269 | object Label52: TLabel
|
---|
1270 | Left = 10
|
---|
1271 | Height = 25
|
---|
1272 | Top = 116
|
---|
1273 | Width = 84
|
---|
1274 | Caption = 'Instagram:'
|
---|
1275 | ParentColor = False
|
---|
1276 | ParentFont = False
|
---|
1277 | end
|
---|
1278 | object Label53: TLabel
|
---|
1279 | Left = 10
|
---|
1280 | Height = 25
|
---|
1281 | Top = 164
|
---|
1282 | Width = 70
|
---|
1283 | Caption = 'LinkedIn:'
|
---|
1284 | ParentColor = False
|
---|
1285 | ParentFont = False
|
---|
1286 | end
|
---|
1287 | object Label54: TLabel
|
---|
1288 | Left = 10
|
---|
1289 | Height = 25
|
---|
1290 | Top = 212
|
---|
1291 | Width = 77
|
---|
1292 | Caption = 'Snapchat:'
|
---|
1293 | ParentColor = False
|
---|
1294 | ParentFont = False
|
---|
1295 | end
|
---|
1296 | object EditSnapchat: TEdit
|
---|
1297 | Left = 173
|
---|
1298 | Height = 33
|
---|
1299 | Top = 208
|
---|
1300 | Width = 254
|
---|
1301 | ParentFont = False
|
---|
1302 | TabOrder = 2
|
---|
1303 | end
|
---|
1304 | object EditLinkedIn: TEdit
|
---|
1305 | Left = 173
|
---|
1306 | Height = 33
|
---|
1307 | Top = 160
|
---|
1308 | Width = 254
|
---|
1309 | ParentFont = False
|
---|
1310 | TabOrder = 3
|
---|
1311 | end
|
---|
1312 | object EditInstagram: TEdit
|
---|
1313 | Left = 173
|
---|
1314 | Height = 33
|
---|
1315 | Top = 112
|
---|
1316 | Width = 254
|
---|
1317 | ParentFont = False
|
---|
1318 | TabOrder = 4
|
---|
1319 | end
|
---|
1320 | object LabelOrganization7: TLabel
|
---|
1321 | Left = 451
|
---|
1322 | Height = 25
|
---|
1323 | Top = 24
|
---|
1324 | Width = 76
|
---|
1325 | Caption = 'PeerTube:'
|
---|
1326 | ParentColor = False
|
---|
1327 | ParentFont = False
|
---|
1328 | end
|
---|
1329 | object LabelOrganization8: TLabel
|
---|
1330 | Left = 451
|
---|
1331 | Height = 25
|
---|
1332 | Top = 116
|
---|
1333 | Width = 72
|
---|
1334 | Caption = 'YouTube:'
|
---|
1335 | ParentColor = False
|
---|
1336 | ParentFont = False
|
---|
1337 | end
|
---|
1338 | object EditMastodon: TEdit
|
---|
1339 | Left = 171
|
---|
1340 | Height = 33
|
---|
1341 | Top = 16
|
---|
1342 | Width = 254
|
---|
1343 | ParentFont = False
|
---|
1344 | TabOrder = 5
|
---|
1345 | end
|
---|
1346 | object LabelOrganization9: TLabel
|
---|
1347 | Left = 10
|
---|
1348 | Height = 25
|
---|
1349 | Top = 24
|
---|
1350 | Width = 86
|
---|
1351 | Caption = 'Mastodon:'
|
---|
1352 | ParentColor = False
|
---|
1353 | ParentFont = False
|
---|
1354 | end
|
---|
1355 | object LabelOrganization10: TLabel
|
---|
1356 | Left = 451
|
---|
1357 | Height = 25
|
---|
1358 | Top = 212
|
---|
1359 | Width = 55
|
---|
1360 | Caption = 'Reddit:'
|
---|
1361 | ParentColor = False
|
---|
1362 | ParentFont = False
|
---|
1363 | end
|
---|
1364 | object EditReddit: TEdit
|
---|
1365 | Left = 608
|
---|
1366 | Height = 33
|
---|
1367 | Top = 208
|
---|
1368 | Width = 254
|
---|
1369 | ParentFont = False
|
---|
1370 | TabOrder = 6
|
---|
1371 | end
|
---|
1372 | object EditPeerTube: TEdit
|
---|
1373 | Left = 608
|
---|
1374 | Height = 33
|
---|
1375 | Top = 16
|
---|
1376 | Width = 254
|
---|
1377 | ParentFont = False
|
---|
1378 | TabOrder = 7
|
---|
1379 | end
|
---|
1380 | object EditYouTube: TEdit
|
---|
1381 | Left = 608
|
---|
1382 | Height = 33
|
---|
1383 | Top = 112
|
---|
1384 | Width = 254
|
---|
1385 | ParentFont = False
|
---|
1386 | TabOrder = 8
|
---|
1387 | end
|
---|
1388 | object EditFacebook: TEdit
|
---|
1389 | Left = 608
|
---|
1390 | Height = 33
|
---|
1391 | Top = 64
|
---|
1392 | Width = 254
|
---|
1393 | ParentFont = False
|
---|
1394 | TabOrder = 9
|
---|
1395 | end
|
---|
1396 | object LabelOrganization11: TLabel
|
---|
1397 | Left = 451
|
---|
1398 | Height = 25
|
---|
1399 | Top = 68
|
---|
1400 | Width = 80
|
---|
1401 | Caption = 'Facebook:'
|
---|
1402 | ParentColor = False
|
---|
1403 | ParentFont = False
|
---|
1404 | end
|
---|
1405 | end
|
---|
1406 | end
|
---|
1407 | object TabSheetOthers: TTabSheet
|
---|
1408 | Caption = 'Others'
|
---|
1409 | ClientHeight = 608
|
---|
1410 | ClientWidth = 916
|
---|
1411 | OnHide = TabSheetOthersHide
|
---|
1412 | OnShow = TabSheetOthersShow
|
---|
1413 | object PanelNotes: TPanel
|
---|
1414 | Left = 0
|
---|
1415 | Height = 608
|
---|
1416 | Top = 0
|
---|
1417 | Width = 540
|
---|
1418 | Align = alClient
|
---|
1419 | BevelOuter = bvNone
|
---|
1420 | ClientHeight = 608
|
---|
1421 | ClientWidth = 540
|
---|
1422 | TabOrder = 0
|
---|
1423 | object MemoNotes: TMemo
|
---|
1424 | Left = 8
|
---|
1425 | Height = 545
|
---|
1426 | Top = 47
|
---|
1427 | Width = 520
|
---|
1428 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
1429 | ParentFont = False
|
---|
1430 | ParentShowHint = False
|
---|
1431 | ScrollBars = ssAutoBoth
|
---|
1432 | TabOrder = 0
|
---|
1433 | end
|
---|
1434 | object Label6: TLabel
|
---|
1435 | Left = 8
|
---|
1436 | Height = 25
|
---|
1437 | Top = 16
|
---|
1438 | Width = 51
|
---|
1439 | Caption = 'Notes:'
|
---|
1440 | ParentColor = False
|
---|
1441 | ParentFont = False
|
---|
1442 | end
|
---|
1443 | end
|
---|
1444 | object Splitter1: TSplitter
|
---|
1445 | Left = 540
|
---|
1446 | Height = 608
|
---|
1447 | Top = 0
|
---|
1448 | Width = 8
|
---|
1449 | Align = alRight
|
---|
1450 | ResizeAnchor = akRight
|
---|
1451 | end
|
---|
1452 | object PanelQrCode: TPanel
|
---|
1453 | Left = 548
|
---|
1454 | Height = 608
|
---|
1455 | Top = 0
|
---|
1456 | Width = 368
|
---|
1457 | Align = alRight
|
---|
1458 | BevelOuter = bvNone
|
---|
1459 | ClientHeight = 608
|
---|
1460 | ClientWidth = 368
|
---|
1461 | TabOrder = 2
|
---|
1462 | OnResize = PanelQrCodeResize
|
---|
1463 | object Label1: TLabel
|
---|
1464 | Left = 8
|
---|
1465 | Height = 25
|
---|
1466 | Top = 16
|
---|
1467 | Width = 73
|
---|
1468 | Caption = 'QR code:'
|
---|
1469 | ParentColor = False
|
---|
1470 | end
|
---|
1471 | object BarcodeQR1: TBarcodeQR
|
---|
1472 | Left = 8
|
---|
1473 | Height = 313
|
---|
1474 | Top = 47
|
---|
1475 | Width = 336
|
---|
1476 | ParentColor = False
|
---|
1477 | Text = 'TBarcodeQR'
|
---|
1478 | end
|
---|
1479 | end
|
---|
1480 | end
|
---|
1481 | object TabSheetAll: TTabSheet
|
---|
1482 | Caption = 'All fields'
|
---|
1483 | OnShow = TabSheetAllShow
|
---|
1484 | ParentFont = False
|
---|
1485 | end
|
---|
1486 | end
|
---|
1487 | object ActionList1: TActionList
|
---|
1488 | Images = Core.ImageList1
|
---|
1489 | Left = 648
|
---|
1490 | Top = 480
|
---|
1491 | object APhotoLoad: TAction
|
---|
1492 | Caption = 'Load from file'
|
---|
1493 | OnExecute = APhotoLoadExecute
|
---|
1494 | end
|
---|
1495 | object APhotoSave: TAction
|
---|
1496 | Caption = 'Save to file'
|
---|
1497 | OnExecute = APhotoSaveExecute
|
---|
1498 | end
|
---|
1499 | object APhotoClear: TAction
|
---|
1500 | Caption = 'Clear'
|
---|
1501 | OnExecute = APhotoClearExecute
|
---|
1502 | end
|
---|
1503 | object APhotoShow: TAction
|
---|
1504 | Caption = 'Show'
|
---|
1505 | OnExecute = APhotoShowExecute
|
---|
1506 | end
|
---|
1507 | object APhotoSetUrl: TAction
|
---|
1508 | Caption = 'Set URL'
|
---|
1509 | OnExecute = APhotoSetUrlExecute
|
---|
1510 | end
|
---|
1511 | end
|
---|
1512 | object PopupMenuPhoto: TPopupMenu
|
---|
1513 | Images = Core.ImageList1
|
---|
1514 | Left = 832
|
---|
1515 | Top = 480
|
---|
1516 | object MenuItem4: TMenuItem
|
---|
1517 | Action = APhotoShow
|
---|
1518 | end
|
---|
1519 | object MenuItem1: TMenuItem
|
---|
1520 | Action = APhotoLoad
|
---|
1521 | end
|
---|
1522 | object MenuItem2: TMenuItem
|
---|
1523 | Action = APhotoSave
|
---|
1524 | end
|
---|
1525 | object MenuItem3: TMenuItem
|
---|
1526 | Action = APhotoClear
|
---|
1527 | end
|
---|
1528 | object MenuItem5: TMenuItem
|
---|
1529 | Action = APhotoSetUrl
|
---|
1530 | end
|
---|
1531 | end
|
---|
1532 | object OpenPictureDialog1: TOpenPictureDialog
|
---|
1533 | Left = 160
|
---|
1534 | Top = 488
|
---|
1535 | end
|
---|
1536 | object SavePictureDialog1: TSavePictureDialog
|
---|
1537 | Left = 56
|
---|
1538 | Top = 472
|
---|
1539 | end
|
---|
1540 | object CalendarDialog1: TCalendarDialog
|
---|
1541 | Title = 'Select date'
|
---|
1542 | Date = 44600
|
---|
1543 | OKCaption = '&OK'
|
---|
1544 | CancelCaption = 'Cancel'
|
---|
1545 | Left = 328
|
---|
1546 | Top = 464
|
---|
1547 | end
|
---|
1548 | object PopupMenuQrCode: TPopupMenu
|
---|
1549 | Left = 488
|
---|
1550 | Top = 480
|
---|
1551 | object MenuItemSaveQrToFile: TMenuItem
|
---|
1552 | Caption = 'Save to file'
|
---|
1553 | OnClick = MenuItemSaveQrToFileClick
|
---|
1554 | end
|
---|
1555 | end
|
---|
1556 | end
|
---|