Changeset 97 for trunk/Forms/UFormCategories.lfm
- Timestamp:
- Aug 22, 2016, 1:16:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCategories.lfm
r85 r97 26 26 Width = 440 27 27 end> 28 MultiSelect = True 28 29 OwnerData = True 29 30 PopupMenu = PopupMenuCategory … … 85 86 OnExecute = AModifyExecute 86 87 ShortCut = 13 88 end 89 object ASelectAll: TAction 90 Caption = 'Select all' 91 OnExecute = ASelectAllExecute 92 ShortCut = 16449 87 93 end 88 94 end … … 208 214 } 209 215 end 216 object MenuItem4: TMenuItem 217 Action = ASelectAll 218 end 210 219 end 211 220 end
Note:
See TracChangeset
for help on using the changeset viewer.