Add startup drill tape parameter cleanup

This commit is contained in:
2026-05-21 12:49:19 +08:00
parent 21fc6d4c4c
commit 951486202e
4 changed files with 212 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="选择功能"
Width="300"
Width="430"
SizeToContent="Height"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen">
@@ -18,7 +18,8 @@
<StackPanel Grid.Row="2" HorizontalAlignment="Center" Orientation="Horizontal">
<Button Width="120" Height="30" Content="调整刀序" Margin="0,0,15,0" Click="AdjustToolOrder_Click"/>
<Button Width="120" Height="30" Content="导出孔数" Click="ExportHoleCount_Click"/>
<Button Width="120" Height="30" Content="导出孔数" Margin="0,0,15,0" Click="ExportHoleCount_Click"/>
<Button Name="ClearParametersButton" Width="120" Height="30" Content="清空参数" Click="ClearParameters_Click"/>
</StackPanel>
</Grid>
</Window>