object frmMain: TfrmMain Left = 224 Top = 111 Width = 800 Height = 600 Caption = 'Spam Deputy' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object StatusBar1: TStatusBar Left = 0 Top = 535 Width = 792 Height = 19 Panels = <> SimplePanel = False end object CoolBar1: TCoolBar Left = 0 Top = 0 Width = 792 Height = 26 AutoSize = True Bands = < item Control = ToolBar1 ImageIndex = -1 MinHeight = 22 MinWidth = 110 Width = 123 end item Break = False Control = ToolBar2 ImageIndex = -1 MinHeight = 22 Width = 663 end> object ToolBar1: TToolBar Left = 9 Top = 0 Width = 110 Height = 22 AutoSize = True ButtonWidth = 95 Caption = 'ToolBar1' EdgeBorders = [] Flat = True Images = ilMain List = True ShowCaptions = True TabOrder = 0 object btnReportSpam: TToolButton Left = 0 Top = 0 Action = actReportSpam end end object ToolBar2: TToolBar Left = 134 Top = 0 Width = 650 Height = 22 AutoSize = True Caption = 'ToolBar2' EdgeBorders = [] Flat = True Images = ilMain TabOrder = 1 object ToolButton1: TToolButton Left = 0 Top = 0 Action = actCut end object ToolButton2: TToolButton Left = 23 Top = 0 Action = actCopy end object ToolButton3: TToolButton Left = 46 Top = 0 Action = actPaste end object ToolButton4: TToolButton Left = 69 Top = 0 Width = 8 Caption = 'ToolButton4' ImageIndex = 3 Style = tbsSeparator end object ToolButton5: TToolButton Left = 77 Top = 0 Action = actUndo end end end object pgcMemo: TPageControl Left = 0 Top = 26 Width = 792 Height = 509 Align = alClient TabOrder = 2 OnChange = pgcMemoChange end object UOTextTarget1: TUOTextTarget AcceptorControl = pgcMemo AcceptTextFormats = [dtfCustom] OnDragEnter = UOTextTarget1DragEnter OnDrop = UOTextTarget1Drop Left = 446 Top = 20 end object pmnuMemo: TPopupMenu Images = ilMain Left = 451 Top = 92 object pmnuMemoUndo: TMenuItem Action = actUndo end object N8: TMenuItem Caption = '-' end object pmnuMemoCut: TMenuItem Action = actCut end object pmnuMemoCopy: TMenuItem Action = actCopy end object pmnuMemoPaste: TMenuItem Action = actPaste end object pmnuMemoSelectAll: TMenuItem Action = actSelectAll end object N5: TMenuItem Caption = '-' end object pmnuMemoDecode: TMenuItem Action = actDecode end object N4: TMenuItem Caption = '-' end object pmnuMemoReportSpam: TMenuItem Action = actReportSpam end object N2: TMenuItem Caption = '-' end object pmnuMemoClose: TMenuItem Action = actClose end end object ActionList1: TActionList Images = ilMain Left = 450 Top = 55 object actVerifyEmail: TAction Category = 'ListView' Caption = '&Verify Email...' Enabled = False OnExecute = actVerifyEmailExecute end object actUndo: TAction Category = 'Edit' Caption = '&Undo' Enabled = False Hint = 'Undo' ImageIndex = 0 ShortCut = 16474 OnExecute = actUndoExecute end object actVerifyURL: TAction Category = 'ListView' Caption = '&Verify URL...' Enabled = False OnExecute = actVerifyURLExecute end object actReportSpam: TAction Category = 'Message' Caption = '&Report Spam' Enabled = False Hint = 'Report Spam' ImageIndex = 5 ShortCut = 16466 OnExecute = actReportSpamExecute end object actCut: TAction Category = 'Edit' Caption = 'Cu&t' Enabled = False Hint = 'Cut to clipboard' ImageIndex = 2 ShortCut = 16472 OnExecute = actCutExecute end object actCopy: TAction Category = 'Edit' Caption = '&Copy' Enabled = False Hint = 'Copy to clipboard' ImageIndex = 4 ShortCut = 16451 OnExecute = actCopyExecute end object actClose: TAction Category = 'Message' Caption = 'Cl&ose' Enabled = False Hint = 'Close current message' ShortCut = 16465 OnExecute = actCloseExecute end object actCloseAll: TAction Category = 'Message' Caption = 'Close &All' Enabled = False Hint = 'Close all messages' OnExecute = actCloseAllExecute end object actPaste: TAction Category = 'Edit' Caption = '&Paste' Enabled = False Hint = 'Paste from clipboard' ImageIndex = 3 ShortCut = 16470 OnExecute = actPasteExecute end object actPasteNew: TAction Category = 'Edit' Caption = 'Paste as a &New spam' Hint = 'Paste contents of clipboard as a new spam message' ShortCut = 16462 OnExecute = actPasteNewExecute end object actSelectAll: TAction Category = 'Edit' Caption = 'Select &All' Enabled = False Hint = 'Select All text in current message' ShortCut = 16449 OnExecute = actSelectAllExecute end object actWhoIs: TAction Category = 'ListView' Caption = '&Who Is...' Enabled = False OnExecute = actWhoIsExecute end object actTrace: TAction Category = 'ListView' Caption = '&Trace Route...' Enabled = False Hint = 'Trace Route' OnExecute = actTraceExecute end object actCopyEmailUrl: TAction Category = 'ListView' Caption = 'actCopyEmailUrl' Enabled = False ShortCut = 16451 OnExecute = actCopyEmailUrlExecute end object actCopyIP: TAction Category = 'ListView' Caption = 'IP' Enabled = False OnExecute = actCopyIPExecute end object actCopyHost: TAction Category = 'ListView' Caption = 'Host' Enabled = False OnExecute = actCopyHostExecute end object actCopyAbuseAddy: TAction Category = 'ListView' Caption = 'Abuse address(es)' Enabled = False OnExecute = actCopyAbuseAddyExecute end object actPasteEmailUrl: TAction Category = 'ListView' Caption = '&Paste' Enabled = False ShortCut = 16470 OnExecute = actPasteEmailUrlExecute end object actDeleteEmailUrl: TAction Category = 'ListView' Caption = '&Delete' Enabled = False OnExecute = actDeleteEmailUrlExecute end object actReportToAbuseAddy: TAction Category = 'ListView' Caption = '&Report to Abuse Address' Enabled = False OnExecute = actReportToAbuseAddyExecute end object actDecode: TAction Category = 'Edit' Caption = '&Decode HTML' Enabled = False Hint = 'Decode HTML characters' OnExecute = actDecodeExecute end end object MainMenu1: TMainMenu Images = ilMain Left = 410 Top = 55 object mnuFile: TMenuItem Caption = '&File' object mnuFileExit: TMenuItem Caption = 'E&xit' OnClick = mnuFileExitClick end end object mnuEdit: TMenuItem Caption = '&Edit' object mnuEditUndo: TMenuItem Action = actUndo end object N7: TMenuItem Caption = '-' end object mnuEditCut: TMenuItem Action = actCut end object mnuEditCopy: TMenuItem Action = actCopy end object mnuEditPaste: TMenuItem Action = actPaste end object mnuEditPasteAsANewSpam: TMenuItem Action = actPasteNew end object mnuEditSelectAll: TMenuItem Action = actSelectAll end object N3: TMenuItem Caption = '-' end object mnuEditDecode: TMenuItem Action = actDecode end end object mnuMessage: TMenuItem Caption = '&Message' object mnuMessageReportSpam: TMenuItem Action = actReportSpam end object N1: TMenuItem Caption = '-' end object mnuMessageClose: TMenuItem Action = actClose end object mnuMessageCloseAll: TMenuItem Action = actCloseAll end end object mnuTools: TMenuItem Caption = '&Tools' object mnuToolsCustomize: TMenuItem Caption = '&Customize...' OnClick = mnuToolsCustomizeClick end object mnuToolsOptions: TMenuItem Caption = '&Options...' OnClick = mnuToolsOptionsClick end end object mnuHelp: TMenuItem Caption = '&Help' object mnuHelpRegistration: TMenuItem Caption = '&Registration...' OnClick = mnuHelpRegistrationClick end object mnuHelpWebsite: TMenuItem Caption = '&Website' OnClick = mnuHelpWebsiteClick end object mnuHelpContactUs: TMenuItem Caption = '&Contact us' OnClick = mnuHelpContactUsClick end object N6: TMenuItem Caption = '-' end object mnuHelpAbout: TMenuItem Caption = '&About...' OnClick = mnuHelpAboutClick end end end object ilMain: TImageList Left = 415 Top = 90 Bitmap = { 494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000003000000001002000000000000030 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000080000000800000008000000080000000800000008000 0000800000008000000080000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0080000000000000008080800080808000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000080000000FFFFFF000000000000000000000000000000 000000000000FFFFFF0080000000000000000000000000000000000000008080 8000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0080000000000000008080800080808000000000008080 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0080000000FFFFFF000000000000000000000000000000 000000000000FFFFFF0080000000000000000000000000000000000000008080 8000FFFFFF00FFFFFF0080000000800000008000000080000000800000008000 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00000000000000 0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0080000000000000008080800080808000000000008080 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0080000000FFFFFF000000000000000000FFFFFF008000 0000800000008000000080000000000000000000000000000000000000008080 8000FFFFFF00FFFFFF0080000000800000008000000080000000800000008000 0000FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00000000000000 0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000 0000FFFFFF008000000000000000000000008080800080808000000000008080 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00000080000000800000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF008000 0000800000000000000000000000000000000000000000000000000000008080 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00000080000000800000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00000000000000 0000FFFFFF000000000080000000800000008000000080000000800000008000 0000000000000000000000000000000000008080800080808000000000008080 8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF FF00FFFFFF0000000000FFFFFF00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008080 8000808080008080800080808000808080008080800080808000808080008080 8000808080008080800080808000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF FF00FFFFFF000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000800000008000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000080000000800000008000000080000000800000008000 0000800000008000000080000000800000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008000 0000000000000000000080000000000000000000000080000000800000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008000 0000000000000000000080000000000000008000000000000000000000008000 0000000000000000000000000000000000000000000080808000008080008080 8000008080008080800080000000FFFFFF008000000080000000800000008000 00008000000080000000FFFFFF00800000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008080 8000800000000000000000000000000000000000000000000000000000008000 0000808080000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008000 0000000000000000000080000000000000008000000000000000000000008000 0000000000000000000000000000000000000000000000808000808080000080 8000808080000080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000800000008000 0000800000008000000080000000000000000000000000000000000000000000 0000800000008080800000000000000000000000000000000000808080008000 0000000000000000000000000000000000000000000080000000800000008000 0000800000008000000000000000000000000000000000000000000000000000 0000800000008000000080000000000000008000000000000000000000008000 0000000000000000000000000000000000000000000080808000008080008080 8000008080008080800080000000FFFFFF00800000008000000080000000FFFF FF00800000008000000080000000800000000000000000000000800000008000 0000800000008000000000000000000000000000000000000000000000000000 0000000000008000000000000000000000000000000000000000800000000000 0000000000000000000000000000000000000000000000000000800000008000 0000800000008000000000000000000000000000000000000000000000000000 0000000000000000000080000000000000008000000080000000800000000000 0000000000000000000000000000000000000000000000808000808080000080 8000808080000080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF0080000000FFFFFF0080000000000000000000000000000000800000008000 0000800000000000000000000000000000000000000000000000000000000000 0000000000008000000000000000000000000000000000000000800000000000 0000000000000000000000000000000000000000000000000000000000008000 0000800000008000000000000000000000000000000000000000000000000000 0000000000000000000080000000000000008000000000000000000000000000 0000000000000000000000000000000000000000000080808000008080008080 8000008080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00800000008000000000000000000000000000000000000000800000008000 0000000000008000000000000000000000000000000000000000000000000000 0000000000008000000000000000000000000000000000000000800000000000 0000000000000000000000000000000000000000000000000000800000000000 0000800000008000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000808000808080000080 8000808080000080800080000000800000008000000080000000800000008000 0000800000000000000000000000000000000000000000000000800000000000 0000000000000000000080000000800000000000000000000000000000000000 0000800000008080800000000000000000000000000000000000808080008000 0000000000000000000000000000000000008000000080000000000000000000 0000000000008000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000080808000008080008080 8000008080008080800000808000808080000080800080808000008080008080 8000008080000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000008000000080000000800000008000 0000808080000000000000000000000000000000000000000000000000008080 8000800000008000000080000000800000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000808000808080000000 0000000000000000000000000000000000000000000000000000000000008080 8000808080000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000080808000808080000000 0000000000000000000000000000000000000000000000000000000000008080 8000008080000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000808000808080000080 80000000000000FFFF00000000000000000000FFFF0000000000808080000080 8000808080000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000FFFF0000FFFF000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000040000000300000000100010000000000800100000000000000000000 000000000000000000000000FFFFFF0000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FFFFFFFF00000000FFFFFFFF00000000 FC01FFFF00000000FC01200000000000FC01EFFE000000000001200200000000 0001E0020000000000012002000000000001E002000000000003200200000000 0007E00200000000000F20020000000000FFE0000000000001FFFFFF00000000 03FFFFFF00000000FFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFF3FFFC00 FFFFFFFFED9F8000FFFFFFFFED6F0000FFE7E7FFED6F0000C1F3CF83F16F0000 C3FBDFC3FD1F0001C7FBDFE3FC7F0003CBFBDFD3FEFF0003DCF3CF3BFC7F0003 FF07E0FFFD7F0003FFFFFFFFF93F0FC3FFFFFFFFFBBF0003FFFFFFFFFBBF8007 FFFFFFFFFBBFF87FFFFFFFFFFFFFFFFF00000000000000000000000000000000 000000000000} end object pmnuListView: TPopupMenu Left = 455 Top = 130 object pmnuListViewVerifyEmail: TMenuItem Action = actVerifyEmail end object pmnuListViewVerifyURL: TMenuItem Action = actVerifyURL end object pmnuListViewReportToAbuseAddy: TMenuItem Action = actReportToAbuseAddy end object N10: TMenuItem Caption = '-' end object pmnuListViewCopy: TMenuItem Caption = 'Copy' object pmnuListViewCopyEmailUrl: TMenuItem Action = actCopyEmailUrl end object pmnuListViewCopyIP: TMenuItem Action = actCopyIP end object pmnuListViewCopyHost: TMenuItem Action = actCopyHost end object pmnuListViewCopyAbuseAddresses: TMenuItem Action = actCopyAbuseAddy end end object pmnuListViewPaste: TMenuItem Action = actPasteEmailUrl end object Delete1: TMenuItem Action = actDeleteEmailUrl end object N9: TMenuItem Caption = '-' end object pmnuListViewWhoIs: TMenuItem Action = actWhoIs end object pmnuListViewTraceRoute: TMenuItem Action = actTrace end end object dlgAbout: ThhfAboutDialog Website = 'http://members.home.net/spamdeputy' Left = 495 Top = 60 end end