Changeset 20 for trunk/UCore.lfm
- Timestamp:
- Oct 5, 2019, 2:00:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r18 r20 43 43 left = 420 44 44 top = 184 45 object A GameNew: TAction45 object ANew: TAction 46 46 Caption = 'New...' 47 OnExecute = AGameNewExecute 47 OnExecute = ANewExecute 48 ShortCut = 113 48 49 end 49 50 object AExit: TAction … … 58 59 Caption = 'Settings' 59 60 OnExecute = ASettingsExecute 61 ShortCut = 120 62 end 63 object AUndo: TAction 64 Caption = 'Undo' 65 OnExecute = AUndoExecute 66 ShortCut = 114 60 67 end 61 68 end
Note:
See TracChangeset
for help on using the changeset viewer.