Server.dfm
上传用户:jiansibo
上传日期:2015-07-04
资源大小:524k
文件大小:1k
源码类别:

破解

开发平台:

Delphi

  1. object ServerForm: TServerForm
  2.   Left = 0
  3.   Top = 0
  4.   Width = 123
  5.   Height = 34
  6.   Caption = 'wsdgs'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Timer1: TTimer
  19.     OnTimer = Timer1Timer
  20.   end
  21.   object QQidsmtp: TIdSMTP
  22.     MaxLineAction = maException
  23.     Port = 25
  24.     AuthenticationType = atNone
  25.     Left = 48
  26.   end
  27.   object MailMessage: TIdMessage
  28.     AttachmentEncoding = 'MIME'
  29.     BccList = <>
  30.     CCList = <>
  31.     DeleteTempFiles = False
  32.     Encoding = meMIME
  33.     Recipients = <>
  34.     ReplyTo = <>
  35.     Left = 88
  36.   end
  37.   object IdAntiFreeze: TIdAntiFreeze
  38.     Left = 120
  39.   end
  40. end