Server.dfm
上传用户:jiansibo
上传日期:2015-07-04
资源大小:524k
文件大小:1k
- object ServerForm: TServerForm
- Left = 0
- Top = 0
- Width = 123
- Height = 34
- Caption = 'wsdgs'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Timer1: TTimer
- OnTimer = Timer1Timer
- end
- object QQidsmtp: TIdSMTP
- MaxLineAction = maException
- Port = 25
- AuthenticationType = atNone
- Left = 48
- end
- object MailMessage: TIdMessage
- AttachmentEncoding = 'MIME'
- BccList = <>
- CCList = <>
- DeleteTempFiles = False
- Encoding = meMIME
- Recipients = <>
- ReplyTo = <>
- Left = 88
- end
- object IdAntiFreeze: TIdAntiFreeze
- Left = 120
- end
- end