PMI委托

This commit is contained in:
jackchenyang
2024-05-11 15:22:08 +08:00
parent 81f51e38be
commit 18b11605e1
17 changed files with 1540 additions and 312 deletions
+27
View File
@@ -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>
@@ -2106,4 +2106,13 @@
<data name="HomePage" xml:space="preserve">
<value>首页</value>
</data>
<data name="DelegationDate" xml:space="preserve">
<value>检测日期</value>
</data>
<data name="DetectionMethod" xml:space="preserve">
<value>检测方法</value>
</data>
<data name="DetectionStandard" xml:space="preserve">
<value>检测标准</value>
</data>
</root>