Resources.Designer.cs
上传用户:cpw91211
上传日期:2021-01-18
资源大小:46k
文件大小:3k
源码类别:

组合框控件

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:2.0.50727.1434
  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 CustomComboDemo.Properties
  11. {
  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", "2.0.0.0")]
  20.     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22.     internal class Resources
  23.     {
  24.         private static global::System.Resources.ResourceManager resourceMan;
  25.         private static global::System.Globalization.CultureInfo resourceCulture;
  26.         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  27.         internal Resources()
  28.         {
  29.         }
  30.         /// <summary>
  31.         ///   Returns the cached ResourceManager instance used by this class.
  32.         /// </summary>
  33.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  34.         internal static global::System.Resources.ResourceManager ResourceManager
  35.         {
  36.             get
  37.             {
  38.                 if ((resourceMan == null))
  39.                 {
  40.                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CustomComboDemo.Properties.Resources", typeof(Resources).Assembly);
  41.                     resourceMan = temp;
  42.                 }
  43.                 return resourceMan;
  44.             }
  45.         }
  46.         /// <summary>
  47.         ///   Overrides the current thread's CurrentUICulture property for all
  48.         ///   resource lookups using this strongly typed resource class.
  49.         /// </summary>
  50.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  51.         internal static global::System.Globalization.CultureInfo Culture
  52.         {
  53.             get
  54.             {
  55.                 return resourceCulture;
  56.             }
  57.             set
  58.             {
  59.                 resourceCulture = value;
  60.             }
  61.         }
  62.     }
  63. }