Resources.Designer.cs
上传用户:w139379
上传日期:2022-08-09
资源大小:21k
文件大小:3k
源码类别:

打印编程

开发平台:

JavaScript

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     这段程序代码是由工具产生的。
  4. //     运行时版本:2.0.50727.42
  5. //
  6. //     变更这个档案可能会导致不正确的行为,而且如果已重新产生
  7. //     程序代码,这个档案将会遗失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. //Download by http://www.codefans.net
  11. namespace printout.Properties
  12. {
  13.     /// <summary>
  14.     ///   用于查询本地化字符串等的强型别资源类别
  15.     /// </summary>
  16.     // 这个类别是自动产生的,是利用 StronglyTypedResourceBuilder
  17.     // 类别透过 ResGen 或 Visual Studio 这类工具。
  18.     // 若要加入或移除成员,请编辑您的 .ResX 档,然后重新执行 ResGen
  19.     // (利用 /str 选项),或重建您的 VS 项目。
  20.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  21.     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  23.     internal class Resources
  24.     {
  25.         private static global::System.Resources.ResourceManager resourceMan;
  26.         private static global::System.Globalization.CultureInfo resourceCulture;
  27.         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  28.         internal Resources()
  29.         {
  30.         }
  31.         /// <summary>
  32.         ///   传回这个类别使用的快取的 ResourceManager 实例。
  33.         /// </summary>
  34.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  35.         internal static global::System.Resources.ResourceManager ResourceManager
  36.         {
  37.             get
  38.             {
  39.                 if ((resourceMan == null))
  40.                 {
  41.                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("printout.Properties.Resources", typeof(Resources).Assembly);
  42.                     resourceMan = temp;
  43.                 }
  44.                 return resourceMan;
  45.             }
  46.         }
  47.         /// <summary>
  48.         ///   覆写目前线程的 CurrentUICulture 属性,对象是所有
  49.         ///   使用这个强型别资源类别的资源查阅。
  50.         /// </summary>
  51.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  52.         internal static global::System.Globalization.CultureInfo Culture
  53.         {
  54.             get
  55.             {
  56.                 return resourceCulture;
  57.             }
  58.             set
  59.             {
  60.                 resourceCulture = value;
  61.             }
  62.         }
  63.     }
  64. }