Changeset 11 for trunk/UCore.lfm
- Timestamp:
- Oct 4, 2019, 11:57:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r10 r11 40 40 top = 295 41 41 end 42 object ActionList1: TActionList 43 left = 420 44 top = 184 45 object AGameNew: TAction 46 Caption = 'New...' 47 OnExecute = AGameNewExecute 48 end 49 object AExit: TAction 50 Caption = 'Exit' 51 OnExecute = AExitExecute 52 end 53 object AAbout: TAction 54 Caption = 'About' 55 OnExecute = AAboutExecute 56 end 57 object ASettings: TAction 58 Caption = 'Settings' 59 OnExecute = ASettingsExecute 60 end 61 end 42 62 end
Note:
See TracChangeset
for help on using the changeset viewer.