object DebuggerLangExceptOptions: TDebuggerLangExceptOptions Left = 0 Top = 0 Width = 419 Height = 298 HelpContext = 2093 Caption = 'Language Exceptions' OnCreate = DebuggerLangExceptOptionsCreate OnDestroy = DebuggerLangExceptOptionsDestroy OnBroadcast = DebuggerLangExceptOptionsBroadcast object cbDelphiExcept: TCheckBox Left = 8 Top = 16 Width = 175 Height = 17 Caption = '&Stop on Delphi Exceptions' TabOrder = 0 end object cbCPPExcept: TCheckBox Left = 200 Top = 16 Width = 175 Height = 17 Caption = 'Stop on &C++ Exceptions' TabOrder = 1 end object gbIgnoreExcept: TGroupBox Left = 8 Top = 40 Width = 405 Height = 253 Caption = ' &Exception Types to Ignore ' TabOrder = 2 object ExceptListBox: TListBox Left = 16 Top = 24 Width = 377 Height = 177 ItemHeight = 13 TabOrder = 0 end object AddButton: TButton Left = 232 Top = 216 Width = 75 Height = 25 Caption = '&Add...' TabOrder = 1 OnClick = AddButtonClick end object RemoveButton: TButton Left = 318 Top = 216 Width = 75 Height = 25 Caption = '&Remove' TabOrder = 2 OnClick = RemoveButtonClick end end end