This commit is contained in:
xyy
2026-03-16 11:17:49 +08:00
parent 98d0111560
commit 533ca5a0fd
18 changed files with 269 additions and 138 deletions

View File

@@ -287,7 +287,7 @@
<Button Content="🔬 定量供应检验"
Background="#3498DB" Foreground="White" FontSize="12" FontWeight="Bold"
Width="140" Height="40" BorderThickness="0" Margin="8,5" Cursor="Hand"/>
Width="140" Height="40" BorderThickness="0" Margin="8,5" Cursor="Hand" Click="Button_Click_8"/>
<Button Content="📉 负压气密性检验" Click="Button_Click_5"
Background="White" Foreground="#2C3E50" FontSize="12" FontWeight="Bold"
@@ -306,5 +306,6 @@
</StackPanel>
</Border>
</Grid>
</Grid>
</Window>