home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMLOOKUP / TFORMLOOKUP.txt
Encoding:
Text File  |  2001-07-11  |  2.4 KB  |  123 lines

  1. object FormLookup: TFormLookup
  2.   Left = 458
  3.   Top = 237
  4.   HelpContext = 62
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'DNS Lookup'
  8.   ClientHeight = 289
  9.   ClientWidth = 337
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 41
  25.     Height = 17
  26.     AutoSize = False
  27.     Caption = 'Address:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 80
  32.     Width = 65
  33.     Height = 17
  34.     AutoSize = False
  35.     Caption = 'Result:'
  36.   end
  37.   object Button1: TButton
  38.     Left = 8
  39.     Top = 48
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Lookup'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object EditQuery: TEdit
  48.     Left = 8
  49.     Top = 24
  50.     Width = 321
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object Memo1: TMemo
  55.     Left = 8
  56.     Top = 96
  57.     Width = 321
  58.     Height = 153
  59.     HelpContext = 63
  60.     Color = clBlack
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWhite
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     ReadOnly = True
  68.     ScrollBars = ssVertical
  69.     TabOrder = 4
  70.   end
  71.   object Button3: TButton
  72.     Left = 91
  73.     Top = 256
  74.     Width = 75
  75.     Height = 25
  76.     Cancel = True
  77.     Caption = '&Close'
  78.     TabOrder = 3
  79.     OnClick = Button3Click
  80.   end
  81.   object Button4: TButton
  82.     Left = 88
  83.     Top = 48
  84.     Width = 105
  85.     Height = 25
  86.     Caption = 'Reverse Lookup'
  87.     TabOrder = 2
  88.     OnClick = Button4Click
  89.   end
  90.   object Button2: TButton
  91.     Left = 171
  92.     Top = 256
  93.     Width = 75
  94.     Height = 25
  95.     Caption = '&Help'
  96.     TabOrder = 5
  97.     OnClick = Button2Click
  98.   end
  99.   object Socket1: TWSocket
  100.     LineMode = False
  101.     LineLimit = 65536
  102.     LineEnd = #13#10
  103.     LineEcho = False
  104.     LineEdit = False
  105.     Proto = 'tcp'
  106.     LocalAddr = '0.0.0.0'
  107.     LocalPort = '0'
  108.     MultiThreaded = False
  109.     ComponentOptions = []
  110.     OnDnsLookupDone = Socket1DnsLookupDone
  111.     OnError = Socket1Error
  112.     OnBgException = Socket1BgException
  113.     FlushTimeout = 60
  114.     SendFlags = wsSendNormal
  115.     LingerOnOff = wsLingerOn
  116.     LingerTimeout = 0
  117.     SocksLevel = '5'
  118.     SocksAuthentication = socksNoAuthentication
  119.     Left = 304
  120.     Top = 56
  121.   end
  122. end
  123.