object BrowserGoto: TBrowserGoto Left = 207 Top = 194 HelpContext = 24967 BorderIcons = [] BorderStyle = bsDialog Caption = 'Browse Goto' ClientHeight = 95 ClientWidth = 314 ParentFont = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 7 Width = 183 Height = 13 Caption = 'Class, Interface or Package to browse:' end object Label2: TLabel Left = 12 Top = 21 Width = 280 Height = 13 Caption = '(A fully qualified class name is required, ex. java.awt.Button)' end object Edit1: TComboBox Left = 12 Top = 37 Width = 288 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = Edit1Change end object ButtonOK: TButton Left = 102 Top = 67 Width = 62 Height = 21 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 1 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 170 Top = 67 Width = 62 Height = 21 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = ButtonCancelClick end object ButtonHelp: TButton Left = 238 Top = 67 Width = 62 Height = 21 Cancel = True Caption = '&Help' TabOrder = 3 OnClick = ButtonHelpClick end end