<?xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates" version="1.0.0">
 <template name="md" invoke="auto">
  <description>MessageDlg live template</description>
  <author>Bob Swart</author>
  <point name="Message">
    <text>Hello</text>
    <hint>Message</hint>
  </point>
  <point name="MessageType">
    <text>mtInformation</text>
    <hint>Message Type</hint>
  </point>
  <point name="MessageButtons">
    <text>mbOK</text>
    <hint>Message Buttons</hint>
  </point>
  <code language="Delphi" delimiter="|">
    <![CDATA[MessageDlg('|Message|', |MessageType|, [|MessageButtons|], 0);|end|]]>
  </code>
  </template>
</codetemplate>
