Commit 12526eaa authored by 潘栩锋's avatar 潘栩锋 🚴

Project.FLY.Thick.Base

1. 优化 “边界查找”组件 改名为 “测厚.边界查找”
1. 优化 “样品状态”组件 改名为 “测厚.样品状态”
parent eb0110db
......@@ -46,7 +46,7 @@ namespace FLY.Thick.Base.UI.UiModule
/// 控件标题
/// 它的值取决于culture
/// </summary>
public string Title => "边界查找";
public string Title => "测厚.边界查找";
public ComponentType Type => ComponentType.DynArea;
public bool IsUnique => true;
......
......@@ -58,7 +58,7 @@ namespace FLY.Thick.Base.UI.UiModule
/// 控件标题
/// 它的值取决于culture
/// </summary>
public string Title => "样品状态";
public string Title => "测厚.样品状态";
public ComponentType Type => ComponentType.DynArea;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment