object AddBP: TAddBP Left = 247 Top = 192 HelpContext = 1560 ActiveControl = edFileName BorderStyle = bsDialog Caption = 'Add Source Breakpoint' ClientHeight = 160 ClientWidth = 327 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 311 Height = 113 Shape = bsFrame end object Label1: TLabel Left = 14 Top = 20 Width = 79 Height = 20 AutoSize = False Caption = '&Filename:' DragCursor = crDefault FocusControl = edFileName WordWrap = True end object Label2: TLabel Left = 14 Top = 44 Width = 83 Height = 20 AutoSize = False Caption = '&Line number:' DragCursor = crDefault FocusControl = edLineNo WordWrap = True end object Label3: TLabel Left = 14 Top = 68 Width = 77 Height = 20 AutoSize = False Caption = '&Condition:' DragCursor = crDefault FocusControl = edCondition WordWrap = True end object Label4: TLabel Left = 14 Top = 92 Width = 80 Height = 20 AutoSize = False Caption = '&Pass count:' DragCursor = crDefault FocusControl = edPassCount WordWrap = True end object edFileName: TEdit Left = 94 Top = 18 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 0 end object edLineNo: TEdit Left = 94 Top = 42 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 1 end object edCondition: TEdit Left = 94 Top = 66 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 2 end object edPassCount: TEdit Left = 94 Top = 90 Width = 217 Height = 21 DragCursor = crDefault TabOrder = 3 Text = '0' end object HelpButton: TButton Left = 243 Top = 128 Width = 75 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = HelpButtonClick end object CancelButton: TButton Left = 161 Top = 128 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object OKButton: TButton Left = 80 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 4 OnClick = OKButtonClick end end