优化更新代码,添加界面功能并整合
This commit is contained in:
25
ShrlAlgo.Addin.Test/CreateWindow.xaml
Normal file
25
ShrlAlgo.Addin.Test/CreateWindow.xaml
Normal file
@@ -0,0 +1,25 @@
|
||||
<Window
|
||||
x:Class="ShrlAlgo.Addin.Test.CreateWindow"
|
||||
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:local="clr-namespace:ShrlAlgo.Addin.Test"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
|
||||
xmlns:ws="https://schemas.elecho.dev/wpfsuite"
|
||||
Width="250"
|
||||
SizeToContent="Height"
|
||||
Topmost="True"
|
||||
mc:Ignorable="d">
|
||||
<Grid>
|
||||
<ws:StackPanel Margin="5" Spacing="5">
|
||||
<Button Click="Button_Click" Content="铜球阀" />
|
||||
<Button Click="Button_Click" Content="自闭阀" />
|
||||
<Button Click="Button_Click" Content="旋塞阀" />
|
||||
<Button Click="Button_Click" Content="丝堵" />
|
||||
<Button Click="Button_Click" Content="盲板" />
|
||||
<Button Click="Button_Click" Content="放散管" />
|
||||
<Button Click="Button_Click" Content="商业" />
|
||||
</ws:StackPanel>
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user