|
|
@ -83,6 +83,9 @@ |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
<Grid Width="650" Height="400" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1000,30,0,0"> |
|
|
|
<Image gif:ImageBehavior.AnimatedSource="/Lmage/12500-1.png" HorizontalAlignment="Left" /> |
|
|
@ -155,9 +158,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
<Grid Width="600" Height="400" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1000,480,0,0" > |
|
|
|
<Image gif:ImageBehavior.AnimatedSource="/Lmage/12500-1.png"/> |
|
|
|
<Grid Width="650" Height="400" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1000,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" |
|
|
@ -166,6 +172,69 @@ |
|
|
|
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"/> |
|
|
|
|
|
|
|
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="75" Width="110" |
|
|
|
Margin="288,20,0,0"> |
|
|
|
<Image MouseLeftButtonDown="ID3008_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"> |
|
|
|
<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> |
|
|
|
<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.Style> |
|
|
|
<Style TargetType="{x:Type Image}"> |
|
|
|
<Setter Property="Source" Value="/Lmage/10009-1.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="入水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="ID3008_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"> |
|
|
|
<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="入水2" HorizontalAlignment="Right" FontSize="30" Width="35" TextWrapping="Wrap"/> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
|
|
|
|
</Canvas> |
|
|
|