From d0ded5cd9bf5070a120bad58b5be21fe2ac6a4ff Mon Sep 17 00:00:00 2001 From: C3032 <C3032@BC3032> Date: 星期六, 20 十二月 2025 16:41:09 +0800 Subject: [PATCH] test --- IDViewer_2D/LoadingWindow.xaml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/IDViewer_2D/LoadingWindow.xaml b/IDViewer_2D/LoadingWindow.xaml new file mode 100644 index 0000000..7da14b6 --- /dev/null +++ b/IDViewer_2D/LoadingWindow.xaml @@ -0,0 +1,14 @@ +锘�<Window x:Class="SmartScanner.LoadingWindow" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + Title="Loading..." Height="150" Width="300" WindowStyle="None" + AllowsTransparency="True" Background="Transparent" + WindowStartupLocation="CenterScreen"> + <Border Background="#3C3C3C" CornerRadius="10"> + <StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> + <TextBlock x:Name="Loading" Text="杞欢鍔犺浇涓� 路 路" Foreground="White" + FontSize="16" Margin="0,10,0,10" /> + <ProgressBar IsIndeterminate="True" Width="250" Height="20"/> + </StackPanel> + </Border> +</Window> -- Gitblit v1.9.3