home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / alteam / tsetup.exe / %WEBENTRYDIR% / alexmsg.dll / 0 / RCDATA / TWEBACTIONS / TWEBACTIONS.txt
Encoding:
Text File  |  2000-06-20  |  1.1 KB  |  55 lines

  1. object WebActions: TWebActions
  2.   OldCreateOrder = True
  3.   OnCreate = WebActionsCreate
  4.   OnDestroy = WebActionsDestroy
  5.   Actions = <
  6.     item
  7.       Default = True
  8.       MethodType = mtPost
  9.       Name = 'SendMail'
  10.       OnAction = WebActionsSendMailAction
  11.     end>
  12.   Left = 362
  13.   Top = 116
  14.   Height = 163
  15.   Width = 230
  16.   object Root: TPageProducer
  17.     HTMLDoc.Strings = (
  18.       '<HTML>'
  19.       '<TITLE>Alexsys Message Processor</TITLE>'
  20.       '<BODY>'
  21.       '<H3>Alexsys Message Processor - Debug Information</H3>'
  22.       '<hr>'
  23.       '<B>Recipient(s):</B> <#RECIP> <BR>'
  24.       '<B>Subject:</B> <#SUBJECT> <BR>'
  25.       '<B>Body:</B> <BR>'
  26.       '<#BODY>'
  27.       '</P>'
  28.       '<hr>'
  29.       '<B>Variables Sent:</B>'
  30.       '<#MESSAGESENT>'
  31.       '<hr>'
  32.       '<B>Trace Information:</B> <BR>'
  33.       '<#TRACEINFO>'
  34.       '<hr>'
  35.       '</BODY>'
  36.       '</HTML>'
  37.       ''
  38.       ' '
  39.       ' ')
  40.     OnHTMLTag = RootHTMLTag
  41.     Left = 10
  42.     Top = 8
  43.   end
  44.   object Trace: TWebTrace
  45.     ShowDetail = True
  46.     Left = 54
  47.     Top = 8
  48.   end
  49.   object RequiredProducer: TPageProducer
  50.     OnHTMLTag = RequiredProducerHTMLTag
  51.     Left = 118
  52.     Top = 6
  53.   end
  54. end
  55.