|
|
@ -17,13 +17,12 @@ |
|
|
|
<Image Width="300" Height="300" gif:ImageBehavior.AnimatedSource="/Lmage/10001.gif" |
|
|
|
gif:ImageBehavior.RepeatBehavior="Forever" HorizontalAlignment="Left" Canvas.Left="20" |
|
|
|
Canvas.Top="180" Visibility="Collapsed" x:Name="Swing_"/> |
|
|
|
|
|
|
|
<TextBlock x:Name="M_T" HorizontalAlignment="Center" Height="35" Margin="0,208,0,0" TextWrapping="Wrap" Text="C" TextAlignment="Right" |
|
|
|
VerticalAlignment="Top" Width="160" FontSize="30" Background="White" Padding="5,0,5,0"/> |
|
|
|
<TextBlock x:Name="M_L" HorizontalAlignment="Center" Height="35" Margin="0,522,0,0" TextWrapping="Wrap" Text="L" TextAlignment="Right" |
|
|
|
VerticalAlignment="Top" Width="160" FontSize="30" Background="White" Padding="5,0,5,0"/> |
|
|
|
<Slider Height="30" Width="100" FontSize="30" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="620,0,0,60"/> |
|
|
|
|
|
|
|
<Slider x:Name="M_D1" Height="20" Width="100" FontSize="30" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="620,0,0,80" |
|
|
|
Maximum="100" Minimum="0" ValueChanged="M_D1_ValueChanged"/> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="125" |
|
|
|
Margin="66,550,0,0" > |
|
|
|
<Image MouseLeftButtonDown="ID3020_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
@ -407,7 +406,25 @@ |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,535,5,0"/> |
|
|
|
<TextBlock Text="排冷凝水" FontSize="30" Width="120" TextWrapping="Wrap" Height="35" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,620,5,0"/> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="100" Width="100" |
|
|
|
Margin="623,630,0,0" > |
|
|
|
<Image MouseLeftButtonDown="ID3011_MouseLeftButtonDown" |
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="{x:Type Image}"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-1.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3011}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3011}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-2.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
|
</Style> |
|
|
|
</Image.Style> |
|
|
|
</Image> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -421,8 +438,8 @@ |
|
|
|
<TextBlock x:Name="S1_L" HorizontalAlignment="Left" Height="30" TextWrapping="Wrap" Text="L" |
|
|
|
TextAlignment="Right" VerticalAlignment="Top" Width="100" FontSize="20" Background="White" |
|
|
|
Padding="5,0,5,0" Margin="150,165,331,0" /> |
|
|
|
<Slider Height="30" Width="100" FontSize="30" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="340,0,0,0"/> |
|
|
|
|
|
|
|
<Slider x:Name="S1_D2" Height="20" Width="100" FontSize="30" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,145,51,0" |
|
|
|
Maximum="100" Minimum="0" ValueChanged="S1_D2_ValueChanged"/> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="110" |
|
|
|
Margin="288,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3038_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
@ -619,7 +636,25 @@ |
|
|
|
<TextBlock x:Name="SL1" HorizontalAlignment="Right" Height="35" Margin="0,215,5,0" |
|
|
|
Text="000.0%" TextAlignment="Right" VerticalAlignment="Top" Width="105" |
|
|
|
FontSize="30" Background="White" /> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="100" Width="100" |
|
|
|
Margin="339,256,0,0" > |
|
|
|
<Image MouseLeftButtonDown="ID3035_MouseLeftButtonDown" |
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="{x:Type Image}"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-1.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3035}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3035}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-2.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
|
</Style> |
|
|
|
</Image.Style> |
|
|
|
</Image> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
<Grid Width="650" Height="400" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1100,480,0,0" > |
|
|
@ -631,8 +666,8 @@ |
|
|
|
<TextBlock x:Name="S2_L" HorizontalAlignment="Left" Height="30" TextWrapping="Wrap" Text="L" |
|
|
|
TextAlignment="Right" VerticalAlignment="Top" Width="100" FontSize="20" Background="White" |
|
|
|
Padding="5,0,5,0" Margin="150,165,20,0" /> |
|
|
|
<Slider Height="30" Width="100" FontSize="30" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="340,0,0,0"/> |
|
|
|
|
|
|
|
<Slider x:Name="S2_D3" Height="30" Width="100" FontSize="30" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,145,51,0" |
|
|
|
Maximum="100" Minimum="0" ValueChanged="S2_D3_ValueChanged"/> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="110" |
|
|
|
Margin="288,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3048_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
@ -830,60 +865,80 @@ |
|
|
|
Text="000.0%" TextAlignment="Right" VerticalAlignment="Top" Width="105" |
|
|
|
FontSize="30" Background="White" /> |
|
|
|
|
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="100" Width="100" |
|
|
|
Margin="339,256,0,0" > |
|
|
|
<Image MouseLeftButtonDown="ID3045_MouseLeftButtonDown" |
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="{x:Type Image}"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-1.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3045}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3045}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10002-2.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
|
</Style> |
|
|
|
</Image.Style> |
|
|
|
</Image> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Canvas> |
|
|
|
<Grid Width="160" Height="600" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,0,0,0" Background="White"> |
|
|
|
<Grid Width="160" Height="400" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,0,0" Background="White"> |
|
|
|
<Grid Margin="2,2,2,2" Background="Silver"> |
|
|
|
<TextBlock Text="主缸压力" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,215,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,5,5,0" /> |
|
|
|
<TextBlock Text="喷头压力" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,255,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,45,5,0" /> |
|
|
|
<TextBlock Text="压力差" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,295,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,85,5,0" /> |
|
|
|
<TextBlock Text="喷头流量" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,335,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,125,5,0" /> |
|
|
|
<TextBlock Text="流量计" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,375,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,165,5,0" /> |
|
|
|
<TextBlock Text="流量计2" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,415,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,205,5,0" /> |
|
|
|
<TextBlock Text="空气流量计" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,455,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,245,5,0" /> |
|
|
|
<TextBlock Text="电能" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,495,5,0" /> |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,285,5,0" /> |
|
|
|
<TextBlock Text="酸度" FontSize="20" Width="100" TextWrapping="Wrap" Height="25" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,535,5,0" /> |
|
|
|
<TextBlock x:Name="M1031" HorizontalAlignment="Right" Height="25" Margin="0,215,0,0" |
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="5,325,5,0" /> |
|
|
|
<TextBlock x:Name="M1031" HorizontalAlignment="Right" Height="25" Margin="0,5,0,0" |
|
|
|
Text="0.0bar" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="M1032" HorizontalAlignment="Right" Height="25" Margin="0,255,0,0" |
|
|
|
<TextBlock x:Name="M1032" HorizontalAlignment="Right" Height="25" Margin="0,45,0,0" |
|
|
|
Text="0.0bar" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="M1033" HorizontalAlignment="Right" Height="25" Margin="0,295,0,0" |
|
|
|
<TextBlock x:Name="M1033" HorizontalAlignment="Right" Height="25" Margin="0,85,0,0" |
|
|
|
Text="0.0bar" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="M1034" HorizontalAlignment="Right" Height="25" Margin="0,335,0,0" |
|
|
|
<TextBlock x:Name="M1034" HorizontalAlignment="Right" Height="25" Margin="0,125,0,0" |
|
|
|
Text="000.0L" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="A4006" HorizontalAlignment="Right" Height="25" Margin="0,375,0,0" |
|
|
|
<TextBlock x:Name="A4006" HorizontalAlignment="Right" Height="25" Margin="0,165,0,0" |
|
|
|
Text="000.0L" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="A4014" HorizontalAlignment="Right" Height="25" Margin="0,415,0,0" |
|
|
|
<TextBlock x:Name="A4014" HorizontalAlignment="Right" Height="25" Margin="0,205,0,0" |
|
|
|
Text="000.0L" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="A4015" HorizontalAlignment="Right" Height="25" Margin="0,455,0,0" |
|
|
|
<TextBlock x:Name="A4015" HorizontalAlignment="Right" Height="25" Margin="0,245,0,0" |
|
|
|
Text="000.0L" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="A4016" HorizontalAlignment="Right" Height="25" Margin="0,495,0,0" |
|
|
|
<TextBlock x:Name="A4016" HorizontalAlignment="Right" Height="25" Margin="0,285,0,0" |
|
|
|
Text="000Kw" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
<TextBlock x:Name="A4029" HorizontalAlignment="Right" Height="25" Margin="0,535,0,0" |
|
|
|
<TextBlock x:Name="A4029" HorizontalAlignment="Right" Height="25" Margin="0,325,0,0" |
|
|
|
Text="0.0pH" TextAlignment="Right" VerticalAlignment="Top" Width="70" |
|
|
|
FontSize="20" Background="White" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
|
|
|
|