object DebuggerLanguageExceptionsOptions: TDebuggerLanguageExceptionsOptions Left = 0 Height = 421 Top = 0 Width = 448 HelpContext = 0 ClientHeight = 421 ClientWidth = 448 Ctl3D = False TabOrder = 0 Visible = False DesignLeft = 342 DesignTop = 203 object bgIgnoreExceptions: TGroupBox AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = chkBreakOnException Left = 0 Height = 396 Top = 0 Width = 448 HelpContext = 0 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Bottom = 6 Caption = 'Ignore these exceptions' ClientHeight = 378 ClientWidth = 444 Ctl3D = False ParentCtl3D = False TabOrder = 0 object clbExceptions: TCheckListBox AnchorSideLeft.Control = bgIgnoreExceptions AnchorSideTop.Control = bgIgnoreExceptions AnchorSideRight.Control = bgIgnoreExceptions AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = cmdExceptionAdd Left = 6 Height = 337 Top = 6 Width = 432 HelpContext = 0 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 ItemHeight = 0 TabOrder = 0 TopIndex = 0 end object cmdExceptionAdd: TBitBtn AnchorSideRight.Control = cmdExceptionRemove AnchorSideBottom.Control = bgIgnoreExceptions AnchorSideBottom.Side = asrBottom Left = 282 Height = 23 Top = 349 Width = 75 HelpContext = 0 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Around = 6 Caption = 'Add' Constraints.MinWidth = 75 NumGlyphs = 0 OnClick = cmdExceptionAddClick TabOrder = 1 end object cmdExceptionRemove: TBitBtn AnchorSideRight.Control = bgIgnoreExceptions AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = bgIgnoreExceptions AnchorSideBottom.Side = asrBottom Left = 363 Height = 23 Top = 349 Width = 75 HelpContext = 0 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Around = 6 Caption = 'Remove' Constraints.MinWidth = 75 Enabled = False NumGlyphs = 0 OnClick = cmdExceptionRemoveClick TabOrder = 2 end end object chkBreakOnException: TCheckBox AnchorSideLeft.Control = Owner AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 0 Height = 19 Top = 402 Width = 163 HelpContext = 0 AllowGrayed = True Anchors = [akLeft, akBottom] Caption = 'Break on Lazarus Exceptions' TabOrder = 1 UseOnChange = False end end