PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/SharpTAL.Demo/Resources.Designer.cs

https://bitbucket.org/rlacko/sharptal
C# | 109 lines | 42 code | 10 blank | 57 comment | 1 complexity | 70032ab357a6fad27cc8a40832bf14c4 MD5 | raw file
Possible License(s): Apache-2.0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.17929
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace SharpTAL.Demo {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpTAL.Demo.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to &lt;tal:root
  56. /// xmlns:tal=&quot;http://xml.zope.org/namespaces/tal&quot;
  57. /// xmlns:tales=&quot;http://xml.zope.org/namespaces/tales&quot;
  58. /// xmlns:metal=&quot;http://xml.zope.org/namespaces/metal&quot;&gt;
  59. ///
  60. ///&lt;tal:tag metal:define-macro=&quot;macroWithSlot&quot;&gt;
  61. /// Special friend name: &lt;p metal:define-slot=&quot;slot&quot;&gt;default content&lt;/p&gt;
  62. ///&lt;/tal:tag&gt;
  63. ///
  64. ///&lt;/tal:root&gt;.
  65. /// </summary>
  66. internal static string Macros {
  67. get {
  68. return ResourceManager.GetString("Macros", resourceCulture);
  69. }
  70. }
  71. /// <summary>
  72. /// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
  73. ///&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;
  74. ///&lt;tal:root
  75. /// tal:define=&apos;script_lang string:javascript;
  76. /// quote string:[&quot;]&apos;
  77. /// tal:define=&quot;quote2 string:[&apos;]&quot;
  78. /// &gt;
  79. ///
  80. ///&lt;!-- Macro --&gt;
  81. ///&lt;tal:tag metal:define-macro=&quot;inlineMacro&quot;&gt;
  82. /// Hello from inline macro.
  83. ///&lt;/tal:tag&gt;
  84. ///
  85. ///&lt;!-- Code blocks --&gt;
  86. ///&lt;?csharp var oranges = new List&lt;int&gt; { 1, 2, 3 }; ?&gt;
  87. ///&lt;div&gt;
  88. /// &lt;?csharp var bananas = new List&lt;int&gt; { 1, 2, 3 }; ?&gt;
  89. /// &lt;ul&gt;
  90. /// &lt;?csharp
  91. /// foreach(var ba [rest of string was truncated]&quot;;.
  92. /// </summary>
  93. internal static string Main {
  94. get {
  95. return ResourceManager.GetString("Main", resourceCulture);
  96. }
  97. }
  98. }
  99. }