object EditBP: TEditBP Left = 231 Top = 106 HelpContext = 1560 ActiveControl = edFileName BorderStyle = bsDialog Caption = 'Edit breakpoint' ClientHeight = 182 ClientWidth = 327 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 311 Height = 137 Shape = bsFrame end object Label1: TLabel Left = 14 Top = 16 Width = 79 Height = 20 AutoSize = False Caption = '&Filename:' DragCursor = crDefault FocusControl = edFileName WordWrap = True end object Label2: TLabel Left = 14 Top = 40 Width = 83 Height = 20 AutoSize = False Caption = '&Line number:' DragCursor = crDefault FocusControl = edLineNo WordWrap = True end object Label3: TLabel Left = 14 Top = 64 Width = 77 Height = 20 AutoSize = False Caption = '&Condition:' DragCursor = crDefault FocusControl = edCondition WordWrap = True end object Label4: TLabel Left = 14 Top = 88 Width = 80 Height = 20 AutoSize = False Caption = '&Pass count:' DragCursor = crDefault FocusControl = edPassCount WordWrap = True end object edFileName: TEdit Left = 94 Top = 14 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 0 end object edLineNo: TEdit Left = 94 Top = 38 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 1 end object edCondition: TEdit Left = 94 Top = 62 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 2 end object edPassCount: TEdit Left = 94 Top = 86 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 3 Text = '0' end object ModifyBtn: TButton Left = 94 Top = 112 Width = 75 Height = 25 Caption = '&Modify' DragCursor = crDefault TabOrder = 4 OnClick = ModifyBtnClick end object NewBtn: TButton Left = 179 Top = 112 Width = 75 Height = 25 Caption = '&New' DragCursor = crDefault TabOrder = 5 OnClick = NewBtnClick end object HelpButton: TButton Left = 243 Top = 152 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = HelpButtonClick end object CancelButton: TButton Left = 161 Top = 152 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end end