object FormMain: TFormMain Left = 692 Height = 536 Top = 479 Width = 668 Caption = 'Tunneler' ClientHeight = 506 ClientWidth = 668 DesignTimePPI = 125 Menu = MainMenu1 OnClose = FormClose OnCreate = FormCreate OnDeactivate = FormDeactivate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp OnShow = FormShow LCLVersion = '2.2.4.0' object StatusBar1: TStatusBar Left = 0 Height = 24 Top = 482 Width = 668 Panels = < item Width = 64 end item Width = 64 end item Width = 64 end item Width = 64 end item Width = 64 end item Width = 64 end item Width = 64 end> ParentFont = False SimplePanel = False Visible = False end object Image1: TImage Left = 0 Height = 482 Top = 0 Width = 668 Align = alClient OnResize = Image1Resize end object TimerDraw: TTimer Interval = 50 OnTimer = TimerDrawTimer Left = 129 Top = 66 end object MainMenu1: TMainMenu Left = 240 Top = 21 object MenuItem1: TMenuItem Caption = 'Game' object MenuItem3: TMenuItem Action = ANewGame end object MenuItem2: TMenuItem Action = AExit end end object MenuItem4: TMenuItem Caption = 'View' object MenuItem5: TMenuItem Action = AShowMap end object MenuItem6: TMenuItem Action = AFullScreen end end object MenuItem7: TMenuItem Caption = 'Help' object MenuItem9: TMenuItem Action = AAbout end end end object TimerEngineTick: TTimer Interval = 20 OnTimer = TimerEngineTickTimer Left = 125 Top = 135 end object ActionList1: TActionList Left = 375 Top = 42 object AFullScreen: TAction Caption = 'Fullscreen mode' OnExecute = AFullScreenExecute ShortCut = 122 end object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute ShortCut = 32883 end object ANewGame: TAction Caption = 'New game' OnExecute = ANewGameExecute ShortCut = 16462 end object AShowMap: TAction Caption = 'Show map' OnExecute = AShowMapExecute ShortCut = 123 end object AAbout: TAction Caption = 'About' OnExecute = AAboutExecute end object AShowRawImageDesc: TAction Caption = 'Show RawImage Description' OnExecute = AShowRawImageDescExecute end end object XMLConfig1: TXMLConfig StartEmpty = False RootName = 'CONFIG' ReadOnly = False Left = 129 Top = 313 end object AboutDialog1: TAboutDialog Translator = Core.Translator1 ThemeManager = Core.ThemeManager1 ApplicationInfo = Core.ApplicationInfo Left = 267 Top = 157 end end