home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D / SNPMONAP.ZIP / SnoopMonApp.exe / 0 / RCDATA / TSNOOPMONITOR / TSNOOPMONITOR.txt
Text File  |  1998-07-25  |  4KB  |  195 lines

  1. object SnoopMonitor: TSnoopMonitor
  2.   Left = 295
  3.   Top = 370
  4.   Width = 611
  5.   Height = 196
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Snoop Monitor'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 257
  23.     Height = 150
  24.     Align = alLeft
  25.     BevelOuter = bvNone
  26.     BorderWidth = 10
  27.     BorderStyle = bsSingle
  28.     Enabled = False
  29.     TabOrder = 0
  30.     OnResize = Panel1Resize
  31.     object Label1: TLabel
  32.       Left = 20
  33.       Top = 20
  34.       Width = 59
  35.       Height = 16
  36.       Caption = 'Report on'
  37.       Color = clBtnFace
  38.       FocusControl = Edit1
  39.       ParentColor = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 20
  43.       Top = 48
  44.       Width = 60
  45.       Height = 16
  46.       Caption = 'created at'
  47.       Color = clBtnFace
  48.       ParentColor = False
  49.     end
  50.     object Label3: TLabel
  51.       Left = 20
  52.       Top = 76
  53.       Width = 67
  54.       Height = 16
  55.       Caption = 'peak # ptrs'
  56.       Color = clBtnFace
  57.       ParentColor = False
  58.     end
  59.     object Label4: TLabel
  60.       Left = 20
  61.       Top = 105
  62.       Width = 67
  63.       Height = 16
  64.       Caption = 'peak bytes'
  65.     end
  66.     object Edit1: TEdit
  67.       Left = 96
  68.       Top = 18
  69.       Width = 129
  70.       Height = 24
  71.       Color = clBtnFace
  72.       TabOrder = 0
  73.     end
  74.     object Edit2: TEdit
  75.       Left = 96
  76.       Top = 46
  77.       Width = 129
  78.       Height = 24
  79.       Color = clBtnFace
  80.       TabOrder = 1
  81.     end
  82.     object Edit3: TEdit
  83.       Left = 96
  84.       Top = 74
  85.       Width = 129
  86.       Height = 24
  87.       Color = clBtnFace
  88.       TabOrder = 2
  89.     end
  90.     object Edit4: TEdit
  91.       Left = 96
  92.       Top = 102
  93.       Width = 129
  94.       Height = 24
  95.       Color = clBtnFace
  96.       TabOrder = 3
  97.     end
  98.   end
  99.   object MainMenu1: TMainMenu
  100.     Left = 288
  101.     Top = 24
  102.     object File1: TMenuItem
  103.       Caption = '&File'
  104.       object Open1: TMenuItem
  105.         Caption = '&Open...'
  106.         OnClick = Open1Click
  107.       end
  108.       object SaveAs1: TMenuItem
  109.         Caption = 'Save &As...'
  110.         OnClick = SaveAs1Click
  111.       end
  112.       object N1: TMenuItem
  113.         Caption = '-'
  114.       end
  115.       object Exit1: TMenuItem
  116.         Caption = 'E&xit'
  117.         OnClick = Exit1Click
  118.       end
  119.     end
  120.     object Options1: TMenuItem
  121.       Caption = '&Options'
  122.       object StayOnTop1: TMenuItem
  123.         Caption = 'Stay On &Top'
  124.         OnClick = StayOnTop1Click
  125.       end
  126.       object Font1: TMenuItem
  127.         Caption = '&Font...'
  128.         OnClick = Font1Click
  129.       end
  130.       object SaveSettings1: TMenuItem
  131.         Caption = '&Save Settings'
  132.         OnClick = SaveSettings1Click
  133.       end
  134.     end
  135.     object Help1: TMenuItem
  136.       Caption = '&Help'
  137.       object Contents1: TMenuItem
  138.         Caption = 'Contents'
  139.         OnClick = Contents1Click
  140.       end
  141.       object About1: TMenuItem
  142.         Caption = '&About...'
  143.         OnClick = About1Click
  144.       end
  145.     end
  146.     object N3: TMenuItem
  147.       Caption = '          '
  148.     end
  149.     object VersionItem: TMenuItem
  150.       Caption = 'Stand-Alone Version'
  151.     end
  152.     object N2: TMenuItem
  153.       Caption = ' '
  154.     end
  155.   end
  156.   object OpenDialog1: TOpenDialog
  157.     DefaultExt = '*.snp'
  158.     FileName = '*.snp'
  159.     Filter = 'Snoop Reports|(*.snp)|All Files|(*.*)'
  160.     Left = 328
  161.     Top = 24
  162.   end
  163.   object SaveDialog1: TSaveDialog
  164.     DefaultExt = '*.snp'
  165.     FileName = '*.snp'
  166.     Filter = 'Snoop Reports|(*.snp)|All Files|(*.*)'
  167.     Left = 368
  168.     Top = 24
  169.   end
  170.   object FontDialog1: TFontDialog
  171.     Font.Charset = DEFAULT_CHARSET
  172.     Font.Color = clWindowText
  173.     Font.Height = -13
  174.     Font.Name = 'Courier New'
  175.     Font.Style = []
  176.     MinFontSize = 0
  177.     MaxFontSize = 0
  178.     Left = 408
  179.     Top = 24
  180.   end
  181.   object Widget1: TWidget
  182.     Font.Charset = DEFAULT_CHARSET
  183.     Font.Color = clRed
  184.     Font.Height = -13
  185.     Font.Name = 'Marlett'
  186.     Font.Style = []
  187.     Glyph = 't'
  188.     OffsetLeft = 0
  189.     OffsetTop = 0
  190.     OnClick = Widget1Click
  191.     Left = 448
  192.     Top = 24
  193.   end
  194. end
  195.