This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Window x:Class="ShanghaiEnvironmentalTechnology.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="上海稻燃健康科技有限公司" Height="768" Width="1024" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen"
|
||||
Title="" Height="768" Width="1024" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen"
|
||||
>
|
||||
<Grid Margin="20" Cursor="">
|
||||
<Grid.RowDefinitions>
|
||||
@@ -15,25 +15,25 @@
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<TextBlock Text="上海稻燃健康科技有限公司"
|
||||
<TextBlock Text=""
|
||||
FontSize="24"
|
||||
FontWeight="Bold"
|
||||
HorizontalAlignment="Center"
|
||||
Margin="0,10,0,20"/>
|
||||
|
||||
<Button Content="排气流测试"
|
||||
<Button Content="{ DynamicResource WindowTitle1}"
|
||||
Grid.Row="1"
|
||||
Style="{StaticResource MyButtonStyle}" Click="Button_Click"/>
|
||||
<Button Content="气阻测试"
|
||||
<Button Content="{ DynamicResource WindowTitle2}"
|
||||
Grid.Row="2"
|
||||
Style="{StaticResource MyButtonStyle}" Click="Button1_Click"/>
|
||||
<Button Content="防室息阀测试"
|
||||
<Button Content="{ DynamicResource WindowTitle3}"
|
||||
Grid.Row="3"
|
||||
Style="{StaticResource MyButtonStyle}" Click="Button2_Click" Cursor="Hand" />
|
||||
<Button Content="单一故障吸阻力测试"
|
||||
<Button Content="{ DynamicResource WindowTitle4}"
|
||||
Grid.Row="4"
|
||||
Style="{StaticResource MyButtonStyle}" Click="Button3_Click"/>
|
||||
<Button Content="二氧化碳重呼吸吸测试"
|
||||
<Button Content="{ DynamicResource WindowTitle5}"
|
||||
Grid.Row="5"
|
||||
Style="{StaticResource MyButtonStyle}" Click="Button4_Click"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user