object AddBP: TAddBP Left = 261 Top = 192 HelpContext = 1560 ActiveControl = edFileName BorderStyle = bsDialog Caption = 'Add Source Breakpoint' ClientHeight = 425 ClientWidth = 327 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 311 Height = 378 Anchors = [akLeft, akTop, akRight, akBottom] 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 lbLineNumber: 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 lbPassCount: TLabel Left = 14 Top = 92 Width = 80 Height = 20 AutoSize = False Caption = '&Pass count:' DragCursor = crDefault FocusControl = edPassCount WordWrap = True end object Label5: TLabel Left = 14 Top = 116 Width = 32 Height = 13 Caption = '&Group:' FocusControl = edGroupname end object edFileName: THistoryPropComboBox Left = 94 Top = 18 Width = 217 Height = 21 DragCursor = crDefault ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPFileName' end object edLineNo: THistoryPropComboBox Left = 94 Top = 42 Width = 217 Height = 21 DragCursor = crDefault ItemHeight = 13 TabOrder = 1 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPLineNumber' end object edCondition: THistoryPropComboBox Left = 94 Top = 66 Width = 217 Height = 21 DragCursor = crDefault ItemHeight = 13 TabOrder = 2 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPCondition' end object edPassCount: THistoryPropComboBox Left = 94 Top = 90 Width = 217 Height = 21 DragCursor = crDefault ItemHeight = 13 TabOrder = 3 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPPassCount' end object HelpButton: TButton Left = 243 Top = 393 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Help' TabOrder = 9 OnClick = HelpButtonClick end object CancelButton: TButton Left = 161 Top = 393 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 8 end object OKButton: TButton Left = 80 Top = 393 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 7 OnClick = OKButtonClick end object gbActions: TGroupBox Left = 16 Top = 176 Width = 294 Height = 201 Caption = ' Actions: ' TabOrder = 6 Visible = False object lbLogMessage: TLabel Left = 8 Top = 80 Width = 66 Height = 13 Caption = 'Log &message:' FocusControl = edLogMessage end object lbEnableGroup: TLabel Left = 8 Top = 152 Width = 66 Height = 13 Caption = 'E&nable group:' FocusControl = edEnableGroup end object lbDisableGroup: TLabel Left = 8 Top = 176 Width = 68 Height = 13 Caption = '&Disable group:' FocusControl = edDisableGroup end object lbEvalExpression: TLabel Left = 8 Top = 104 Width = 77 Height = 13 Caption = 'E&val expression:' FocusControl = edEvalExpression end object cbBreak: TCheckBox Left = 8 Top = 16 Width = 97 Height = 17 Caption = '&Break' TabOrder = 0 end object edLogMessage: THistoryPropComboBox Left = 90 Top = 76 Width = 198 Height = 21 ItemHeight = 13 TabOrder = 3 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPLogMessage' end object edEnableGroup: THistoryPropComboBox Left = 90 Top = 148 Width = 198 Height = 21 ItemHeight = 13 TabOrder = 6 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPGroup' end object edDisableGroup: THistoryPropComboBox Left = 90 Top = 172 Width = 198 Height = 21 ItemHeight = 13 TabOrder = 7 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPGroup' end object edEvalExpression: THistoryPropComboBox Left = 90 Top = 100 Width = 198 Height = 21 ItemHeight = 13 TabOrder = 4 OnChange = edEvalExpressionChange HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPEvalExpression' end object cbLogResult: TCheckBox Left = 90 Top = 126 Width = 97 Height = 17 Caption = 'Log &result' TabOrder = 5 end object cbIgnoreExceptions: TCheckBox Left = 8 Top = 36 Width = 217 Height = 17 Caption = '&Ignore subsequent exceptions' TabOrder = 1 OnClick = cbIgnoreExceptionsClick end object cbHandleExceptions: TCheckBox Left = 8 Top = 56 Width = 177 Height = 17 Caption = 'Handle subsequent e&xceptions' TabOrder = 2 OnClick = cbHandleExceptionsClick end end object edGroupname: THistoryPropComboBox Left = 94 Top = 114 Width = 217 Height = 21 ItemHeight = 13 TabOrder = 4 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBPGroup' end object AdvancedButton: TButton Left = 235 Top = 144 Width = 75 Height = 25 Caption = '&Advanced >>' TabOrder = 5 OnClick = AdvancedButtonClick end end