object FormNoSource: TFormNoSource Left = 221 Top = 191 ClientWidth = 401 ClientHeight = 307 HelpContext = 24981 BorderStyle = bsSingle Caption = 'List of Packages and Classes With Tracing Disabled' Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 0 Top = 0 Width = 393 Height = 280 Align = alClient Lines.Strings = ( '') ScrollBars = ssBoth TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 280 Width = 393 Height = 49 Align = alBottom BevelOuter = bvNone TabOrder = 1 object ButtonOK: TButton Left = 149 Top = 12 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 230 Top = 12 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonHelp: TButton Left = 311 Top = 12 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = ButtonHelpClick end end end