This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
<GroupBox Header="流量校准" Grid.Row="0">
|
||||
@@ -41,7 +42,14 @@
|
||||
<TextBox Text="{Binding Calibration.ImpactorPressureCalibration}" Width="100"/>
|
||||
</StackPanel>
|
||||
</GroupBox>
|
||||
<StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,10">
|
||||
|
||||
<GroupBox Header="温度保护" Grid.Row="4" Margin="0,10">
|
||||
<StackPanel Orientation="Horizontal" Margin="5">
|
||||
<TextBlock Text="温度保护值(℃):" Width="120"/>
|
||||
<TextBox Text="{Binding Calibration.TemperatureProtect}" Width="100"/>
|
||||
</StackPanel>
|
||||
</GroupBox>
|
||||
<StackPanel Grid.Row="5" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,10">
|
||||
<Button Command="{Binding LoadConfigCommand}" Content="读取" Width="80" Margin="5"/>
|
||||
<Button Command="{Binding SaveConfigCommand}" Content="保存" Width="80" Margin="5"/>
|
||||
<Button Click="CloseWindow" Content="关闭" Width="80" Margin="5"/>
|
||||
|
||||
Reference in New Issue
Block a user