object FormMain: TFormMain Left = 566 Height = 1030 Top = 262 Width = 1398 Caption = 'Screen 1 - ChronOS' ClientHeight = 1030 ClientWidth = 1398 DesignTimePPI = 144 Menu = MainMenu1 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow LCLVersion = '3.2.0.0' object PaintBox1: TPaintBox Left = 0 Height = 1030 Top = 0 Width = 1398 Align = alClient OnClick = PaintBox1Click OnPaint = PaintBox1Paint OnResize = PaintBox1Resize end object MainMenu1: TMainMenu Left = 752 Top = 95 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 = 776 Top = 305 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 object Timer1: TTimer Interval = 10 OnTimer = Timer1Timer Left = 270 Top = 422 end end