Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
12526eaa
Commit
12526eaa
authored
Dec 10, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Project.FLY.Thick.Base
1. 优化 “边界查找”组件 改名为 “测厚.边界查找” 1. 优化 “样品状态”组件 改名为 “测厚.样品状态”
parent
eb0110db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DynAreaFilmWidth.xaml.cs
....Base/FLY.Thick.Base.UI/UiModule/DynAreaFilmWidth.xaml.cs
+1
-1
DynAreaSample.xaml.cs
...ick.Base/FLY.Thick.Base.UI/UiModule/DynAreaSample.xaml.cs
+1
-1
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base.UI/UiModule/DynAreaFilmWidth.xaml.cs
View file @
12526eaa
...
...
@@ -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
;
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/UiModule/DynAreaSample.xaml.cs
View file @
12526eaa
...
...
@@ -58,7 +58,7 @@ namespace FLY.Thick.Base.UI.UiModule
/// 控件标题
/// 它的值取决于culture
/// </summary>
public
string
Title
=>
"样品状态"
;
public
string
Title
=>
"
测厚.
样品状态"
;
public
ComponentType
Type
=>
ComponentType
.
DynArea
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment