home *** CD-ROM | disk | FTP | other *** search
- object SnoopMonitor: TSnoopMonitor
- Left = 274
- Top = 348
- Width = 611
- Height = 196
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Snoop Monitor'
- 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 = 19
- Top = 20
- Width = 59
- Height = 16
- Caption = 'Report on'
- Color = clBtnFace
- FocusControl = Edit1
- ParentColor = False
- end
- object Label2: TLabel
- Left = 19
- Top = 48
- Width = 60
- Height = 16
- Caption = 'created at'
- Color = clBtnFace
- ParentColor = False
- end
- object Label3: TLabel
- Left = 19
- Top = 76
- Width = 67
- Height = 16
- Caption = 'peak # ptrs'
- Color = clBtnFace
- ParentColor = False
- end
- object Label4: TLabel
- Left = 19
- Top = 105
- Width = 67
- Height = 16
- Caption = 'peak bytes'
- end
- object Edit1: TEdit
- Left = 95
- Top = 18
- Width = 129
- Height = 24
- Color = clBtnFace
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 95
- Top = 46
- Width = 129
- Height = 24
- Color = clBtnFace
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 95
- Top = 74
- Width = 129
- Height = 24
- Color = clBtnFace
- TabOrder = 2
- end
- object Edit4: TEdit
- Left = 95
- Top = 102
- Width = 129
- Height = 24
- Color = clBtnFace
- TabOrder = 3
- end
- end
- object MainMenu1: TMainMenu
- Left = 392
- Top = 8
- object File1: TMenuItem
- Caption = '&File'
- ShortCut = 0
- object Open1: TMenuItem
- Caption = '&Open...'
- ShortCut = 0
- OnClick = Open1Click
- end
- object SaveAs1: TMenuItem
- Caption = 'Save &As...'
- ShortCut = 0
- OnClick = SaveAs1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 0
- OnClick = Exit1Click
- end
- end
- object Options1: TMenuItem
- Caption = '&Options'
- ShortCut = 0
- object StayOnTop1: TMenuItem
- Caption = 'Stay On &Top'
- ShortCut = 0
- OnClick = StayOnTop1Click
- end
- object Font1: TMenuItem
- Caption = '&Font...'
- ShortCut = 0
- OnClick = Font1Click
- end
- object SaveSettings1: TMenuItem
- Caption = '&Save Settings'
- ShortCut = 0
- OnClick = SaveSettings1Click
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- ShortCut = 0
- object Contents1: TMenuItem
- Caption = 'Contents'
- ShortCut = 0
- OnClick = Contents1Click
- end
- object About1: TMenuItem
- Caption = '&About...'
- ShortCut = 0
- OnClick = About1Click
- end
- end
- object N2: TMenuItem
- Caption = ' '
- ShortCut = 0
- end
- object VersionItem: TMenuItem
- Caption = 'Expert Version'
- ShortCut = 0
- end
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = '*.snp'
- FileEditStyle = fsEdit
- FileName = '*.snp'
- Filter = 'Snoop Reports|(*.snp)|All Files|(*.*)'
- Left = 360
- Top = 8
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = '*.snp'
- FileEditStyle = fsEdit
- FileName = '*.snp'
- Filter = 'Snoop Reports|(*.snp)|All Files|(*.*)'
- Left = 328
- Top = 8
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 296
- Top = 8
- end
- object Widget1: TWidget
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Marlett'
- Font.Style = []
- Glyph = 't'
- OffsetLeft = 0
- OffsetTop = 0
- OnClick = Widget1Click
- Left = 424
- Top = 8
- end
- end
-