|
|
@@ -1025,7 +1025,7 @@ |
|
|
|
Tag="1" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="705" Canvas.Top="20" Orientation="Vertical"> |
|
|
|
Canvas.Left="704" Canvas.Top="40" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="真空下料:开" FontSize="8" Foreground="White" |
|
|
@@ -1040,7 +1040,7 @@ |
|
|
|
Tag="2" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="785" Canvas.Top="20" Orientation="Vertical"> |
|
|
|
Canvas.Left="785" Canvas.Top="41" Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Top"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="二次闪蒸:开" FontSize="8" Foreground="White" |
|
|
@@ -1055,7 +1055,7 @@ |
|
|
|
Tag="3" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="745" Canvas.Top="70" Orientation="Vertical"> |
|
|
|
Canvas.Left="746" Canvas.Top="85" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="排空阀:开" FontSize="8" Foreground="White" |
|
|
@@ -1070,6 +1070,121 @@ |
|
|
|
Tag="4" /> |
|
|
|
</StackPanel> |
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
<!--#region 按钮变量反馈--> |
|
|
|
|
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-79" Canvas.Top="253" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜蒸汽阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-17" Canvas.Top="133" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.进料阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-35" Canvas.Top="8" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.配料罐搅拌电机, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="168" Canvas.Top="66" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.配料釜蒸汽阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="318" Canvas.Top="160" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.蒸馏阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="207" Canvas.Top="163" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜搅拌电机, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
|
|
|
|
<TextBlock |
|
|
|
Canvas.Left="310" Canvas.Top="302" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜蒸汽疏水阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="420" Canvas.Top="243" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜冷却水阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="505" Canvas.Top="186" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.回水阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="536" Canvas.Top="140" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.回油阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="650" Canvas.Top="46" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.冷凝器冷却阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="622" Canvas.Top="225" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.汇馏阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="805" Canvas.Top="197" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.分馏真空阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="665" Canvas.Top="309" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.蒸馏真空阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="632" Canvas.Top="334" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.排馏阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="540" Canvas.Top="350" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.水罐重量清零, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="838" Canvas.Top="332" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.真空泵, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="732" Canvas.Top="99" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜排空阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="734" Canvas.Top="25" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.真空下料, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="815" Canvas.Top="25" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.二次闪蒸, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="815" Canvas.Top="9" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.真空蒸馏, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="734" Canvas.Top="9" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.闪蒸, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<!--#endregion--> |
|
|
|
</Canvas> |
|
|
|
</Viewbox> |
|
|
|
</Grid> |
|
|
|