home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TEDITADBP / TEDITADBP.txt
Text File  |  1997-01-16  |  2KB  |  109 lines

  1. object EditAdBP: TEditAdBP
  2.   Left = 232
  3.   Top = 314
  4.   HelpContext = 5610
  5.   BorderStyle = bsDialog
  6.   Caption = 'Address breakpoint properties'
  7.   ClientHeight = 167
  8.   ClientWidth = 327
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 24
  20.     Width = 41
  21.     Height = 13
  22.     Caption = '&Address:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 48
  27.     Width = 47
  28.     Height = 13
  29.     Caption = '&Condition:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 16
  33.     Top = 72
  34.     Width = 56
  35.     Height = 13
  36.     Caption = '&Pass count:'
  37.   end
  38.   object Bevel1: TBevel
  39.     Left = 8
  40.     Top = 8
  41.     Width = 305
  42.     Height = 121
  43.     Shape = bsFrame
  44.   end
  45.   object AddressEdit: TEdit
  46.     Left = 88
  47.     Top = 16
  48.     Width = 209
  49.     Height = 21
  50.     HelpContext = 5611
  51.     TabOrder = 0
  52.   end
  53.   object ConditionEdit: TEdit
  54.     Left = 88
  55.     Top = 40
  56.     Width = 209
  57.     Height = 21
  58.     HelpContext = 5612
  59.     TabOrder = 1
  60.   end
  61.   object PassEdit: TEdit
  62.     Left = 88
  63.     Top = 64
  64.     Width = 209
  65.     Height = 21
  66.     HelpContext = 5613
  67.     TabOrder = 2
  68.     Text = '0'
  69.   end
  70.   object ModifyButton: TButton
  71.     Left = 88
  72.     Top = 96
  73.     Width = 75
  74.     Height = 25
  75.     HelpContext = 5614
  76.     Caption = '&Modify'
  77.     TabOrder = 3
  78.     OnClick = ModifyButtonClick
  79.   end
  80.   object NewButton: TButton
  81.     Left = 176
  82.     Top = 96
  83.     Width = 75
  84.     Height = 25
  85.     HelpContext = 5615
  86.     Caption = '&New'
  87.     TabOrder = 4
  88.     OnClick = NewButtonClick
  89.   end
  90.   object CancelButton: TButton
  91.     Left = 152
  92.     Top = 136
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 5
  98.   end
  99.   object HelpButton: TButton
  100.     Left = 240
  101.     Top = 136
  102.     Width = 75
  103.     Height = 25
  104.     Caption = '&Help'
  105.     TabOrder = 6
  106.     OnClick = HelpButtonClick
  107.   end
  108. end
  109.