This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<!-- 新增第5行 -->
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
@@ -186,8 +187,8 @@
|
||||
|
||||
<Label Grid.Row="4" Grid.Column="2" Content="实时流量(L/min):"/>
|
||||
<TextBox Grid.Row="4" Grid.Column="3" IsEnabled="False" Text="{Binding CurrentFlow, StringFormat=F3}"/>
|
||||
<!--<Label Grid.Row="4" Grid.Column="0" Content="实时流量(L/min):"/>
|
||||
<TextBox Grid.Row="4" Grid.Column="1" IsEnabled="False" Text="{Binding CurrentFlow, StringFormat=F2}"/>-->
|
||||
<Label Grid.Row="5" Grid.Column="0" Content="当前压力(kPa):"/>
|
||||
<TextBox Grid.Row="5" Grid.Column="1" IsEnabled="False" Grid.ColumnSpan="3" Text="{Binding CurrentPressure, StringFormat=F2}"/>
|
||||
|
||||
</Grid>
|
||||
</GroupBox>
|
||||
|
||||
Reference in New Issue
Block a user