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

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