更新铺贴,族库栏
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
Width="81"
|
||||
Height="59"
|
||||
MinWidth="260"
|
||||
MinHeight="240"
|
||||
MinWidth="280"
|
||||
MinHeight="300"
|
||||
ShowInTaskbar="False"
|
||||
mc:Ignorable="d">
|
||||
<Window.Resources>
|
||||
@@ -23,6 +23,7 @@
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*" />
|
||||
<RowDefinition Height="*" />
|
||||
<RowDefinition Height="0.5*" />
|
||||
</Grid.RowDefinitions>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition />
|
||||
@@ -65,10 +66,23 @@
|
||||
Text="2"
|
||||
TextAlignment="Center" />
|
||||
</GroupBox>
|
||||
<Button
|
||||
x:Name="btnConfirm"
|
||||
<GroupBox
|
||||
Grid.Row="1"
|
||||
Grid.Column="1"
|
||||
Margin="2"
|
||||
Header="厚度(mm)">
|
||||
<TextBox
|
||||
x:Name="tbPavementThickness"
|
||||
InputMethod.IsInputMethodEnabled="False"
|
||||
PreviewTextInput="tb_PreviewTextInput"
|
||||
Text="2"
|
||||
TextAlignment="Center" />
|
||||
</GroupBox>
|
||||
<Button
|
||||
x:Name="btnConfirm"
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="2"
|
||||
Click="btnConfirm_Click"
|
||||
Content="铺设" />
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user