Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
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
潘栩锋
hemei
Commits
1c3aa2cb
Commit
1c3aa2cb
authored
Aug 13, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 称重 V5版, 主界面添加 "平均密度"
parent
9d4a2ba7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
+18
-8
UcThicknessV5.xaml
...eight/FLY.Weight.UI.Client/UiModule/V5/UcThicknessV5.xaml
+15
-7
UcThicknessV5.xaml.cs
...ht/FLY.Weight.UI.Client/UiModule/V5/UcThicknessV5.xaml.cs
+3
-1
No files found.
Project.FLY.Weight/FLY.Weight.UI.Client/UiModule/V5/UcThicknessV5.xaml
View file @
1c3aa2cb
...
...
@@ -42,12 +42,14 @@
<Run Text="m/min" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
</StackPanel>
<StackPanel Margin="3" >
<TextBlock Text="理论线速度" Style="{StaticResource TextBlockStyle_title}" />
<TextBlock >
<Run Text="{Binding Accessory.TargetVelocity,StringFormat={}{0:F1}}" Style="{StaticResource RunStyle_text}" />
<Run Text="m/min" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
<StackPanel Margin="3">
<TextBlock Text="平均密度" Style="{StaticResource TextBlockStyle_title}" />
<Viewbox Height="{StaticResource FontSize_text}" HorizontalAlignment="Left" >
<TextBlock >
<Run Text="{Binding Accessory.Density,StringFormat={}{0:F3}}" Style="{StaticResource RunStyle_text}" />
<Run Text="kg/m³" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
</Viewbox>
</StackPanel>
<StackPanel Margin="3" Background="{StaticResource Color_background2}" >
<TextBlock Text="当前线速度" Style="{StaticResource TextBlockStyle_title}" />
...
...
@@ -56,7 +58,13 @@
<Run Text="m/min" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
</StackPanel>
<StackPanel Margin="3" >
<TextBlock Text="理论线速度" Style="{StaticResource TextBlockStyle_title}" />
<TextBlock >
<Run Text="{Binding Accessory.TargetVelocity,StringFormat={}{0:F1}}" Style="{StaticResource RunStyle_text}" />
<Run Text="m/min" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
</StackPanel>
</StackPanel>
</Viewbox>
...
...
Project.FLY.Weight/FLY.Weight.UI.Client/UiModule/V5/UcThicknessV5.xaml.cs
View file @
1c3aa2cb
...
...
@@ -45,8 +45,10 @@ namespace FLY.Weight.UI.Client.UiModule
nameof
(
Common
.
WeighterAccessory
.
TotalFilmWidth
),
nameof
(
Common
.
WeighterAccessory
.
SetThickness
),
nameof
(
Common
.
WeighterAccessory
.
Thickness
),
nameof
(
Common
.
WeighterAccessory
.
Density
),
nameof
(
Common
.
WeighterAccessory
.
TargetVelocity
),
nameof
(
Common
.
WeighterAccessory
.
CurrentVelocity
)
nameof
(
Common
.
WeighterAccessory
.
CurrentVelocity
),
});
}
...
...
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