This commit is contained in:
GukSang.Jin
2026-05-20 09:45:34 +08:00
parent 8f625a7a41
commit 070463ae8e
8 changed files with 240 additions and 502 deletions

View File

@@ -64,7 +64,7 @@
</Grid.RowDefinitions>
<Border Background="#0F3D68" CornerRadius="6" Padding="14,10" Margin="0,0,0,14">
<TextBlock Text="药典与内控参数设置"
<TextBlock Text="参数设置"
Foreground="White"
FontSize="22"
FontWeight="Bold"/>
@@ -75,14 +75,6 @@
<GroupBox Header="硬度内控">
<StackPanel>
<WrapPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="内控下限(N):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="HardnessMinBox"/>
</StackPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="内控上限(N):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="HardnessMaxBox"/>
</StackPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="测试次数:" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="HardnessCountBox" helpers:NumericInput.AllowDecimal="False"/>
@@ -164,21 +156,17 @@
<GroupBox Header="溶出度">
<StackPanel>
<WrapPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="30分钟最低溶出度Q(%):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="DissolutionMinPercentBox"/>
</StackPanel>
<!--<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="溶出介质温度(℃):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="DissolutionTempBox"/>
</StackPanel>-->
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="溶出1运行时间(min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution1TimeBox" helpers:NumericInput.AllowDecimal="False"/>
<TextBlock Text="溶出速度1(r/min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution1SpeedBox"/>
</StackPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="溶出2运行时间(min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution2TimeBox" helpers:NumericInput.AllowDecimal="False"/>
<TextBlock Text="溶出速度2(r/min):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="Dissolution2SpeedBox"/>
</StackPanel>
<StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="溶出1取样间隔(min):" Style="{StaticResource ParamLabel}"/>
@@ -189,13 +177,7 @@
<TextBox x:Name="Dissolution2IntervalBox" helpers:NumericInput.AllowDecimal="False"/>
</StackPanel>
</WrapPanel>
<StackPanel Style="{StaticResource ParamRow}" Margin="0,8,0,0">
<TextBlock Text="取样时间点(分钟,逗号分隔):" Style="{StaticResource ParamLabel}"/>
<TextBox x:Name="SampleTimesBox"
Width="430"
helpers:NumericInput.IsEnabled="False"/>
</StackPanel>
<TextBlock Text="默认普通制剂通常取6片溶出介质温度37±0.5℃Q值、介质、转速和取样点应按具体品种正文或企业批准标准录入。"
<TextBlock Text="默认普通制剂通常取6片溶出介质温度37±0.5℃;转速和取样间隔应按具体品种正文或企业批准标准录入。"
Style="{StaticResource StandardNote}"/>
</StackPanel>
</GroupBox>