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
d4a4d790
Commit
d4a4d790
authored
Dec 04, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化 称重V3 恢复 “边料不回收” 按钮
parent
2660dae9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
11 deletions
+24
-11
AssemblyInfo.cs
...LY.Thick.Blowing.UI.Fix.Client/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...LY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
+2
-2
UcThicknessV3.xaml
...eight/FLY.Weight.UI.Client/UIModule/V3/UcThicknessV3.xaml
+11
-0
UcTotalFlowV3.xaml
...eight/FLY.Weight.UI.Client/UIModule/V3/UcTotalFlowV3.xaml
+9
-7
No files found.
Project.FLY.Thick.Blowing/FLY.Thick.Blowing.UI.Fix.Client/Properties/AssemblyInfo.cs
View file @
d4a4d790
...
...
@@ -51,6 +51,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.7.2")]
[assembly: AssemblyFileVersion("7.7.2")]
[assembly: AssemblyVersion("7.7.2
.1
")]
[assembly: AssemblyFileVersion("7.7.2
.1
")]
[assembly: Guid("D12087A7-EEC4-4D9F-9269-8F20324F4B04")]
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
View file @
d4a4d790
...
...
@@ -51,6 +51,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.7.2")]
[assembly: AssemblyFileVersion("7.7.2")]
[assembly: AssemblyVersion("7.7.2
.1
")]
[assembly: AssemblyFileVersion("7.7.2
.1
")]
[assembly: Guid("38E0D8EC-4D1C-49FF-AB08-6289294C5BD4")]
Project.FLY.Weight/FLY.Weight.UI.Client/UIModule/V3/UcThicknessV3.xaml
View file @
d4a4d790
...
...
@@ -24,6 +24,17 @@
<Run Text="mm" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
</StackPanel>
<StackPanel Margin="3" >
<TextBlock Text="边料不回收" Style="{StaticResource TextBlockStyle_title_activity}"/>
<ToggleButton Style="{StaticResource ToggleButtonStyle1}" IsChecked="{Binding Accessory.IsRimNoRecycle}" HorizontalAlignment="Left" IsEnabled="False"/>
</StackPanel>
<StackPanel Margin="3" >
<TextBlock Text="切边" Style="{StaticResource TextBlockStyle_title_activity}"/>
<TextBlock >
<Run Text="{Binding Accessory.RimWidth,StringFormat={}{0:F0}}" Style="{StaticResource RunStyle_text_activity}" />
<Run Text="mm" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
</StackPanel>
<StackPanel Margin="3" Background="{StaticResource Color_background2}" >
<TextBlock Text="收卷宽度" Style="{StaticResource TextBlockStyle_title}" />
<TextBlock >
...
...
Project.FLY.Weight/FLY.Weight.UI.Client/UIModule/V3/UcTotalFlowV3.xaml
View file @
d4a4d790
...
...
@@ -80,11 +80,13 @@
<iconPacks:PackIconMaterial Kind="CloseBox" Width="40"/>
</Grid>
</Button>
<TextBlock Grid.Row="1" Grid.RowSpan="2" VerticalAlignment="Bottom" Grid.ColumnSpan="2" >
<Run Text="{Binding Accessory.TotalProduction,StringFormat={}{0:F0}}" Style="{StaticResource RunStyle_text}" FontSize="{StaticResource FontSize_text_large}"/>
<Run Text="kg" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
<Viewbox Grid.Row="1" Grid.RowSpan="2" VerticalAlignment="Bottom" Grid.ColumnSpan="2" HorizontalAlignment="Left"
MaxWidth="150" Stretch="Uniform" StretchDirection="DownOnly">
<TextBlock >
<Run Text="{Binding Accessory.TotalProduction,StringFormat={}{0:F0}}" Style="{StaticResource RunStyle_text}" FontSize="{StaticResource FontSize_text_large}"/>
<Run Text="kg" Style="{StaticResource RunStyle_unit}" />
</TextBlock>
</Viewbox>
</Grid>
</StackPanel>
</Viewbox>
...
...
@@ -126,7 +128,7 @@
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" >
<TextBlock Text="当前 内收卷" Style="{StaticResource TextBlockStyle_title}" Margin="3,0" Padding="4,0" Background="#FF636363" Foreground="White"/>
<Viewbox MaxWidth="1
5
0" Stretch="Uniform" StretchDirection="DownOnly">
<Viewbox MaxWidth="1
0
0" Stretch="Uniform" StretchDirection="DownOnly">
<TextBlock >
<Run Style="{StaticResource RunStyle_text}" FontSize="{StaticResource FontSize_text_large}"
Text="{Binding Accessory.ACurrent,StringFormat={}{0:F0}}" />
...
...
@@ -176,7 +178,7 @@
</Grid.ColumnDefinitions>
<StackPanel Orientation="Horizontal" >
<TextBlock Text="当前 外收卷" Style="{StaticResource TextBlockStyle_title}" Margin="3,0" Padding="4,0" Background="#FF636363" Foreground="White"/>
<Viewbox MaxWidth="1
5
0" Stretch="Uniform" StretchDirection="DownOnly">
<Viewbox MaxWidth="1
0
0" Stretch="Uniform" StretchDirection="DownOnly">
<TextBlock >
<Run Style="{StaticResource RunStyle_text}" FontSize="{StaticResource FontSize_text_large}"
Text="{Binding Accessory.BCurrent,StringFormat={}{0:F0}}" />
...
...
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