Changeset 5 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Sep 24, 2019, 10:09:45 PM (5 years ago)
Author:
chronos
Message:
  • Added: Show game score.
  • Fixed: Make cell font smaller if text is too width.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11Game2048
        22Game2048.lps
         3Game2048.dbg
        34lib
         5heaptrclog.trc
  • trunk/UFormMain.lfm

    r2 r5  
    11object FormMain: TFormMain
    22  Left = 684
    3   Height = 360
    4   Top = 391
    5   Width = 480
     3  Height = 521
     4  Top = 307
     5  Width = 580
    66  Caption = '2048 game'
    77  DesignTimePPI = 144
     
    1212  OnPaint = FormPaint
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.4.0'
     14  LCLVersion = '2.0.2.0'
    1515  object MainMenu1: TMainMenu
    1616    left = 325
     
    2020      object MenuItem1: TMenuItem
    2121        Action = AGameNew
     22      end
     23      object MenuItem2: TMenuItem
     24        Action = AExit
    2225      end
    2326    end
     
    3033      OnExecute = AGameNewExecute
    3134    end
     35    object AExit: TAction
     36      Caption = 'Exit'
     37      OnExecute = AExitExecute
     38    end
    3239  end
    3340end
Note: See TracChangeset for help on using the changeset viewer.