home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Internet / Fwftp2 / FTPWIN.EXE / 0 / RCDATA / TDNSLOOKUP / TDNSLOOKUP.txt
Text File  |  1996-07-17  |  1KB  |  62 lines

  1. object DNSLookup: TDNSLookup
  2.   Left = 313
  3.   Top = 226
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DNS Lookup'
  7.   ClientHeight = 118
  8.   ClientWidth = 292
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 16
  18.     Width = 147
  19.     Height = 13
  20.     Caption = 'Enter Host name or IP address:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 16
  24.     Top = 64
  25.     Width = 53
  26.     Height = 13
  27.     Caption = 'DNS Reply'
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 16
  31.     Top = 32
  32.     Width = 161
  33.     Height = 21
  34.     TabOrder = 0
  35.   end
  36.   object Edit2: TEdit
  37.     Left = 16
  38.     Top = 80
  39.     Width = 161
  40.     Height = 21
  41.     TabOrder = 1
  42.   end
  43.   object Button1: TButton
  44.     Left = 192
  45.     Top = 32
  46.     Width = 83
  47.     Height = 25
  48.     Caption = 'Find IP addr'
  49.     TabOrder = 2
  50.     OnClick = Button1Click
  51.   end
  52.   object Button2: TButton
  53.     Left = 192
  54.     Top = 64
  55.     Width = 83
  56.     Height = 25
  57.     Caption = 'Find Host name'
  58.     TabOrder = 3
  59.     OnClick = Button2Click
  60.   end
  61. end
  62.