mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-23 02:06:35 +08:00
大部分完成,还有写要解决的问题
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<Window x:Class="AIStudio.Wpf.DiagramDesigner.Demo.MainWindow"
|
||||
<ac:WindowBase x:Class="AIStudio.Wpf.DiagramDesigner.Demo.MainWindow"
|
||||
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"
|
||||
xmlns:local="clr-namespace:AIStudio.Wpf.DiagramDesigner.Demo"
|
||||
xmlns:ac="https://gitee.com/akwkevin/AI-wpf-controls"
|
||||
mc:Ignorable="d"
|
||||
Title="AIStudio.Wpf.DiagramDesigner.Demo" Height="450" Width="800">
|
||||
Title="AIStudio.Wpf.DiagramDesigner.Demo"
|
||||
Icon="A.ico"
|
||||
Style="{StaticResource AIStudio.Styles.WindowBase}"
|
||||
Height="450" Width="800">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" MinWidth="100" />
|
||||
@@ -20,4 +23,4 @@
|
||||
Grid.Column="1"
|
||||
Margin="0" />
|
||||
</Grid>
|
||||
</Window>
|
||||
</ac:WindowBase>
|
||||
|
||||
Reference in New Issue
Block a user