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

  1. object EditBP: TEditBP
  2.   Left = 231
  3.   Top = 106
  4.   HelpContext = 1560
  5.   ActiveControl = edFileName
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit breakpoint'
  8.   ClientHeight = 182
  9.   ClientWidth = 327
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 311
  19.     Height = 137
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 14
  24.     Top = 16
  25.     Width = 79
  26.     Height = 20
  27.     AutoSize = False
  28.     Caption = '&Filename:'
  29.     DragCursor = crDefault
  30.     FocusControl = edFileName
  31.     WordWrap = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 14
  35.     Top = 40
  36.     Width = 83
  37.     Height = 20
  38.     AutoSize = False
  39.     Caption = '&Line number:'
  40.     DragCursor = crDefault
  41.     FocusControl = edLineNo
  42.     WordWrap = True
  43.   end
  44.   object Label3: TLabel
  45.     Left = 14
  46.     Top = 64
  47.     Width = 77
  48.     Height = 20
  49.     AutoSize = False
  50.     Caption = '&Condition:'
  51.     DragCursor = crDefault
  52.     FocusControl = edCondition
  53.     WordWrap = True
  54.   end
  55.   object Label4: TLabel
  56.     Left = 14
  57.     Top = 88
  58.     Width = 80
  59.     Height = 20
  60.     AutoSize = False
  61.     Caption = '&Pass count:'
  62.     DragCursor = crDefault
  63.     FocusControl = edPassCount
  64.     WordWrap = True
  65.   end
  66.   object edFileName: TEdit
  67.     Left = 94
  68.     Top = 14
  69.     Width = 217
  70.     Height = 21
  71.     DragCursor = crDefault
  72.     TabOrder = 0
  73.   end
  74.   object edLineNo: TEdit
  75.     Left = 94
  76.     Top = 38
  77.     Width = 217
  78.     Height = 21
  79.     DragCursor = crDefault
  80.     TabOrder = 1
  81.   end
  82.   object edCondition: TEdit
  83.     Left = 94
  84.     Top = 62
  85.     Width = 217
  86.     Height = 21
  87.     DragCursor = crDefault
  88.     TabOrder = 2
  89.   end
  90.   object edPassCount: TEdit
  91.     Left = 94
  92.     Top = 86
  93.     Width = 217
  94.     Height = 21
  95.     DragCursor = crDefault
  96.     TabOrder = 3
  97.     Text = '0'
  98.   end
  99.   object ModifyBtn: TButton
  100.     Left = 94
  101.     Top = 112
  102.     Width = 75
  103.     Height = 25
  104.     Caption = '&Modify'
  105.     DragCursor = crDefault
  106.     TabOrder = 4
  107.     OnClick = ModifyBtnClick
  108.   end
  109.   object NewBtn: TButton
  110.     Left = 179
  111.     Top = 112
  112.     Width = 75
  113.     Height = 25
  114.     Caption = '&New'
  115.     DragCursor = crDefault
  116.     TabOrder = 5
  117.     OnClick = NewBtnClick
  118.   end
  119.   object HelpButton: TButton
  120.     Left = 243
  121.     Top = 152
  122.     Width = 75
  123.     Height = 25
  124.     Caption = '&Help'
  125.     TabOrder = 7
  126.     OnClick = HelpButtonClick
  127.   end
  128.   object CancelButton: TButton
  129.     Left = 161
  130.     Top = 152
  131.     Width = 75
  132.     Height = 25
  133.     Cancel = True
  134.     Caption = 'Cancel'
  135.     ModalResult = 2
  136.     TabOrder = 6
  137.   end
  138. end
  139.