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

  1. object DebugInspector: TDebugInspector
  2.   Left = 1065
  3.   Top = 930
  4.   HelpContext = 25004
  5.   ActiveControl = LineInput
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Inspect'
  9.   ClientHeight = 86
  10.   ClientWidth = 265
  11.   ParentFont = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 18
  18.     Top = 20
  19.     Width = 63
  20.     Height = 13
  21.     Caption = '&Enter symbol:'
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 10
  26.     Width = 249
  27.     Height = 33
  28.     Shape = bsFrame
  29.   end
  30.   object OKButton: TButton
  31.     Left = 15
  32.     Top = 54
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.     OnClick = OKButtonClick
  40.   end
  41.   object CancelButton: TButton
  42.     Left = 95
  43.     Top = 54
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object HelpButton: TButton
  52.     Left = 175
  53.     Top = 54
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&Help'
  57.     TabOrder = 2
  58.     OnClick = HelpButtonClick
  59.   end
  60.   object LineInput: TEdit
  61.     Left = 88
  62.     Top = 16
  63.     Width = 161
  64.     Height = 21
  65.     TabOrder = 3
  66.   end
  67. end
  68.