home *** CD-ROM | disk | FTP | other *** search
- object WebActions: TWebActions
- OldCreateOrder = True
- OnCreate = WebActionsCreate
- OnDestroy = WebActionsDestroy
- Actions = <
- item
- Default = True
- MethodType = mtPost
- Name = 'SendMail'
- OnAction = WebActionsSendMailAction
- end>
- Left = 362
- Top = 116
- Height = 163
- Width = 230
- object Root: TPageProducer
- HTMLDoc.Strings = (
- '<HTML>'
- '<TITLE>Alexsys Message Processor</TITLE>'
- '<BODY>'
- '<H3>Alexsys Message Processor - Debug Information</H3>'
- '<hr>'
- '<B>Recipient(s):</B> <#RECIP> <BR>'
- '<B>Subject:</B> <#SUBJECT> <BR>'
- '<B>Body:</B> <BR>'
- '<#BODY>'
- '</P>'
- '<hr>'
- '<B>Variables Sent:</B>'
- '<#MESSAGESENT>'
- '<hr>'
- '<B>Trace Information:</B> <BR>'
- '<#TRACEINFO>'
- '<hr>'
- '</BODY>'
- '</HTML>'
- ''
- ' '
- ' ')
- OnHTMLTag = RootHTMLTag
- Left = 10
- Top = 8
- end
- object Trace: TWebTrace
- ShowDetail = True
- Left = 54
- Top = 8
- end
- object RequiredProducer: TPageProducer
- OnHTMLTag = RequiredProducerHTMLTag
- Left = 118
- Top = 6
- end
- end
-