home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 302
- Top = 175
- ActiveControl = BtnOK
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'About Simple Mail for Authorware'
- ClientHeight = 183
- ClientWidth = 362
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object LblAbout: TLabel
- Left = 8
- Top = 8
- Width = 350
- Height = 137
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Simple Mail (SMTP) for Authorware'#13#10#13#10'This User Code Document (UC' +
- 'D) gives your Authorware application '#13#10'access to SMTP mail serve' +
- 'rs and mail posting capabilities'#13#10#13#10'Simple Mail for Authorware u' +
- 'ses the Simple Mail Transfer Protocol (SMTP)'#13#10#13#10'Copyright � 1997' +
- '-1998 by Stefan van As'#13#10#13#10'Comments, suggestions and/or bug repor' +
- 'ts? svanas@kagi.com'
- end
- object BtnOK: TButton
- Left = 143
- Top = 150
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = BtnOKClick
- end
- object MailMessage: TmsMessage
- ContentType = 'text/plain'
- ReturnReceipt = False
- Left = 8
- Top = 146
- end
- object SMTP: TmsSMTP
- DefaultPort = 25
- OnError = SMTPError
- MailMessage = MailMessage
- OnMailSent = SMTPMailSent
- Left = 40
- Top = 146
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'txt'
- Filter = 'Text files (*.txt)|*.txt'
- Left = 72
- Top = 144
- end
- end
-