object AboutBox: TAboutBox Left = 326 Top = 149 BorderStyle = bsDialog Caption = 'About Snoop Monitor' ClientHeight = 330 ClientWidth = 367 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 10 Top = 10 Width = 346 Height = 255 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 10 Top = 10 Width = 80 Height = 70 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 108 Top = 20 Width = 173 Height = 31 Caption = 'Snoop Monitor' Font.Color = clWindowText Font.Height = -27 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False IsControl = True end object Version: TLabel Left = 108 Top = 49 Width = 33 Height = 20 Caption = 'v 1.0' Font.Color = clWindowText Font.Height = -17 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False IsControl = True end object Copyright: TLabel Left = 10 Top = 98 Width = 327 Height = 55 Alignment = taCenter AutoSize = False Caption = 'Copyright 1998 Robert R. Marsh, SJ && the British Province of th' + 'e Society of Jesus' Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object Comments: TLabel Left = 10 Top = 184 Width = 327 Height = 57 Alignment = taCenter AutoSize = False Caption = 'Snoop Monitor is used to display memory-leak reports generated b' + 'y Snoop for Delphi' Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object UrlLabel1: TUrlLabel Left = 120 Top = 160 Width = 107 Height = 16 Cursor = 5 Alignment = taCenter Caption = 'Snoop on the web' Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = UrlLabel1. URL = 'http://home.sprynet.com/sprynet/rrm/snoop.html' end end object OKButton: TButton Left = 137 Top = 284 Width = 92 Height = 30 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end