Changeset 2 for trunk/UFormMain.lfm
- Timestamp:
- Dec 6, 2018, 10:58:45 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
Game2048
Game2048.lps
lib
-
Property svn:ignore
set to
-
trunk/UFormMain.lfm
r1 r2 6 6 Caption = '2048 game' 7 7 DesignTimePPI = 144 8 Menu = MainMenu1 9 OnCreate = FormCreate 10 OnDestroy = FormDestroy 8 11 OnKeyUp = FormKeyUp 9 12 OnPaint = FormPaint 10 13 OnShow = FormShow 11 14 LCLVersion = '1.8.4.0' 15 object MainMenu1: TMainMenu 16 left = 325 17 top = 152 18 object MenuItemGame: TMenuItem 19 Caption = 'Game' 20 object MenuItem1: TMenuItem 21 Action = AGameNew 22 end 23 end 24 end 25 object ActionList1: TActionList 26 left = 144 27 top = 155 28 object AGameNew: TAction 29 Caption = 'New...' 30 OnExecute = AGameNewExecute 31 end 32 end 12 33 end
Note:
See TracChangeset
for help on using the changeset viewer.