Strings.Designer.cs
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:4k
源码类别:

C#编程

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     此代码由工具生成。
  4. //     运行库版本:2.0.50727.3603
  5. //
  6. //     对此文件的更改可能会导致不正确的行为,并且如果
  7. //     重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace DockSample.Customization {
  11.     using System;
  12.     
  13.     
  14.     /// <summary>
  15.     ///   强类型资源类,用于查找本地化字符串等。
  16.     /// </summary>
  17.     // 此类是由 StronglyTypedResourceBuilder
  18.     // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
  19.     // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
  20.     // (以 /str 作为命令选项),或重新生成 VS 项目。
  21.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  22.     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  23.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  24.     internal class Strings {
  25.         
  26.         private static global::System.Resources.ResourceManager resourceMan;
  27.         
  28.         private static global::System.Globalization.CultureInfo resourceCulture;
  29.         
  30.         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  31.         internal Strings() {
  32.         }
  33.         
  34.         /// <summary>
  35.         ///   返回此类使用的缓存 ResourceManager 实例。
  36.         /// </summary>
  37.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  38.         internal static global::System.Resources.ResourceManager ResourceManager {
  39.             get {
  40.                 if (object.ReferenceEquals(resourceMan, null)) {
  41.                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DockSample.Customization.Strings", typeof(Strings).Assembly);
  42.                     resourceMan = temp;
  43.                 }
  44.                 return resourceMan;
  45.             }
  46.         }
  47.         
  48.         /// <summary>
  49.         ///   为使用此强类型资源类的所有资源查找
  50.         ///   重写当前线程的 CurrentUICulture 属性。
  51.         /// </summary>
  52.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  53.         internal static global::System.Globalization.CultureInfo Culture {
  54.             get {
  55.                 return resourceCulture;
  56.             }
  57.             set {
  58.                 resourceCulture = value;
  59.             }
  60.         }
  61.         
  62.         /// <summary>
  63.         ///   查找类似 Auto Hide 的本地化字符串。
  64.         /// </summary>
  65.         internal static string DockPaneCaption_ToolTipAutoHide {
  66.             get {
  67.                 return ResourceManager.GetString("DockPaneCaption_ToolTipAutoHide", resourceCulture);
  68.             }
  69.         }
  70.         
  71.         /// <summary>
  72.         ///   查找类似 Close 的本地化字符串。
  73.         /// </summary>
  74.         internal static string DockPaneCaption_ToolTipClose {
  75.             get {
  76.                 return ResourceManager.GetString("DockPaneCaption_ToolTipClose", resourceCulture);
  77.             }
  78.         }
  79.         
  80.         /// <summary>
  81.         ///   查找类似 Close 的本地化字符串。
  82.         /// </summary>
  83.         internal static string DockPaneStrip_ToolTipClose {
  84.             get {
  85.                 return ResourceManager.GetString("DockPaneStrip_ToolTipClose", resourceCulture);
  86.             }
  87.         }
  88.         
  89.         /// <summary>
  90.         ///   查找类似 Scroll Left 的本地化字符串。
  91.         /// </summary>
  92.         internal static string DockPaneStrip_ToolTipScrollLeft {
  93.             get {
  94.                 return ResourceManager.GetString("DockPaneStrip_ToolTipScrollLeft", resourceCulture);
  95.             }
  96.         }
  97.         
  98.         /// <summary>
  99.         ///   查找类似 Scroll Right 的本地化字符串。
  100.         /// </summary>
  101.         internal static string DockPaneStrip_ToolTipScrollRight {
  102.             get {
  103.                 return ResourceManager.GetString("DockPaneStrip_ToolTipScrollRight", resourceCulture);
  104.             }
  105.         }
  106.     }
  107. }