PMI委托
This commit is contained in:
@@ -1221,6 +1221,15 @@ namespace Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 检测日期 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DelegationDate {
|
||||
get {
|
||||
return ResourceManager.GetString("DelegationDate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 删除 的本地化字符串。
|
||||
/// </summary>
|
||||
@@ -1419,6 +1428,24 @@ namespace Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 检测方法 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DetectionMethod {
|
||||
get {
|
||||
return ResourceManager.GetString("DetectionMethod", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 检测标准 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DetectionStandard {
|
||||
get {
|
||||
return ResourceManager.GetString("DetectionStandard", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 寸径 的本地化字符串。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user