Changeset 11 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Oct 4, 2019, 11:57:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r8 r11 20 20 Caption = 'Game' 21 21 object MenuItemNew: TMenuItem 22 Action = AGameNew 22 Action = Core.AGameNew 23 end 24 object MenuItem1: TMenuItem 25 Action = Core.ASettings 23 26 end 24 27 object MenuItemExit: TMenuItem 25 Action = AExit28 Action = Core.AExit 26 29 end 27 30 end … … 29 32 Caption = 'Help' 30 33 object MenuItemAbout: TMenuItem 31 Action = AAbout34 Action = Core.AAbout 32 35 end 33 36 end 34 37 end 35 object ActionList1: TActionList 36 left = 144 38 object TimerDraw: TTimer 39 Interval = 20 40 OnTimer = TimerDrawTimer 41 left = 138 37 42 top = 152 38 object AGameNew: TAction39 Caption = 'New...'40 OnExecute = AGameNewExecute41 end42 object AExit: TAction43 Caption = 'Exit'44 OnExecute = AExitExecute45 end46 object AAbout: TAction47 Caption = 'About'48 OnExecute = AAboutExecute49 end50 43 end 51 44 end
Note:
See TracChangeset
for help on using the changeset viewer.