Laservall_solidworks_inject/Pane/FeaturesUserControl.xaml

17 lines
849 B
Plaintext
Raw Permalink Normal View History

<UserControl x:Class="Laservall.Solidworks.Pane.FeaturesUserControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Laservall.Solidworks.Pane"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<ScrollViewer>
<WrapPanel>
<Button Content="生成BOM" Width="150" Height="50" Margin="5" Click="Button_Click"/>
<Button Content="重新随机所有机加件属性" Width="150" Height="50" Margin="5" Click="Button2_Click"/>
</WrapPanel>
</ScrollViewer>
</UserControl>