object FormMain: TFormMain Left = 534 Height = 993 Top = 223 Width = 1491 Caption = '2048' DesignTimePPI = 144 Menu = MainMenu1 OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnKeyUp = FormKeyUp OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnPaint = FormPaint OnShow = FormShow LCLVersion = '3.4.0.0' object MainMenu1: TMainMenu Left = 328 Top = 152 object MenuItemGame: TMenuItem Caption = 'Game' object MenuItemNew: TMenuItem Action = Core.ANew end object MenuItem6: TMenuItem Action = Core.ARestart end object MenuItem2: TMenuItem Action = Core.AUndo 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 MenuItem1: TMenuItem Action = Core.ASettings end 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