2025-07-15 15:16

This commit is contained in:
wang-yin1
2025-07-15 15:17:04 +08:00
parent 6bcd09cb49
commit ebc05c28b9
2 changed files with 27 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
WindowStartupLocation="CenterScreen"
FontWeight="ExtraLight"
FontSize="12"
Title="朝夕运动视觉框架" Height="750" Width="1300">
Title="运动视觉框架" Height="750" Width="1300">
<WindowChrome.WindowChrome>
<WindowChrome NonClientFrameEdges="None" UseAeroCaptionButtons="False"/>
</WindowChrome.WindowChrome>
@@ -151,9 +151,11 @@
<TextBlock Text="&lt;未登录&gt;" VerticalAlignment="Center" Margin="3,0"/>
<Border Height="16" Width="1" Background="#CCC" Margin="5,0"/>
<Button Content="&#xe65a;" Style="{StaticResource TitleButtonStyle}"
FontSize="14" Margin="0"/>
FontSize="14" Margin="0"
Command="{Binding MinimizeCommand}"/>
<Button Content="&#xe692;" Style="{StaticResource TitleButtonStyle}"
FontSize="14" Margin="0"/>
FontSize="14" Margin="0"
Command="{Binding MaximizeCommand}"/>
<Button Content="&#xe660;" Style="{StaticResource TitleButtonStyle}"
FontSize="14" Margin="0,0,5,0"
Click="Button_Click"/>