object FormMain: TFormMain Left = 565 Height = 687 Top = 259 Width = 932 Caption = 'Screen 1 - ChronOS' ClientHeight = 658 ClientWidth = 932 Menu = MainMenu1 OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow LCLVersion = '1.5' object PaintBox1: TPaintBox Left = 0 Height = 658 Top = 0 Width = 932 Align = alClient OnClick = PaintBox1Click OnResize = PaintBox1Resize end object MainMenu1: TMainMenu left = 501 top = 63 object MenuItem1: TMenuItem Caption = 'Actions' object MenuItem2: TMenuItem Action = AFullscreen end object MenuItem4: TMenuItem Action = AShowTerminal end object MenuItem3: TMenuItem Action = AExit end end end object ActionList1: TActionList left = 517 top = 203 object AFullscreen: TAction Caption = 'Fullscreen' OnExecute = AFullscreenExecute end object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute end object AShowTerminal: TAction Caption = 'Show terminal' OnExecute = AShowTerminalExecute end end end