Changeset 103 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Feb 9, 2022, 3:51:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r102 r103 1 1 object FormContact: TFormContact 2 Left = 1 1212 Left = 1063 3 3 Height = 773 4 Top = 4 724 Top = 449 5 5 Width = 1032 6 6 Caption = 'Contact' … … 18 18 Top = 8 19 19 Width = 1009 20 ActivePage = TabSheet Work20 ActivePage = TabSheetGeneral 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 22 ParentFont = False 23 TabIndex = 223 TabIndex = 0 24 24 TabOrder = 0 25 25 object TabSheetGeneral: TTabSheet … … 132 132 Width = 216 133 133 Center = True 134 OnClick = APhotoLoadExecute134 OnClick = ImagePhotoClick 135 135 PopupMenu = PopupMenuPhoto 136 136 Proportional = True … … 150 150 Top = 25 151 151 Width = 486 152 OnChange = EditFullNameChange 152 153 ParentFont = False 153 154 TabOrder = 0 … … 1390 1391 object ActionList1: TActionList 1391 1392 Images = Core.ImageList1 1392 Left = 6 171393 Top = 5501393 Left = 632 1394 Top = 608 1394 1395 object APhotoLoad: TAction 1395 1396 Caption = 'Load from file' … … 1404 1405 OnExecute = APhotoClearExecute 1405 1406 end 1407 object APhotoShow: TAction 1408 Caption = 'Show' 1409 OnExecute = APhotoShowExecute 1410 end 1411 object APhotoSetUrl: TAction 1412 Caption = 'Set URL' 1413 OnExecute = APhotoSetUrlExecute 1414 end 1406 1415 end 1407 1416 object PopupMenuPhoto: TPopupMenu 1408 1417 Images = Core.ImageList1 1409 Left = 872 1410 Top = 592 1418 Left = 864 1419 Top = 608 1420 object MenuItem4: TMenuItem 1421 Action = APhotoShow 1422 end 1411 1423 object MenuItem1: TMenuItem 1412 1424 Action = APhotoLoad … … 1417 1429 object MenuItem3: TMenuItem 1418 1430 Action = APhotoClear 1431 end 1432 object MenuItem5: TMenuItem 1433 Action = APhotoSetUrl 1419 1434 end 1420 1435 end
Note:
See TracChangeset
for help on using the changeset viewer.