Changeset 14 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Feb 4, 2018, 2:01:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.lfm
r13 r14 34 34 Width = 387 35 35 end> 36 MultiSelect = True 36 37 OwnerData = True 37 38 PopupMenu = PopupMenuContact … … 75 76 Action = AAdd 76 77 end 78 object MenuItem3: TMenuItem 79 Action = ARemove 80 end 77 81 object MenuItem2: TMenuItem 78 82 Action = AModify 79 83 end 80 object MenuItem 3: TMenuItem81 Action = A Remove84 object MenuItem4: TMenuItem 85 Action = ASelectAll 82 86 end 83 87 end … … 104 108 ShortCut = 46 105 109 end 110 object ASelectAll: TAction 111 Caption = 'Select all' 112 OnExecute = ASelectAllExecute 113 ShortCut = 16449 114 end 106 115 end 107 116 end
Note:
See TracChangeset
for help on using the changeset viewer.