更新
This commit is contained in:
@@ -133,10 +133,9 @@
|
|||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<!-- 测试结果 - 摩擦系数模式 -->
|
<!-- 测试结果 - 摩擦系数模式 -->
|
||||||
<Border Style="{StaticResource CardStyle}">
|
<Border>
|
||||||
<StackPanel>
|
<Border.Style>
|
||||||
<StackPanel.Style>
|
<Style TargetType="Border" BasedOn="{StaticResource CardStyle}">
|
||||||
<Style TargetType="StackPanel">
|
|
||||||
<Setter Property="Visibility" Value="Visible"/>
|
<Setter Property="Visibility" Value="Visible"/>
|
||||||
<Style.Triggers>
|
<Style.Triggers>
|
||||||
<DataTrigger Binding="{Binding Parameters.Standard}" Value="GB/T 2792">
|
<DataTrigger Binding="{Binding Parameters.Standard}" Value="GB/T 2792">
|
||||||
@@ -144,8 +143,8 @@
|
|||||||
</DataTrigger>
|
</DataTrigger>
|
||||||
</Style.Triggers>
|
</Style.Triggers>
|
||||||
</Style>
|
</Style>
|
||||||
</StackPanel.Style>
|
</Border.Style>
|
||||||
|
<StackPanel>
|
||||||
<TextBlock Text="{Binding Lang.TestResults}" FontWeight="Bold" FontSize="14" Foreground="#2C3E50" Margin="0,0,0,10"/>
|
<TextBlock Text="{Binding Lang.TestResults}" FontWeight="Bold" FontSize="14" Foreground="#2C3E50" Margin="0,0,0,10"/>
|
||||||
|
|
||||||
<TextBlock Text="{Binding Lang.StaticCOF}" FontSize="11" Foreground="#7F8C8D"/>
|
<TextBlock Text="{Binding Lang.StaticCOF}" FontSize="11" Foreground="#7F8C8D"/>
|
||||||
@@ -159,10 +158,9 @@
|
|||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<!-- 测试结果 - 剥离强度模式 -->
|
<!-- 测试结果 - 剥离强度模式 -->
|
||||||
<Border Style="{StaticResource CardStyle}">
|
<Border>
|
||||||
<StackPanel>
|
<Border.Style>
|
||||||
<StackPanel.Style>
|
<Style TargetType="Border" BasedOn="{StaticResource CardStyle}">
|
||||||
<Style TargetType="StackPanel">
|
|
||||||
<Setter Property="Visibility" Value="Collapsed"/>
|
<Setter Property="Visibility" Value="Collapsed"/>
|
||||||
<Style.Triggers>
|
<Style.Triggers>
|
||||||
<DataTrigger Binding="{Binding Parameters.Standard}" Value="GB/T 2792">
|
<DataTrigger Binding="{Binding Parameters.Standard}" Value="GB/T 2792">
|
||||||
@@ -170,8 +168,8 @@
|
|||||||
</DataTrigger>
|
</DataTrigger>
|
||||||
</Style.Triggers>
|
</Style.Triggers>
|
||||||
</Style>
|
</Style>
|
||||||
</StackPanel.Style>
|
</Border.Style>
|
||||||
|
<StackPanel>
|
||||||
<TextBlock Text="{Binding Lang.TestResults}" FontWeight="Bold" FontSize="14" Foreground="#2C3E50" Margin="0,0,0,10"/>
|
<TextBlock Text="{Binding Lang.TestResults}" FontWeight="Bold" FontSize="14" Foreground="#2C3E50" Margin="0,0,0,10"/>
|
||||||
|
|
||||||
<TextBlock Text="{Binding Lang.PeelStrength}" FontSize="11" Foreground="#7F8C8D"/>
|
<TextBlock Text="{Binding Lang.PeelStrength}" FontSize="11" Foreground="#7F8C8D"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user