//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本: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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class LangLog { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal LangLog() { } /// /// 返回此类使用的缓存 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.LangLog", 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 BtnViewChange { get { return ResourceManager.GetString("BtnViewChange", resourceCulture); } } /// /// 查找类似 单据编号 的本地化字符串。 /// internal static string LabelBillNO { get { return ResourceManager.GetString("LabelBillNO", resourceCulture); } } /// /// 查找类似 起止日期 的本地化字符串。 /// internal static string LabelDateRange { get { return ResourceManager.GetString("LabelDateRange", resourceCulture); } } /// /// 查找类似 改变值 的本地化字符串。 /// internal static string LabelDestValue { get { return ResourceManager.GetString("LabelDestValue", resourceCulture); } } /// /// 查找类似 字段 的本地化字符串。 /// internal static string LabelField { get { return ResourceManager.GetString("LabelField", resourceCulture); } } /// /// 查找类似 所属模块 的本地化字符串。 /// internal static string LabelModule { get { return ResourceManager.GetString("LabelModule", resourceCulture); } } /// /// 查找类似 公司名称 的本地化字符串。 /// internal static string LabelOpCompanyName { get { return ResourceManager.GetString("LabelOpCompanyName", resourceCulture); } } /// /// 查找类似 操作时间 的本地化字符串。 /// internal static string LabelOpTime { get { return ResourceManager.GetString("LabelOpTime", resourceCulture); } } /// /// 查找类似 操作用户 的本地化字符串。 /// internal static string LabelOpUserName { get { return ResourceManager.GetString("LabelOpUserName", resourceCulture); } } /// /// 查找类似 原始值 的本地化字符串。 /// internal static string LabelSrcValue { get { return ResourceManager.GetString("LabelSrcValue", resourceCulture); } } /// /// 查找类似 类型 的本地化字符串。 /// internal static string LabelType { get { return ResourceManager.GetString("LabelType", resourceCulture); } } /// /// 查找类似 没有更早的日志记录 的本地化字符串。 /// internal static string MsgNoPreviousLog { get { return ResourceManager.GetString("MsgNoPreviousLog", resourceCulture); } } /// /// 查找类似 没有改变的数据项 的本地化字符串。 /// internal static string MsgNoPropChange { get { return ResourceManager.GetString("MsgNoPropChange", resourceCulture); } } /// /// 查找类似 截单 的本地化字符串。 /// internal static string OpLogModuleConfirm { get { return ResourceManager.GetString("OpLogModuleConfirm", resourceCulture); } } /// /// 查找类似 订舱 的本地化字符串。 /// internal static string OpLogModuleOrder { get { return ResourceManager.GetString("OpLogModuleOrder", resourceCulture); } } /// /// 查找类似 取消 的本地化字符串。 /// internal static string OpLogTypeCancel { get { return ResourceManager.GetString("OpLogTypeCancel", resourceCulture); } } /// /// 查找类似 保存 的本地化字符串。 /// internal static string OpLogTypeSave { get { return ResourceManager.GetString("OpLogTypeSave", resourceCulture); } } /// /// 查找类似 提交 的本地化字符串。 /// internal static string OpLogTypeSubmit { get { return ResourceManager.GetString("OpLogTypeSubmit", resourceCulture); } } /// /// 查找类似 操作日志 的本地化字符串。 /// internal static string TextOpLog { get { return ResourceManager.GetString("TextOpLog", resourceCulture); } } } }