home *** CD-ROM | disk | FTP | other *** search
- object frmSendMail: TfrmSendMail
- Left = 165
- Top = 137
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Send Mail To Author'
- ClientHeight = 365
- ClientWidth = 385
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 39
- Height = 13
- Caption = 'Subject:'
- end
- object edsSubject: TEdit
- Left = 60
- Top = 7
- Width = 317
- Height = 21
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 8
- Top = 36
- Width = 369
- Height = 289
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object cmdOk: TButton
- Left = 223
- Top = 335
- Width = 75
- Height = 25
- Caption = '&Send'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = cmdOkClick
- end
- object cmdCancel: TButton
- Left = 303
- Top = 335
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = cmdCancelClick
- end
- end
-