|
|
@ -6,14 +6,14 @@ |
|
|
|
xmlns:local="clr-namespace:DyeingComputer.View" |
|
|
|
xmlns:gif="http://wpfanimatedgif.codeplex.com" |
|
|
|
mc:Ignorable="d" |
|
|
|
Loaded="UserControl_Loaded" |
|
|
|
d:DesignHeight="1000" d:DesignWidth="1980"> |
|
|
|
<Grid Background="Silver"> |
|
|
|
<Canvas> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="800" Width="1000" > |
|
|
|
<Image Source="/Lmage/12000-1.png"/> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="850" Width="1050" Margin="0,12.9,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_"/> |
|
|
@ -22,48 +22,48 @@ |
|
|
|
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,0"/> |
|
|
|
<Slider Height="30" Width="100" FontSize="30" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="620,0,0,60"/> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="125" |
|
|
|
Margin="66,562,0,0" > |
|
|
|
<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.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="548,40,0,0"> |
|
|
|
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.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="655,40,0,0"> |
|
|
|
Margin="658,30,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="{x:Type Image}"> |
|
|
@ -81,13 +81,338 @@ |
|
|
|
</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> |
|
|
|
<Grid Width="650" Height="400" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1000,30,0,0"> |
|
|
|
<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" |
|
|
@ -100,15 +425,15 @@ |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="110" |
|
|
|
Margin="288,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
|
<Image MouseLeftButtonDown="ID3038_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="{x:Type Image}"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="false"> |
|
|
|
<DataTrigger Binding="{Binding ID3038}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="true"> |
|
|
|
<DataTrigger Binding="{Binding ID3038}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
@ -119,15 +444,15 @@ |
|
|
|
</Grid> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110" |
|
|
|
Margin="400,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74"> |
|
|
|
<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-1.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="false"> |
|
|
|
<DataTrigger Binding="{Binding ID3036}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="true"> |
|
|
|
<DataTrigger Binding="{Binding ID3036}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
@ -138,15 +463,15 @@ |
|
|
|
</Grid> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110" |
|
|
|
Margin="511,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74"> |
|
|
|
<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-1.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="false"> |
|
|
|
<DataTrigger Binding="{Binding ID3037}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="true"> |
|
|
|
<DataTrigger Binding="{Binding ID3037}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
@ -155,14 +480,33 @@ |
|
|
|
</Image> |
|
|
|
<TextBlock Text="入水2" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/> |
|
|
|
</Grid> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="125" |
|
|
|
Margin="138,322,0,0" > |
|
|
|
<Image MouseLeftButtonDown="ID3044_MouseLeftButtonDown" Height="75" |
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="Image"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.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="Right" FontSize="30" Width="35" TextWrapping="Wrap"/> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
<Grid Width="650" Height="400" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1000,480,0,0" > |
|
|
|
<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" |
|
|
@ -175,15 +519,15 @@ |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="110" |
|
|
|
Margin="288,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
|
<Image MouseLeftButtonDown="ID3048_MouseLeftButtonDown" HorizontalAlignment="Left"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="{x:Type Image}"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="false"> |
|
|
|
<DataTrigger Binding="{Binding ID3048}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="true"> |
|
|
|
<DataTrigger Binding="{Binding ID3048}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
@ -194,15 +538,15 @@ |
|
|
|
</Grid> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110" |
|
|
|
Margin="400,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74"> |
|
|
|
<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-1.png"/> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="false"> |
|
|
|
<DataTrigger Binding="{Binding ID3046}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="true"> |
|
|
|
<DataTrigger Binding="{Binding ID3046}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
@ -213,15 +557,15 @@ |
|
|
|
</Grid> |
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="110" |
|
|
|
Margin="511,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Height="74"> |
|
|
|
<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-1.png"/> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
<Style.Triggers> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="false"> |
|
|
|
<DataTrigger Binding="{Binding ID3047}" Value="false"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-0.png"/> |
|
|
|
</DataTrigger> |
|
|
|
<DataTrigger Binding="{Binding ID3008}" Value="true"> |
|
|
|
<DataTrigger Binding="{Binding ID3047}" Value="true"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.png"/> |
|
|
|
</DataTrigger> |
|
|
|
</Style.Triggers> |
|
|
@ -230,7 +574,26 @@ |
|
|
|
</Image> |
|
|
|
<TextBlock Text="入水2" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="110" Width="125" |
|
|
|
Margin="138,322,0,0" > |
|
|
|
<Image MouseLeftButtonDown="ID3054_MouseLeftButtonDown" Height="75" |
|
|
|
HorizontalAlignment="Left" VerticalAlignment="Top"> |
|
|
|
<Image.Style> |
|
|
|
<Style TargetType="Image"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.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="Right" FontSize="30" Width="35" TextWrapping="Wrap"/> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|