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

  1. object AddBP: TAddBP
  2.   Left = 247
  3.   Top = 192
  4.   HelpContext = 1560
  5.   ActiveControl = edFileName
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Source Breakpoint'
  8.   ClientHeight = 160
  9.   ClientWidth = 327
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 311
  18.     Height = 113
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 14
  23.     Top = 20
  24.     Width = 79
  25.     Height = 20
  26.     AutoSize = False
  27.     Caption = '&Filename:'
  28.     DragCursor = crDefault
  29.     FocusControl = edFileName
  30.     WordWrap = True
  31.   end
  32.   object Label2: TLabel
  33.     Left = 14
  34.     Top = 44
  35.     Width = 83
  36.     Height = 20
  37.     AutoSize = False
  38.     Caption = '&Line number:'
  39.     DragCursor = crDefault
  40.     FocusControl = edLineNo
  41.     WordWrap = True
  42.   end
  43.   object Label3: TLabel
  44.     Left = 14
  45.     Top = 68
  46.     Width = 77
  47.     Height = 20
  48.     AutoSize = False
  49.     Caption = '&Condition:'
  50.     DragCursor = crDefault
  51.     FocusControl = edCondition
  52.     WordWrap = True
  53.   end
  54.   object Label4: TLabel
  55.     Left = 14
  56.     Top = 92
  57.     Width = 80
  58.     Height = 20
  59.     AutoSize = False
  60.     Caption = '&Pass count:'
  61.     DragCursor = crDefault
  62.     FocusControl = edPassCount
  63.     WordWrap = True
  64.   end
  65.   object edFileName: TEdit
  66.     Left = 94
  67.     Top = 18
  68.     Width = 217
  69.     Height = 21
  70.     DragCursor = crDefault
  71.     TabOrder = 0
  72.   end
  73.   object edLineNo: TEdit
  74.     Left = 94
  75.     Top = 42
  76.     Width = 217
  77.     Height = 21
  78.     DragCursor = crDefault
  79.     TabOrder = 1
  80.   end
  81.   object edCondition: TEdit
  82.     Left = 94
  83.     Top = 66
  84.     Width = 217
  85.     Height = 21
  86.     DragCursor = crDefault
  87.     TabOrder = 2
  88.   end
  89.   object edPassCount: TEdit
  90.     Left = 94
  91.     Top = 90
  92.     Width = 217
  93.     Height = 21
  94.     DragCursor = crDefault
  95.     TabOrder = 3
  96.     Text = '0'
  97.   end
  98.   object HelpButton: TButton
  99.     Left = 243
  100.     Top = 128
  101.     Width = 75
  102.     Height = 25
  103.     Caption = '&Help'
  104.     TabOrder = 6
  105.     OnClick = HelpButtonClick
  106.   end
  107.   object CancelButton: TButton
  108.     Left = 161
  109.     Top = 128
  110.     Width = 75
  111.     Height = 25
  112.     Cancel = True
  113.     Caption = 'Cancel'
  114.     ModalResult = 2
  115.     TabOrder = 5
  116.   end
  117.   object OKButton: TButton
  118.     Left = 80
  119.     Top = 128
  120.     Width = 75
  121.     Height = 25
  122.     Caption = 'OK'
  123.     Default = True
  124.     TabOrder = 4
  125.     OnClick = OKButtonClick
  126.   end
  127. end
  128.