home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TADDDATABP / TADDDATABP.txt
Text File  |  1998-06-16  |  1KB  |  58 lines

  1. inherited AddDataBP: TAddDataBP
  2.   Left = 282
  3.   Top = 311
  4.   HelpContext = 5640
  5.   Caption = 'Add Data Breakpoint'
  6.   ClientHeight = 164
  7.   ClientWidth = 322
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited Label2: TLabel
  11.     Top = 68
  12.   end
  13.   inherited Label3: TLabel
  14.     Top = 92
  15.   end
  16.   inherited Bevel1: TBevel
  17.     Height = 114
  18.   end
  19.   object Label4: TLabel [4]
  20.     Left = 16
  21.     Top = 44
  22.     Width = 36
  23.     Height = 13
  24.     Caption = '&Length:'
  25.     FocusControl = LengthEdit
  26.   end
  27.   inherited AddressEdit: TEdit
  28.     OnExit = AddressEditExit
  29.   end
  30.   inherited ConditionEdit: TEdit
  31.     Top = 66
  32.     TabOrder = 2
  33.   end
  34.   inherited PassEdit: TEdit
  35.     Top = 90
  36.     TabOrder = 3
  37.   end
  38.   inherited CancelButton: TButton
  39.     Top = 132
  40.     TabOrder = 5
  41.   end
  42.   inherited HelpButton: TButton
  43.     Top = 132
  44.     TabOrder = 6
  45.   end
  46.   inherited OKButton: TButton
  47.     Top = 132
  48.     TabOrder = 4
  49.   end
  50.   object LengthEdit: TEdit
  51.     Left = 96
  52.     Top = 42
  53.     Width = 209
  54.     Height = 21
  55.     TabOrder = 1
  56.   end
  57. end
  58.