home *** CD-ROM | disk | FTP | other *** search
- object FormLookup: TFormLookup
- Left = 458
- Top = 237
- HelpContext = 62
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'DNS Lookup'
- ClientHeight = 289
- ClientWidth = 337
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 41
- Height = 17
- AutoSize = False
- Caption = 'Address:'
- end
- object Label2: TLabel
- Left = 8
- Top = 80
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Result:'
- end
- object Button1: TButton
- Left = 8
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Lookup'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object EditQuery: TEdit
- Left = 8
- Top = 24
- Width = 321
- Height = 21
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 8
- Top = 96
- Width = 321
- Height = 153
- HelpContext = 63
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 4
- end
- object Button3: TButton
- Left = 91
- Top = 256
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 88
- Top = 48
- Width = 105
- Height = 25
- Caption = 'Reverse Lookup'
- TabOrder = 2
- OnClick = Button4Click
- end
- object Button2: TButton
- Left = 171
- Top = 256
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = Button2Click
- end
- object Socket1: TWSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Proto = 'tcp'
- LocalAddr = '0.0.0.0'
- LocalPort = '0'
- MultiThreaded = False
- ComponentOptions = []
- OnDnsLookupDone = Socket1DnsLookupDone
- OnError = Socket1Error
- OnBgException = Socket1BgException
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 304
- Top = 56
- end
- end
-