You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
235 lines
8.1 KiB
C#
235 lines
8.1 KiB
C#
2 years ago
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated>
|
||
|
// 此代码由工具生成。
|
||
|
// 运行时版本:4.0.30319.42000
|
||
|
//
|
||
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||
|
// 重新生成代码,这些更改将会丢失。
|
||
|
// </auto-generated>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
namespace Resources {
|
||
|
using System;
|
||
|
|
||
|
|
||
|
/// <summary>
|
||
|
/// 强类型资源类,用于查找本地化字符串等。
|
||
|
/// </summary>
|
||
|
// 此类是由 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() {
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 返回此类使用的缓存 ResourceManager 实例。
|
||
|
/// </summary>
|
||
|
[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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 覆盖当前线程的 CurrentUICulture 属性
|
||
|
/// 使用此强类型的资源类的资源查找。
|
||
|
/// </summary>
|
||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
|
internal static global::System.Globalization.CultureInfo Culture {
|
||
|
get {
|
||
|
return resourceCulture;
|
||
|
}
|
||
|
set {
|
||
|
resourceCulture = value;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 查看变化 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string BtnViewChange {
|
||
|
get {
|
||
|
return ResourceManager.GetString("BtnViewChange", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 单据编号 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelBillNO {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelBillNO", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 起止日期 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelDateRange {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelDateRange", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 改变值 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelDestValue {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelDestValue", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 字段 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelField {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelField", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 所属模块 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelModule {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelModule", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 公司名称 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelOpCompanyName {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelOpCompanyName", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 操作时间 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelOpTime {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelOpTime", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 操作用户 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelOpUserName {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelOpUserName", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 原始值 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelSrcValue {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelSrcValue", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 类型 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string LabelType {
|
||
|
get {
|
||
|
return ResourceManager.GetString("LabelType", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 没有更早的日志记录 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string MsgNoPreviousLog {
|
||
|
get {
|
||
|
return ResourceManager.GetString("MsgNoPreviousLog", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 没有改变的数据项 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string MsgNoPropChange {
|
||
|
get {
|
||
|
return ResourceManager.GetString("MsgNoPropChange", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 截单 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string OpLogModuleConfirm {
|
||
|
get {
|
||
|
return ResourceManager.GetString("OpLogModuleConfirm", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 订舱 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string OpLogModuleOrder {
|
||
|
get {
|
||
|
return ResourceManager.GetString("OpLogModuleOrder", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 取消 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string OpLogTypeCancel {
|
||
|
get {
|
||
|
return ResourceManager.GetString("OpLogTypeCancel", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 保存 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string OpLogTypeSave {
|
||
|
get {
|
||
|
return ResourceManager.GetString("OpLogTypeSave", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 提交 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string OpLogTypeSubmit {
|
||
|
get {
|
||
|
return ResourceManager.GetString("OpLogTypeSubmit", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// 查找类似 操作日志 的本地化字符串。
|
||
|
/// </summary>
|
||
|
internal static string TextOpLog {
|
||
|
get {
|
||
|
return ResourceManager.GetString("TextOpLog", resourceCulture);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|