Resources.Designer.cs
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:2k
源码类别:

Windows Mobile

开发平台:

Windows_Unix

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:2.0.50727.1433
  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 _3ESoft.WindowsMobile.RSS.Properties {
  11.     using System;
  12.     
  13.     
  14.     /// <summary>
  15.     ///   A strongly-typed resource class, for looking up localized strings, etc.
  16.     /// </summary>
  17.     // This class was auto-generated by the StronglyTypedResourceBuilder
  18.     // class via a tool like ResGen or Visual Studio.
  19.     // To add or remove a member, edit your .ResX file then rerun ResGen
  20.     // with the /str option, or rebuild your VS project.
  21.     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22.     internal class Resources {
  23.         
  24.         private static global::System.Resources.ResourceManager resourceMan;
  25.         
  26.         private static global::System.Globalization.CultureInfo resourceCulture;
  27.         
  28.         internal Resources() {
  29.         }
  30.         
  31.         /// <summary>
  32.         ///   Returns the cached ResourceManager instance used by this class.
  33.         /// </summary>
  34.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  35.         internal static global::System.Resources.ResourceManager ResourceManager {
  36.             get {
  37.                 if (object.ReferenceEquals(resourceMan, null)) {
  38.                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("_3ESoft.WindowsMobile.RSS.Properties.Resources", typeof(Resources).Assembly);
  39.                     resourceMan = temp;
  40.                 }
  41.                 return resourceMan;
  42.             }
  43.         }
  44.         
  45.         /// <summary>
  46.         ///   Overrides the current thread's CurrentUICulture property for all
  47.         ///   resource lookups using this strongly typed resource class.
  48.         /// </summary>
  49.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  50.         internal static global::System.Globalization.CultureInfo Culture {
  51.             get {
  52.                 return resourceCulture;
  53.             }
  54.             set {
  55.                 resourceCulture = value;
  56.             }
  57.         }
  58.     }
  59. }