fix: 调整涨缩窗口输入框高度,按钮和标题更名为二钻涨缩
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Window x:Class="DrillTools.DrillScalingWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="钻带涨缩"
|
||||
Title="钻带二钻涨缩"
|
||||
Width="350"
|
||||
SizeToContent="Height"
|
||||
ResizeMode="NoResize"
|
||||
@@ -47,7 +47,9 @@
|
||||
Margin="0,0,10,0" />
|
||||
<TextBox Grid.Column="1"
|
||||
Text="{Binding InputX, UpdateSourceTrigger=PropertyChanged}"
|
||||
Height="25" />
|
||||
Padding="4,6"
|
||||
FontSize="14"
|
||||
MinHeight="34" />
|
||||
</Grid>
|
||||
|
||||
<!-- Y 方向参数 -->
|
||||
@@ -62,7 +64,9 @@
|
||||
Margin="0,0,10,0" />
|
||||
<TextBox Grid.Column="1"
|
||||
Text="{Binding InputY, UpdateSourceTrigger=PropertyChanged}"
|
||||
Height="25" />
|
||||
Padding="4,6"
|
||||
FontSize="14"
|
||||
MinHeight="34" />
|
||||
</Grid>
|
||||
|
||||
<!-- 提示信息 -->
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<Button Width="120" Height="30" Content="导出孔数" Margin="0,0,15,0" Click="ExportHoleCount_Click"/>
|
||||
<Button Name="ClearParametersButton" Width="120" Height="30" Content="清空参数" Margin="0,0,15,0" Click="ClearParameters_Click"/>
|
||||
<Button Name="GeneratePpDrillTapeButton" Width="120" Height="30" Content="生成PP钻带" Margin="0,0,15,0" Click="GeneratePpDrillTape_Click"/>
|
||||
<Button Name="ScaleDrillTapeButton" Width="120" Height="30" Content="涨缩" Click="ScaleDrillTape_Click"/>
|
||||
<Button Name="ScaleDrillTapeButton" Width="120" Height="30" Content="二钻涨缩" Click="ScaleDrillTape_Click"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user