Changeset 123 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Mar 16, 2022, 11:35:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r112 r123 1 1 object FormContact: TFormContact 2 Left = 10 633 Height = 7 734 Top = 44 95 Width = 103 22 Left = 1043 3 Height = 769 4 Top = 446 5 Width = 1033 6 6 Caption = 'Contact' 7 ClientHeight = 7 738 ClientWidth = 103 27 ClientHeight = 769 8 ClientWidth = 1033 9 9 DesignTimePPI = 150 10 10 OnClose = FormClose … … 14 14 LCLVersion = '2.2.0.4' 15 15 object ButtonCancel: TButton 16 Left = 90 016 Left = 901 17 17 Height = 39 18 Top = 7 2018 Top = 716 19 19 Width = 120 20 20 Anchors = [akRight, akBottom] … … 25 25 end 26 26 object ButtonOk: TButton 27 Left = 7 5927 Left = 760 28 28 Height = 39 29 Top = 7 2029 Top = 716 30 30 Width = 124 31 31 Anchors = [akRight, akBottom] … … 38 38 Left = 8 39 39 Height = 39 40 Top = 7 2040 Top = 716 41 41 Width = 124 42 42 Anchors = [akLeft, akBottom] … … 50 50 Left = 150 51 51 Height = 39 52 Top = 7 2052 Top = 716 53 53 Width = 120 54 54 Anchors = [akLeft, akBottom] … … 61 61 object PageControlContact: TPageControl 62 62 Left = 8 63 Height = 69 663 Height = 692 64 64 Top = 8 65 Width = 10 0966 ActivePage = TabSheet General65 Width = 1010 66 ActivePage = TabSheetOthers 67 67 Anchors = [akTop, akLeft, akRight, akBottom] 68 68 ParentFont = False 69 TabIndex = 069 TabIndex = 5 70 70 TabOrder = 4 71 71 object TabSheetGeneral: TTabSheet 72 72 Caption = 'General' 73 ClientHeight = 65 574 ClientWidth = 99973 ClientHeight = 651 74 ClientWidth = 1000 75 75 OnHide = TabSheetGeneralHide 76 76 OnShow = TabSheetGeneralShow … … 340 340 object TabSheetHome: TTabSheet 341 341 Caption = 'Home' 342 ClientHeight = 65 5343 ClientWidth = 999342 ClientHeight = 651 343 ClientWidth = 1000 344 344 OnHide = TabSheetHomeHide 345 345 OnShow = TabSheetHomeShow … … 429 429 Height = 287 430 430 Top = 225 431 Width = 89 7431 Width = 898 432 432 Anchors = [akTop, akLeft, akRight] 433 433 Caption = 'Address' 434 434 ClientHeight = 285 435 ClientWidth = 89 5435 ClientWidth = 896 436 436 TabOrder = 6 437 437 object Label36: TLabel … … 600 600 object TabSheetWork: TTabSheet 601 601 Caption = 'Work' 602 ClientHeight = 65 5603 ClientWidth = 999602 ClientHeight = 651 603 ClientWidth = 1000 604 604 OnHide = TabSheetWorkHide 605 605 OnShow = TabSheetWorkShow … … 906 906 object TabSheetChat: TTabSheet 907 907 Caption = 'Chat' 908 ClientHeight = 65 5909 ClientWidth = 999908 ClientHeight = 651 909 ClientWidth = 1000 910 910 OnHide = TabSheetChatHide 911 911 OnShow = TabSheetChatShow … … 1121 1121 object TabSheetSocial: TTabSheet 1122 1122 Caption = 'Social' 1123 ClientHeight = 65 51124 ClientWidth = 9991123 ClientHeight = 651 1124 ClientWidth = 1000 1125 1125 OnHide = TabSheetSocialHide 1126 1126 OnShow = TabSheetSocialShow … … 1288 1288 object TabSheetOthers: TTabSheet 1289 1289 Caption = 'Others' 1290 ClientHeight = 65 51291 ClientWidth = 9991290 ClientHeight = 651 1291 ClientWidth = 1000 1292 1292 OnHide = TabSheetOthersHide 1293 1293 OnShow = TabSheetOthersShow 1294 1294 object MemoNotes: TMemo 1295 1295 Left = 17 1296 Height = 2 931296 Height = 289 1297 1297 Top = 50 1298 Width = 9631298 Width = 671 1299 1299 Anchors = [akTop, akLeft, akRight, akBottom] 1300 1300 ParentFont = False … … 1310 1310 Caption = 'Notes:' 1311 1311 ParentFont = False 1312 end 1313 object BarcodeQR1: TBarcodeQR 1314 Left = 704 1315 Height = 286 1316 Top = 50 1317 Width = 280 1318 ParentColor = False 1319 Text = 'TBarcodeQR' 1320 end 1321 object Label1: TLabel 1322 Left = 704 1323 Height = 27 1324 Top = 16 1325 Width = 80 1326 Anchors = [akTop, akRight] 1327 Caption = 'QR code:' 1312 1328 end 1313 1329 end … … 1381 1397 Top = 608 1382 1398 end 1399 object PopupMenuQrCode: TPopupMenu 1400 Left = 528 1401 Top = 472 1402 object MenuItemSaveQrToFile: TMenuItem 1403 Caption = 'Save to file' 1404 OnClick = MenuItemSaveQrToFileClick 1405 end 1406 end 1383 1407 end
Note:
See TracChangeset
for help on using the changeset viewer.