009_DI-Elec/newFront/c#前端/CAD.Extend/Views/CustomDialogWindow.xaml
2025-09-02 11:27:57 +08:00

22 lines
761 B
XML

<Window
x:Class="CAD.Extend.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:,,,/CAD.Extend;component/Views/Style/CustomStyles.xaml" />
</Window.Resources>
</Window>