home *** CD-ROM | disk | FTP | other *** search
- object emailreport: Temailreport
- Left = 188
- Top = 191
- Width = 584
- Height = 468
- Caption = 'AddWeb E-Mail Report'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 576
- Height = 57
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 16
- Height = 13
- Caption = 'To:'
- end
- object Label2: TLabel
- Left = 288
- Top = 8
- Width = 39
- Height = 13
- Caption = 'Subject:'
- end
- object mailto: TEdit
- Left = 4
- Top = 24
- Width = 273
- Height = 21
- HelpContext = 1013
- TabOrder = 0
- end
- object subject: TEdit
- Left = 290
- Top = 24
- Width = 281
- Height = 21
- HelpContext = 1013
- TabOrder = 1
- end
- end
- object body: TMemo
- Left = 0
- Top = 57
- Width = 576
- Height = 347
- HelpContext = 1013
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 1
- end
- object Panel2: TPanel
- Left = 0
- Top = 404
- Width = 576
- Height = 37
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 2
- object mailprog: TLabel
- Left = 8
- Top = 3
- Width = 3
- Height = 13
- end
- object Panel3: TPanel
- Left = 387
- Top = 1
- Width = 188
- Height = 35
- Align = alRight
- BevelOuter = bvLowered
- TabOrder = 0
- object BitBtn1: TBitBtn
- Left = 96
- Top = 5
- Width = 85
- Height = 25
- HelpContext = 1013
- Caption = 'Send'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = BitBtn1Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00550B30555000
- 0000557F57F557777777550B305508888880557F57F575555557550B30508888
- 8805557F57F7FFFFFF75550B300000000055557F5777777777F5550300000000
- 0055557F777F555F77F555007800000070555F77557F5F7757F5007888000077
- 70557755557F775557F508888800777770557F555577555557F5088808077777
- 70557FF5757F555557F5098988077777705577F7557F555557F5999888077777
- 705577755575F55557550988888077770555775555575FFF7555088888888000
- 55557F55555577775555088888880755555575F5555F77555555508888075555
- 5555575FFF775555555555000755555555555577775555555555}
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 6
- Top = 5
- Width = 85
- Height = 25
- HelpContext = 1013
- Caption = 'Close'
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 20
- Width = 369
- Height = 10
- Min = 0
- Max = 100
- TabOrder = 1
- end
- end
- object msMessage1: TmsMessage
- ContentType = 'text/plain'
- ReturnReceipt = False
- Left = 528
- Top = 8
- end
- object msSMTP1: TmsSMTP
- DefaultPort = 25
- OnOpen = msSMTP1Open
- OnClosing = msSMTP1Closing
- OnClosed = msSMTP1Closed
- OnError = msSMTP1Error
- MailMessage = msMessage1
- OnProgress = msSMTP1Progress
- OnPrepare = msSMTP1Prepare
- OnSending = msSMTP1Sending
- OnMailSent = msSMTP1MailSent
- OnAddressRejected = msSMTP1AddressRejected
- Left = 496
- Top = 8
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clBlack
- ActiveEndColor = clNavy
- ActiveFontColor = clWhite
- InactiveBeginColor = clBlack
- InactiveEndColor = clRed
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = DEFAULT_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'MS Sans Serif'
- CaptionFont.Style = []
- NumColors = 64
- AutoSize = False
- Left = 400
- end
- end
-