object FormName: TFormName Left = 465 Height = 535 Top = 352 Width = 971 Caption = 'Independent system' DesignTimePPI = 144 Menu = MainMenu1 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '3.6.0.0' object MainMenu1: TMainMenu Left = 432 Top = 184 object MenuItem1: TMenuItem Caption = 'System' object MenuItem2: TMenuItem Action = AExit end end object MenuItemView: TMenuItem Caption = 'View' object MenuItem3: TMenuItem Action = AFullscreen end end object MenuItem4: TMenuItem Caption = 'Device' object MenuItem5: TMenuItem Action = AConsole end end end object ActionList1: TActionList Left = 640 Top = 184 object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute end object AFullscreen: TAction Caption = 'Fullscreen' OnExecute = AFullscreenExecute ShortCut = 122 end object AConsole: TAction Caption = 'Console' OnExecute = AConsoleExecute end end end