|
|
|
<UserControl x:Class="DyeingComputer.View.EquipmentSimulationView"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
xmlns:local="clr-namespace:DyeingComputer.View"
|
|
|
|
xmlns:gif="http://wpfanimatedgif.codeplex.com"
|
|
|
|
mc:Ignorable="d"
|
|
|
|
Loaded="UserControl_Loaded"
|
|
|
|
d:DesignHeight="1000" d:DesignWidth="1920">
|
|
|
|
<Grid Background="Silver">
|
|
|
|
<Canvas>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="850" Width="1050" Margin="0,30,0,0" >
|
|
|
|
<Image Source="/Lmage/12000-1.png" Height="850" VerticalAlignment="Top" Margin="0,0,0,0" HorizontalAlignment="Left" Width="1004"/>
|
|
|
|
<Image Width="514" gif:ImageBehavior.AnimatedSource="/Lmage/1000-1.png"
|
|
|
|
HorizontalAlignment="Left" Canvas.Left="-44" Canvas.Top="144" Margin="57,238,0,112"/>
|
|
|
|
<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 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">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="Image">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3020}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3020}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="溢流" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="110"
|
|
|
|
Margin="550,30,0,0">
|
|
|
|
<Image MouseLeftButtonDown="ID3007_MouseLeftButtonDown" HorizontalAlignment="Left">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3007}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3007}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="加压" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="110"
|
|
|
|
Margin="658,30,0,0">
|
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="减压" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Image Width="90" Source="/Lmage/19002.png" Margin="57,725,0,0"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top" Height="77" />
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="125"
|
|
|
|
Margin="62,715,0,0" >
|
|
|
|
<Image MouseLeftButtonDown="ID3017_MouseLeftButtonDown" Height="75"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="Image">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3017}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3017}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="排水1" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Image Width="60" Source="/Lmage/19000.png" Margin="200,666,0,0"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top" x:Name="MP1" Height="165"/>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="125"
|
|
|
|
Margin="192,715,0,0" x:Name="MPF1">
|
|
|
|
<Image MouseLeftButtonDown="ID3018_MouseLeftButtonDown" Height="75"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="Image">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3018}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3018}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="排水2" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Image Width="60" Source="/Lmage/19000.png" Margin="330,666,0,0"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top" x:Name="MP2" Height="142"/>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="125"
|
|
|
|
Margin="322,715,0,0" x:Name="MPF2">
|
|
|
|
<Image MouseLeftButtonDown="ID3019_MouseLeftButtonDown" Height="75"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="Image">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3019}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3019}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="排水3" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Image Width="60" Source="/Lmage/19000.png" Margin="848,33,0,0"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" >
|
|
|
|
<Image.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90.000"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Image.RenderTransform>
|
|
|
|
</Image>
|
|
|
|
<Image Width="60" Source="/Lmage/19000.png" Margin="848,105,0,0"
|
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" >
|
|
|
|
<Image.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90.000"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Image.RenderTransform>
|
|
|
|
</Image>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="845,-10,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-89.475"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3013_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3013}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3013}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="870,63,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3014_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3014}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3014}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="845,133,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3015_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3015}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3015}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="870,205,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3016_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3016}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3016}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<TextBlock Text="入水1" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="945,10,0,0"/>
|
|
|
|
<TextBlock Text="入水2" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="945,80,0,0"/>
|
|
|
|
<TextBlock Text="入水3" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="945,150,0,0"/>
|
|
|
|
<TextBlock Text="入水4" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="945,220,0,0"/>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="860,305,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3009_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3009}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3009}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="860,390,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3010_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3010}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3010}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<TextBlock x:Name="MtH" HorizontalAlignment="Right" Height="35" Margin="0,285,5,0"
|
|
|
|
Text="000.0%" TextAlignment="Right" VerticalAlignment="Top" Width="105"
|
|
|
|
FontSize="30" Background="White" />
|
|
|
|
<TextBlock x:Name="Mtl" HorizontalAlignment="Right" Height="35" Margin="0,370,5,0"
|
|
|
|
Text="000.0%" TextAlignment="Right" VerticalAlignment="Top" Width="105"
|
|
|
|
FontSize="30" Background="White" />
|
|
|
|
<TextBlock Text="升温" FontSize="30" Width="60" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,320,5,0"/>
|
|
|
|
<TextBlock Text="降温" FontSize="30" Width="60" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,405,5,0"/>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="865,482,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3077_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3077}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3077}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="70" Width="70"
|
|
|
|
Margin="865,565,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3076_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3076}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3076}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<TextBlock Text="排冷却水" FontSize="30" Width="120" TextWrapping="Wrap" Height="35"
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
<Grid Width="650" Height="400" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1100,30,0,0">
|
|
|
|
<Image gif:ImageBehavior.AnimatedSource="/Lmage/12500-1.png" HorizontalAlignment="Left" />
|
|
|
|
<TextBlock Text="1" FontSize="60" Height="80" Width="50" Foreground="Red" Margin="80,100,0,0" HorizontalAlignment="Left" VerticalAlignment="Top"/>
|
|
|
|
<TextBlock x:Name="S1_T" HorizontalAlignment="Left" Height="30" TextWrapping="Wrap" Text="C"
|
|
|
|
TextAlignment="Right" VerticalAlignment="Top" Width="100" FontSize="20" Background="White"
|
|
|
|
Padding="5,0,5,0" Margin="150,100,250,0"/>
|
|
|
|
<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 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">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3038}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3038}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="回水" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110"
|
|
|
|
Margin="400,20,0,0">
|
|
|
|
<Image MouseLeftButtonDown="ID3036_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3036}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3036}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="入水1" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110"
|
|
|
|
Margin="511,20,0,0">
|
|
|
|
<Image MouseLeftButtonDown="ID3037_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3037}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3037}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="入水2" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="125"
|
|
|
|
Margin="88,322,0,0" >
|
|
|
|
<Image MouseLeftButtonDown="ID3044_MouseLeftButtonDown" Height="75"
|
|
|
|
HorizontalAlignment="Right" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="Image">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3044}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3044}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="排水" HorizontalAlignment="Left" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="10,204,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3039_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3039}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3039}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="300,155,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3041_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3041}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3041}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="500,253,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3043_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3043}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3043}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="250,270,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3042_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3042}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3042}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<TextBlock Text="加热" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="20,280,0,0"/>
|
|
|
|
<TextBlock Text="比例旁通" FontSize="30" Width="150" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="480,330,0,0"/>
|
|
|
|
<TextBlock Text="加料阀" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="240,340,0,0"/>
|
|
|
|
<TextBlock Text="内循环" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="280,230,0,0"/>
|
|
|
|
<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" >
|
|
|
|
<Image gif:ImageBehavior.AnimatedSource="/Lmage/12500-1.png" HorizontalAlignment="Left"/>
|
|
|
|
<TextBlock Text="2" FontSize="60" Height="80" Width="50" Foreground="Red" Margin="80,100,0,0" HorizontalAlignment="Left" VerticalAlignment="Top"/>
|
|
|
|
<TextBlock x:Name="S2_T" HorizontalAlignment="Left" Height="30" TextWrapping="Wrap" Text="C"
|
|
|
|
TextAlignment="Right" VerticalAlignment="Top" Width="100" FontSize="20" Background="White"
|
|
|
|
Padding="5,0,5,0" Margin="150,100,20,0"/>
|
|
|
|
<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 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">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3048}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3048}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="回水" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110"
|
|
|
|
Margin="400,20,0,0">
|
|
|
|
<Image MouseLeftButtonDown="ID3046_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3046}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3046}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="入水1" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110"
|
|
|
|
Margin="511,20,0,0">
|
|
|
|
<Image MouseLeftButtonDown="ID3047_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3047}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3047}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="入水2" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="125"
|
|
|
|
Margin="88,322,0,0" >
|
|
|
|
<Image MouseLeftButtonDown="ID3054_MouseLeftButtonDown" Height="75"
|
|
|
|
HorizontalAlignment="Right" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="Image">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3054}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3054}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
<TextBlock Text="排水" HorizontalAlignment="Left" FontSize="30" Width="35" TextWrapping="Wrap"/>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="10,204,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3049_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3049}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3049}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="300,155,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3051_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3051}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3051}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="500,253,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3053_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3053}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3053}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="75"
|
|
|
|
Margin="250,270,0,0" RenderTransformOrigin="0.5,0.5">
|
|
|
|
<Grid.RenderTransform>
|
|
|
|
<TransformGroup>
|
|
|
|
<ScaleTransform/>
|
|
|
|
<SkewTransform/>
|
|
|
|
<RotateTransform Angle="-90"/>
|
|
|
|
<TranslateTransform/>
|
|
|
|
</TransformGroup>
|
|
|
|
</Grid.RenderTransform>
|
|
|
|
<Image MouseLeftButtonDown="ID3052_MouseLeftButtonDown"
|
|
|
|
HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
<Image.Style>
|
|
|
|
<Style TargetType="{x:Type Image}">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
<Style.Triggers>
|
|
|
|
<DataTrigger Binding="{Binding ID3052}" Value="false">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
<DataTrigger Binding="{Binding ID3052}" Value="true">
|
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/>
|
|
|
|
</DataTrigger>
|
|
|
|
</Style.Triggers>
|
|
|
|
</Style>
|
|
|
|
</Image.Style>
|
|
|
|
</Image>
|
|
|
|
</Grid>
|
|
|
|
<TextBlock Text="加热" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="20,280,0,0"/>
|
|
|
|
<TextBlock Text="比例旁通" FontSize="30" Width="150" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="480,330,0,0"/>
|
|
|
|
<TextBlock Text="加料阀" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="240,340,0,0"/>
|
|
|
|
<TextBlock Text="内循环" FontSize="30" Width="100" TextWrapping="Wrap" Height="35"
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="280,230,0,0"/>
|
|
|
|
<TextBlock x:Name="SL2" 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="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="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,5,5,0" />
|
|
|
|
<TextBlock Text="喷头压力" FontSize="20" Width="100" TextWrapping="Wrap" Height="25"
|
|
|
|
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,85,5,0" />
|
|
|
|
<TextBlock Text="喷头流量" FontSize="20" Width="100" TextWrapping="Wrap" Height="25"
|
|
|
|
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,165,5,0" />
|
|
|
|
<TextBlock Text="流量计2" FontSize="20" Width="100" TextWrapping="Wrap" Height="25"
|
|
|
|
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,245,5,0" />
|
|
|
|
<TextBlock Text="电能" FontSize="20" Width="100" TextWrapping="Wrap" Height="25"
|
|
|
|
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,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,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,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,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,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,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,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,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,325,0,0"
|
|
|
|
Text="0.0pH" TextAlignment="Right" VerticalAlignment="Top" Width="70"
|
|
|
|
FontSize="20" Background="White" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</UserControl>
|