home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TBROWSERGOTO / TBROWSERGOTO.txt
Text File  |  1998-05-08  |  1KB  |  73 lines

  1. object BrowserGoto: TBrowserGoto
  2.   Left = 207
  3.   Top = 194
  4.   HelpContext = 24967
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Browse Goto'
  8.   ClientHeight = 95
  9.   ClientWidth = 314
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 12
  18.     Top = 7
  19.     Width = 183
  20.     Height = 13
  21.     Caption = 'Class, Interface or Package to browse:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 12
  25.     Top = 21
  26.     Width = 280
  27.     Height = 13
  28.     Caption = '(A fully qualified class name is required, ex. java.awt.Button)'
  29.   end
  30.   object Edit1: TComboBox
  31.     Left = 12
  32.     Top = 37
  33.     Width = 288
  34.     Height = 21
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.     OnChange = Edit1Change
  38.   end
  39.   object ButtonOK: TButton
  40.     Left = 102
  41.     Top = 67
  42.     Width = 62
  43.     Height = 21
  44.     Caption = 'OK'
  45.     Default = True
  46.     Enabled = False
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.     OnClick = ButtonOKClick
  50.   end
  51.   object ButtonCancel: TButton
  52.     Left = 170
  53.     Top = 67
  54.     Width = 62
  55.     Height = 21
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.     OnClick = ButtonCancelClick
  61.   end
  62.   object ButtonHelp: TButton
  63.     Left = 238
  64.     Top = 67
  65.     Width = 62
  66.     Height = 21
  67.     Cancel = True
  68.     Caption = '&Help'
  69.     TabOrder = 3
  70.     OnClick = ButtonHelpClick
  71.   end
  72. end
  73.