009_DI-Elec/newFront/c#前端/SWS.WPF/Views/CustomDialogWindow.xaml
2025-08-15 15:38:37 +08:00

22 lines
749 B
XML

<Window
x:Class="SWS.WPF.Views.CustomDialogWindow"
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"
Width="auto"
Height="auto"
AllowsTransparency="True"
Background="White"
BorderBrush="#026BE3"
BorderThickness="1"
SizeToContent="WidthAndHeight"
WindowStartupLocation="CenterScreen"
WindowStyle="None"
mc:Ignorable="d">
<Window.Resources>
<ResourceDictionary Source="pack://application:,,,/SWS.WPF;component/Style/CustomStyles.xaml" />
</Window.Resources>
</Window>