object Core: TCore OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 729 HorizontalOffset = 992 VerticalOffset = 653 Width = 1074 PPI = 144 object PersistentForm1: TPersistentForm MinVisiblePart = 50 EntireVisible = False Left = 612 Top = 132 end object ApplicationInfo1: TApplicationInfo Identification = 1 VersionMajor = 1 VersionMinor = 0 VersionBugFix = 0 HomePage = 'https://app.zdechov.net/ChronOS/' AuthorsName = 'Chronos' EmailContact = 'robie@centrum.cz' AppName = 'ByteArray' Description = 'Virtual machine and development environment' ReleaseDate = 45255 RegistryKey = '\Software\Chronosoft\ByteArray' RegistryRoot = rrKeyCurrentUser License = 'CC0' Left = 312 Top = 132 end object Translator1: TTranslator POFilesFolder = 'Languages' Left = 629 Top = 273 end object ThemeManager1: TThemeManager Left = 299 Top = 281 end object ActionList1: TActionList Left = 852 Top = 132 object ASourceEditor: TAction Caption = 'Source editor' OnExecute = ASourceEditorExecute ShortCut = 123 end object ADebugger: TAction Caption = 'Debugger' OnExecute = ADebuggerExecute end object ADevices: TAction Caption = 'Devices' end object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute ShortCut = 32883 end object AMemory: TAction Caption = 'Memory' OnExecute = AMemoryExecute end object AFullscreen: TAction Caption = 'Fullscreen' OnExecute = AFullscreenExecute ShortCut = 122 end object ADisassembler: TAction Caption = 'Disassembler' OnExecute = ADisassemblerExecute end object AStorage: TAction Caption = 'Storage' OnExecute = AStorageExecute end object AScreen: TAction Caption = 'Screen' OnExecute = AScreenExecute end object AConsole: TAction Caption = 'Console' OnExecute = AConsoleExecute end object ASettings: TAction Caption = 'Settings' OnExecute = ASettingsExecute end object AAbout: TAction Caption = 'About' OnExecute = AAboutExecute end end end