This commit is contained in:
xyy
2026-03-13 10:31:33 +08:00
parent b2848b4510
commit 0bc8dce03e

View File

@@ -100,6 +100,7 @@
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="2*"/> <ColumnDefinition Width="2*"/>
<ColumnDefinition Width="1*"/> <ColumnDefinition Width="1*"/>
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<!-- 左侧:配置与监控区 --> <!-- 左侧:配置与监控区 -->
@@ -120,9 +121,9 @@
<!-- 检验时间配置 --> <!-- 检验时间配置 -->
<StackPanel Orientation="Horizontal" Margin="0,0,0,15"> <StackPanel Orientation="Horizontal" Margin="0,0,0,15">
<TextBlock Text="检验时间:" Width="100" VerticalAlignment="Center" <TextBlock Text="检验时间:" Width="84" VerticalAlignment="Center"
FontSize="14" FontWeight="SemiBold" Foreground="#2C3E50"/> FontSize="14" FontWeight="SemiBold" Foreground="#2C3E50"/>
<TextBox x:Name="settingtime" Text="0" Width="100" Height="35" <TextBox x:Name="settingtime" Text="0" Width="66" Height="34"
VerticalContentAlignment="Center" TextAlignment="Center" VerticalContentAlignment="Center" TextAlignment="Center"
BorderBrush="#DCDFE6" BorderThickness="1" Background="#FAFBFC" BorderBrush="#DCDFE6" BorderThickness="1" Background="#FAFBFC"
FontSize="14" TextChanged="settingtime_TextChanged"/> FontSize="14" TextChanged="settingtime_TextChanged"/>
@@ -131,17 +132,17 @@
<Button Content="🔧 设置参数" Click="BtnWrite401_Click" <Button Content="🔧 设置参数" Click="BtnWrite401_Click"
Background="#3498DB" Foreground="White" FontSize="13" FontWeight="Bold" Background="#3498DB" Foreground="White" FontSize="13" FontWeight="Bold"
Width="120" Height="38" BorderThickness="0" Margin="0,0,25,0" Width="100" Height="38" BorderThickness="0" Margin="-30,0,25,0"
Cursor="Hand"/> Cursor="Hand"/>
<Button x:Name="btn_flow2" Content="定量供氧L/min" Click="BtnWrite400_Click" <Button x:Name="btn_flow2" Content="定量供氧L/min" Click="BtnWrite400_Click"
Background="#3498DB" Foreground="White" FontSize="13" FontWeight="Bold" Background="#3498DB" Foreground="White" FontSize="13" FontWeight="Bold"
Width="120" Height="38" BorderThickness="0" Margin="0,0,25,0" Width="100" Height="38" BorderThickness="0" Margin="-20,0,25,0"
Cursor="Hand"/> Cursor="Hand"/>
<Button x:Name="btn_flow3" Content="自动/手动补给供氧(L/min)" Click="BtnWrite400_Click1" <Button x:Name="btn_flow3" Content="自动/手动补给供氧(L/min)" Click="BtnWrite400_Click1"
Background="#3498DB" Foreground="White" FontSize="13" FontWeight="Bold" Background="#3498DB" Foreground="White" FontSize="13" FontWeight="Bold"
Width="174" Height="38" BorderThickness="0" Margin="0,0,25,0" Width="168" Height="38" BorderThickness="0" Margin="-20,0,25,0"
Cursor="Hand"/> Cursor="Hand"/>