object SnoopMonitor: TSnoopMonitor Left = 295 Top = 370 Width = 611 Height = 196 BorderIcons = [biSystemMenu] Caption = 'Snoop Monitor' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 257 Height = 150 Align = alLeft BevelOuter = bvNone BorderWidth = 10 BorderStyle = bsSingle Enabled = False TabOrder = 0 OnResize = Panel1Resize object Label1: TLabel Left = 20 Top = 20 Width = 59 Height = 16 Caption = 'Report on' Color = clBtnFace FocusControl = Edit1 ParentColor = False end object Label2: TLabel Left = 20 Top = 48 Width = 60 Height = 16 Caption = 'created at' Color = clBtnFace ParentColor = False end object Label3: TLabel Left = 20 Top = 76 Width = 67 Height = 16 Caption = 'peak # ptrs' Color = clBtnFace ParentColor = False end object Label4: TLabel Left = 20 Top = 105 Width = 67 Height = 16 Caption = 'peak bytes' end object Edit1: TEdit Left = 96 Top = 18 Width = 129 Height = 24 Color = clBtnFace TabOrder = 0 end object Edit2: TEdit Left = 96 Top = 46 Width = 129 Height = 24 Color = clBtnFace TabOrder = 1 end object Edit3: TEdit Left = 96 Top = 74 Width = 129 Height = 24 Color = clBtnFace TabOrder = 2 end object Edit4: TEdit Left = 96 Top = 102 Width = 129 Height = 24 Color = clBtnFace TabOrder = 3 end end object MainMenu1: TMainMenu Left = 288 Top = 24 object File1: TMenuItem Caption = '&File' object Open1: TMenuItem Caption = '&Open...' OnClick = Open1Click end object SaveAs1: TMenuItem Caption = 'Save &As...' OnClick = SaveAs1Click end object N1: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end object Options1: TMenuItem Caption = '&Options' object StayOnTop1: TMenuItem Caption = 'Stay On &Top' OnClick = StayOnTop1Click end object Font1: TMenuItem Caption = '&Font...' OnClick = Font1Click end object SaveSettings1: TMenuItem Caption = '&Save Settings' OnClick = SaveSettings1Click end end object Help1: TMenuItem Caption = '&Help' object Contents1: TMenuItem Caption = 'Contents' OnClick = Contents1Click end object About1: TMenuItem Caption = '&About...' OnClick = About1Click end end object N3: TMenuItem Caption = ' ' end object VersionItem: TMenuItem Caption = 'Stand-Alone Version' end object N2: TMenuItem Caption = ' ' end end object OpenDialog1: TOpenDialog DefaultExt = '*.snp' FileName = '*.snp' Filter = 'Snoop Reports|(*.snp)|All Files|(*.*)' Left = 328 Top = 24 end object SaveDialog1: TSaveDialog DefaultExt = '*.snp' FileName = '*.snp' Filter = 'Snoop Reports|(*.snp)|All Files|(*.*)' Left = 368 Top = 24 end object FontDialog1: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 408 Top = 24 end object Widget1: TWidget Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'Marlett' Font.Style = [] Glyph = 't' OffsetLeft = 0 OffsetTop = 0 OnClick = Widget1Click Left = 448 Top = 24 end end