This commit is contained in:
GukSang.Jin
2026-05-20 14:37:20 +08:00
parent df5c7566fb
commit 263fffbcf5
4 changed files with 63 additions and 1 deletions

View File

@@ -151,6 +151,16 @@
<TextBlock Text="溶出速度2(r/min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution2SpeedBox"/>
</StackPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="溶出1时间(min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution1TimeBox"
helpers:NumericInput.AllowDecimal="False"/>
</StackPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="溶出2时间(min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution2TimeBox"
helpers:NumericInput.AllowDecimal="False"/>
</StackPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="溶出1取样间隔(min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution1IntervalBox" helpers:NumericInput.AllowDecimal="True"/>