更新
This commit is contained in:
@@ -83,6 +83,10 @@
|
||||
<TextBlock Text="加压压力:" Style="{StaticResource ParamLabel}"/>
|
||||
<TextBox x:Name="HardnessPressureBox"/>
|
||||
</StackPanel>
|
||||
<StackPanel Style="{StaticResource ParamRow}">
|
||||
<TextBlock Text="加压速度(mm/min):" Style="{StaticResource ParamLabel}"/>
|
||||
<TextBox x:Name="HardnessSpeedBox"/>
|
||||
</StackPanel>
|
||||
<StackPanel Style="{StaticResource ParamRow}">
|
||||
<TextBlock Text="硬度破损判定(N):" Style="{StaticResource ParamLabel}"/>
|
||||
<TextBox x:Name="HardnessDamageThresholdBox" helpers:NumericInput.AllowDecimal="True"/>
|
||||
|
||||
Reference in New Issue
Block a user