| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- <UserControl x:Class="SummaryModule.Views.LeakCheckSub.LeakCheckDetail"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:SummaryModule.Views.LeakCheckSub"
- xmlns:controls="clr-namespace:SummaryModule.Controls"
- mc:Ignorable="d"
- d:DesignHeight="450" d:DesignWidth="800">
- <UserControl.Resources>
- <ResourceDictionary >
- <ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="/UICommon;component/Resources.xaml"/>
- </ResourceDictionary.MergedDictionaries>
- </ResourceDictionary>
- </UserControl.Resources>
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <Border Background="#f0f0f0" CornerRadius="8">
- <Grid Margin="16">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <controls:Header_Content Header="Leak Check Status:"/>
- <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="Retry Count:"/>
- <controls:Header_Content Grid.Row="2" Grid.Column="2" Header="Retry Over Command:"/>
- <controls:Header_Content Grid.Row="0" Grid.Column="2" Header="Leak Check Table:"/>
- <controls:Header_Content Grid.Row="0" Grid.Column="4" Header="Sensor:"/>
- </Grid>
- </Border>
- <Border Grid.Row="2" Background="#f0f0f0" CornerRadius="8">
- <Grid Margin="16">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Base Pressure Check</TextBlock>
- <Border Grid.Row="2" Background="#e5e5e5" CornerRadius="4">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">Pressure High Limit</TextBlock>
- <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="PH (Pa):"/>
- <controls:Header_Content Grid.Row="4" Grid.Column="0" Header="Error Command:"/>
- </Grid>
- </Border>
- <Border Grid.Row="2" Grid.Column="2" Background="#e5e5e5" CornerRadius="4">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">Pressure Low Limit</TextBlock>
- <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="PL (Pa):"/>
- <controls:Header_Content Grid.Row="4" Grid.Column="0" Header="Error Command:"/>
- </Grid>
- </Border>
- <Border Grid.Row="2" Grid.Column="4" Background="#e5e5e5" CornerRadius="4">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">Base Pressure</TextBlock>
- <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="BP (Pa):"/>
- </Grid>
- </Border>
- <Border Grid.Row="2" Grid.Column="6" Background="#e5e5e5" CornerRadius="4">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">Base Pressure Limit</TextBlock>
- <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="BPLimit (Pa):"/>
- <controls:Header_Content Grid.Row="4" Grid.Column="0" Header="Error Command:"/>
- </Grid>
- </Border>
- </Grid>
- </Border>
- <Border Grid.Row="4" Background="#f0f0f0" CornerRadius="8">
- <Grid Margin="16">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="3*"/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition Width="2*"/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition Width="2*"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Leak Check Delay</TextBlock>
- <controls:Header_Progress Grid.Row="2" Grid.Column="0" Header="Delay Time:"/>
- <controls:Header_Content Grid.Row="2" Grid.Column="2" Header="Monitor Pressure:"/>
- <controls:Header_Content Grid.Row="2" Grid.Column="4" Header="Start Pressure:"/>
- </Grid>
- </Border>
- <Border Grid.Row="6" Background="#f0f0f0" CornerRadius="8">
- <Grid Margin="16">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="3*"/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition Width="2*"/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition Width="2*"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Leak Check</TextBlock>
- <controls:Header_Progress Height="32" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" Header="LeakCheck Time:"/>
- <Border Grid.Row="2" Grid.Column="2" Background="#e5e5e5" CornerRadius="4">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">Leak Limit</TextBlock>
- <controls:Header_Content Grid.Row="2" Header="Leak Limit (Pa):"/>
- <controls:Header_Content Grid.Row="4" Header="Error Command:"/>
- </Grid>
- </Border>
- <Border Grid.Row="2" Grid.Column="4" CornerRadius="4">
- <Grid >
- <Grid.RowDefinitions>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <controls:Header_Content Grid.Row="0" Header="Actual (Pa):"/>
- <controls:Header_Content Grid.Row="2" Header="Monitor Pressure:"/>
- <controls:Header_Content Grid.Row="4" Header="Start Pressure:"/>
- </Grid>
- </Border>
- </Grid>
- </Border>
- </Grid>
- </UserControl>
|