2026-03-24 19:33:35 +08:00
|
|
|
<Window x:Class="MembranePoreTester.Views.ParameterWindow"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
Title="运维参数设置" Height="600" Width="800"
|
|
|
|
|
WindowStartupLocation="CenterOwner">
|
|
|
|
|
<ScrollViewer>
|
|
|
|
|
<StackPanel Margin="10">
|
2026-04-02 14:34:29 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<GroupBox Header="加压速率">
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
--><!-- 预留空白 --><!--
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="0" FontWeight="Bold">工位</Label>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="1" FontWeight="Bold">加压速率</Label>
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="1" Grid.Column="0">工位1</Label>
|
|
|
|
|
<TextBox x:Name="txtHPCoeff11" Grid.Row="1" Grid.Column="1" Width="80" HorizontalAlignment="Left"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</GroupBox>-->
|
2026-03-24 19:33:35 +08:00
|
|
|
|
|
|
|
|
<GroupBox Header="高压/低压系数">
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
<!-- 预留空白 -->
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="0" FontWeight="Bold">工位</Label>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="1" FontWeight="Bold">高压系数</Label>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="2" FontWeight="Bold">低压系数</Label>
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="1" Grid.Column="0">工位1</Label>
|
|
|
|
|
<TextBox x:Name="txtHPCoeff1" Grid.Row="1" Grid.Column="1" Width="80" HorizontalAlignment="Left"/>
|
|
|
|
|
<TextBox x:Name="txtLPCoeff1" Grid.Row="1" Grid.Column="2" Width="80" HorizontalAlignment="Left"/>
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="2" Grid.Column="0">工位2</Label>
|
|
|
|
|
<TextBox x:Name="txtHPCoeff2" Grid.Row="2" Grid.Column="1" Width="80" HorizontalAlignment="Left"/>
|
|
|
|
|
<TextBox x:Name="txtLPCoeff2" Grid.Row="2" Grid.Column="2" Width="80" HorizontalAlignment="Left"/>
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="3" Grid.Column="0">工位3</Label>
|
|
|
|
|
<TextBox x:Name="txtHPCoeff3" Grid.Row="3" Grid.Column="1" Width="80" HorizontalAlignment="Left"/>
|
|
|
|
|
<TextBox x:Name="txtLPCoeff3" Grid.Row="3" Grid.Column="2" Width="80" HorizontalAlignment="Left"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</GroupBox>
|
|
|
|
|
|
|
|
|
|
<GroupBox Header="流量系数">
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
<ColumnDefinition Width="100"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="0" FontWeight="Bold">工位</Label>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="1" FontWeight="Bold">大流量系数</Label>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="2" FontWeight="Bold">小流量系数</Label>
|
|
|
|
|
<Label Grid.Row="1" Grid.Column="0">工位1</Label>
|
|
|
|
|
<TextBox x:Name="txtLargeFlow1" Grid.Row="1" Grid.Column="1"/>
|
|
|
|
|
<TextBox x:Name="txtSmallFlow1" Grid.Row="1" Grid.Column="2"/>
|
|
|
|
|
<Label Grid.Row="2" Grid.Column="0">工位2</Label>
|
|
|
|
|
<TextBox x:Name="txtLargeFlow2" Grid.Row="2" Grid.Column="1"/>
|
|
|
|
|
<TextBox x:Name="txtSmallFlow2" Grid.Row="2" Grid.Column="2"/>
|
|
|
|
|
<Label Grid.Row="3" Grid.Column="0">工位3</Label>
|
|
|
|
|
<TextBox x:Name="txtLargeFlow3" Grid.Row="3" Grid.Column="1"/>
|
|
|
|
|
<TextBox x:Name="txtSmallFlow3" Grid.Row="3" Grid.Column="2"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</GroupBox>
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,20,0,0">
|
|
|
|
|
<!--<Button Content="读取参数" Click="ReadParameters_Click" Width="100" Margin="5"/>-->
|
2026-03-26 19:43:52 +08:00
|
|
|
|
2026-03-24 19:33:35 +08:00
|
|
|
<Button Content="关闭" Click="Close_Click" Width="100" Margin="5"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</ScrollViewer>
|
|
|
|
|
</Window>
|