object Core: TCore OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 534 HorizontalOffset = 1092 VerticalOffset = 494 Width = 635 PPI = 144 object ThemeManager1: TThemeManager left = 420 top = 84 end object PersistentForm1: TPersistentForm MinVisiblePart = 50 EntireVisible = False left = 120 top = 288 end object ApplicationInfo1: TApplicationInfo Identification = 1 VersionMajor = 1 VersionMinor = 1 VersionBugFix = 0 HomePage = 'https://app.zdechov.net/2048' AuthorsName = 'Chronos' EmailContact = 'robie@centrum.cz' AppName = '2048' Description = 'A single-player sliding block puzzle game.' ReleaseDate = 43751 RegistryKey = '\Software\Chronosoft\2048' RegistryRoot = rrKeyCurrentUser License = 'CC0' left = 120 top = 96 end object Translator1: TTranslator POFilesFolder = 'Languages' left = 336 top = 295 end object ActionList1: TActionList left = 416 top = 184 object ANew: TAction Caption = 'New...' OnExecute = ANewExecute ShortCut = 113 end object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute end object AAbout: TAction Caption = 'About' OnExecute = AAboutExecute end object ASettings: TAction Caption = 'Settings' OnExecute = ASettingsExecute ShortCut = 120 end object AUndo: TAction Caption = 'Undo' OnExecute = AUndoExecute ShortCut = 114 end object AHelp: TAction Caption = 'Help' OnExecute = AHelpExecute ShortCut = 112 end object AComputer: TAction Caption = 'AI' OnExecute = AComputerExecute ShortCut = 115 end object AHistory: TAction Caption = 'Moves history' OnExecute = AHistoryExecute end end end