object FormMain: TFormMain Left = 684 Height = 521 Top = 307 Width = 580 Caption = '2048 game' DesignTimePPI = 144 Menu = MainMenu1 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyUp = FormKeyUp OnPaint = FormPaint OnShow = FormShow LCLVersion = '2.0.2.0' object MainMenu1: TMainMenu left = 325 top = 152 object MenuItemGame: TMenuItem Caption = 'Game' object MenuItemNew: TMenuItem Action = Core.AGameNew end object MenuItem1: TMenuItem Action = Core.ASettings end object MenuItemExit: TMenuItem Action = Core.AExit end end object MenuItemHelp: TMenuItem Caption = 'Help' object MenuItemAbout: TMenuItem Action = Core.AAbout end end end object TimerDraw: TTimer Interval = 20 OnTimer = TimerDrawTimer left = 138 top = 152 end end