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

  1. object dlgTrace: TdlgTrace
  2.   Left = 253
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy - TraceRoute'
  6.   ClientHeight = 357
  7.   ClientWidth = 634
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lvTrace: TListView
  20.     Left = 0
  21.     Top = 0
  22.     Width = 634
  23.     Height = 310
  24.     Anchors = [akLeft, akTop, akRight, akBottom]
  25.     Columns = <
  26.       item
  27.         Caption = '#'
  28.         MinWidth = 30
  29.         Width = 30
  30.       end
  31.       item
  32.         Caption = 'IP'
  33.         MinWidth = 100
  34.         Width = 100
  35.       end
  36.       item
  37.         Caption = 'Result'
  38.         Width = 150
  39.       end
  40.       item
  41.         Caption = 'Host'
  42.         Width = 200
  43.       end
  44.       item
  45.         Caption = 'Report Abuse To'
  46.         Width = 150
  47.       end>
  48.     RowSelect = True
  49.     PopupMenu = pmnuTrace
  50.     TabOrder = 0
  51.     ViewStyle = vsReport
  52.     OnSelectItem = lvTraceSelectItem
  53.   end
  54.   object btnClose: TButton
  55.     Left = 279
  56.     Top = 323
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Close'
  60.     Default = True
  61.     Enabled = False
  62.     ModalResult = 1
  63.     TabOrder = 1
  64.   end
  65.   object IdIcmpClient: TIdIcmpClient
  66.     BufferSize = 8192
  67.     Port = 0
  68.     Protocol = 1
  69.     ReceiveTimeout = 0
  70.     Left = 481
  71.     Top = 32
  72.   end
  73.   object ActionList1: TActionList
  74.     Left = 515
  75.     Top = 35
  76.     object actResolve: TAction
  77.       Caption = '&Resolve'
  78.       Enabled = False
  79.       OnExecute = actResolveExecute
  80.     end
  81.     object actUseAbuseAddy: TAction
  82.       Caption = '&Use this Abuse Address'
  83.       Enabled = False
  84.       OnExecute = actUseAbuseAddyExecute
  85.     end
  86.   end
  87.   object pmnuTrace: TPopupMenu
  88.     Left = 515
  89.     Top = 70
  90.     object pmnuTraceResolve: TMenuItem
  91.       Action = actResolve
  92.     end
  93.     object SaveAbuseAddress1: TMenuItem
  94.       Action = actUseAbuseAddy
  95.     end
  96.   end
  97. end
  98.