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

  1. object dlgAddys: TdlgAddys
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy - Verify Email Address'
  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 IdTelnet1: TIdTelnet
  48.     OnDisconnected = IdTelnet1Disconnected
  49.     RecvBufferSize = 8192
  50.     Port = 25
  51.     OnDataAvailable = IdTelnet1DataAvailable
  52.     Terminal = 'dumb'
  53.     Left = 390
  54.     Top = 40
  55.   end
  56. end
  57.