| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <UserControl x:Class="SummaryModule.Views.LeakCheckSub.PressDetail"
- 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="*"/>
- </Grid.RowDefinitions>
- <Border 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="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Recipe Set Value</TextBlock>
- <controls:Header_Content Grid.Row="2" Header="Mode:"/>
- <controls:Header_Content Grid.Row="4" Grid.Column="0" Header="PID Table:"/>
- <controls:Header_Content Grid.Row="2" Grid.Column="2" Header="Command:"/>
- <controls:Header_Content Grid.Row="4" Grid.Column="2" Header="Send Asign Cmd:"/>
- <controls:Header_Content Grid.Row="2" Grid.Column="4" Header="Command Set:"/>
- <controls:Header_Content Grid.Row="4" Grid.Column="4" Header="Send Asign Cmd Set:"/>
- <controls:Header_Content Grid.Row="2" Grid.Column="6" Header="Wait Sensor:"/>
- </Grid>
- </Border>
- <Border Grid.Row="2" Background="#f0f0f0" CornerRadius="8">
- <Grid Margin="16">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Press Control Unit</TextBlock>
- <Grid Grid.Row="2">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <controls:Header_Content Grid.Column="0" Header="PH (Pa):"/>
- <controls:Header_Content Grid.Column="2" Header="PH (Pa):"/>
- <controls:Header_Content Grid.Column="4" Header="PH (Pa):"/>
- </Grid>
- <Grid Grid.Row="4">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="16"/>
- <ColumnDefinition Width="3*"/>
- </Grid.ColumnDefinitions>
- <controls:Header_Content Grid.Column="0" Header="APC Hard Error:"/>
- <Border Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5" CornerRadius="4" Background="White">
- <TextBlock FontSize="14" Margin="8,0,0,0" VerticalAlignment="Center"/>
- </Border>
- </Grid>
- </Grid>
- </Border>
- <Border Grid.Row="4" Background="#f0f0f0" CornerRadius="8">
- <Grid Margin="16">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" MinWidth="240"/>
- <ColumnDefinition Width="0"/>
- <ColumnDefinition Width="360"/>
- <ColumnDefinition Width="32"/>
- <ColumnDefinition Width="280"/>
- <ColumnDefinition Width="*"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="*"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">APC</TextBlock>
- <Grid Grid.Row="2">
- <Grid.RowDefinitions>
- <RowDefinition Height="32"/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <Border Background="#e6f4ff" CornerRadius="4,4,0,0">
- <TextBlock FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center">Press Control</TextBlock>
- </Border>
- <Border Grid.Row="2" Background="#e5e5e5" CornerRadius="0,0,4,4">
- <UniformGrid Columns="1" Margin="16">
- <StackPanel>
- <TextBlock FontSize="14" VerticalAlignment="Center">Control Status</TextBlock>
- <Border Height="32" Margin="0,8" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5" CornerRadius="4" Background="White">
- <TextBlock FontSize="14" Margin="8,0,0,0" VerticalAlignment="Center"/>
- </Border>
- </StackPanel>
- <StackPanel>
- <TextBlock FontSize="14" VerticalAlignment="Center">Actual</TextBlock>
- <Border Height="32" Margin="0,8" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5" CornerRadius="4" Background="White">
- <TextBlock FontSize="14" Margin="8,0,0,0" VerticalAlignment="Center"/>
- </Border>
- </StackPanel>
- <StackPanel>
- <TextBlock FontSize="14" VerticalAlignment="Center">Set</TextBlock>
- <Border Height="32" Margin="0,8" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5" CornerRadius="4" Background="White">
- <TextBlock FontSize="14" Margin="8,0,0,0" VerticalAlignment="Center"/>
- </Border>
- </StackPanel>
- <StackPanel>
- <TextBlock FontSize="14" VerticalAlignment="Center">Press Control Sensor</TextBlock>
- <Border Height="32" Margin="0,8" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5" CornerRadius="4" Background="White">
- <TextBlock FontSize="14" Margin="8,0,0,0" VerticalAlignment="Center"/>
- </Border>
- </StackPanel>
- </UniformGrid>
- </Border>
- </Grid>
- <Grid Grid.Row="2" Grid.Column="2" >
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="32"/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <Border CornerRadius="4" VerticalAlignment="Top" Margin="32,0,0,0" Background="#e5e5e5">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="4"/>
- <RowDefinition Height="32"/>
- <RowDefinition Height="4"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">Press Control Unit Sensor</TextBlock>
- <controls:Header_Content Grid.Row="2" Header="Press1:"/>
- <controls:Header_Content Grid.Row="4" Header="Press2:"/>
- </Grid>
- </Border>
- <Canvas Grid.Row="2">
- <Image Source="/SummaryModule;component/Resources/Pipe.png" Stretch="Uniform" Grid.RowSpan="3"/>
- <Image Canvas.Left="306" Canvas.Top="100" Source="/SummaryModule;component/Resources/Pump.png"/>
- <Border Canvas.Left="296" Canvas.Top="160" Background="#dedede" CornerRadius="8">
- <TextBlock FontSize="14" Margin="12">Pump</TextBlock>
- </Border>
- <Border Canvas.Left="80" Canvas.Top="120" CornerRadius="4" Background="#e5e5e5">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition Height="4"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="14">SlowVac Check Time</TextBlock>
- <Border Grid.Row="2" Width="180" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5" CornerRadius="4" Background="White">
- <TextBlock FontSize="14" Margin="8,0,0,0" VerticalAlignment="Center"/>
- </Border>
- </Grid>
- </Border>
- </Canvas>
- </Grid>
- <Grid Grid.Row="2" Grid.Column="4">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="16"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="*"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <Border CornerRadius="4" VerticalAlignment="Top" Background="#e5e5e5">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">APC Valve Angle</TextBlock>
- <Grid Grid.Row="2">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="32"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="32"/>
- </Grid.ColumnDefinitions>
- <Border Background="#ffffff" CornerRadius="8" Height="32">
- <TextBlock FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <TextBlock Grid.Column="1" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center">/</TextBlock>
- <Border Grid.Column="2" Background="#ffffff" CornerRadius="8" Height="32">
- <TextBlock FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <TextBlock Grid.Column="3" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center">%</TextBlock>
- </Grid>
- </Grid>
- </Border>
- <Border Grid.Row="2" CornerRadius="4" VerticalAlignment="Top" Background="#e5e5e5">
- <Grid Margin="8">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="8"/>
- <RowDefinition Height="32"/>
- </Grid.RowDefinitions>
- <TextBlock VerticalAlignment="Center" FontSize="14">APC Valve Angle</TextBlock>
- <Grid Grid.Row="2">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="32"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="32"/>
- </Grid.ColumnDefinitions>
- <Border Background="#ffffff" CornerRadius="8" Height="32">
- <TextBlock FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <TextBlock Grid.Column="1" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center">/</TextBlock>
- <Border Grid.Column="2" Background="#ffffff" CornerRadius="8" Height="32">
- <TextBlock FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <TextBlock Grid.Column="3" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center">%</TextBlock>
- </Grid>
- </Grid>
- </Border>
- <Button Grid.Row="4" VerticalAlignment="Bottom" Style="{StaticResource FunctionButton}" Height="32">Sensor Inforamation</Button>
- </Grid>
- </Grid>
- </Border>
- </Grid>
- </UserControl>
|