home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / EmptyXmlForm.xft < prev    next >
Extensible Markup Language  |  2004-07-05  |  767b  |  26 lines

  1. <?xml version="1.0"?>
  2. <Template author="Mike Krueger" version="1.0">
  3.     
  4.     <Config
  5.           name        = "Xml Form"
  6.           icon        = "Icons.32x32.XMLFileIcon"
  7.           category    = "${res:Templates.File.Categories.Misc}"
  8.           defaultname = "XmlForm${Number}.xfrm"
  9.           language    = "XmlForm"/>
  10.      
  11.     <Description>Creates an empty xml form.</Description>
  12.  
  13.     <Files>
  14.         <File name="${FullName}" language="XmlForm"><![CDATA[<Components version="1.0">
  15.   <System.Windows.Forms.Form>
  16.     <Name value="${FileNameWithoutExtension}" />
  17.     <ClientSize value="{Width=292, Height=266}" />
  18.     <DockPadding value="" />
  19.     <Text value="${FileNameWithoutExtension}" />
  20.   </System.Windows.Forms.Form>
  21. </Components>]]></File>
  22.     </Files>
  23.     
  24.     <AdditionalOptions/>
  25. </Template>
  26.