Changeset 31 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Nov 25, 2021, 1:18:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r30 r31 1 1 object FormContact: TFormContact 2 2 Left = 604 3 Height = 5884 Top = 4295 Width = 91 43 Height = 656 4 Top = 361 5 Width = 915 6 6 Caption = 'Contact' 7 ClientHeight = 5888 ClientWidth = 91 47 ClientHeight = 656 8 ClientWidth = 915 9 9 DesignTimePPI = 144 10 10 OnClose = FormClose … … 14 14 object PageControlContact: TPageControl 15 15 Left = 10 16 Height = 5 0816 Height = 576 17 17 Top = 10 18 Width = 89 218 Width = 893 19 19 ActivePage = TabSheetAll 20 20 Anchors = [akTop, akLeft, akRight, akBottom] … … 24 24 object TabSheetGeneral: TTabSheet 25 25 Caption = 'General' 26 ClientHeight = 46827 ClientWidth = 88 226 ClientHeight = 536 27 ClientWidth = 883 28 28 ParentFont = False 29 29 object Label1: TLabel … … 113 113 end 114 114 object MemoNotes: TMemo 115 Left = 16116 Height = 146115 Left = 240 116 Height = 282 117 117 Top = 230 118 Width = 846118 Width = 623 119 119 Anchors = [akTop, akLeft, akRight, akBottom] 120 120 ParentFont = False 121 ParentShowHint = False 122 ScrollBars = ssAutoBoth 121 123 TabOrder = 5 122 124 end 123 125 object Label6: TLabel 124 Left = 19126 Left = 240 125 127 Height = 24 126 128 Top = 202 … … 181 183 ParentFont = False 182 184 end 185 object ImagePhoto: TImage 186 Left = 16 187 Height = 208 188 Top = 232 189 Width = 207 190 Proportional = True 191 Stretch = True 192 end 193 object Label23: TLabel 194 Left = 16 195 Height = 24 196 Top = 200 197 Width = 55 198 Caption = 'Photo:' 199 ParentColor = False 200 ParentFont = False 201 end 183 202 end 184 203 object TabSheetDetails: TTabSheet 185 204 Caption = 'Details' 186 ClientHeight = 468187 ClientWidth = 88 2205 ClientHeight = 536 206 ClientWidth = 883 188 207 ParentFont = False 189 208 object Label7: TLabel … … 428 447 object TabSheetAll: TTabSheet 429 448 Caption = 'All fields' 430 ClientHeight = 468431 ClientWidth = 88 2449 ClientHeight = 536 450 ClientWidth = 883 432 451 OnShow = TabSheetAllShow 433 452 ParentFont = False 434 453 object ListView1: TListView 435 454 Left = 10 436 Height = 441455 Height = 509 437 456 Top = 19 438 Width = 86 4457 Width = 865 439 458 Anchors = [akTop, akLeft, akRight, akBottom] 440 459 Columns = < 441 460 item 442 Caption = 'Item' 443 Width = 240 461 Caption = 'Name' 462 Width = 100 463 end 464 item 465 Caption = 'Attributes' 466 Width = 200 444 467 end 445 468 item 446 469 Caption = 'Value' 447 Width = 609470 Width = 550 448 471 end> 449 472 OwnerData = True … … 460 483 end 461 484 object ButtonCancel: TButton 462 Left = 78 7485 Left = 788 463 486 Height = 37 464 Top = 538487 Top = 606 465 488 Width = 115 466 489 Anchors = [akRight, akBottom] … … 471 494 end 472 495 object ButtonOk: TButton 473 Left = 65 2496 Left = 653 474 497 Height = 37 475 Top = 538498 Top = 606 476 499 Width = 119 477 500 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.