home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Addweb / ADDWEB.EXE / %MAINDIR% / addweb.exe / 0 / RCDATA / TEMAILREPORT / TEMAILREPORT.txt
Encoding:
Text File  |  1998-01-12  |  4.5 KB  |  184 lines

  1. object emailreport: Temailreport
  2.   Left = 188
  3.   Top = 191
  4.   Width = 584
  5.   Height = 468
  6.   Caption = 'AddWeb E-Mail Report'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 576
  20.     Height = 57
  21.     Align = alTop
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 16
  28.       Height = 13
  29.       Caption = 'To:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 288
  33.       Top = 8
  34.       Width = 39
  35.       Height = 13
  36.       Caption = 'Subject:'
  37.     end
  38.     object mailto: TEdit
  39.       Left = 4
  40.       Top = 24
  41.       Width = 273
  42.       Height = 21
  43.       HelpContext = 1013
  44.       TabOrder = 0
  45.     end
  46.     object subject: TEdit
  47.       Left = 290
  48.       Top = 24
  49.       Width = 281
  50.       Height = 21
  51.       HelpContext = 1013
  52.       TabOrder = 1
  53.     end
  54.   end
  55.   object body: TMemo
  56.     Left = 0
  57.     Top = 57
  58.     Width = 576
  59.     Height = 347
  60.     HelpContext = 1013
  61.     Align = alClient
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'Courier New'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     ScrollBars = ssBoth
  69.     TabOrder = 1
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 0
  73.     Top = 404
  74.     Width = 576
  75.     Height = 37
  76.     Align = alBottom
  77.     BevelOuter = bvLowered
  78.     TabOrder = 2
  79.     object mailprog: TLabel
  80.       Left = 8
  81.       Top = 3
  82.       Width = 3
  83.       Height = 13
  84.     end
  85.     object Panel3: TPanel
  86.       Left = 387
  87.       Top = 1
  88.       Width = 188
  89.       Height = 35
  90.       Align = alRight
  91.       BevelOuter = bvLowered
  92.       TabOrder = 0
  93.       object BitBtn1: TBitBtn
  94.         Left = 96
  95.         Top = 5
  96.         Width = 85
  97.         Height = 25
  98.         HelpContext = 1013
  99.         Caption = 'Send'
  100.         Default = True
  101.         ModalResult = 1
  102.         TabOrder = 0
  103.         OnClick = BitBtn1Click
  104.         Glyph.Data = {
  105.           76010000424D7601000000000000760000002800000020000000100000000100
  106.           04000000000000010000120B0000120B00001000000000000000000000000000
  107.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  108.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00550B30555000
  109.           0000557F57F557777777550B305508888880557F57F575555557550B30508888
  110.           8805557F57F7FFFFFF75550B300000000055557F5777777777F5550300000000
  111.           0055557F777F555F77F555007800000070555F77557F5F7757F5007888000077
  112.           70557755557F775557F508888800777770557F555577555557F5088808077777
  113.           70557FF5757F555557F5098988077777705577F7557F555557F5999888077777
  114.           705577755575F55557550988888077770555775555575FFF7555088888888000
  115.           55557F55555577775555088888880755555575F5555F77555555508888075555
  116.           5555575FFF775555555555000755555555555577775555555555}
  117.         NumGlyphs = 2
  118.       end
  119.       object BitBtn2: TBitBtn
  120.         Left = 6
  121.         Top = 5
  122.         Width = 85
  123.         Height = 25
  124.         HelpContext = 1013
  125.         Caption = 'Close'
  126.         TabOrder = 1
  127.         OnClick = BitBtn2Click
  128.         Kind = bkCancel
  129.       end
  130.     end
  131.     object ProgressBar1: TProgressBar
  132.       Left = 8
  133.       Top = 20
  134.       Width = 369
  135.       Height = 10
  136.       Min = 0
  137.       Max = 100
  138.       TabOrder = 1
  139.     end
  140.   end
  141.   object msMessage1: TmsMessage
  142.     ContentType = 'text/plain'
  143.     ReturnReceipt = False
  144.     Left = 528
  145.     Top = 8
  146.   end
  147.   object msSMTP1: TmsSMTP
  148.     DefaultPort = 25
  149.     OnOpen = msSMTP1Open
  150.     OnClosing = msSMTP1Closing
  151.     OnClosed = msSMTP1Closed
  152.     OnError = msSMTP1Error
  153.     MailMessage = msMessage1
  154.     OnProgress = msSMTP1Progress
  155.     OnPrepare = msSMTP1Prepare
  156.     OnSending = msSMTP1Sending
  157.     OnMailSent = msSMTP1MailSent
  158.     OnAddressRejected = msSMTP1AddressRejected
  159.     Left = 496
  160.     Top = 8
  161.   end
  162.   object MarsCaption1: TMarsCaption
  163.     ActiveBeginColor = clBlack
  164.     ActiveEndColor = clNavy
  165.     ActiveFontColor = clWhite
  166.     InactiveBeginColor = clBlack
  167.     InactiveEndColor = clRed
  168.     InactiveFontColor = clSilver
  169.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  170.     ApplicationNameFont.Color = clWindowText
  171.     ApplicationNameFont.Height = -11
  172.     ApplicationNameFont.Name = 'MS Sans Serif'
  173.     ApplicationNameFont.Style = [fsBold]
  174.     CaptionFont.Charset = DEFAULT_CHARSET
  175.     CaptionFont.Color = clWindowText
  176.     CaptionFont.Height = -11
  177.     CaptionFont.Name = 'MS Sans Serif'
  178.     CaptionFont.Style = []
  179.     NumColors = 64
  180.     AutoSize = False
  181.     Left = 400
  182.   end
  183. end
  184.