Changeset 56 for trunk/IDE/Forms/UFormProject.lfm
- Timestamp:
- Jul 13, 2012, 2:10:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UFormProject.lfm
r55 r56 47 47 object ADelete: TAction 48 48 Caption = 'Delete' 49 OnExecute = ADeleteExecute 49 50 end 50 51 object ARename: TAction 51 52 Caption = 'Rename' 53 OnExecute = ARenameExecute 52 54 end 53 55 object AShow: TAction 54 56 Caption = 'Show' 57 OnExecute = AShowExecute 55 58 end 56 59 end
Note:
See TracChangeset
for help on using the changeset viewer.