Compare commits
2 Commits
7372c015c3
...
c3a70dc612
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3a70dc612 | ||
| 0dd3f4a0b0 |
@ -56,7 +56,7 @@ namespace Wpf_AiSportsMicrospace.Common
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_webcamClient = WebcamClient.CreateRTSP("172.17.30.64", "admin", "yd708090", 554u);
|
_webcamClient = WebcamClient.CreateRTSP("172.17.30.65", "admin", "yd708090", 554u);
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
DisplayMemberPath="Name"
|
DisplayMemberPath="Name"
|
||||||
SelectedValuePath="Key"
|
SelectedValuePath="Key"
|
||||||
SelectionChanged="sportList_SelectionChanged" d:IsHidden="True"/>
|
SelectionChanged="sportList_SelectionChanged" d:IsHidden="True"/>
|
||||||
<TextBox x:Name="host" Margin="0,10,0,0" Text="192.168.3.64"/>
|
<TextBox x:Name="host" Margin="0,10,0,0" Text="172.17.30.65"/>
|
||||||
<TextBox x:Name="userName" Margin="0,10,0,0" Text="admin"/>
|
<TextBox x:Name="userName" Margin="0,10,0,0" Text="admin"/>
|
||||||
<TextBox x:Name="password" Margin="0,10,0,0" Text="yd708090"/>
|
<TextBox x:Name="password" Margin="0,10,0,0" Text="yd708090"/>
|
||||||
<TextBox x:Name="port" Margin="0,10,0,0" Text="554"/>
|
<TextBox x:Name="port" Margin="0,10,0,0" Text="554"/>
|
||||||
|
|||||||
@ -19,11 +19,11 @@
|
|||||||
/>
|
/>
|
||||||
<Grid Height="1080" Width="1920" x:Name="userBox"/>
|
<Grid Height="1080" Width="1920" x:Name="userBox"/>
|
||||||
|
|
||||||
<Grid Width="220" Height="130" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="00,40,60,0" Visibility="Hidden" x:Name="countdownGrid">
|
<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" />
|
<Border Background="#005fff" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" CornerRadius="30" />
|
||||||
<TextBlock x:Name="countdownText"
|
<TextBlock x:Name="countdownText"
|
||||||
Text="60"
|
Text="60"
|
||||||
FontSize="120"
|
FontSize="80"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
Foreground="#fff"
|
Foreground="#fff"
|
||||||
FontStyle="Italic"
|
FontStyle="Italic"
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:local="clr-namespace:Wpf_AiSportsMicrospace.Views"
|
xmlns:local="clr-namespace:Wpf_AiSportsMicrospace.Views"
|
||||||
xmlns:gif="http://wpfanimatedgif.codeplex.com"
|
xmlns:gif="http://wpfanimatedgif.codeplex.com"
|
||||||
|
WindowStyle="None"
|
||||||
mc:Ignorable="d" WindowState="Maximized">
|
mc:Ignorable="d" WindowState="Maximized">
|
||||||
<Grid>
|
<Grid>
|
||||||
<!-- 过渡容器 -->
|
<!-- 过渡容器 -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user