Changeset 5 for trunk/UFormMain.lfm
- Timestamp:
- Sep 24, 2019, 10:09:45 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 Game2048 2 2 Game2048.lps 3 Game2048.dbg 3 4 lib 5 heaptrclog.trc
-
- Property svn:ignore
-
trunk/UFormMain.lfm
r2 r5 1 1 object FormMain: TFormMain 2 2 Left = 684 3 Height = 3604 Top = 3 915 Width = 4803 Height = 521 4 Top = 307 5 Width = 580 6 6 Caption = '2048 game' 7 7 DesignTimePPI = 144 … … 12 12 OnPaint = FormPaint 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.4.0'14 LCLVersion = '2.0.2.0' 15 15 object MainMenu1: TMainMenu 16 16 left = 325 … … 20 20 object MenuItem1: TMenuItem 21 21 Action = AGameNew 22 end 23 object MenuItem2: TMenuItem 24 Action = AExit 22 25 end 23 26 end … … 30 33 OnExecute = AGameNewExecute 31 34 end 35 object AExit: TAction 36 Caption = 'Exit' 37 OnExecute = AExitExecute 38 end 32 39 end 33 40 end
Note:
See TracChangeset
for help on using the changeset viewer.