|
|
@@ -1394,15 +1394,28 @@ |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 进卤水启动--> |
|
|
|
<StackPanel |
|
|
|
Width="127" Margin="0,5" Orientation="Horizontal"> |
|
|
|
<Button |
|
|
|
Width="127" Margin="10,5,0,5" Orientation="Horizontal"> |
|
|
|
<StackPanel |
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Center" Panel.ZIndex="99" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="open_Click" Content="进卤水启动:开" FontSize="8" Foreground="White" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="进卤水启动" /> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="20" BorderThickness="0" Click="close_Click" |
|
|
|
Content="进卤水启动:关" FontSize="8" Foreground="White" IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="进卤水启动" /> |
|
|
|
</StackPanel> |
|
|
|
<!--<Button |
|
|
|
Width="90" Height="20" Panel.ZIndex="99" Click="open_Click" |
|
|
|
Content="进卤水启动" FontSize="12" Foreground="White" |
|
|
|
Style="{StaticResource ButtonStyle}" |
|
|
|
Tag="进卤水启动" /> |
|
|
|
Tag="进卤水启动" />--> |
|
|
|
<TextBlock |
|
|
|
Height="20" HorizontalAlignment="Center" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
FontSize="16" |
|
|
|
Height="20" Margin="10,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" FontSize="16" |
|
|
|
Foreground="{Binding DeviceStatus.IsSetStartEnterBrine, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
|
|
|
|