Changeset 30 for trunk/UCore.lfm
- Timestamp:
- Dec 23, 2016, 10:07:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r28 r30 11 11 left = 201 12 12 top = 160 13 object AFileNew: TAction14 Category = 'File'15 Caption = 'New...'16 OnExecute = AFileNewExecute17 end18 13 object AExit: TAction 19 14 Caption = 'Exit' … … 47 42 OnExecute = AZoomNormalExecute 48 43 end 44 object AFileNew: TAction 45 Category = 'File' 46 Caption = 'New...' 47 OnExecute = AFileNewExecute 48 ShortCut = 16462 49 end 49 50 object AFileOpen: TAction 50 51 Category = 'File' 51 52 Caption = 'Open...' 52 53 OnExecute = AFileOpenExecute 54 ShortCut = 16463 53 55 end 54 56 object AFileClose: TAction … … 61 63 Caption = 'Save' 62 64 OnExecute = AFileSaveExecute 65 ShortCut = 16467 63 66 end 64 67 object AFileSaveAs: TAction
Note:
See TracChangeset
for help on using the changeset viewer.