162 lines
8.7 KiB
XML
162 lines
8.7 KiB
XML
<UserControl x:Class="Wpf_AiSportsMicrospace.Views.GroupJumpRope"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:local="clr-namespace:Wpf_AiSportsMicrospace.MyUserControl"
|
|
xmlns:gif="http://wpfanimatedgif.codeplex.com"
|
|
mc:Ignorable="d" Height="1080" Width="1920" Loaded="UserControl_Loaded" Unloaded="UserControl_Unloaded">
|
|
<Grid>
|
|
<Grid.Background>
|
|
<ImageBrush ImageSource="/Resources/Img/test_img/test_home_bg.png" Stretch="UniformToFill"/>
|
|
</Grid.Background>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/title.png"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Top"
|
|
Width="615"
|
|
Margin="0,0,0,0"
|
|
/>
|
|
<Grid Height="1080" Width="1920" x:Name="userBox"/>
|
|
|
|
<Grid Width="180" Height="90" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="00,20,40,0" Visibility="Hidden" x:Name="countdownGrid">
|
|
<Border Background="#005fff" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" CornerRadius="30" />
|
|
<TextBlock x:Name="countdownText"
|
|
Text="60"
|
|
FontSize="80"
|
|
FontWeight="Bold"
|
|
Foreground="#fff"
|
|
FontStyle="Italic"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
Margin="0,10,0,0"
|
|
TextAlignment="Center"
|
|
/>
|
|
</Grid>
|
|
|
|
<!--排行榜-->
|
|
<Grid x:Name="RankingGrid" Margin="0,0,0,0" Height="1080" Width="1920" Visibility="Hidden">
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/finish_bg.png"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Top"
|
|
Width="1920"
|
|
Height="1080"
|
|
/>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/1.png"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Top"
|
|
Width="120"
|
|
Height="92"
|
|
Margin="0,85"
|
|
/>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/2.png"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Top"
|
|
Width="120"
|
|
Height="92"
|
|
Margin="451,134,0,0"
|
|
/>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/3.png"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Top"
|
|
Width="120"
|
|
Height="92"
|
|
Margin="0,149,451,0"
|
|
/>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/top.png"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Top"
|
|
Width="1346"
|
|
Height="163"
|
|
Margin="0,168"
|
|
/>
|
|
|
|
<Grid Width="1346" Height="520" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,331,0,0" x:Name="ScoreGrid">
|
|
<Border Background="#FEDE50" CornerRadius="0,0,20,20"/>
|
|
<Grid HorizontalAlignment="Center" VerticalAlignment="Top" Width="1344" Height="71">
|
|
<Border Background="#f7f7f7"/>
|
|
<TextBlock Text="排名" FontSize="24" FontWeight="Bold" Foreground="#999999" Margin="150 , 0" HorizontalAlignment="Left" VerticalAlignment="Center" TextAlignment="Center" Width="200"/>
|
|
<TextBlock Text="位置" FontSize="24" FontWeight="Bold" Foreground="#999999" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
<TextBlock Text="成绩" FontSize="24" FontWeight="Bold" Foreground="#999999" Margin="0 ,0,150, 0" HorizontalAlignment="Right" VerticalAlignment="Center" TextAlignment="Center" Width="200"/>
|
|
</Grid>
|
|
|
|
<!--<Grid HorizontalAlignment="Center" Margin="0,57" VerticalAlignment="Top" Width="1344" Height="71">
|
|
<Border Background="#fff"/>
|
|
<TextBlock Text="1" FontSize="24" FontWeight="Bold" Foreground="#999999" Margin="150 , 0" HorizontalAlignment="Left" VerticalAlignment="Center" TextAlignment="Center" Width="200"/>
|
|
<TextBlock Text="一号位" FontSize="24" FontWeight="Bold" Foreground="#999999" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
<TextBlock Text="100" FontSize="24" FontWeight="Bold" Foreground="#999999" Margin="0 ,0,150, 0" HorizontalAlignment="Right" VerticalAlignment="Center" TextAlignment="Center" Width="200"/>
|
|
</Grid>-->
|
|
|
|
</Grid>
|
|
<Grid Width="368" Height="100" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,200,0,0">
|
|
<TextBlock x:Name="name1" Text="一号位" FontSize="32" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
<Grid HorizontalAlignment="Right">
|
|
<Border Background="#e54229" CornerRadius="20" Width="110" Height="40"/>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/star.png"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
Width="22"
|
|
Height="30"
|
|
Margin="0,0,50,2"
|
|
/>
|
|
<TextBlock x:Name="number1" Text="999" FontSize="24" FontWeight="Bold" Foreground="#fff" HorizontalAlignment="Left" Margin="50,0,0,0" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Grid>
|
|
<Grid Width="369" Height="100" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="1225,231,0,0">
|
|
<TextBlock x:Name="name3" Text="三号位" FontSize="32" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
<Grid HorizontalAlignment="Right">
|
|
<Border Background="#e54229" CornerRadius="20" Width="110" Height="40"/>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/star.png"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
Width="22"
|
|
Height="30"
|
|
Margin="0,0,50,2"
|
|
/>
|
|
<TextBlock x:Name="number3" Text="999" FontSize="24" FontWeight="Bold" Foreground="#fff" HorizontalAlignment="Left" Margin="50,0,0,0" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Grid>
|
|
<Grid Width="368" Height="100" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="310,226,0,0">
|
|
<TextBlock x:Name="name2" Text="二号位" FontSize="32" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
<Grid HorizontalAlignment="Right">
|
|
<Border Background="#e54229" CornerRadius="20" Width="110" Height="40"/>
|
|
<Image
|
|
Source="/Resources/Img/test_img/one_rope/finish_img/star.png"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
Width="22"
|
|
Height="30"
|
|
Margin="0,0,50,2"
|
|
/>
|
|
<TextBlock x:Name="number2" Text="999" FontSize="24" FontWeight="Bold" Foreground="#fff" HorizontalAlignment="Left" Margin="50,0,0,0" VerticalAlignment="Center" />
|
|
</Grid>
|
|
</Grid>
|
|
|
|
<Grid Margin="0,0,0,50" VerticalAlignment="Bottom" Height="182" Width="340" >
|
|
<Image
|
|
Source="/Resources/Img/Album/change_left.png"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Top"
|
|
Width="330"
|
|
Margin="0,103,0,0"
|
|
/>
|
|
<Image
|
|
gif:ImageBehavior.AnimatedSource="/Resources/Img/Album/3.gif"
|
|
gif:ImageBehavior.RepeatBehavior="Forever"
|
|
gif:ImageBehavior.AnimateInDesignMode="True"
|
|
HorizontalAlignment="Left"
|
|
VerticalAlignment="Top"
|
|
Margin="-20,10,30,20"
|
|
/>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</UserControl>
|