|
|
@@ -6,7 +6,7 @@ |
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
|
|
xmlns:local="clr-namespace:BPASmartClient.Academy.View" |
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
|
xmlns:vm="clr-namespace:BPASmartClient.Academy.ViewModel" d:DesignHeight="450" d:DesignWidth="800" |
|
|
|
xmlns:vm="clr-namespace:BPASmartClient.Academy.ViewModel" d:DesignHeight="950" d:DesignWidth="1735" |
|
|
|
mc:Ignorable="d"> |
|
|
|
<UserControl.Resources> |
|
|
|
<Style x:Key="checkBox" TargetType="{x:Type CheckBox}"> |
|
|
@@ -100,8 +100,8 @@ |
|
|
|
</Border> |
|
|
|
</Grid> |
|
|
|
<Grid |
|
|
|
x:Name="ooo" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" IsHitTestVisible="False" |
|
|
|
Opacity="0.5"> |
|
|
|
x:Name="ooo" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" d:IsHitTestVisible="True" |
|
|
|
d:Opacity="1" IsHitTestVisible="False" Opacity="0.5"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition /> |
|
|
|
<RowDefinition Height="0" /> |
|
|
@@ -113,9 +113,9 @@ |
|
|
|
|
|
|
|
<!--#region 配料搅拌--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="60" Canvas.Top="10" |
|
|
|
Canvas.Left="60" Canvas.Top="10" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.M101, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="配料搅拌" /> |
|
|
|
Text="配料釜搅拌" /> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="56" Canvas.Top="35" Orientation="Horizontal"> |
|
|
|
<bpa:MotorTwo |
|
|
@@ -141,7 +141,7 @@ |
|
|
|
LineWidth="15" Speed="10" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="70" Canvas.Top="130" |
|
|
|
Canvas.Left="70" Canvas.Top="130" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX100, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="进料阀" /> |
|
|
|
<StackPanel |
|
|
@@ -181,7 +181,7 @@ |
|
|
|
Fill="{Binding DeviceStatus.VX102, Converter={StaticResource deviceConvert}, ConverterParameter=2}" |
|
|
|
Speed="10" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="495" Canvas.Top="140" |
|
|
|
Canvas.Left="495" Canvas.Top="140" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX102, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="回油阀" /> |
|
|
|
<StackPanel |
|
|
@@ -210,7 +210,7 @@ |
|
|
|
|
|
|
|
<!--#region 阀门4 回水阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="495" Canvas.Top="220" |
|
|
|
Canvas.Left="495" Canvas.Top="220" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX103, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="回水阀" /> |
|
|
|
<StackPanel |
|
|
@@ -263,7 +263,7 @@ |
|
|
|
|
|
|
|
<!--#region 阀门5 汇馏阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="610" Canvas.Top="240" |
|
|
|
Canvas.Left="610" Canvas.Top="240" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX104, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="汇馏阀" /> |
|
|
|
<bpa:PipeLineV |
|
|
@@ -319,7 +319,7 @@ |
|
|
|
Fill="{Binding DeviceStatus.VX101, Converter={StaticResource deviceConvert}, ConverterParameter=2}" |
|
|
|
Speed="10" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="280" Canvas.Top="160" |
|
|
|
Canvas.Left="280" Canvas.Top="160" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX101, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="蒸馏阀" /> |
|
|
|
<bpa:HandValve |
|
|
@@ -356,7 +356,7 @@ |
|
|
|
|
|
|
|
<!--#region 阀门6 排馏阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="620" Canvas.Top="350" |
|
|
|
Canvas.Left="620" Canvas.Top="350" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX105, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="排馏阀" /> |
|
|
|
<bpa:PipeLineV |
|
|
@@ -382,7 +382,7 @@ |
|
|
|
|
|
|
|
<!--#region 阀门7 冷凝器冷却水阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="610" Canvas.Top="30" |
|
|
|
Canvas.Left="610" Canvas.Top="30" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX106, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="冷凝器冷却水阀" /> |
|
|
|
<bpa:PipeLineH |
|
|
@@ -406,13 +406,14 @@ |
|
|
|
Canvas.Left="179" Canvas.Top="74" Width="30" Height="25" |
|
|
|
OpenEnable="{Binding DeviceStatus.VX107}" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="151" Canvas.Top="53" Foreground="White" RenderTransformOrigin="0.325,0.551" |
|
|
|
Text="配料釜蒸汽阀" /> |
|
|
|
Canvas.Left="151" Canvas.Top="53" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX107, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
RenderTransformOrigin="0.325,0.551" Text="配料釜蒸汽阀" /> |
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
<!--#region 阀门9 反应釜蒸汽阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="30" Canvas.Top="250" |
|
|
|
Canvas.Left="30" Canvas.Top="250" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX108, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="蒸汽阀" /> |
|
|
|
<bpa:PipeLineTR |
|
|
@@ -447,7 +448,7 @@ |
|
|
|
|
|
|
|
<!--#region 阀门10 反应釜蒸汽疏水阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="280" Canvas.Top="315" |
|
|
|
Canvas.Left="280" Canvas.Top="315" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX109, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="蒸汽疏水阀" /> |
|
|
|
<bpa:PipeLineV |
|
|
@@ -472,7 +473,7 @@ |
|
|
|
|
|
|
|
<!--#region 阀门11 反应釜冷却水给水阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="390" Canvas.Top="260" |
|
|
|
Canvas.Left="390" Canvas.Top="260" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX110, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="冷却水给水阀" /> |
|
|
|
<bpa:PipeLineTL |
|
|
@@ -503,7 +504,7 @@ |
|
|
|
|
|
|
|
<!--#region 阀门12 冷却水排水阀--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="14" Canvas.Top="306" |
|
|
|
Canvas.Left="14" Canvas.Top="306" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX111, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="冷却水排水阀" /> |
|
|
|
<bpa:PipeLineV |
|
|
@@ -559,7 +560,7 @@ |
|
|
|
Canvas.Left="607" Canvas.Top="142" Width="140" Height="10" |
|
|
|
Direction="{Binding DeviceStatus.VX112, Converter={StaticResource deviceConvert}, ConverterParameter=1}" |
|
|
|
Fill="{Binding DeviceStatus.VX112, Converter={StaticResource deviceConvert}, ConverterParameter=2}" |
|
|
|
Speed="10" /> |
|
|
|
FontSize="10" Speed="10" /> |
|
|
|
<bpa:PipeLineBL |
|
|
|
Canvas.Left="746" Canvas.Top="142" Width="20" Height="20" |
|
|
|
Direction="{Binding DeviceStatus.VX112, Converter={StaticResource deviceConvert}, ConverterParameter=1}" |
|
|
@@ -594,7 +595,7 @@ |
|
|
|
Canvas.Left="619" Canvas.Top="292" Width="128" Height="10" |
|
|
|
Direction="{Binding DeviceStatus.VX113, Converter={StaticResource deviceConvert}, ConverterParameter=1}" |
|
|
|
Fill="{Binding DeviceStatus.VX113, Converter={StaticResource deviceConvert}, ConverterParameter=2}" |
|
|
|
Speed="10" /> |
|
|
|
FontSize="10" Speed="10" /> |
|
|
|
<bpa:PipeLineBL |
|
|
|
Canvas.Left="746" Canvas.Top="292" Width="20" Height="20" |
|
|
|
Direction="{Binding DeviceStatus.VX113, Converter={StaticResource deviceConvert}, ConverterParameter=1}" |
|
|
@@ -631,6 +632,7 @@ |
|
|
|
<!--#region 反应釜搅拌--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="187" Canvas.Top="150" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.M102, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="反应釜搅拌" /> |
|
|
|
|
|
|
@@ -668,7 +670,7 @@ |
|
|
|
</bpa:HandValve> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="140" Canvas.Top="340" |
|
|
|
Canvas.Left="140" Canvas.Top="340" FontSize="10" |
|
|
|
Foreground="{Binding DeviceStatus.VX114, Converter={StaticResource deviceConvert}, ConverterParameter=4}" |
|
|
|
Text="反应釜出料阀" /> |
|
|
|
<!--#endregion--> |
|
|
@@ -682,6 +684,7 @@ |
|
|
|
<!--#region 真空泵--> |
|
|
|
<bpa:MotorTwo |
|
|
|
Canvas.Left="841" Canvas.Top="380" Width="40" Height="25" |
|
|
|
FontSize="10" |
|
|
|
MotorColors="{Binding DeviceStatus.M103, Converter={StaticResource deviceConvert}, ConverterParameter=3}"> |
|
|
|
<bpa:MotorTwo.RenderTransform> |
|
|
|
<RotateTransform Angle="180" /> |
|
|
@@ -703,7 +706,8 @@ |
|
|
|
|
|
|
|
<!--#region 仪器标注--> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="104" Canvas.Top="84" Foreground="Blue" Text="配料罐" /> |
|
|
|
Canvas.Left="104" Canvas.Top="84" FontSize="10" Foreground="Blue" |
|
|
|
Text="配料罐" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="92" Canvas.Top="70" Width="60" Foreground="Red" |
|
|
|
Text="{Binding DeviceStatus.TempMaterial, StringFormat='{}{0}℃'}" |
|
|
@@ -750,30 +754,6 @@ |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="780" Canvas.Top="414" FontSize="10" Foreground="Blue" |
|
|
|
Text="真空泵" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-85" Canvas.Top="135" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.Compressor, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-117" Canvas.Top="151" Canvas.Right="384.8" HorizontalAlignment="Center" |
|
|
|
VerticalAlignment="Top" Foreground="White" Text="空压机启动反馈" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="275" Canvas.Top="68.5" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.ByPassMaterial, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="237" Canvas.Top="52" Canvas.Right="384.8" HorizontalAlignment="Center" |
|
|
|
VerticalAlignment="Top" Foreground="White" Text="配料釜旁通阀反馈" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-75" Canvas.Top="27" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.ByPassReact, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-116" Canvas.Top="42" Canvas.Right="384.8" HorizontalAlignment="Left" |
|
|
|
VerticalAlignment="Center" Foreground="White" Text="反应釜旁通阀反馈" TextAlignment="Center" /> |
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
<!--#region 水罐重量清零--> |
|
|
@@ -785,31 +765,31 @@ |
|
|
|
|
|
|
|
<!--#region 控制按钮--> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="-20" Canvas.Top="-5" Orientation="Vertical"> |
|
|
|
Canvas.Left="-30" Canvas.Top="-5" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="配料搅拌:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="配料釜搅拌:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="1" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="0" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="配料搅拌:关" FontSize="10" Foreground="White" GroupName="1" |
|
|
|
Content="配料釜搅拌:关" FontSize="8" Foreground="White" GroupName="1" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="0" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="-5" Canvas.Top="118" Orientation="Vertical"> |
|
|
|
Canvas.Left="-10" Canvas.Top="118" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="进料阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="进料阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="2" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="3" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="进料阀:关" FontSize="10" Foreground="White" GroupName="2" |
|
|
|
Content="进料阀:关" FontSize="8" Foreground="White" GroupName="2" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="3" /> |
|
|
@@ -818,13 +798,13 @@ |
|
|
|
Canvas.Left="144" Canvas.Top="180" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="反应釜搅拌:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="反应釜搅拌:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="3" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="1" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="反应釜搅拌:关" FontSize="10" Foreground="White" GroupName="3" |
|
|
|
Content="反应釜搅拌:关" FontSize="8" Foreground="White" GroupName="3" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="1" /> |
|
|
@@ -833,13 +813,13 @@ |
|
|
|
Canvas.Left="265" Canvas.Top="110" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="蒸馏阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="蒸馏阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="4" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="4" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="蒸馏阀:关" FontSize="10" Foreground="White" GroupName="4" |
|
|
|
Content="蒸馏阀:关" FontSize="8" Foreground="White" GroupName="4" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="4" /> |
|
|
@@ -848,13 +828,13 @@ |
|
|
|
Canvas.Left="475" Canvas.Top="90" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="回油阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="回油阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="5" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="5" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="回油阀:关" FontSize="10" Foreground="White" GroupName="5" |
|
|
|
Content="回油阀:关" FontSize="8" Foreground="White" GroupName="5" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="5" /> |
|
|
@@ -863,13 +843,13 @@ |
|
|
|
Canvas.Left="475" Canvas.Top="240" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="回水阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="回水阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="6" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="6" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="回水阀:关" FontSize="10" Foreground="White" GroupName="6" |
|
|
|
Content="回水阀:关" FontSize="8" Foreground="White" GroupName="6" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="6" /> |
|
|
@@ -878,13 +858,13 @@ |
|
|
|
Canvas.Left="645" Canvas.Top="224" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="汇馏阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="汇馏阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="7" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="7" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="汇馏阀:关" FontSize="10" Foreground="White" GroupName="7" |
|
|
|
Content="汇馏阀:关" FontSize="8" Foreground="White" GroupName="7" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="7" /> |
|
|
@@ -893,13 +873,13 @@ |
|
|
|
Canvas.Left="605" Canvas.Top="376" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="排馏阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="排馏阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="8" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="8" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="排馏阀:关" FontSize="10" Foreground="White" GroupName="8" |
|
|
|
Content="排馏阀:关" FontSize="8" Foreground="White" GroupName="8" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="8" /> |
|
|
@@ -908,13 +888,13 @@ |
|
|
|
Canvas.Left="603" Canvas.Top="-30" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="100" Height="28" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="冷凝器冷却水阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="冷凝器冷却水阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="9" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="9" /> |
|
|
|
<RadioButton |
|
|
|
Width="100" Height="28" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="冷凝器冷却水阀:关" FontSize="10" Foreground="White" GroupName="9" |
|
|
|
Content="冷凝器冷却水阀:关" FontSize="8" Foreground="White" GroupName="9" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="9" /> |
|
|
@@ -924,12 +904,12 @@ |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="25" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="配料釜蒸汽阀:开" FontSize="10" Foreground="White" |
|
|
|
GroupName="10" |
|
|
|
GroupName="8" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="10" /> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="25" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="配料釜蒸汽阀:关" FontSize="10" Foreground="White" GroupName="10" |
|
|
|
Content="配料釜蒸汽阀:关" FontSize="8" Foreground="White" GroupName="10" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="10" /> |
|
|
@@ -938,13 +918,13 @@ |
|
|
|
Canvas.Left="-65" Canvas.Top="234" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="25" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="反应釜蒸汽阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="反应釜蒸汽阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="11" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="11" /> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="25" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="反应釜蒸汽阀:关" FontSize="10" Foreground="White" GroupName="11" |
|
|
|
Content="反应釜蒸汽阀:关" FontSize="8" Foreground="White" GroupName="11" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="11" /> |
|
|
@@ -953,13 +933,13 @@ |
|
|
|
Canvas.Left="265" Canvas.Top="346" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="110" Height="30" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="反应釜蒸汽疏水阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="反应釜蒸汽疏水阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="12" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="12" /> |
|
|
|
<RadioButton |
|
|
|
Width="110" Height="30" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="反应釜蒸汽疏水阀:关" FontSize="10" Foreground="White" GroupName="12" |
|
|
|
Content="反应釜蒸汽疏水阀:关" FontSize="8" Foreground="White" GroupName="12" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="12" /> |
|
|
@@ -968,13 +948,13 @@ |
|
|
|
Canvas.Left="370" Canvas.Top="288" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="120" Height="30" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="反应釜冷却水给水阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="反应釜冷却水给水阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="13" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="13" /> |
|
|
|
<RadioButton |
|
|
|
Width="120" Height="30" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="反应釜冷却水给水阀:关" FontSize="10" Foreground="White" GroupName="13" |
|
|
|
Content="反应釜冷却水给水阀:关" FontSize="8" Foreground="White" GroupName="13" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="13" /> |
|
|
@@ -983,13 +963,13 @@ |
|
|
|
Canvas.Left="-20" Canvas.Top="328" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="120" Height="30" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="反应釜冷却水排水阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="反应釜冷却水排水阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="18" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="18" /> |
|
|
|
<RadioButton |
|
|
|
Width="120" Height="30" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="反应釜冷却水排水阀:关" FontSize="10" Foreground="White" GroupName="18" |
|
|
|
Content="反应釜冷却水排水阀:关" FontSize="8" Foreground="White" GroupName="18" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="18" /> |
|
|
@@ -998,13 +978,13 @@ |
|
|
|
Canvas.Left="775" Canvas.Top="128" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="分馏真空阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="分馏真空阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="19" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="19" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="分馏真空阀:关" FontSize="10" Foreground="White" GroupName="19" |
|
|
|
Content="分馏真空阀:关" FontSize="8" Foreground="White" GroupName="19" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="19" /> |
|
|
@@ -1013,13 +993,13 @@ |
|
|
|
Canvas.Left="678" Canvas.Top="336" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="蒸馏真空阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="蒸馏真空阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="20" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="20" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="蒸馏真空阀:关" FontSize="10" Foreground="White" GroupName="20" |
|
|
|
Content="蒸馏真空阀:关" FontSize="8" Foreground="White" GroupName="20" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="20" /> |
|
|
@@ -1028,13 +1008,13 @@ |
|
|
|
Canvas.Left="772" Canvas.Top="286" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="真空泵:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="真空泵:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="21" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="2" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="真空泵:关" FontSize="10" Foreground="White" GroupName="21" |
|
|
|
Content="真空泵:关" FontSize="8" Foreground="White" GroupName="21" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="2" /> |
|
|
@@ -1043,166 +1023,35 @@ |
|
|
|
Canvas.Left="135" Canvas.Top="366" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="80" Height="25" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="出料阀:开" FontSize="10" Foreground="White" |
|
|
|
Click="Open_Click" Content="出料阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="22" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="33" /> |
|
|
|
<RadioButton |
|
|
|
Width="80" Height="25" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="出料阀:关" FontSize="10" Foreground="White" GroupName="22" |
|
|
|
Content="出料阀:关" FontSize="8" Foreground="White" GroupName="22" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="33" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="-110" Canvas.Top="170" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="空压机:开" FontSize="10" Foreground="White" |
|
|
|
GroupName="23" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="21" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="空压机:关" FontSize="10" Foreground="White" GroupName="23" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="21" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="240" Canvas.Top="0" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="配料釜旁通阀:开" FontSize="10" Foreground="White" |
|
|
|
GroupName="24" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="35" /> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="配料釜旁通阀:关" FontSize="10" Foreground="White" GroupName="24" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="35" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="-113" Canvas.Top="60" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="反应釜旁通阀:开" FontSize="10" Foreground="White" |
|
|
|
GroupName="25" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="36" /> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="反应釜旁通阀:关" FontSize="10" Foreground="White" GroupName="25" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="36" /> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
<!--#region 新增按钮--> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="705" Canvas.Top="-30" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="闪蒸:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t1" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="0" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="闪蒸:关" FontSize="8" Foreground="White" GroupName="t1" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="0" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="785" Canvas.Top="-30" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="真空蒸馏:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t2" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="1" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="真空蒸馏:关" FontSize="8" Foreground="White" GroupName="t2" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="1" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="705" Canvas.Top="38" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="真空下料:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t3" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="2" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="真空下料:关" FontSize="8" Foreground="White" GroupName="t3" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="2" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="785" Canvas.Top="38" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="二次闪蒸:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t4" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="3" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="二次闪蒸:关" FontSize="8" Foreground="White" GroupName="t4" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="3" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="745" Canvas.Top="84" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="排空阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t5" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="4" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="排空阀:关" FontSize="8" Foreground="White" GroupName="t5" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="4" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-22" Canvas.Top="75" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜蒸汽输水旁通阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="-35" Canvas.Top="184" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.空压机启动, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<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" |
|
|
|
Canvas.Left="58" 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" |
|
|
|
Canvas.Left="41" Canvas.Top="10" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.配料罐搅拌电机, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
@@ -1247,7 +1096,7 @@ |
|
|
|
Foreground="{Binding DeviceStatus.回水阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="536" Canvas.Top="140" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
Canvas.Left="546" Canvas.Top="105" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.回油阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
@@ -1262,7 +1111,7 @@ |
|
|
|
Foreground="{Binding DeviceStatus.汇馏阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="805" Canvas.Top="197" HorizontalAlignment="Center" VerticalAlignment="Top" |
|
|
|
Canvas.Left="847" Canvas.Top="143" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.分馏真空阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
@@ -1282,51 +1131,260 @@ |
|
|
|
Foreground="{Binding DeviceStatus.水罐重量清零, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="838" Canvas.Top="332" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
Canvas.Left="844" Canvas.Top="302" 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="298" Canvas.Top="68" 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" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="685" Canvas.Top="100" Width="18" HorizontalAlignment="Left" |
|
|
|
VerticalAlignment="Top" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.VX115, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
<TextBlock |
|
|
|
Canvas.Left="641" Canvas.Top="115" Canvas.Right="384.8" Width="103" |
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="White" Text="反应釜排空阀反馈" |
|
|
|
TextAlignment="Center" /> |
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
<!--#region 联动按钮--> |
|
|
|
<GroupBox |
|
|
|
Canvas.Left="902" Canvas.Top="-18" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
|
Foreground="White" Header="联动按钮"> |
|
|
|
<StackPanel> |
|
|
|
<!--#region 真空下料--> |
|
|
|
<StackPanel Margin="10,5,0,5" Orientation="Horizontal"> |
|
|
|
<StackPanel |
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="真空下料:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t3" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="2" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="真空下料:关" FontSize="8" Foreground="White" GroupName="t3" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="2" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="5,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.真空下料, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 闪蒸--> |
|
|
|
<StackPanel Margin="10,5,0,5" Orientation="Horizontal"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="闪蒸:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t1" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="0" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="闪蒸:关" FontSize="8" Foreground="White" GroupName="t1" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="0" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="5,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.闪蒸, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 二次闪蒸--> |
|
|
|
<StackPanel Margin="10,5,0,5" Orientation="Horizontal"> |
|
|
|
<StackPanel |
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="二次闪蒸:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t4" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="3" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="二次闪蒸:关" FontSize="8" Foreground="White" GroupName="t4" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="3" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="5,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.二次闪蒸, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 真空蒸馏--> |
|
|
|
<StackPanel Margin="10,5,0,5" Orientation="Horizontal"> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="785" Canvas.Top="-30" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="真空蒸馏:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t2" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="1" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="真空蒸馏:关" FontSize="8" Foreground="White" GroupName="t2" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="1" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="5,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.真空蒸馏, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 空压机启动--> |
|
|
|
<GroupBox Margin="0,5,0,5" Header="空压机启动"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="空压机:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="23" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="21" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="空压机:关" FontSize="8" Foreground="White" GroupName="23" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="21" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="5,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.空压机启动, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<TextBlock |
|
|
|
Margin="6,0" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White" |
|
|
|
Text="启动反馈" TextAlignment="Center" FontSize="10"/> |
|
|
|
<TextBlock |
|
|
|
Margin="12,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.Compressor, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</GroupBox> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 配料釜旁通阀--> |
|
|
|
<GroupBox Margin="0,5,0,5" Header="配料釜旁通阀"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="240" Canvas.Top="0" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="配料釜旁通阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="24" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="35" /> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="配料釜旁通阀:关" FontSize="8" Foreground="White" GroupName="24" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="35" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="5,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.配料釜蒸汽输水旁通阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<TextBlock |
|
|
|
Margin="6,0" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White" |
|
|
|
Text="打开反馈" TextAlignment="Center" FontSize="10"/> |
|
|
|
<TextBlock |
|
|
|
Margin="12,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Top" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.ByPassMaterial, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</GroupBox> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 反应釜旁通阀--> |
|
|
|
<GroupBox Margin="0,5,0,5" Header="反应釜旁通阀"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<StackPanel |
|
|
|
Canvas.Left="-113" Canvas.Top="60" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="Open_Click" Content="反应釜旁通阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="25" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="36" /> |
|
|
|
<RadioButton |
|
|
|
Width="90" Height="22" BorderThickness="0" Click="Close_Click" |
|
|
|
Content="反应釜旁通阀:关" FontSize="8" Foreground="White" GroupName="25" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="36" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="5,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜蒸汽输水旁通阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<TextBlock |
|
|
|
Margin="6,0" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White" |
|
|
|
Text="打开反馈" TextAlignment="Center" FontSize="10"/> |
|
|
|
<TextBlock |
|
|
|
Margin="12,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Top" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.ByPassReact, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</GroupBox> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 反应釜排空阀--> |
|
|
|
<GroupBox Margin="0,5,0,5" Header="反应釜排空阀"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<StackPanel |
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top" Orientation="Vertical"> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" Margin="0,0,0,2" BorderThickness="0" |
|
|
|
Click="new_Click" Content="排空阀:开" FontSize="8" Foreground="White" |
|
|
|
GroupName="t5" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="4" /> |
|
|
|
<RadioButton |
|
|
|
Width="70" Height="20" BorderThickness="0" Click="new_Click" |
|
|
|
Content="排空阀:关" FontSize="8" Foreground="White" GroupName="t5" |
|
|
|
IsChecked="True" |
|
|
|
Style="{StaticResource radiobutton}" |
|
|
|
Tag="4" /> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock |
|
|
|
Margin="12,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Center" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.反应釜排空阀, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⬛" TextAlignment="Center" /> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<TextBlock |
|
|
|
Margin="6,0" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White" |
|
|
|
Text="打开反馈" TextAlignment="Center" FontSize="10"/> |
|
|
|
<TextBlock |
|
|
|
Margin="12,0,0,0" HorizontalAlignment="Center" VerticalAlignment="Top" d:Foreground="Red" |
|
|
|
Foreground="{Binding DeviceStatus.VX115, Converter={StaticResource BoolToColorConverter}}" |
|
|
|
Text="⚫" TextAlignment="Center" /> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</GroupBox> |
|
|
|
<!--#endregion--> |
|
|
|
</StackPanel> |
|
|
|
<!--#endregion--> |
|
|
|
</GroupBox> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 显示图例--> |
|
|
|
<!--<GroupBox |
|
|
|
Canvas.Left="860" Canvas.Top="465" Foreground="White" Header="显示图例"> |
|
|
|