//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace Resources { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 Visual Studio 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Lan { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Lan() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Resources.Lan", global::System.Reflection.Assembly.Load("App_GlobalResources")); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 查找类似 账号 的本地化字符串。 /// internal static string Account { get { return ResourceManager.GetString("Account", resourceCulture); } } /// /// 查找类似 新增 的本地化字符串。 /// internal static string Add { get { return ResourceManager.GetString("Add", resourceCulture); } } /// /// 查找类似 全部 的本地化字符串。 /// internal static string All { get { return ResourceManager.GetString("All", resourceCulture); } } /// /// 查找类似 所有行 的本地化字符串。 /// internal static string AllLines { get { return ResourceManager.GetString("AllLines", resourceCulture); } } /// /// 查找类似 全选 的本地化字符串。 /// internal static string AllSelected { get { return ResourceManager.GetString("AllSelected", resourceCulture); } } /// /// 查找类似 中文 的本地化字符串。 /// internal static string Chinese { get { return ResourceManager.GetString("Chinese", resourceCulture); } } /// /// 查找类似 关闭 的本地化字符串。 /// internal static string Close { get { return ResourceManager.GetString("Close", resourceCulture); } } /// /// 查找类似 已关闭 的本地化字符串。 /// internal static string Closed { get { return ResourceManager.GetString("Closed", resourceCulture); } } /// /// 查找类似 删除 的本地化字符串。 /// internal static string Delete { get { return ResourceManager.GetString("Delete", resourceCulture); } } /// /// 查找类似 删除数据 的本地化字符串。 /// internal static string DeleteData { get { return ResourceManager.GetString("DeleteData", resourceCulture); } } /// /// 查找类似 删除成功! 的本地化字符串。 /// internal static string DeletedSuccessfully { get { return ResourceManager.GetString("DeletedSuccessfully", resourceCulture); } } /// /// 查找类似 删除选中行? 的本地化字符串。 /// internal static string DeleteReminder { get { return ResourceManager.GetString("DeleteReminder", resourceCulture); } } /// /// 查找类似 删除行 的本地化字符串。 /// internal static string DeleteRows { get { return ResourceManager.GetString("DeleteRows", resourceCulture); } } /// /// 查找类似 编辑 的本地化字符串。 /// internal static string Edit { get { return ResourceManager.GetString("Edit", resourceCulture); } } /// /// 查找类似 英文 的本地化字符串。 /// internal static string English { get { return ResourceManager.GetString("English", resourceCulture); } } /// /// 查找类似 导出 的本地化字符串。 /// internal static string Export { get { return ResourceManager.GetString("Export", resourceCulture); } } /// /// 查找类似 首页 的本地化字符串。 /// internal static string HomePage { get { return ResourceManager.GetString("HomePage", resourceCulture); } } /// /// 查找类似 查询 的本地化字符串。 /// internal static string Inquiry { get { return ResourceManager.GetString("Inquiry", resourceCulture); } } /// /// 查找类似 行 的本地化字符串。 /// internal static string Line { get { return ResourceManager.GetString("Line", resourceCulture); } } /// /// 查找类似 正在加载··· 的本地化字符串。 /// internal static string Loading { get { return ResourceManager.GetString("Loading", resourceCulture); } } /// /// 查找类似 加载动画 的本地化字符串。 /// internal static string LoadingAnimation { get { return ResourceManager.GetString("LoadingAnimation", resourceCulture); } } /// /// 查找类似 否 的本地化字符串。 /// internal static string No { get { return ResourceManager.GetString("No", resourceCulture); } } /// /// 查找类似 请选择 的本地化字符串。 /// internal static string PleaseSelect { get { return ResourceManager.GetString("PleaseSelect", resourceCulture); } } /// /// 查找类似 保存 的本地化字符串。 /// internal static string Save { get { return ResourceManager.GetString("Save", resourceCulture); } } /// /// 查找类似 保存成功! 的本地化字符串。 /// internal static string SaveSuccessfully { get { return ResourceManager.GetString("SaveSuccessfully", resourceCulture); } } /// /// 查找类似 选择 的本地化字符串。 /// internal static string Select { get { return ResourceManager.GetString("Select", resourceCulture); } } /// /// 查找类似 选择语言 的本地化字符串。 /// internal static string SelectLanguage { get { return ResourceManager.GetString("SelectLanguage", resourceCulture); } } /// /// 查找类似 是 的本地化字符串。 /// internal static string Yes { get { return ResourceManager.GetString("Yes", resourceCulture); } } } }