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

  1. object FormDns: TFormDns
  2.   Left = 406
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DNS Queries'
  7.   ClientHeight = 399
  8.   ClientWidth = 465
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 10
  24.     Width = 89
  25.     Height = 17
  26.     AutoSize = False
  27.     Caption = 'Domain Name:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 42
  32.     Width = 89
  33.     Height = 17
  34.     AutoSize = False
  35.     Caption = 'IP Address:'
  36.   end
  37.   object Edit_Domain: TEdit
  38.     Left = 96
  39.     Top = 8
  40.     Width = 225
  41.     Height = 21
  42.     HelpContext = 33
  43.     TabOrder = 0
  44.   end
  45.   object Memo1: TMemo
  46.     Left = 8
  47.     Top = 72
  48.     Width = 449
  49.     Height = 289
  50.     HelpContext = 38
  51.     TabStop = False
  52.     Color = clBlack
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clWhite
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     ReadOnly = True
  60.     ScrollBars = ssBoth
  61.     TabOrder = 5
  62.   end
  63.   object Edit_IP: TEdit
  64.     Left = 96
  65.     Top = 40
  66.     Width = 105
  67.     Height = 21
  68.     HelpContext = 34
  69.     TabOrder = 2
  70.   end
  71.   object Button2: TButton
  72.     Left = 328
  73.     Top = 6
  74.     Width = 75
  75.     Height = 25
  76.     HelpContext = 36
  77.     Caption = 'Get IP'
  78.     TabOrder = 1
  79.     OnClick = Button2Click
  80.   end
  81.   object Button4: TButton
  82.     Left = 328
  83.     Top = 38
  84.     Width = 75
  85.     Height = 25
  86.     HelpContext = 37
  87.     Caption = 'Query'
  88.     TabOrder = 4
  89.     OnClick = Button4Click
  90.   end
  91.   object ComboBox1: TComboBox
  92.     Left = 208
  93.     Top = 40
  94.     Width = 113
  95.     Height = 21
  96.     HelpContext = 35
  97.     Style = csDropDownList
  98.     ItemHeight = 13
  99.     TabOrder = 3
  100.     Items.Strings = (
  101.       'A Lookup'
  102.       'MX Lookup'
  103.       'PTR Lookup')
  104.   end
  105.   object Button1: TButton
  106.     Left = 114
  107.     Top = 368
  108.     Width = 75
  109.     Height = 25
  110.     HelpContext = 39
  111.     Caption = '&Save As'
  112.     TabOrder = 6
  113.     OnClick = Button1Click
  114.   end
  115.   object Button3: TButton
  116.     Left = 194
  117.     Top = 368
  118.     Width = 75
  119.     Height = 25
  120.     HelpContext = 40
  121.     Cancel = True
  122.     Caption = '&Close'
  123.     TabOrder = 7
  124.     OnClick = Button3Click
  125.   end
  126.   object Button5: TButton
  127.     Left = 276
  128.     Top = 368
  129.     Width = 75
  130.     Height = 25
  131.     Caption = '&Help'
  132.     TabOrder = 8
  133.     OnClick = Button5Click
  134.   end
  135.   object Dns: TDnsQuery
  136.     Port = '53'
  137.     OnRequestDone = DnsRequestDone
  138.     Left = 416
  139.     Top = 32
  140.   end
  141.   object Ping1: TPing
  142.     Size = 56
  143.     Timeout = 4000
  144.     TTL = 64
  145.     Flags = 0
  146.     OnDnsLookupDone = Ping1DnsLookupDone
  147.     Left = 408
  148.   end
  149. end
  150.