object CommandLine: TCommandLine Left = 239 Top = 244 HorzScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone Caption = 'Command Line' ClientHeight = 50 ClientWidth = 701 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 47 Height = 50 Align = alLeft BevelOuter = bvNone Caption = 'Goto:' TabOrder = 0 end object Panel2: TPanel Left = 47 Top = 0 Width = 654 Height = 50 Align = alClient BevelOuter = bvNone TabOrder = 1 OnResize = Panel2Resize object ComboBox1: TComboBox Left = 2 Top = 16 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = ComboBox1Change OnEnter = ComboBox1Enter OnExit = ComboBox1Exit OnKeyDown = ComboBox1KeyDown OnKeyPress = ComboBox1KeyPress OnKeyUp = ComboBox1KeyUp end end end