Changeset 2 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Dec 6, 2018, 10:58:45 PM (5 years ago)
Author:
chronos
Message:
  • Added: New game dialog with setting of game board size.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      Game2048
      Game2048.lps
      lib
  • trunk/UFormMain.lfm

    r1 r2  
    66  Caption = '2048 game'
    77  DesignTimePPI = 144
     8  Menu = MainMenu1
     9  OnCreate = FormCreate
     10  OnDestroy = FormDestroy
    811  OnKeyUp = FormKeyUp
    912  OnPaint = FormPaint
    1013  OnShow = FormShow
    1114  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
    1233end
Note: See TracChangeset for help on using the changeset viewer.