source: tags/1.2.0/Forms/UFormContact.lfm

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