object MainForm: TMainForm Left = 192 Top = 114 Width = 602 Height = 378 Caption = 'OpenEUO 0.7e' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object TabControl: TTabControl Left = 0 Top = 0 Width = 594 Height = 305 Align = alClient TabOrder = 0 Tabs.Strings = ( 'Script') TabIndex = 0 TabStop = False object VarSplitter: TSplitter Left = 450 Top = 24 Height = 277 Align = alRight end object MainPanel: TPanel Left = 4 Top = 24 Width = 446 Height = 277 Align = alClient BevelOuter = bvNone TabOrder = 0 object ErrorSplitter: TSplitter Left = 0 Top = 214 Width = 446 Height = 3 Cursor = crVSplit Align = alBottom end object ErrorBox: TListBox Left = 0 Top = 217 Width = 446 Height = 60 Align = alBottom ItemHeight = 13 TabOrder = 1 end object ScrMemo: TMemo Left = 0 Top = 0 Width = 446 Height = 214 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 WantTabs = True WordWrap = False end end object VarBox: TScrollBox Left = 453 Top = 24 Width = 137 Height = 277 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alRight Color = clWindow ParentColor = False TabOrder = 1 object VarLabel: TLabel Left = 4 Top = 4 Width = 9 Height = 13 Caption = '...' end end end object StatusBar: TStatusBar Left = 0 Top = 305 Width = 594 Height = 19 Panels = <> SimplePanel = True end object MainMenu: TMainMenu Left = 480 Top = 8 object File1: TMenuItem Caption = '&File' object Exit1: TMenuItem Tag = 3 Caption = 'E&xit' OnClick = MenuClick end end object Control1: TMenuItem Caption = '&Control' object Start1: TMenuItem Tag = 11 Caption = '&Start' ShortCut = 120 OnClick = MenuClick end object Pause1: TMenuItem Tag = 12 Caption = '&Pause' OnClick = MenuClick end object Stop1: TMenuItem Tag = 13 Caption = 'S&top' OnClick = MenuClick end end end object SysTimer: TTimer Interval = 50 OnTimer = SysTimerTimer Left = 448 Top = 8 end end