object ExecuteForm: TExecuteForm Left = 293 Top = 81 Width = 497 Height = 401 ActiveControl = meOutput Caption = 'Execute Command' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery DesignSize = ( 489 367) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 8 Width = 66 Height = 13 Caption = 'Command line' end object Label2: TLabel Left = 4 Top = 36 Width = 34 Height = 13 Caption = 'Output' end object lbStatus: TLabel Left = 4 Top = 343 Width = 51 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Running...' end object edCommandLine: TEdit Left = 72 Top = 4 Width = 413 Height = 21 Anchors = [akLeft, akTop, akRight] Color = clBtnFace ReadOnly = True TabOrder = 0 end object meOutput: TMemo Left = 4 Top = 52 Width = 481 Height = 278 Anchors = [akLeft, akTop, akRight, akBottom] Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -11 Font.Name = 'Courier' Font.Pitch = fpFixed Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 1 WordWrap = False end object btnClose: TButton Left = 412 Top = 337 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Close' Enabled = False TabOrder = 2 OnClick = btnCloseClick end end