Resources.Designer.cs
上传用户:lyg_rssy
上传日期:2022-04-14
资源大小:104k
文件大小:3k
源码类别:

数据库系统

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     這段程式碼是由工具產生的。
  4. //     執行階段版本:2.0.50727.4927
  5. //
  6. //     變更這個檔案可能會導致不正確的行為,而且如果已重新產生
  7. //     程式碼,這個檔案將會遺失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace HKBU_DataExport.Properties
  11. {
  12.     /// <summary>
  13.     ///   用於查詢當地語系化字串等的強型別資源類別
  14.     /// </summary>
  15.     // 這個類別是自動產生的,是利用 StronglyTypedResourceBuilder
  16.     // 類別透過 ResGen 或 Visual Studio 這類工具。
  17.     // 若要加入或移除成員,請編輯您的 .ResX 檔,然後重新執行 ResGen
  18.     // (利用 /str 選項),或重建您的 VS 專案。
  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.         ///   傳回這個類別使用的快取的 ResourceManager 執行個體。
  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("HKBU_DataExport.Properties.Resources", typeof(Resources).Assembly);
  41.                     resourceMan = temp;
  42.                 }
  43.                 return resourceMan;
  44.             }
  45.         }
  46.         /// <summary>
  47.         ///   覆寫目前執行緒的 CurrentUICulture 屬性,對象是所有
  48.         ///   使用這個強型別資源類別的資源查閱。
  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. }