Browse Source

临时更新

样式分支
taoye 2 years ago
parent
commit
7bcea5e53e
1 changed files with 20 additions and 2 deletions
  1. +20
    -2
      BPASmartClient.JXJFoodBigStation/View/HardwareStatusView.xaml

+ 20
- 2
BPASmartClient.JXJFoodBigStation/View/HardwareStatusView.xaml View File

@@ -402,13 +402,22 @@
Margin="55,100,0,0" Margin="55,100,0,0"
HorizontalAlignment="Center"> HorizontalAlignment="Center">


<Path x:Name="path" Tag="{Binding DeviceName}" Visibility="Collapsed" Fill="LightGreen" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z">
<Path x:Name="path" Tag="{Binding DeviceName}" Visibility="Collapsed" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z">
<Path.RenderTransform> <Path.RenderTransform>
<TransformGroup> <TransformGroup>
<RotateTransform Angle="90"/> <RotateTransform Angle="90"/>
<TranslateTransform Y="0"/> <TranslateTransform Y="0"/>
</TransformGroup> </TransformGroup>
</Path.RenderTransform> </Path.RenderTransform>
<Path.Fill>
<LinearGradientBrush>
<LinearGradientBrush.RelativeTransform>
<RotateTransform Angle="-15"/>
</LinearGradientBrush.RelativeTransform>
<GradientStop Color="LightGreen" Offset="0"/>
<GradientStop Color="LightSeaGreen" Offset="0.6"/>
</LinearGradientBrush>
</Path.Fill>
</Path> </Path>
</StackPanel> </StackPanel>


@@ -556,13 +565,22 @@
Margin="55,100,0,0" Margin="55,100,0,0"
HorizontalAlignment="Center"> HorizontalAlignment="Center">


<Path x:Name="path1" Tag="{Binding DeviceName}" Visibility="Collapsed" Fill="LightGreen" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z">
<Path x:Name="path1" Tag="{Binding DeviceName}" Visibility="Collapsed" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z">
<Path.RenderTransform> <Path.RenderTransform>
<TransformGroup> <TransformGroup>
<RotateTransform Angle="90"/> <RotateTransform Angle="90"/>
<TranslateTransform Y="0"/> <TranslateTransform Y="0"/>
</TransformGroup> </TransformGroup>
</Path.RenderTransform> </Path.RenderTransform>
<Path.Fill>
<LinearGradientBrush>
<LinearGradientBrush.RelativeTransform>
<RotateTransform Angle="-15"/>
</LinearGradientBrush.RelativeTransform>
<GradientStop Color="LightGreen" Offset="0"/>
<GradientStop Color="LightSeaGreen" Offset="0.5"/>
</LinearGradientBrush>
</Path.Fill>
</Path> </Path>
</StackPanel> </StackPanel>
<StackPanel <StackPanel


Loading…
Cancel
Save