增加干度计算的数据

This commit is contained in:
2025-03-26 19:52:04 +08:00
parent df07efe5b6
commit 9273f6db42
6 changed files with 264 additions and 30 deletions

View File

@@ -168,7 +168,7 @@
AutoHandCommand="{Binding Source={StaticResource Proxy}, Path=Data.AutoHandCmd}"
AutoHandState="False"
HandValueCommand="{Binding Source={StaticResource Proxy}, Path=Data.HandValueCmd}"
HandValueMVParameter="{Binding PVModel.EngValue}"
HandValueMVParameter="{Binding MVModel.EngValue}"
HandValueSVParameter="{Binding SVModel.EngValue}"
IsEnabled="True"
MeterName="{Binding NameNoUnit}"
@@ -1161,7 +1161,7 @@
<ListView.ItemContainerStyle>
<Style TargetType="ListViewItem">
<!--<Setter Property="Background" Value="Transparent" />-->
<Setter Property="Height" Value="20" />
<Setter Property="Height" Value="18" />
</Style>
</ListView.ItemContainerStyle>
</ListView>