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

  1. object dlgWhoIs: TdlgWhoIs
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy - WhoIs'
  6.   ClientHeight = 357
  7.   ClientWidth = 504
  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.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 235
  22.     Top = 7
  23.     Width = 68
  24.     Height = 13
  25.     Caption = 'WhoIs Server:'
  26.   end
  27.   object btnWhoIs: TSpeedButton
  28.     Left = 470
  29.     Top = 5
  30.     Width = 23
  31.     Height = 22
  32.     Hint = 'WhoIs'
  33.     OnClick = btnWhoIsClick
  34.   end
  35.   object Label2: TLabel
  36.     Left = 10
  37.     Top = 7
  38.     Width = 39
  39.     Height = 13
  40.     Caption = 'Domain:'
  41.   end
  42.   object Memo1: TMemo
  43.     Left = 0
  44.     Top = 30
  45.     Width = 504
  46.     Height = 280
  47.     TabStop = False
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -13
  52.     Font.Name = 'Courier New'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     ReadOnly = True
  56.     ScrollBars = ssBoth
  57.     TabOrder = 2
  58.   end
  59.   object btnClose: TButton
  60.     Left = 214
  61.     Top = 324
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Close'
  65.     Default = True
  66.     Enabled = False
  67.     ModalResult = 1
  68.     TabOrder = 3
  69.   end
  70.   object cmbWhoIs: TComboBox
  71.     Left = 310
  72.     Top = 5
  73.     Width = 156
  74.     Height = 21
  75.     ItemHeight = 13
  76.     TabOrder = 1
  77.     Items.Strings = (
  78.       'pgebrehiwot.iat.cnr.it'
  79.       'whois.abuse.net'
  80.       'whois.adamsnames.tc'
  81.       'whois.apnic.net'
  82.       'whois.arin.net'
  83.       'whois.aunic.net'
  84.       'whois.cira.ca'
  85.       'whois.ck-nic.org.ck'
  86.       'whois.cnnic.net.cn'
  87.       'whois.connect.com.au'
  88.       'whois.corenic.net'
  89.       'whois.crsnic.net'
  90.       'whois.domain.kz'
  91.       'whois.dk-hostmaster.dk'
  92.       'whois.frd.ac.za'
  93.       'whois.idnic.net.id'
  94.       'whois.networksolutions.com'
  95.       'whois.isi.edu'
  96.       'whois.ja.net'
  97.       'whois.krnic.net'
  98.       'whois.nic-se.se'
  99.       'whois.nic.ac'
  100.       'whois.nic.ad.jp'
  101.       'whois.nic.as'
  102.       'whois.nic.br'
  103.       'whois.nic.cc'
  104.       'whois.nic.ch'
  105.       'whois.nic.fr'
  106.       'whois.nic.gov'
  107.       'whois.nic.hm'
  108.       'whois.nic.li'
  109.       'whois.nic.lk'
  110.       'whois.nic.mil'
  111.       'whois.nic.mm'
  112.       'whois.nic.mx'
  113.       'whois.nic.net.sg'
  114.       'whois.nic.nu'
  115.       'whois.nic.or.kr'
  116.       'whois.nic.sh'
  117.       'whois.nic.tj'
  118.       'whois.nic.tm'
  119.       'whois.nic.uk'
  120.       'whois.nomination.net'
  121.       'whois.norid.no'
  122.       'whois.opensrs.net'
  123.       'whois.patho.gen.nz'
  124.       'whois.pknic.net.pk'
  125.       'whois.ra.net'
  126.       'whois.register.com'
  127.       'whois.ripe.net'
  128.       'whois.ripn.net'
  129.       'whois.thnic.net'
  130.       'whois.tonic.to'
  131.       'whois.twnic.net'
  132.       'whois.nic.nl')
  133.   end
  134.   object edtDomain: TEdit
  135.     Left = 55
  136.     Top = 5
  137.     Width = 151
  138.     Height = 21
  139.     TabOrder = 0
  140.   end
  141. end
  142.