Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1976 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
10 changed files with 34 additions and 63 deletions
@ -1,25 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<Template author="Mike Krueger" version="1.0"> |
|
||||||
|
|
||||||
<Config |
|
||||||
name = "${res:Templates.File.Xml.EmptyXmlForm.Name}" |
|
||||||
icon = "Icons.32x32.XMLFileIcon" |
|
||||||
category = "${res:Templates.File.Categories.Misc}" |
|
||||||
defaultname = "XmlForm${Number}.xfrm" |
|
||||||
language = "XmlForm"/> |
|
||||||
|
|
||||||
<Description>${res:Templates.File.Xml.EmptyXmlForm.Description}</Description> |
|
||||||
|
|
||||||
<Files> |
|
||||||
<File name="${FullName}" language="XmlForm"><![CDATA[<Components version="1.0"> |
|
||||||
<System.Windows.Forms.Form> |
|
||||||
<Name value="${FileNameWithoutExtension}" /> |
|
||||||
<ClientSize value="{Width=292, Height=266}" /> |
|
||||||
<DockPadding value="" /> |
|
||||||
<Text value="${FileNameWithoutExtension}" /> |
|
||||||
</System.Windows.Forms.Form> |
|
||||||
</Components>]]></File> |
|
||||||
</Files> |
|
||||||
|
|
||||||
<AdditionalOptions/> |
|
||||||
</Template> |
|
@ -1,22 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
<Template author="Mike Krueger" version="1.0"> |
|
||||||
|
|
||||||
<Config |
|
||||||
name = "${res:Templates.File.Xml.EmptyXmlUserControl.Name}" |
|
||||||
icon = "Icons.32x32.XMLFileIcon" |
|
||||||
category = "${res:Templates.File.Categories.Misc}" |
|
||||||
defaultname = "XmlUserControl${Number}.xfrm" |
|
||||||
language = "XmlForm"/> |
|
||||||
|
|
||||||
<Description>${res:Templates.File.Xml.EmptyXmlUserControl.Description}</Description> |
|
||||||
|
|
||||||
<Files> |
|
||||||
<File name="${FullName}" language="XmlForm"><![CDATA[<Components version="1.0"> |
|
||||||
<System.Windows.Forms.UserControl> |
|
||||||
<Name value="${FileNameWithoutExtension}" /> |
|
||||||
</System.Windows.Forms.UserControl> |
|
||||||
</Components>]]></File> |
|
||||||
</Files> |
|
||||||
|
|
||||||
<AdditionalOptions/> |
|
||||||
</Template> |
|
Loading…
Reference in new issue