Resources.Designer.cs
上传用户:zjazhou
上传日期:2022-03-22
资源大小:137k
文件大小:2k
源码类别:

Windows Mobile

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <autogenerated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:2.0.50727.4927
  5. //
  6. //     Changes to this file may cause incorrect behavior and will be lost if
  7. //     the code is regenerated.
  8. // </autogenerated>
  9. //------------------------------------------------------------------------------
  10. namespace ConnectTest.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 Strongly Typed Resource Builder
  16.     // class via a tool like ResGen or Visual Studio.NET.
  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.     class Resources
  20.     {
  21.         private static System.Resources.ResourceManager _resMgr;
  22.         private static System.Globalization.CultureInfo _resCulture;
  23.         /*FamANDAssem*/
  24.         internal Resources()
  25.         {
  26.         }
  27.         /// <summary>
  28.         ///    Returns the cached ResourceManager instance used by this class.
  29.         /// </summary>
  30.         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  31.         public static System.Resources.ResourceManager ResourceManager
  32.         {
  33.             get
  34.             {
  35.                 if ((_resMgr == null))
  36.                 {
  37.                     System.Resources.ResourceManager temp = new System.Resources.ResourceManager("ConnectTest.Properties.Resources", typeof(Resources).Assembly);
  38.                     _resMgr = temp;
  39.                 }
  40.                 return _resMgr;
  41.             }
  42.         }
  43.         /// <summary>
  44.         ///    Overrides the current thread's CurrentUICulture property for all
  45.         ///    resource lookups using this strongly typed resource class.
  46.         /// </summary>
  47.         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  48.         public static System.Globalization.CultureInfo Culture
  49.         {
  50.             get
  51.             {
  52.                 return _resCulture;
  53.             }
  54.             set
  55.             {
  56.                 _resCulture = value;
  57.             }
  58.         }
  59.     }
  60. }