home *** CD-ROM | disk | FTP | other *** search
- object DoTheEmail: TDoTheEmail
- Left = 264
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Send Image Via E-Mail'
- ClientHeight = 318
- ClientWidth = 484
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object SubjectLabel: TLabel
- Left = 12
- Top = 96
- Width = 141
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'E-Mail Subject'
- end
- object TextLabel: TLabel
- Left = 8
- Top = 124
- Width = 149
- Height = 16
- AutoSize = False
- Caption = 'Message Text'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label1: TLabel
- Left = 8
- Top = 40
- Width = 145
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Recipient Name'
- end
- object Label2: TLabel
- Left = 0
- Top = 68
- Width = 153
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Recipient E-Mail Address'
- end
- object Label3: TLabel
- Left = 8
- Top = 12
- Width = 145
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Image Name'
- end
- object Subject: TEdit
- Left = 160
- Top = 90
- Width = 313
- Height = 24
- TabOrder = 3
- end
- object MyMemo: TMemo
- Left = 8
- Top = 140
- Width = 469
- Height = 149
- Lines.Strings = (
- 'Memo1')
- TabOrder = 4
- end
- object ToPerson: TEdit
- Left = 160
- Top = 34
- Width = 233
- Height = 24
- TabOrder = 1
- end
- object ToAddress: TEdit
- Left = 160
- Top = 62
- Width = 233
- Height = 24
- TabOrder = 2
- end
- object ImageName: TEdit
- Left = 160
- Top = 6
- Width = 151
- Height = 24
- TabOrder = 0
- end
- object SendIt: TButton
- Left = 175
- Top = 295
- Width = 60
- Height = 21
- Caption = '&Send It'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = SendItClick
- end
- object AbortButton: TButton
- Left = 243
- Top = 295
- Width = 60
- Height = 21
- Cancel = True
- Caption = '&Abort'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = AbortButtonClick
- end
- object MySMTP: TmsSMTP
- DefaultPort = 25
- TimeOut = 40
- MailMessage = EMess
- Left = 444
- Top = 12
- end
- object EMess: TmsMessage
- ContentType = 'text/plain'
- ReturnReceipt = False
- Left = 404
- Top = 8
- end
- end
-