|
|
|
@ -104,7 +104,7 @@
|
|
|
|
|
<RowDefinition Height="0.08*" />
|
|
|
|
|
<RowDefinition />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="0" Background="#1157b9" Margin="1,1,5,5" >
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="0" Background="#1157b9" Margin="1" >
|
|
|
|
|
<TextBlock Text="1系统" FontSize="23" FontWeight="Bold" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" BorderBrush="#0288d1" BorderThickness="0" CornerRadius="5" Background="Transparent" Margin="1,1,5,5">
|
|
|
|
@ -147,11 +147,11 @@
|
|
|
|
|
<TextBlock Text="输入压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolInputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolInputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoInputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoInputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -160,11 +160,11 @@
|
|
|
|
|
<TextBlock Text="输出压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolOutputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolOutputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoOutputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoOutputPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -172,11 +172,11 @@
|
|
|
|
|
<TextBlock Text="流量" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="3" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolFlow1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolFlow1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="g/s" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="3" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoFlow1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoFlow1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="g/s" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -184,24 +184,24 @@
|
|
|
|
|
<TextBlock Text="温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PoleTmperature1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PoleTmperature1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoTemperature1}" FontSize="18" Margin="0 0 18 0" Foreground="Black"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoTemperature1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
|
<WrapPanel Grid.Column="0" Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
|
|
<TextBlock Text="料位" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolMaterialLevel1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolMaterialLevel1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="%" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoMaterialLevel1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="%" FontSize="18" Foreground="White"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoMaterialLevel1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="%" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
|
<Border Grid.Column="0" Grid.Row="6" Grid.ColumnSpan="3" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="0" Background="#1157b9" >
|
|
|
|
@ -211,7 +211,7 @@
|
|
|
|
|
<TextBlock Text="压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="7" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding Pressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding Pressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -219,7 +219,7 @@
|
|
|
|
|
<TextBlock Text="温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="8" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding Temperature1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding Temperature1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -236,21 +236,21 @@
|
|
|
|
|
<TextBlock Text="状态" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="10" VerticalAlignment="Center" HorizontalAlignment="Center">
|
|
|
|
|
<TextBlock Text="{Binding Status1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding Status1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="10" VerticalAlignment="Center" HorizontalAlignment="Center">
|
|
|
|
|
<TextBlock Text="{Binding Status11}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding Status11}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
|
<WrapPanel Grid.Column="0" Grid.Row="11" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
|
|
<TextBlock Text="POL压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="11" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="11" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -258,11 +258,11 @@
|
|
|
|
|
<TextBlock Text="POL温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="12" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="12" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature11}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature11}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -270,22 +270,22 @@
|
|
|
|
|
<TextBlock Text="ISO压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="13" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure1}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="13" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure11}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure11}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="0" Grid.Row="14" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
|
|
<TextBlock Text="ISO温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="14" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature11}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature11}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="14" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature11}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature11}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
</Grid>
|
|
|
|
@ -300,7 +300,7 @@
|
|
|
|
|
<RowDefinition Height="0.08*" />
|
|
|
|
|
<RowDefinition />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="0" Background="#1157b9" Margin="1,1,5,5" >
|
|
|
|
|
<Border Grid.Row="0" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="0" Background="#1157b9" Margin="1" >
|
|
|
|
|
<TextBlock Text="2系统" FontSize="23" FontWeight="Bold" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" BorderBrush="#0288d1" BorderThickness="0" CornerRadius="5" Background="Transparent" Margin="1,1,5,5">
|
|
|
|
@ -343,11 +343,11 @@
|
|
|
|
|
<TextBlock Text="输入压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolInputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolInputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoInputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoInputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -356,11 +356,11 @@
|
|
|
|
|
<TextBlock Text="输出压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolOutputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolOutputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoOutputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoOutputPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -368,11 +368,11 @@
|
|
|
|
|
<TextBlock Text="流量" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="3" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolFlow2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolFlow2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="g/s" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="3" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoFlow2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoFlow2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="g/s" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -380,11 +380,11 @@
|
|
|
|
|
<TextBlock Text="温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PoleTmperature2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PoleTmperature2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoTemperature2}" FontSize="18" Margin="0 0 18 0" Foreground="Black"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoTemperature2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -392,11 +392,11 @@
|
|
|
|
|
<TextBlock Text="料位" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding PolMaterialLevel2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding PolMaterialLevel2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="%" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding IsoMaterialLevel2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding IsoMaterialLevel2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="%" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -407,7 +407,7 @@
|
|
|
|
|
<TextBlock Text="压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="7" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding Pressure2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding Pressure2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -415,7 +415,7 @@
|
|
|
|
|
<TextBlock Text="温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="8" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding Temperature2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding Temperature2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -446,11 +446,11 @@
|
|
|
|
|
<TextBlock Text="POL压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="11" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="11" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLPressure22}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLPressure22}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -458,11 +458,11 @@
|
|
|
|
|
<TextBlock Text="POL温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="12" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="12" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature22}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding POLTemperature22}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -470,11 +470,11 @@
|
|
|
|
|
<TextBlock Text="ISO压力" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="13" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure2}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="13" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure22}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOPressure22}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="MPa" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
|
|
|
|
@ -482,11 +482,11 @@
|
|
|
|
|
<TextBlock Text="ISO温度" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="1" Grid.Row="14" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature22}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature22}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<WrapPanel Grid.Column="2" Grid.Row="14" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature222}" FontSize="18" Margin="0 0 18 0" Foreground="Black" Width="50"/>
|
|
|
|
|
<TextBlock Text="{Binding ISOTemperature222}" FontSize="18" Margin="0 0 18 0" Foreground="White" Width="200" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
<TextBlock Text="℃" FontSize="18" Foreground="White"/>
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
</Grid>
|
|
|
|
@ -514,11 +514,13 @@
|
|
|
|
|
<DataGrid.Columns>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding No}" Header="编号" Width="1*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding System}" Header="系统" Width="1*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding PolInjectionpressure}" Header="POL注料压力" Width="1*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding IsoInjectionpressure}" Header="ISO注料压力" Width="1*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
|
|
|
|
|
<DataGridTextColumn Binding="{Binding PolInjectiontemperature}" Header="POL注料温度" Width="2*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
|
|
|
|
|
<DataGridTextColumn Binding="{Binding GunHead}" Header="注料枪头" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding StationNumber}" Header="注料工位号" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding PolInjectionpressure}" Header="POL注料压力" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding IsoInjectionpressure}" Header="ISO注料压力" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
|
|
|
|
|
<DataGridTextColumn Binding="{Binding PolInjectiontemperature}" Header="POL注料温度" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
|
|
|
|
|
<DataGridTextColumn Binding="{Binding IsoInjectiontemperature}" Header="ISO注料温度" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding LastTime ,StringFormat=\{0:MM-dd HH:mm\}}" Header="最后时间" Width="1.5*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
<DataGridTextColumn Binding="{Binding LastTime ,StringFormat=\{0:MM-dd HH:mm\}}" Header="采集时间" Width="1.5*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
|
|
|
|
|
</DataGrid.Columns>
|
|
|
|
|
</DataGrid>
|
|
|
|
|
</Grid>
|
|
|
|
|