Reserved words as resource
This commit is contained in:
@ -84,6 +84,7 @@
|
|||||||
<Compile Include="Properties\Resources.Designer.cs">
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
</Compile>
|
</Compile>
|
||||||
<EmbeddedResource Include="ShowCode.resx">
|
<EmbeddedResource Include="ShowCode.resx">
|
||||||
<DependentUpon>ShowCode.cs</DependentUpon>
|
<DependentUpon>ShowCode.cs</DependentUpon>
|
||||||
|
|||||||
@ -11,6 +11,9 @@ using System.Xml;
|
|||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Collections.Specialized;
|
using System.Collections.Specialized;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.IO;
|
||||||
|
using System.Resources;
|
||||||
|
|
||||||
namespace CobXmlSupport
|
namespace CobXmlSupport
|
||||||
{
|
{
|
||||||
@ -1785,16 +1788,17 @@ namespace CobXmlSupport
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void btnTestThings_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
createXMLMoveCode();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void btnFrXMLTo_Click(object sender, EventArgs e)
|
private void btnFrXMLTo_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
createXMLMoveCode();
|
createXMLMoveCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void btnTestThings_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
//string str1 = Util.GetStringResource("String1");
|
||||||
|
//createXMLMoveCode();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
5487
CobXmlSupport/Properties/Resources.Designer.cs
generated
5487
CobXmlSupport/Properties/Resources.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user