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
Wrap
Text File
|
2001-04-27
|
2KB
|
98 lines
object dlgTrace: TdlgTrace
Left = 253
Top = 108
BorderStyle = bsDialog
Caption = 'Spam Deputy - TraceRoute'
ClientHeight = 357
ClientWidth = 634
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object lvTrace: TListView
Left = 0
Top = 0
Width = 634
Height = 310
Anchors = [akLeft, akTop, akRight, akBottom]
Columns = <
item
Caption = '#'
MinWidth = 30
Width = 30
end
item
Caption = 'IP'
MinWidth = 100
Width = 100
end
item
Caption = 'Result'
Width = 150
end
item
Caption = 'Host'
Width = 200
end
item
Caption = 'Report Abuse To'
Width = 150
end>
RowSelect = True
PopupMenu = pmnuTrace
TabOrder = 0
ViewStyle = vsReport
OnSelectItem = lvTraceSelectItem
end
object btnClose: TButton
Left = 279
Top = 323
Width = 75
Height = 25
Caption = 'Close'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
end
object IdIcmpClient: TIdIcmpClient
BufferSize = 8192
Port = 0
Protocol = 1
ReceiveTimeout = 0
Left = 481
Top = 32
end
object ActionList1: TActionList
Left = 515
Top = 35
object actResolve: TAction
Caption = '&Resolve'
Enabled = False
OnExecute = actResolveExecute
end
object actUseAbuseAddy: TAction
Caption = '&Use this Abuse Address'
Enabled = False
OnExecute = actUseAbuseAddyExecute
end
end
object pmnuTrace: TPopupMenu
Left = 515
Top = 70
object pmnuTraceResolve: TMenuItem
Action = actResolve
end
object SaveAbuseAddress1: TMenuItem
Action = actUseAbuseAddy
end
end
end