home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / SpamDeputy / Spamdpty.exe / SpamDeputy.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2001-04-27  |  40KB  |  873 lines

  1. object frmMain: TfrmMain
  2.   Left = 224
  3.   Top = 111
  4.   Width = 800
  5.   Height = 600
  6.   Caption = 'Spam Deputy'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StatusBar1: TStatusBar
  21.     Left = 0
  22.     Top = 535
  23.     Width = 792
  24.     Height = 19
  25.     Panels = <>
  26.     SimplePanel = False
  27.   end
  28.   object CoolBar1: TCoolBar
  29.     Left = 0
  30.     Top = 0
  31.     Width = 792
  32.     Height = 26
  33.     AutoSize = True
  34.     Bands = <
  35.       item
  36.         Control = ToolBar1
  37.         ImageIndex = -1
  38.         MinHeight = 22
  39.         MinWidth = 110
  40.         Width = 123
  41.       end
  42.       item
  43.         Break = False
  44.         Control = ToolBar2
  45.         ImageIndex = -1
  46.         MinHeight = 22
  47.         Width = 663
  48.       end>
  49.     object ToolBar1: TToolBar
  50.       Left = 9
  51.       Top = 0
  52.       Width = 110
  53.       Height = 22
  54.       AutoSize = True
  55.       ButtonWidth = 95
  56.       Caption = 'ToolBar1'
  57.       EdgeBorders = []
  58.       Flat = True
  59.       Images = ilMain
  60.       List = True
  61.       ShowCaptions = True
  62.       TabOrder = 0
  63.       object btnReportSpam: TToolButton
  64.         Left = 0
  65.         Top = 0
  66.         Action = actReportSpam
  67.       end
  68.     end
  69.     object ToolBar2: TToolBar
  70.       Left = 134
  71.       Top = 0
  72.       Width = 650
  73.       Height = 22
  74.       AutoSize = True
  75.       Caption = 'ToolBar2'
  76.       EdgeBorders = []
  77.       Flat = True
  78.       Images = ilMain
  79.       TabOrder = 1
  80.       object ToolButton1: TToolButton
  81.         Left = 0
  82.         Top = 0
  83.         Action = actCut
  84.       end
  85.       object ToolButton2: TToolButton
  86.         Left = 23
  87.         Top = 0
  88.         Action = actCopy
  89.       end
  90.       object ToolButton3: TToolButton
  91.         Left = 46
  92.         Top = 0
  93.         Action = actPaste
  94.       end
  95.       object ToolButton4: TToolButton
  96.         Left = 69
  97.         Top = 0
  98.         Width = 8
  99.         Caption = 'ToolButton4'
  100.         ImageIndex = 3
  101.         Style = tbsSeparator
  102.       end
  103.       object ToolButton5: TToolButton
  104.         Left = 77
  105.         Top = 0
  106.         Action = actUndo
  107.       end
  108.     end
  109.   end
  110.   object pgcMemo: TPageControl
  111.     Left = 0
  112.     Top = 26
  113.     Width = 792
  114.     Height = 509
  115.     Align = alClient
  116.     TabOrder = 2
  117.     OnChange = pgcMemoChange
  118.   end
  119.   object UOTextTarget1: TUOTextTarget
  120.     AcceptorControl = pgcMemo
  121.     AcceptTextFormats = [dtfCustom]
  122.     OnDragEnter = UOTextTarget1DragEnter
  123.     OnDrop = UOTextTarget1Drop
  124.     Left = 446
  125.     Top = 20
  126.   end
  127.   object pmnuMemo: TPopupMenu
  128.     Images = ilMain
  129.     Left = 451
  130.     Top = 92
  131.     object pmnuMemoUndo: TMenuItem
  132.       Action = actUndo
  133.     end
  134.     object N8: TMenuItem
  135.       Caption = '-'
  136.     end
  137.     object pmnuMemoCut: TMenuItem
  138.       Action = actCut
  139.     end
  140.     object pmnuMemoCopy: TMenuItem
  141.       Action = actCopy
  142.     end
  143.     object pmnuMemoPaste: TMenuItem
  144.       Action = actPaste
  145.     end
  146.     object pmnuMemoSelectAll: TMenuItem
  147.       Action = actSelectAll
  148.     end
  149.     object N5: TMenuItem
  150.       Caption = '-'
  151.     end
  152.     object pmnuMemoDecode: TMenuItem
  153.       Action = actDecode
  154.     end
  155.     object N4: TMenuItem
  156.       Caption = '-'
  157.     end
  158.     object pmnuMemoReportSpam: TMenuItem
  159.       Action = actReportSpam
  160.     end
  161.     object N2: TMenuItem
  162.       Caption = '-'
  163.     end
  164.     object pmnuMemoClose: TMenuItem
  165.       Action = actClose
  166.     end
  167.   end
  168.   object ActionList1: TActionList
  169.     Images = ilMain
  170.     Left = 450
  171.     Top = 55
  172.     object actVerifyEmail: TAction
  173.       Category = 'ListView'
  174.       Caption = '&Verify Email...'
  175.       Enabled = False
  176.       OnExecute = actVerifyEmailExecute
  177.     end
  178.     object actUndo: TAction
  179.       Category = 'Edit'
  180.       Caption = '&Undo'
  181.       Enabled = False
  182.       Hint = 'Undo'
  183.       ImageIndex = 0
  184.       ShortCut = 16474
  185.       OnExecute = actUndoExecute
  186.     end
  187.     object actVerifyURL: TAction
  188.       Category = 'ListView'
  189.       Caption = '&Verify URL...'
  190.       Enabled = False
  191.       OnExecute = actVerifyURLExecute
  192.     end
  193.     object actReportSpam: TAction
  194.       Category = 'Message'
  195.       Caption = '&Report Spam'
  196.       Enabled = False
  197.       Hint = 'Report Spam'
  198.       ImageIndex = 5
  199.       ShortCut = 16466
  200.       OnExecute = actReportSpamExecute
  201.     end
  202.     object actCut: TAction
  203.       Category = 'Edit'
  204.       Caption = 'Cu&t'
  205.       Enabled = False
  206.       Hint = 'Cut to clipboard'
  207.       ImageIndex = 2
  208.       ShortCut = 16472
  209.       OnExecute = actCutExecute
  210.     end
  211.     object actCopy: TAction
  212.       Category = 'Edit'
  213.       Caption = '&Copy'
  214.       Enabled = False
  215.       Hint = 'Copy to clipboard'
  216.       ImageIndex = 4
  217.       ShortCut = 16451
  218.       OnExecute = actCopyExecute
  219.     end
  220.     object actClose: TAction
  221.       Category = 'Message'
  222.       Caption = 'Cl&ose'
  223.       Enabled = False
  224.       Hint = 'Close current message'
  225.       ShortCut = 16465
  226.       OnExecute = actCloseExecute
  227.     end
  228.     object actCloseAll: TAction
  229.       Category = 'Message'
  230.       Caption = 'Close &All'
  231.       Enabled = False
  232.       Hint = 'Close all messages'
  233.       OnExecute = actCloseAllExecute
  234.     end
  235.     object actPaste: TAction
  236.       Category = 'Edit'
  237.       Caption = '&Paste'
  238.       Enabled = False
  239.       Hint = 'Paste from clipboard'
  240.       ImageIndex = 3
  241.       ShortCut = 16470
  242.       OnExecute = actPasteExecute
  243.     end
  244.     object actPasteNew: TAction
  245.       Category = 'Edit'
  246.       Caption = 'Paste as a &New spam'
  247.       Hint = 'Paste contents of clipboard as a new spam message'
  248.       ShortCut = 16462
  249.       OnExecute = actPasteNewExecute
  250.     end
  251.     object actSelectAll: TAction
  252.       Category = 'Edit'
  253.       Caption = 'Select &All'
  254.       Enabled = False
  255.       Hint = 'Select All text in current message'
  256.       ShortCut = 16449
  257.       OnExecute = actSelectAllExecute
  258.     end
  259.     object actWhoIs: TAction
  260.       Category = 'ListView'
  261.       Caption = '&Who Is...'
  262.       Enabled = False
  263.       OnExecute = actWhoIsExecute
  264.     end
  265.     object actTrace: TAction
  266.       Category = 'ListView'
  267.       Caption = '&Trace Route...'
  268.       Enabled = False
  269.       Hint = 'Trace Route'
  270.       OnExecute = actTraceExecute
  271.     end
  272.     object actCopyEmailUrl: TAction
  273.       Category = 'ListView'
  274.       Caption = 'actCopyEmailUrl'
  275.       Enabled = False
  276.       ShortCut = 16451
  277.       OnExecute = actCopyEmailUrlExecute
  278.     end
  279.     object actCopyIP: TAction
  280.       Category = 'ListView'
  281.       Caption = 'IP'
  282.       Enabled = False
  283.       OnExecute = actCopyIPExecute
  284.     end
  285.     object actCopyHost: TAction
  286.       Category = 'ListView'
  287.       Caption = 'Host'
  288.       Enabled = False
  289.       OnExecute = actCopyHostExecute
  290.     end
  291.     object actCopyAbuseAddy: TAction
  292.       Category = 'ListView'
  293.       Caption = 'Abuse address(es)'
  294.       Enabled = False
  295.       OnExecute = actCopyAbuseAddyExecute
  296.     end
  297.     object actPasteEmailUrl: TAction
  298.       Category = 'ListView'
  299.       Caption = '&Paste'
  300.       Enabled = False
  301.       ShortCut = 16470
  302.       OnExecute = actPasteEmailUrlExecute
  303.     end
  304.     object actDeleteEmailUrl: TAction
  305.       Category = 'ListView'
  306.       Caption = '&Delete'
  307.       Enabled = False
  308.       OnExecute = actDeleteEmailUrlExecute
  309.     end
  310.     object actReportToAbuseAddy: TAction
  311.       Category = 'ListView'
  312.       Caption = '&Report to Abuse Address'
  313.       Enabled = False
  314.       OnExecute = actReportToAbuseAddyExecute
  315.     end
  316.     object actDecode: TAction
  317.       Category = 'Edit'
  318.       Caption = '&Decode HTML'
  319.       Enabled = False
  320.       Hint = 'Decode HTML characters'
  321.       OnExecute = actDecodeExecute
  322.     end
  323.   end
  324.   object MainMenu1: TMainMenu
  325.     Images = ilMain
  326.     Left = 410
  327.     Top = 55
  328.     object mnuFile: TMenuItem
  329.       Caption = '&File'
  330.       object mnuFileExit: TMenuItem
  331.         Caption = 'E&xit'
  332.         OnClick = mnuFileExitClick
  333.       end
  334.     end
  335.     object mnuEdit: TMenuItem
  336.       Caption = '&Edit'
  337.       object mnuEditUndo: TMenuItem
  338.         Action = actUndo
  339.       end
  340.       object N7: TMenuItem
  341.         Caption = '-'
  342.       end
  343.       object mnuEditCut: TMenuItem
  344.         Action = actCut
  345.       end
  346.       object mnuEditCopy: TMenuItem
  347.         Action = actCopy
  348.       end
  349.       object mnuEditPaste: TMenuItem
  350.         Action = actPaste
  351.       end
  352.       object mnuEditPasteAsANewSpam: TMenuItem
  353.         Action = actPasteNew
  354.       end
  355.       object mnuEditSelectAll: TMenuItem
  356.         Action = actSelectAll
  357.       end
  358.       object N3: TMenuItem
  359.         Caption = '-'
  360.       end
  361.       object mnuEditDecode: TMenuItem
  362.         Action = actDecode
  363.       end
  364.     end
  365.     object mnuMessage: TMenuItem
  366.       Caption = '&Message'
  367.       object mnuMessageReportSpam: TMenuItem
  368.         Action = actReportSpam
  369.       end
  370.       object N1: TMenuItem
  371.         Caption = '-'
  372.       end
  373.       object mnuMessageClose: TMenuItem
  374.         Action = actClose
  375.       end
  376.       object mnuMessageCloseAll: TMenuItem
  377.         Action = actCloseAll
  378.       end
  379.     end
  380.     object mnuTools: TMenuItem
  381.       Caption = '&Tools'
  382.       object mnuToolsCustomize: TMenuItem
  383.         Caption = '&Customize...'
  384.         OnClick = mnuToolsCustomizeClick
  385.       end
  386.       object mnuToolsOptions: TMenuItem
  387.         Caption = '&Options...'
  388.         OnClick = mnuToolsOptionsClick
  389.       end
  390.     end
  391.     object mnuHelp: TMenuItem
  392.       Caption = '&Help'
  393.       object mnuHelpRegistration: TMenuItem
  394.         Caption = '&Registration...'
  395.         OnClick = mnuHelpRegistrationClick
  396.       end
  397.       object mnuHelpWebsite: TMenuItem
  398.         Caption = '&Website'
  399.         OnClick = mnuHelpWebsiteClick
  400.       end
  401.       object mnuHelpContactUs: TMenuItem
  402.         Caption = '&Contact us'
  403.         OnClick = mnuHelpContactUsClick
  404.       end
  405.       object N6: TMenuItem
  406.         Caption = '-'
  407.       end
  408.       object mnuHelpAbout: TMenuItem
  409.         Caption = '&About...'
  410.         OnClick = mnuHelpAboutClick
  411.       end
  412.     end
  413.   end
  414.   object ilMain: TImageList
  415.     Left = 415
  416.     Top = 90
  417.     Bitmap = {
  418.       494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  419.       0000000000003600000028000000400000003000000001002000000000000030
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       0000000000000000000000000000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       0000000000000000000000000000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000000000000000
  454.       0000000000000000000000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000000000000000
  456.       0000000000000000000000000000000000000000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       0000000000000000000000000000000000000000000000000000000000000000
  462.       0000000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       0000000000000000000000000000000000000000000000000000000000000000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000000000000000000000
  469.       0000000000000000000000000000000000000000000000000000000000000000
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       0000000000000000000000000000000000000000000000000000000000000000
  505.       0000000000000000000000000000000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000000000000000
  561.       0000000000000000000000000000000000000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000000000
  564.       0000000000000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000080000000800000008000000080000000800000008000
  566.       0000800000008000000080000000000000000000000000000000000000000000
  567.       0000000000000000000000000000000000000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000000000000000
  570.       0000000000000000000000000000000000000000000000000000000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  574.       FF00FFFFFF00FFFFFF0080000000000000008080800080808000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000000000000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000080000000FFFFFF000000000000000000000000000000
  582.       000000000000FFFFFF0080000000000000000000000000000000000000008080
  583.       8000000000000000000000000000000000000000000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       0000000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  590.       FF00FFFFFF00FFFFFF0080000000000000008080800080808000000000008080
  591.       8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  592.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  597.       FF00FFFFFF00FFFFFF0080000000FFFFFF000000000000000000000000000000
  598.       000000000000FFFFFF0080000000000000000000000000000000000000008080
  599.       8000FFFFFF00FFFFFF0080000000800000008000000080000000800000008000
  600.       0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  605.       0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  606.       FF00FFFFFF00FFFFFF0080000000000000008080800080808000000000008080
  607.       8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  608.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  613.       FF00FFFFFF00FFFFFF0080000000FFFFFF000000000000000000FFFFFF008000
  614.       0000800000008000000080000000000000000000000000000000000000008080
  615.       8000FFFFFF00FFFFFF0080000000800000008000000080000000800000008000
  616.       0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  621.       0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000
  622.       0000FFFFFF008000000000000000000000008080800080808000000000008080
  623.       8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  624.       FF00000080000000800000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  629.       FF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000
  630.       0000800000000000000000000000000000000000000000000000000000008080
  631.       8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  632.       FF00000080000000800000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  637.       0000FFFFFF000000000080000000800000008000000080000000800000008000
  638.       0000000000000000000000000000000000008080800080808000000000008080
  639.       8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  640.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  641.       0000000000000000000000000000000000000000000000000000000000000000
  642.       0000000000000000000000000000000000000000000000000000000000000000
  643.       0000000000000000000000000000000000000000000000000000000000000000
  644.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  645.       FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000
  646.       0000000000000000000000000000000000000000000000000000000000008080
  647.       8000808080008080800080808000808080008080800080808000808080008080
  648.       8000808080008080800080808000000000000000000000000000000000000000
  649.       0000000000000000000000000000000000000000000000000000000000000000
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  653.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  654.       0000000000000000000000000000000000000000000000000000000000000000
  655.       0000000000000000000000000000000000000000000000000000000000000000
  656.       0000000000000000000000000000000000000000000000000000000000000000
  657.       0000000000000000000000000000000000000000000000000000000000000000
  658.       0000000000000000000000000000000000000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000000000000000000000000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       0000000000000000000000000000000000000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       0000000000000000000000000000000000000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000000000000000000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       0000000000000000000000000000000000000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000000000000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       0000800000008000000000000000000000000000000000000000000000000000
  690.       0000000000000000000000000000000000000000000000000000000000000000
  691.       0000000000000000000080000000800000008000000080000000800000008000
  692.       0000800000008000000080000000800000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000000000000000000000000000000000000000000000000000000000000000
  695.       0000000000000000000000000000000000000000000000000000000000000000
  696.       0000000000000000000000000000000000000000000000000000000000008000
  697.       0000000000000000000080000000000000000000000080000000800000000000
  698.       0000000000000000000000000000000000000000000000000000000000000000
  699.       0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  700.       FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000000000000000
  701.       0000000000000000000000000000000000000000000000000000000000000000
  702.       0000000000000000000000000000000000000000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000008000
  705.       0000000000000000000080000000000000008000000000000000000000008000
  706.       0000000000000000000000000000000000000000000080808000008080008080
  707.       8000008080008080800080000000FFFFFF008000000080000000800000008000
  708.       00008000000080000000FFFFFF00800000000000000000000000000000000000
  709.       0000000000000000000000000000000000000000000000000000000000008080
  710.       8000800000000000000000000000000000000000000000000000000000008000
  711.       0000808080000000000000000000000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000008000
  713.       0000000000000000000080000000000000008000000000000000000000008000
  714.       0000000000000000000000000000000000000000000000808000808080000080
  715.       8000808080000080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  716.       FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000800000008000
  717.       0000800000008000000080000000000000000000000000000000000000000000
  718.       0000800000008080800000000000000000000000000000000000808080008000
  719.       0000000000000000000000000000000000000000000080000000800000008000
  720.       0000800000008000000000000000000000000000000000000000000000000000
  721.       0000800000008000000080000000000000008000000000000000000000008000
  722.       0000000000000000000000000000000000000000000080808000008080008080
  723.       8000008080008080800080000000FFFFFF00800000008000000080000000FFFF
  724.       FF00800000008000000080000000800000000000000000000000800000008000
  725.       0000800000008000000000000000000000000000000000000000000000000000
  726.       0000000000008000000000000000000000000000000000000000800000000000
  727.       0000000000000000000000000000000000000000000000000000800000008000
  728.       0000800000008000000000000000000000000000000000000000000000000000
  729.       0000000000000000000080000000000000008000000080000000800000000000
  730.       0000000000000000000000000000000000000000000000808000808080000080
  731.       8000808080000080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  732.       FF0080000000FFFFFF0080000000000000000000000000000000800000008000
  733.       0000800000000000000000000000000000000000000000000000000000000000
  734.       0000000000008000000000000000000000000000000000000000800000000000
  735.       0000000000000000000000000000000000000000000000000000000000008000
  736.       0000800000008000000000000000000000000000000000000000000000000000
  737.       0000000000000000000080000000000000008000000000000000000000000000
  738.       0000000000000000000000000000000000000000000080808000008080008080
  739.       8000008080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  740.       FF00800000008000000000000000000000000000000000000000800000008000
  741.       0000000000008000000000000000000000000000000000000000000000000000
  742.       0000000000008000000000000000000000000000000000000000800000000000
  743.       0000000000000000000000000000000000000000000000000000800000000000
  744.       0000800000008000000000000000000000000000000000000000000000000000
  745.       0000000000000000000000000000000000000000000000000000000000000000
  746.       0000000000000000000000000000000000000000000000808000808080000080
  747.       8000808080000080800080000000800000008000000080000000800000008000
  748.       0000800000000000000000000000000000000000000000000000800000000000
  749.       0000000000000000000080000000800000000000000000000000000000000000
  750.       0000800000008080800000000000000000000000000000000000808080008000
  751.       0000000000000000000000000000000000008000000080000000000000000000
  752.       0000000000008000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000000000000000000000000000000000
  754.       0000000000000000000000000000000000000000000080808000008080008080
  755.       8000008080008080800000808000808080000080800080808000008080008080
  756.       8000008080000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000008000000080000000800000008000
  758.       0000808080000000000000000000000000000000000000000000000000008080
  759.       8000800000008000000080000000800000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       0000000000000000000000000000000000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000808000808080000000
  763.       0000000000000000000000000000000000000000000000000000000000008080
  764.       8000808080000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       0000000000000000000000000000000000000000000000000000000000000000
  770.       0000000000000000000000000000000000000000000080808000808080000000
  771.       0000000000000000000000000000000000000000000000000000000000008080
  772.       8000008080000000000000000000000000000000000000000000000000000000
  773.       0000000000000000000000000000000000000000000000000000000000000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       0000000000000000000000000000000000000000000000000000000000000000
  777.       0000000000000000000000000000000000000000000000000000000000000000
  778.       0000000000000000000000000000000000000000000000808000808080000080
  779.       80000000000000FFFF00000000000000000000FFFF0000000000808080000080
  780.       8000808080000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       0000000000000000000000000000000000000000000000000000000000000000
  783.       0000000000000000000000000000000000000000000000000000000000000000
  784.       0000000000000000000000000000000000000000000000000000000000000000
  785.       0000000000000000000000000000000000000000000000000000000000000000
  786.       0000000000000000000000000000000000000000000000000000000000000000
  787.       0000000000000000000000FFFF0000FFFF000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       0000000000000000000000000000000000000000000000000000000000000000
  792.       0000000000000000000000000000000000000000000000000000000000000000
  793.       0000000000000000000000000000000000000000000000000000000000000000
  794.       0000000000000000000000000000000000000000000000000000000000000000
  795.       0000000000000000000000000000000000000000000000000000000000000000
  796.       0000000000000000000000000000000000000000000000000000000000000000
  797.       0000000000000000000000000000000000000000000000000000000000000000
  798.       0000000000000000000000000000000000000000000000000000000000000000
  799.       0000000000000000000000000000000000000000000000000000000000000000
  800.       0000000000000000000000000000000000000000000000000000000000000000
  801.       0000000000000000000000000000000000000000000000000000000000000000
  802.       0000000000000000000000000000000000000000000000000000000000000000
  803.       0000000000000000000000000000000000000000000000000000000000000000
  804.       000000000000000000000000000000000000424D3E000000000000003E000000
  805.       2800000040000000300000000100010000000000800100000000000000000000
  806.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000000000000000000000
  808.       0000000000000000000000000000000000000000000000000000000000000000
  809.       0000000000000000000000000000000000000000000000000000000000000000
  810.       00000000000000000000000000000000FFFFFFFF00000000FFFFFFFF00000000
  811.       FC01FFFF00000000FC01200000000000FC01EFFE000000000001200200000000
  812.       0001E0020000000000012002000000000001E002000000000003200200000000
  813.       0007E00200000000000F20020000000000FFE0000000000001FFFFFF00000000
  814.       03FFFFFF00000000FFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFF3FFFC00
  815.       FFFFFFFFED9F8000FFFFFFFFED6F0000FFE7E7FFED6F0000C1F3CF83F16F0000
  816.       C3FBDFC3FD1F0001C7FBDFE3FC7F0003CBFBDFD3FEFF0003DCF3CF3BFC7F0003
  817.       FF07E0FFFD7F0003FFFFFFFFF93F0FC3FFFFFFFFFBBF0003FFFFFFFFFBBF8007
  818.       FFFFFFFFFBBFF87FFFFFFFFFFFFFFFFF00000000000000000000000000000000
  819.       000000000000}
  820.   end
  821.   object pmnuListView: TPopupMenu
  822.     Left = 455
  823.     Top = 130
  824.     object pmnuListViewVerifyEmail: TMenuItem
  825.       Action = actVerifyEmail
  826.     end
  827.     object pmnuListViewVerifyURL: TMenuItem
  828.       Action = actVerifyURL
  829.     end
  830.     object pmnuListViewReportToAbuseAddy: TMenuItem
  831.       Action = actReportToAbuseAddy
  832.     end
  833.     object N10: TMenuItem
  834.       Caption = '-'
  835.     end
  836.     object pmnuListViewCopy: TMenuItem
  837.       Caption = 'Copy'
  838.       object pmnuListViewCopyEmailUrl: TMenuItem
  839.         Action = actCopyEmailUrl
  840.       end
  841.       object pmnuListViewCopyIP: TMenuItem
  842.         Action = actCopyIP
  843.       end
  844.       object pmnuListViewCopyHost: TMenuItem
  845.         Action = actCopyHost
  846.       end
  847.       object pmnuListViewCopyAbuseAddresses: TMenuItem
  848.         Action = actCopyAbuseAddy
  849.       end
  850.     end
  851.     object pmnuListViewPaste: TMenuItem
  852.       Action = actPasteEmailUrl
  853.     end
  854.     object Delete1: TMenuItem
  855.       Action = actDeleteEmailUrl
  856.     end
  857.     object N9: TMenuItem
  858.       Caption = '-'
  859.     end
  860.     object pmnuListViewWhoIs: TMenuItem
  861.       Action = actWhoIs
  862.     end
  863.     object pmnuListViewTraceRoute: TMenuItem
  864.       Action = actTrace
  865.     end
  866.   end
  867.   object dlgAbout: ThhfAboutDialog
  868.     Website = 'http://members.home.net/spamdeputy'
  869.     Left = 495
  870.     Top = 60
  871.   end
  872. end
  873.