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

  1. object dlgURLs: TdlgURLs
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy - Verify URLs'
  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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 504
  23.     Height = 310
  24.     TabStop = False
  25.     Anchors = [akLeft, akTop, akRight, akBottom]
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ReadOnly = True
  33.     ScrollBars = ssBoth
  34.     TabOrder = 1
  35.   end
  36.   object btnClose: TButton
  37.     Left = 214
  38.     Top = 323
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Close'
  42.     Default = True
  43.     Enabled = False
  44.     ModalResult = 1
  45.     TabOrder = 0
  46.   end
  47.   object IdHTTP1: TIdHTTP
  48.     RecvBufferSize = 8192
  49.     Request.Accept = 'text/html, */*'
  50.     Request.ContentLength = 0
  51.     Request.ContentRangeEnd = 0
  52.     Request.ContentRangeStart = 0
  53.     Request.ProxyPort = 0
  54.     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  55.     OnRedirect = IdHTTP1Redirect
  56.     Left = 385
  57.     Top = 35
  58.   end
  59. end
  60.