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

  1. object AddAdrBP: TAddAdrBP
  2.   Left = 270
  3.   Top = 289
  4.   HelpContext = 5610
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Address Breakpoint'
  7.   ClientHeight = 140
  8.   ClientWidth = 323
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 20
  19.     Width = 41
  20.     Height = 13
  21.     Caption = '&Address:'
  22.     FocusControl = AddressEdit
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 42
  27.     Width = 47
  28.     Height = 13
  29.     Caption = '&Condition:'
  30.     FocusControl = ConditionEdit
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 66
  35.     Width = 56
  36.     Height = 13
  37.     Caption = '&Pass count:'
  38.     FocusControl = PassEdit
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 8
  42.     Top = 8
  43.     Width = 306
  44.     Height = 91
  45.     Shape = bsFrame
  46.   end
  47.   object AddressEdit: TEdit
  48.     Left = 96
  49.     Top = 18
  50.     Width = 209
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object ConditionEdit: TEdit
  55.     Left = 96
  56.     Top = 42
  57.     Width = 209
  58.     Height = 21
  59.     TabOrder = 1
  60.   end
  61.   object PassEdit: TEdit
  62.     Left = 96
  63.     Top = 66
  64.     Width = 209
  65.     Height = 21
  66.     TabOrder = 2
  67.     Text = '0'
  68.   end
  69.   object CancelButton: TButton
  70.     Left = 152
  71.     Top = 106
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 4
  78.   end
  79.   object HelpButton: TButton
  80.     Left = 240
  81.     Top = 106
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Help'
  85.     TabOrder = 5
  86.     OnClick = HelpButtonClick
  87.   end
  88.   object OKButton: TButton
  89.     Left = 64
  90.     Top = 106
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'OK'
  94.     Default = True
  95.     TabOrder = 3
  96.     OnClick = OKButtonClick
  97.   end
  98. end
  99.