Changeset 30 for trunk/Forms/UFormImportFormats.lfm
- Timestamp:
- Jul 12, 2016, 5:56:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormats.lfm
r22 r30 37 37 object AAdd: TAction 38 38 Caption = 'Add' 39 ImageIndex = 0 39 40 OnExecute = AAddExecute 40 41 ShortCut = 45 … … 42 43 object ARemove: TAction 43 44 Caption = 'Remove' 45 ImageIndex = 4 44 46 OnExecute = ARemoveExecute 45 47 ShortCut = 46 … … 47 49 object AModify: TAction 48 50 Caption = 'Modify' 51 ImageIndex = 3 49 52 OnExecute = AModifyExecute 50 53 ShortCut = 13
Note:
See TracChangeset
for help on using the changeset viewer.