2025-10-24 10:30:51 +08:00
|
|
|
<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>
|
2026-03-20 09:33:27 +08:00
|
|
|
<Button Content="生成BOM" Width="150" Height="50" Margin="5" Click="Button_Click"/>
|
|
|
|
|
<Button Content="重新随机所有机加件属性" Width="150" Height="50" Margin="5" Click="Button2_Click"/>
|
2025-10-24 10:30:51 +08:00
|
|
|
</WrapPanel>
|
|
|
|
|
</ScrollViewer>
|
|
|
|
|
|
|
|
|
|
</UserControl>
|