提交了仪表的模型

This commit is contained in:
2024-07-28 22:59:11 +08:00
parent c9f4e88e04
commit a76546ebe6
59 changed files with 3273 additions and 586 deletions

View File

@@ -0,0 +1,22 @@
<UserControl
x:Class="CapMachine.Wpf.Views.ProStepConfigMainView"
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:CapMachine.Wpf.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:DesignHeight="400"
d:DesignWidth="400"
mc:Ignorable="d">
<Grid>
<UniformGrid>
<Button
Margin="5"
Command="{Binding ProStepPsCmd}"
Content="WPF中文网1" />
<Button Margin="5" Content="WPF中文网2" />
<Button Margin="5" Content="WPF中文网3" />
<Button Margin="5" Content="WPF中文网4" />
</UniformGrid>
</Grid>
</UserControl>