object FormMain: TFormMain Left = 684 Height = 521 Top = 307 Width = 580 Caption = '2048' DesignTimePPI = 144 Menu = MainMenu1 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyUp = FormKeyUp OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnPaint = FormPaint OnShow = FormShow LCLVersion = '2.0.10.0' object MainMenu1: TMainMenu Left = 328 Top = 152 object MenuItemGame: TMenuItem Caption = 'Game' object MenuItemNew: TMenuItem Action = Core.ANew end object MenuItem2: TMenuItem Action = Core.AUndo end object MenuItem1: TMenuItem Action = Core.ASettings end object MenuItemExit: TMenuItem Action = Core.AExit end end object MenuItem5: TMenuItem Caption = 'View' object MenuItemFullScreen: TMenuItem Caption = 'Full screen' ShortCut = 122 OnClick = MenuItemFullScreenClick end end object MenuItemTools: TMenuItem Caption = 'Tools' object MenuItem4: TMenuItem Action = Core.AComputer end object MenuItemMovesHistory: TMenuItem Action = Core.AHistory end end object MenuItemHelp: TMenuItem Caption = 'Help' object MenuItem3: TMenuItem Action = Core.AHelp end object MenuItemAbout: TMenuItem Action = Core.AAbout end end end object TimerDraw: TTimer Interval = 10 OnTimer = TimerDrawTimer Left = 144 Top = 152 end end