This commit is contained in:
2026-05-18 16:02:31 +08:00
parent 8f9031ec75
commit de3d259f2a

View File

@@ -326,9 +326,10 @@
</GroupBox> </GroupBox>
</Grid> </Grid>
<WrapPanel Grid.Row="2" Style="{StaticResource CommandBar}"> <WrapPanel Grid.Row="2" Style="{StaticResource CommandBar}">
<Button Command="{Binding HardnessResetCommand}" Content="复位" Style="{StaticResource ResetButton}"/>
<Button Command="{Binding StartHardnessCommand}" Content="启动测试" Style="{StaticResource StartButton}"/> <Button Command="{Binding StartHardnessCommand}" Content="启动测试" Style="{StaticResource StartButton}"/>
<Button Command="{Binding StopHardnessCommand}" Content="测试停止" Style="{StaticResource StopButton}"/> <Button Command="{Binding StopHardnessCommand}" Content="测试停止" Style="{StaticResource StopButton}"/>
<Button Command="{Binding HardnessResetCommand}" Content="复位" Style="{StaticResource ResetButton}"/>
</WrapPanel> </WrapPanel>
</Grid> </Grid>
</TabItem> </TabItem>
@@ -534,8 +535,10 @@
<GroupBox Header="当前参数" Grid.Row="0"> <GroupBox Header="当前参数" Grid.Row="0">
<WrapPanel> <WrapPanel>
<StackPanel Style="{StaticResource ParamRow}"> <StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="剂型规则:" Style="{StaticResource ParamLabel}"/> <TextBlock Text="剂型规则:" Style="{StaticResource ParamLabel}"/>
<TextBlock Text="{Binding DisintegrationDosageForm}" FontSize="18" FontWeight="SemiBold" VerticalAlignment="Center"/> <TextBlock Text="{Binding DisintegrationDosageForm}" FontSize="18" FontWeight="SemiBold" VerticalAlignment="Center"/>
</StackPanel> </StackPanel>
<StackPanel Style="{StaticResource ParamRow}"> <StackPanel Style="{StaticResource ParamRow}">
<TextBlock Text="崩解速度(r/min)" Style="{StaticResource ParamLabel}"/> <TextBlock Text="崩解速度(r/min)" Style="{StaticResource ParamLabel}"/>