mirror of
https://gitee.com/wang-yin1/wpf-visual-process-framework
synced 2026-03-03 00:00:56 +08:00
2025-07-15 15:16
This commit is contained in:
@@ -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="<未登录>" VerticalAlignment="Center" Margin="3,0"/>
|
||||
<Border Height="16" Width="1" Background="#CCC" Margin="5,0"/>
|
||||
<Button Content="" Style="{StaticResource TitleButtonStyle}"
|
||||
FontSize="14" Margin="0"/>
|
||||
FontSize="14" Margin="0"
|
||||
Command="{Binding MinimizeCommand}"/>
|
||||
<Button Content="" Style="{StaticResource TitleButtonStyle}"
|
||||
FontSize="14" Margin="0"/>
|
||||
FontSize="14" Margin="0"
|
||||
Command="{Binding MaximizeCommand}"/>
|
||||
<Button Content="" Style="{StaticResource TitleButtonStyle}"
|
||||
FontSize="14" Margin="0,0,5,0"
|
||||
Click="Button_Click"/>
|
||||
|
||||
Reference in New Issue
Block a user