This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user