| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973 | 
							- <UserControl x:Class="FurnaceUI.Views.Operations.MainStatusView"
 
-              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:i="http://schemas.microsoft.com/expression/2010/interactivity"
 
-              xmlns:cal="http://www.caliburn.org"
 
-              xmlns:system="clr-namespace:System;assembly=mscorlib"
 
-              xmlns:system1="http://schemas.microsoft.com/netfx/2009/xaml/presentation"
 
-              xmlns:parts="clr-namespace:FurnaceUI.Controls.Parts"
 
-              mc:Ignorable="d" 
 
-              d:DesignHeight="900" d:DesignWidth="1280" FontFamily="Segoe" >
 
-     <UserControl.Resources>
 
-         <system:Double x:Key="cassetteWidth">40</system:Double>
 
-         <system1:Thickness x:Key="thickness">0,2,2,0</system1:Thickness>
 
-     </UserControl.Resources>
 
-     <Grid Background="{DynamicResource MainArea_InnerBG}" Margin="0,5,0,0">
 
-         <Grid.ColumnDefinitions>
 
-             <ColumnDefinition Width="0.6*"/>
 
-             <ColumnDefinition Width="0.4*"/>
 
-         </Grid.ColumnDefinitions>
 
-         <Grid Grid.Row="0" Grid.Column="0">
 
-             <Grid.ColumnDefinitions>
 
-                 <ColumnDefinition Width="0.5*"></ColumnDefinition>
 
-                 <ColumnDefinition Width="0.5*"></ColumnDefinition>
 
-             </Grid.ColumnDefinitions>
 
-             <Grid Grid.Column="0">
 
-                 <Grid.RowDefinitions>
 
-                     <RowDefinition Height="320"></RowDefinition>
 
-                     <RowDefinition Height="170"></RowDefinition>
 
-                     <RowDefinition Height="170"></RowDefinition>
 
-                     <RowDefinition Height="170"></RowDefinition>
 
-                 </Grid.RowDefinitions>
 
-                 <Grid.ColumnDefinitions>
 
-                     <ColumnDefinition></ColumnDefinition>
 
-                     <ColumnDefinition></ColumnDefinition>
 
-                 </Grid.ColumnDefinitions>
 
-                 <Button Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" Margin="5,5,5,0" Padding="0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch"  >
 
-                     <ContentControl>
 
-                         <Canvas>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" >
 
-                                 <TextBlock Text="Stocker " HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="-1,0,65,1"/>
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/images/icons/Stocker44.png" Width="40" Canvas.Left="0" Canvas.Top="40"/>
 
-                             <Grid Canvas.Left="130" Canvas.Top="3" Height="300" Width="200">
 
-                                 <Grid.RowDefinitions>
 
-                                     <RowDefinition/>
 
-                                     <RowDefinition/>
 
-                                     <RowDefinition/>
 
-                                     <RowDefinition/>
 
-                                     <RowDefinition/>
 
-                                     <RowDefinition/>
 
-                                     <RowDefinition/>
 
-                                 </Grid.RowDefinitions>
 
-                                 <Grid.ColumnDefinitions>
 
-                                     <ColumnDefinition/>
 
-                                     <ColumnDefinition/>
 
-                                     <ColumnDefinition Width="6"/>
 
-                                     <ColumnDefinition/>
 
-                                     <ColumnDefinition/>
 
-                                 </Grid.ColumnDefinitions>
 
-                                 <Image Grid.Column="3" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}" />
 
-                                 <Image Grid.Column="4" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="1" Grid.Column="3"  Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="1" Grid.Column="4" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="2" Grid.Column="3" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="2" Grid.Column="4" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="3" Grid.Column="3" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="4" Grid.Column="3" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="5" Grid.Column="3" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="6" Grid.Column="3" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="0" Grid.Column="0" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}" Visibility="{Binding IsStockerVisibility}"/>
 
-                                 <Image Grid.Row="0" Grid.Column="1" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}" Visibility="{Binding IsStockerVisibility}"/>
 
-                                 <Image Grid.Row="4" Grid.Column="0" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}" Visibility="{Binding IsLPVisibility}"/>
 
-                                 <Image Grid.Row="4" Grid.Column="1" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}" Visibility="{Binding IsLPVisibility}"/>
 
-                                 <Image Grid.Row="1" Grid.Column="0" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="1" Grid.Column="1" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="2" Grid.Column="0" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="2" Grid.Column="1" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="6" Grid.Column="0" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <Image Grid.Row="6" Grid.Column="1" Source="/FurnaceUI;component/Resources/Images/Controls3/bg1.png" Stretch="Fill" Margin="{StaticResource thickness}"/>
 
-                                 <parts:CassetteView Grid.Row="0" Grid.Column="3" CarrierModule="Stocker1"  CarrierData="{Binding Stocker2CarrierData}" CassetteType="{Binding Stocker2CarrierData.CarrierType}" WaferCount="{Binding Stocker2WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="0" Grid.Column="4" CarrierModule="Stocker2"  CarrierData="{Binding Stocker1CarrierData}" CassetteType="{Binding Stocker1CarrierData.CarrierType}" WaferCount="{Binding Stocker1WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="1" Grid.Column="3" CarrierModule="Stocker3"  CarrierData="{Binding Stocker4CarrierData}" CassetteType="{Binding Stocker4CarrierData.CarrierType}" WaferCount="{Binding Stocker4WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="1" Grid.Column="4" CarrierModule="Stocker4"  CarrierData="{Binding Stocker3CarrierData}" CassetteType="{Binding Stocker3CarrierData.CarrierType}" WaferCount="{Binding Stocker3WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="2" Grid.Column="3" CarrierModule="Stocker5"  CarrierData="{Binding Stocker6CarrierData}" CassetteType="{Binding Stocker6CarrierData.CarrierType}" WaferCount="{Binding Stocker6WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="2" Grid.Column="4" CarrierModule="Stocker6"  CarrierData="{Binding Stocker5CarrierData}" CassetteType="{Binding Stocker5CarrierData.CarrierType}" WaferCount="{Binding Stocker5WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="3" Grid.Column="3" CarrierModule="Stocker7"  CarrierData="{Binding Stocker7CarrierData}" CassetteType="{Binding Stocker7CarrierData.CarrierType}" WaferCount="{Binding Stocker7WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="4" Grid.Column="3" CarrierModule="Stocker8"  CarrierData="{Binding Stocker8CarrierData}" CassetteType="{Binding Stocker8CarrierData.CarrierType}" WaferCount="{Binding Stocker8WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="5" Grid.Column="3" CarrierModule="Stocker9"  CarrierData="{Binding Stocker9CarrierData}" CassetteType="{Binding Stocker9CarrierData.CarrierType}" WaferCount="{Binding Stocker9WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="6" Grid.Column="3" CarrierModule="Stocker10"  CarrierData="{Binding Stocker10CarrierData}" CassetteType="{Binding Stocker10CarrierData.CarrierType}" WaferCount="{Binding Stocker10WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="0" Grid.Column="0" CarrierModule="Stocker11"  CarrierData="{Binding Stocker17CarrierData}" CassetteType="{Binding Stocker17CarrierData.CarrierType}" WaferCount="{Binding Stocker17WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}" Visibility="{Binding IsStockerVisibility}"/>
 
-                                 <parts:CassetteView Grid.Row="0" Grid.Column="1" CarrierModule="Stocker12"  CarrierData="{Binding Stocker18CarrierData}" CassetteType="{Binding Stocker18CarrierData.CarrierType}" WaferCount="{Binding Stocker18WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}" Visibility="{Binding IsStockerVisibility}"/>
 
-                                 <parts:CassetteView Grid.Row="4" Grid.Column="0" CarrierModule="Stocker11"  CarrierData="{Binding Stocker17CarrierData}" CassetteType="{Binding Stocker17CarrierData.CarrierType}" WaferCount="{Binding Stocker17WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}" Visibility="{Binding IsLPVisibility}"/>
 
-                                 <parts:CassetteView Grid.Row="4" Grid.Column="1" CarrierModule="Stocker12"  CarrierData="{Binding Stocker18CarrierData}" CassetteType="{Binding Stocker18CarrierData.CarrierType}" WaferCount="{Binding Stocker18WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}" Visibility="{Binding IsLPVisibility}"/>
 
-                                 <parts:CassetteView Grid.Row="1" Grid.Column="0" CarrierModule="Stocker13"  CarrierData="{Binding Stocker11CarrierData}" CassetteType="{Binding Stocker11CarrierData.CarrierType}" WaferCount="{Binding Stocker11WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="1" Grid.Column="1" CarrierModule="Stocker14"  CarrierData="{Binding Stocker12CarrierData}" CassetteType="{Binding Stocker12CarrierData.CarrierType}" WaferCount="{Binding Stocker12WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="2" Grid.Column="0" CarrierModule="Stocker15"  CarrierData="{Binding Stocker13CarrierData}" CassetteType="{Binding Stocker13CarrierData.CarrierType}" WaferCount="{Binding Stocker13WaferCount}"  Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="2" Grid.Column="1" CarrierModule="Stocker16"  CarrierData="{Binding Stocker14CarrierData}" CassetteType="{Binding Stocker14CarrierData.CarrierType}" WaferCount="{Binding Stocker14WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="6" Grid.Column="0" CarrierModule="Stocker17"  CarrierData="{Binding Stocker15CarrierData}" CassetteType="{Binding Stocker15CarrierData.CarrierType}" WaferCount="{Binding Stocker15WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                                 <parts:CassetteView Grid.Row="6" Grid.Column="1" CarrierModule="Stocker18"  CarrierData="{Binding Stocker16CarrierData}" CassetteType="{Binding Stocker16CarrierData.CarrierType}" WaferCount="{Binding Stocker16WaferCount}" Width="{StaticResource cassetteWidth}" Height="{StaticResource cassetteWidth}"/>
 
-                             </Grid>
 
-                             <!--<Canvas Canvas.Left="90" Canvas.Top="10" Height="280" Width="226">
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/qt1.png"  Canvas.Left="107" Canvas.Top="22" Height="50" Width="101" />
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/qt2.png" Canvas.Left="107" Canvas.Top="83" Height="90" Width="101" />
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/qt1.png"  Canvas.Left="107" Canvas.Top="209" Height="52" Width="101" />
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/qt3.png" Canvas.Left="0" Height="136" Width="107" />
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/listbg.png" Canvas.Top="138" Height="134" Width="58" Canvas.Left="2"/>
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/bt2.png" Canvas.Left="7" Canvas.Top="166" Height="10" Width="46"/>
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/bt2.png" Canvas.Left="7" Canvas.Top="196" Height="10" Width="46"/>
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/bt2.png" Canvas.Left="7" Canvas.Top="231" Height="10" Width="46"/>
 
-                                 <Image Source="/FurnaceUI;component/Resources/Images/Controls3/bt2.png" Canvas.Left="7" Canvas.Top="265" Height="10" Width="46"/>
 
-                             </Canvas>-->
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="Stocker"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="1" Grid.Column="0" Margin="5,5,0,0" Style="{StaticResource Area_Button}"    VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch"  >
 
-                     <ContentControl   >
 
-                         <Canvas  >
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" >
 
-                                 <TextBlock Text=" LoadPort State " HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom" FontSize="16" Margin="-5,0,13,1" />
 
-                             </Border>
 
-                             <!--<Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="162"  Height="35" Canvas.Top="35" >
 
-                                 <StackPanel HorizontalAlignment="Left" VerticalAlignment="Center" Orientation="Horizontal">
 
-                                     <TextBlock Text=" LP1 :" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" FontSize="16" Margin="-5,0,13,1" />
 
-                                     <TextBlock Text="{Binding TransferStateLp1}" HorizontalAlignment="Center"   Style="{StaticResource TextBlock_Title}"    Margin="5,0,13,1" />
 
-                                 </StackPanel>
 
-                             </Border>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="162"  Height="35" Canvas.Top="70" >
 
-                                 <StackPanel HorizontalAlignment="Left" VerticalAlignment="Center" Orientation="Horizontal">
 
-                                     <TextBlock Text=" LP2 :" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" FontSize="16" Margin="-5,0,13,1" />
 
-                                     <TextBlock Text="{Binding TransferStateLp2}" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}"  Margin="5,0,13,1" />
 
-                                 </StackPanel>
 
-                             </Border>-->
 
-                             <Grid Width="162" Height="115" Canvas.Top="40"  >
 
-                                 <Grid.ColumnDefinitions>
 
-                                     <ColumnDefinition Width="35"/>
 
-                                     <ColumnDefinition Width="*"/>
 
-                                 </Grid.ColumnDefinitions>
 
-                                 <Grid.RowDefinitions>
 
-                                     <RowDefinition Height="*"/>
 
-                                     <RowDefinition Height="*"/>
 
-                                 </Grid.RowDefinitions>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="0" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,0" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Grid.Column="0" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1"   Grid.Row="1" Grid.Column="1" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,0"   Grid.Row="0" Grid.Column="1" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Title}" Text="LP1:" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                     
 
-                                 </TextBlock>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Title}" Grid.Row="1" Text="LP2:" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding TransferStateLp1}" TextWrapping = "Wrap" Width="100"  Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock  Style="{StaticResource TextBlock_Grid}" Grid.Row="1" Grid.Column="1" TextWrapping = "Wrap" Width="100" Text="{Binding TransferStateLp2}" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                             </Grid>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="LoadPortState"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="1" Grid.Column="1" Margin="5,5,5,0"   Style="{StaticResource Area_Button}"  VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl   >
 
-                         <Canvas  >
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" >
 
-                                 <TextBlock Text="Robot " HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom" FontSize="16" Margin="-2,0,76,1" />
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/images/icons/Robot44.png" Width="40" Canvas.Left="0" Canvas.Top="40"/>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="SelfCheck"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="2" Grid.Column="0" Margin="5,5,0,0" Style="{StaticResource Area_Button}"  VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl   >
 
-                         <Canvas  >
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" >
 
-                                 <TextBlock Text="Carrier State" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="-1,0,34,1"/>
 
-                             </Border>
 
-                             <!--<Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="162"  Height="35" Canvas.Top="35" >
 
-                                 <StackPanel HorizontalAlignment="Left" VerticalAlignment="Center" Orientation="Horizontal">
 
-                                     <TextBlock Text=" LP1 :" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" FontSize="16" Margin="-5,0,13,1" />
 
-                                     <TextBlock Text="{Binding CarrierStatusLP1}" HorizontalAlignment="Center"   Style="{StaticResource TextBlock_Title}"    Margin="5,0,13,1" />
 
-                                 </StackPanel>
 
-                             </Border>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="162"  Height="35" Canvas.Top="70" >
 
-                                 <StackPanel HorizontalAlignment="Left" VerticalAlignment="Center" Orientation="Horizontal">
 
-                                     <TextBlock Text=" LP2 :" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" FontSize="16" Margin="-5,0,13,1" />
 
-                                     <TextBlock Text="{Binding CarrierStatusLP2}" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}"  Margin="5,0,13,1" />
 
-                                 </StackPanel>
 
-                             </Border>-->
 
-                             <Grid Width="162" Height="115" Canvas.Top="40"  >
 
-                                 <Grid.ColumnDefinitions>
 
-                                     <ColumnDefinition Width="35"/>
 
-                                     <ColumnDefinition Width="*"/>
 
-                                 </Grid.ColumnDefinitions>
 
-                                 <Grid.RowDefinitions>
 
-                                     <RowDefinition Height="*"/>
 
-                                     <RowDefinition Height="*"/>
 
-                                 </Grid.RowDefinitions>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="0" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,0" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Grid.Column="0" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1"   Grid.Row="1" Grid.Column="1" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,0"   Grid.Row="0" Grid.Column="1" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Title}" Text="LP1:" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Title}" Grid.Row="1" Text="LP2:" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding CarrierStatusLP1}" TextWrapping = "Wrap" Width="100" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Grid}" Grid.Row="1" Grid.Column="1" TextWrapping = "Wrap" Width="100" Text="{Binding CarrierStatusLP2}" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                             </Grid>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="CarrierState"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="2" Grid.Column="1" Margin="5,5,5,0"  Style="{StaticResource Area_Button}"  VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch">
 
-                     <ContentControl   >
 
-                         <Canvas  >
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="140"  Height="35" >
 
-                                 <TextBlock Text="Load Unload State" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="-1,0,11,1"/>
 
-                             </Border>
 
-                             <Grid Width="162" Height="115" Canvas.Top="40"  >
 
-                                 <Grid.ColumnDefinitions>
 
-                                     <ColumnDefinition Width="35"/>
 
-                                     <ColumnDefinition Width="*"/>
 
-                                 </Grid.ColumnDefinitions>
 
-                                 <Grid.RowDefinitions>
 
-                                     <RowDefinition Height="*"/>
 
-                                     <RowDefinition Height="*"/>
 
-                                 </Grid.RowDefinitions>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="0" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,0" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Grid.Column="0" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1"   Grid.Row="1" Grid.Column="1" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,0"   Grid.Row="0" Grid.Column="1" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Title}"  Text="LP1:" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock Style="{StaticResource TextBlock_Title}"  Grid.Row="1" Text="LP2:" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock Text="{Binding LP1CurrentLotId}" TextWrapping = "Wrap" Width="100" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                                 <TextBlock Grid.Row="1" Grid.Column="1" TextWrapping = "Wrap" Width="100" Text="{Binding LP2CurrentLotId}" HorizontalAlignment="Center" VerticalAlignment="Center">
 
-                                 </TextBlock>
 
-                             </Grid>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="Load Unload State"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="3" Grid.Column="0" Margin="5,5,0,0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl   >
 
-                         <Canvas  >
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="130"  Height="35" >
 
-                                 <TextBlock Text="Equipment Status" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16"/>
 
-                             </Border>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="Equipment Status"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="3" Grid.Column="1" Margin="5,5,5,0" Style="{StaticResource Area_Button}"  VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl   >
 
-                         <Canvas  >
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" >
 
-                                 <TextBlock Text="Boat Elevator" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom" FontSize="16" Margin="-2,0,29,-2" />
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/images/icons/BoatElevator44.png" Width="40" Canvas.Left="0" Canvas.Top="45"/>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="Boat Elevator"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-             </Grid>
 
-             <Grid Grid.Column="1">
 
-                 <Grid.RowDefinitions>
 
-                     <RowDefinition Height="320"></RowDefinition>
 
-                     <RowDefinition Height="512"></RowDefinition>
 
-                 </Grid.RowDefinitions>
 
-                 <Button Grid.Row="0" Grid.Column="0" Margin="0,5,5,0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl>
 
-                         <Canvas>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" Canvas.Top="-4" >
 
-                                 <TextBlock Text="Temperature" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="0,0,31,0"/>
 
-                             </Border>
 
-                             <TextBlock  Foreground="Black"  Text="(℃)" Canvas.Left="90" Canvas.Top="12"/>
 
-                             <Image Source="/FurnaceUI;component/Resources/images/icons/Temperature44.png" Width="40" Canvas.Left="0" Canvas.Top="32"/>
 
-                             <TextBlock  Style="{StaticResource TextBlock_Title}"  Text="Zone 1" FontSize="16" Canvas.Left="53" Canvas.Top="225"></TextBlock>
 
-                             <TextBlock  Style="{StaticResource TextBlock_Title}" Text="Zone 2" FontSize="16" Canvas.Left="53" Canvas.Top="195"></TextBlock>
 
-                             <TextBlock  Style="{StaticResource TextBlock_Title}" Text="Zone 3" FontSize="16" Canvas.Left="53" Canvas.Top="165"></TextBlock>
 
-                             <TextBlock  Style="{StaticResource TextBlock_Title}" Text="Zone 4" FontSize="16" Canvas.Left="53" Canvas.Top="135"></TextBlock>
 
-                             <TextBlock  Style="{StaticResource TextBlock_Title}" Text="Zone 5" FontSize="16" Canvas.Left="53" Canvas.Top="105"></TextBlock>
 
-                             <Border>
 
-                                 <Canvas>
 
-                                     <Border CornerRadius="40,40,0,0" Canvas.Left="112" Canvas.Top="43" Height="220" BorderBrush="Green" BorderThickness="1,1,1,1" Width="215">
 
-                                     </Border>
 
-                                     <Grid Width="254" VerticalAlignment="Bottom" Canvas.Left="126" Canvas.Top="70">
 
-                                         <Grid.RowDefinitions>
 
-                                             <RowDefinition Height="30"/>
 
-                                             <RowDefinition Height="30"/>
 
-                                             <RowDefinition Height="30"/>
 
-                                             <RowDefinition Height="30"/>
 
-                                             <RowDefinition Height="30"/>
 
-                                             <RowDefinition Height="30"/>
 
-                                         </Grid.RowDefinitions>
 
-                                         <Grid.ColumnDefinitions>
 
-                                             <ColumnDefinition Width="5.5"/>
 
-                                             <ColumnDefinition Width="85.5"/>
 
-                                             <ColumnDefinition Width="90"/>
 
-                                         </Grid.ColumnDefinitions>
 
-                                         <Border Grid.Row="0" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Padding="1" Grid.ColumnSpan="2"  >
 
-                                             <TextBlock Text="Actual" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="1" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1" Grid.ColumnSpan="2"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding TopHeaterFeedback, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="2" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1" Grid.ColumnSpan="2"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding TopCenterHeaterFeedback, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="3" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1" Grid.ColumnSpan="2"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding CenterHeaterFeedback, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="4" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1" Grid.ColumnSpan="2"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding CenterBottomHeaterFeedback, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="5" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1" Grid.ColumnSpan="2"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding BottomHeaterFeedback, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="0" Grid.Column="2"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Title}" Padding="1"  >
 
-                                             <TextBlock Text="Set" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="1" Grid.Column="2"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding TopHeaterSetPoint, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="2" Grid.Column="2"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding TopCenterHeaterSetPoint, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="3" Grid.Column="2"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding CenterHeaterSetPoint, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="4" Grid.Column="2"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding CenterBottomHeaterSetPoint, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                         <Border Grid.Row="5" Grid.Column="2"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="1"  >
 
-                                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding BottomHeaterSetPoint, StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                                         </Border>
 
-                                     </Grid>
 
-                                 </Canvas>
 
-                             </Border>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="Temp"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="1" Grid.Column="0" Margin="0,5,5,0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl   >
 
-                         <Canvas  >
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" Canvas.Top="2" >
 
-                                 <TextBlock Text="Gas" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="0,0,94,-1"/>
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/images/icons/Gas44.png" Width="40" Canvas.Left="0" Canvas.Top="39"/>
 
-                             <Grid x:Name="PM1_Info2" Grid.Column="1" Visibility="{Binding IsPMAVisibility}" Height="430" Canvas.Left="46" Canvas.Top="45">
 
-                                 <Grid.RowDefinitions>
 
-                                     <RowDefinition Height="0"/>
 
-                                     <RowDefinition Height="30"/>
 
-                                     <RowDefinition Height="0"/>
 
-                                     <RowDefinition Height="{Binding MfcNXHeight}"/>
 
-                                     <RowDefinition Height="{Binding MfcNYHeight}"/>
 
-                                     <RowDefinition Height="{Binding MfcNN1Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcN1Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcNN2Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcN2Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcM1Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcD1Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcXY1Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcNXF1Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcXFHeight}"/>
 
-                                     <RowDefinition Height="{Binding MfcNV1Height}"/>
 
-                                     <RowDefinition Height="{Binding MfcV1Height}"/>
 
-                                 </Grid.RowDefinitions>
 
-                                 <Grid.ColumnDefinitions>
 
-                                     <ColumnDefinition Width="140"/>
 
-                                     <ColumnDefinition Width="80"/>
 
-                                     <ColumnDefinition Width="80"/>
 
-                                 </Grid.ColumnDefinitions>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="0" Padding="5,1,0,1">
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="2" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="MFM D1" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding UnitMFMD1}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcNXData.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcNXData.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="4" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcNYData.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcNYData.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="5" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcNN1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcNN1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="6" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcN1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcN1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="7" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcNN2Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcNN2Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="8" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcN2Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcN2Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="9" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcM1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcM1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="10" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcD1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcD1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="11" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcXY1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcXY1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="12" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcNXF1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcNXF1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="13" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcXF1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcXF1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="14" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcNV1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcNV1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="15" Grid.Column="0" Padding="5,1,0,1">
 
-                                     <!--<StackPanel Orientation="Horizontal">-->
 
-                                     <TextBlock Text="{Binding MfcV1Data.DisplayName}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     <!--<TextBlock Text="{Binding MfcV1Data.Unit, StringFormat=({0})}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" />
 
-                                     </StackPanel>-->
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="1">
 
-                                     <TextBlock Text="Actual" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="2">
 
-                                     <TextBlock Text="Set" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="2" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfmD1FlowData.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="2" Grid.Column="2">
 
-                                     <TextBlock Text="" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcNXData.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcNXData.SetPoint,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="4" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcNYData.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="4" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcNYData.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="5" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcNN1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="5" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcNN1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="6" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcN1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="6" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcN1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="7" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcNN2Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="7" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcNN2Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="8" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcN2Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="8" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcN2Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="9" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcM1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="9" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcM1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="10" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcD1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="10" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcD1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="11" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcXY1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="11" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcXY1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="12" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcNXF1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="12" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcNXF1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="13" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcXF1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="13" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcXF1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="14" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcNV1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="14" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcNV1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="15" Grid.Column="1">
 
-                                     <TextBlock Text="{Binding MfcV1Data.FeedBack,StringFormat={}{0:f1}}" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center"/>
 
-                                 </Border>
 
-                                 <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="15" Grid.Column="2">
 
-                                     <TextBlock Text="{Binding MfcV1Data.SetPoint,StringFormat={}{0:f1}}"  TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="16"  VerticalAlignment="Center" HorizontalAlignment="Center" />
 
-                                 </Border>
 
-                             </Grid>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="Gas"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-             </Grid>
 
-         </Grid>
 
-         <Grid Grid.Row="0" Grid.Column="1" Margin="0,0,0,0">
 
-             <Grid.RowDefinitions>
 
-                 <RowDefinition Height="256"/>
 
-                 <RowDefinition Height="575"/>
 
-             </Grid.RowDefinitions>
 
-             <Grid Margin="0,0,0,0">
 
-                 <Grid.RowDefinitions>
 
-                     <RowDefinition Height="125"/>
 
-                     <RowDefinition Height="125"/>
 
-                 </Grid.RowDefinitions>
 
-                 <Grid.ColumnDefinitions>
 
-                     <ColumnDefinition Width="*"/>
 
-                     <ColumnDefinition Width="*"/>
 
-                 </Grid.ColumnDefinitions>
 
-                 <Button Grid.Row="0" Grid.Column="0" Margin="0,5,5,5"   Padding="0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch">
 
-                     <ContentControl>
 
-                         <Canvas>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" Canvas.Top="2" Canvas.Left="6" >
 
-                                 <TextBlock Text=" CJ Status" TextWrapping="NoWrap" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="-5,0,58,-1"/>
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/Images/icons/RecipeDetail44.png" Canvas.Left="10" Canvas.Top="42"/>
 
-                             <Border Width="113" Height="46"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1" Padding="1" Canvas.Left="58" Canvas.Top="44"  >
 
-                                 <TextBlock Text="--" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" Margin="0,-1,0,1"/>
 
-                             </Border>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="CJStatus"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="0" Grid.Column="1" Margin="0,5,5,5"    Padding="0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch">
 
-                     <ContentControl>
 
-                         <Canvas>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" Canvas.Top="2" Canvas.Left="6" >
 
-                                 <TextBlock Text="PJ Status" TextWrapping="NoWrap" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="0,0,60,1"/>
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/Images/icons/RecipeDetail44.png" Canvas.Left="10" Canvas.Top="42"/>
 
-                             <Border Width="113" Height="46"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1" Padding="1" Canvas.Left="58" Canvas.Top="44"  >
 
-                                 <TextBlock Text="--" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" Margin="0,-1,0,1"/>
 
-                             </Border>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="PJStatus"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="1" Grid.Column="0" Margin="0,0,5,0"    Padding="0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl>
 
-                         <Canvas>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="120"  Height="35" Canvas.Top="2" Canvas.Left="7" >
 
-                                 <TextBlock Text=" Recipe Detail" TextWrapping="NoWrap" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="-6,0,30,1"/>
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/Images/icons/RecipeDetail44.png" Canvas.Left="10" Canvas.Top="42"/>
 
-                             <Border Width="113" Height="46"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1" Padding="1" Canvas.Left="58" Canvas.Top="44"  >
 
-                                 <TextBlock Text="--" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" Margin="0,-1,0,1"/>
 
-                             </Border>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="MainRecipe"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-                 <Button Grid.Row="1" Grid.Column="1" Margin="0,0,5,0"    Padding="0" Style="{StaticResource Area_Button}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" >
 
-                     <ContentControl>
 
-                         <Canvas>
 
-                             <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="135"  Height="35" Canvas.Top="2" Canvas.Left="7" >
 
-                                 <TextBlock Text="Boat Detail" TextWrapping="NoWrap" HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="0,0,57,1"/>
 
-                             </Border>
 
-                             <Image Source="/FurnaceUI;component/Resources/Images/icons/BoatDetail44.png" Canvas.Top="42" Canvas.Left="10"/>
 
-                             <Border Width="113" Height="46"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1" Padding="1" Canvas.Left="58" Canvas.Top="44"  >
 
-                                 <TextBlock Text="--" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" Margin="0,-1,0,1"/>
 
-                             </Border>
 
-                         </Canvas>
 
-                     </ContentControl>
 
-                     <i:Interaction.Triggers>
 
-                         <i:EventTrigger EventName="Click">
 
-                             <cal:ActionMessage MethodName="SwitchPage">
 
-                                 <cal:Parameter Value="Boat Detail"/>
 
-                             </cal:ActionMessage>
 
-                         </i:EventTrigger>
 
-                     </i:Interaction.Triggers>
 
-                 </Button>
 
-             </Grid>
 
-             <Border Grid.Row="1"  Margin="0,0,5,0" Padding="0"  Background="{DynamicResource Area_BG_Color}" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1" Width="507">
 
-                 <Canvas Margin="0,34,0,6">
 
-                     <Grid Grid.Row="1" Grid.RowSpan="2" Height="45" Canvas.Left="7" Canvas.Top="23">
 
-                         <Grid.ColumnDefinitions>
 
-                             <ColumnDefinition Width="122"></ColumnDefinition>
 
-                             <ColumnDefinition Width="122"></ColumnDefinition>
 
-                             <ColumnDefinition Width="122"></ColumnDefinition>
 
-                             <ColumnDefinition Width="121"></ColumnDefinition>
 
-                         </Grid.ColumnDefinitions>
 
-                         <Grid.RowDefinitions>
 
-                             <RowDefinition Height="35"></RowDefinition>
 
-                         </Grid.RowDefinitions>
 
-                         <Border Grid.Row="0" Grid.Column="0" CornerRadius="4,0,0,4"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,0,1" Background="{Binding StandbyBk}" Padding="5,1"   >
 
-                             <TextBlock Text="STANDBY" Width="100" TextAlignment="Center" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <!--<Border Grid.Row="0" Grid.Column="1" Margin="3,0" CornerRadius="4"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="2" Background="{Binding ReadyBk}" Padding="5,1"  >
 
-                     <TextBlock Text="READY" TextWrapping="Wrap" Foreground="Black" FontSize="14" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                 </Border>-->
 
-                         <Border  Grid.Row="0" Grid.Column="1"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{Binding RunBk}" Padding="5,1" >
 
-                             <TextBlock Text="RUN" Width="100" TextAlignment="Center" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <Border Grid.Row="0" Grid.Column="2"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{Binding EndBk}" Padding="5,1"  >
 
-                             <TextBlock Text="END" Width="100" TextAlignment="Center" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <Border Grid.Row="0" Grid.Column="3" CornerRadius="0,4,4,0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{Binding EndBk}" Padding="5,1"  >
 
-                             <TextBlock Text="Abort" Width="100" TextAlignment="Center" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                     </Grid>
 
-                     <Border  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="180"  Height="35" Canvas.Top="-28" Canvas.Left="12" >
 
-                         <TextBlock Text=" Recipe Information " HorizontalAlignment="Center" Style="{StaticResource TextBlock_Title}" VerticalAlignment="Bottom"  FontSize="16" Margin="-6,0,42,1"/>
 
-                     </Border>
 
-                     <Button Grid.Column="1" Height="70" Width="175" Padding="0"   VerticalContentAlignment="Center" HorizontalContentAlignment="Stretch" Canvas.Left="6" Canvas.Top="72" >
 
-                         <ContentControl>
 
-                             <TextBlock Text="Standby Factor" TextWrapping="Wrap" FontSize="22" FontFamily="Segoe" VerticalAlignment="Center" TextAlignment="Center"/>
 
-                         </ContentControl>
 
-                         <i:Interaction.Triggers>
 
-                             <i:EventTrigger EventName="Click">
 
-                                 <cal:ActionMessage MethodName="StandbyFactor"/>
 
-                             </i:EventTrigger>
 
-                         </i:Interaction.Triggers>
 
-                     </Button>
 
-                     <Button Grid.Column="1" Height="70" Width="175" Padding="0"   VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" Canvas.Left="318" Canvas.Top="72" IsEnabled="{Binding IsEnableEmergencyAbort}">
 
-                         <ContentControl>
 
-                             <Canvas>
 
-                                 <TextBlock Text="Emergency 
     Abort" TextWrapping="Wrap" Foreground="Red" FontSize="22" FontFamily="Segoe" VerticalAlignment="Center" Canvas.Left="22" Canvas.Top="6" />
 
-                             </Canvas>
 
-                         </ContentControl>
 
-                         <i:Interaction.Triggers>
 
-                             <i:EventTrigger EventName="Click">
 
-                                 <cal:ActionMessage MethodName="EmergencyAbort"/>
 
-                             </i:EventTrigger>
 
-                         </i:Interaction.Triggers>
 
-                     </Button>
 
-                     <Grid Width="550"   VerticalAlignment="Bottom" Canvas.Left="7" Canvas.Top="157"   >
 
-                         <Grid.RowDefinitions>
 
-                             <RowDefinition Height="40"/>
 
-                             <RowDefinition Height="40"/>
 
-                             <RowDefinition Height="40"/>
 
-                             <RowDefinition Height="40"/>
 
-                             <RowDefinition Height="40"/>
 
-                             <RowDefinition Height="40"/>
 
-                             <RowDefinition Height="40"/>
 
-                         </Grid.RowDefinitions>
 
-                         <Grid.ColumnDefinitions>
 
-                             <ColumnDefinition Width="120"/>
 
-                             <ColumnDefinition Width="364"/>
 
-                         </Grid.ColumnDefinitions>
 
-                         <Border Grid.Row="0" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource MainArea_BG}" Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Title}"  HorizontalAlignment="Center" VerticalAlignment="Center"  Text="Recipe Name" FontSize="16"/>
 
-                         </Border>
 
-                         <Border Grid.Row="1" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource MainArea_BG}" Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Title}"  HorizontalAlignment="Center" VerticalAlignment="Center"  Text="Step Name" FontSize="16"/>
 
-                         </Border>
 
-                         <Border  Grid.Row="2" Grid.Column="0" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource MainArea_BG}" Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Title}"  HorizontalAlignment="Center" VerticalAlignment="Center" Text="Step No."  FontSize="16"/>
 
-                         </Border>
 
-                         <Border Grid.Row="3" Grid.Column="0"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource MainArea_BG}" Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Title}"  HorizontalAlignment="Center" VerticalAlignment="Center"  Text="Step Time" FontSize="16"/>
 
-                         </Border>
 
-                         <Border  Grid.Row="4" Grid.Column="0" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource MainArea_BG}" Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Title}"  HorizontalAlignment="Center" VerticalAlignment="Center" Text="Recipe Time"  FontSize="16"/>
 
-                         </Border>
 
-                         <Border  Grid.Row="5" Grid.Column="0" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource MainArea_BG}" Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Title}"  HorizontalAlignment="Center" VerticalAlignment="Center" Text="Hold Time"  FontSize="16"/>
 
-                         </Border>
 
-                         <Border  Grid.Row="6" Grid.Column="0" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource MainArea_BG}" Padding="1"  >
 
-                             <TextBlock  Text=" Progress" TextAlignment="Center" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="-6,0,0,1"/>
 
-                         </Border>
 
-                         <Border Grid.Row="0" Grid.Column="1"  BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1"   Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Grid}"  Text="{Binding PM1SelectedRecipeNameDisplay}" TextWrapping="Wrap" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="34" Canvas.Top="59"/>
 
-                         </Border>
 
-                         <Border Grid.Row="1" Grid.Column="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1"  Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Grid}"  Text="{Binding PM1StepName}" TextWrapping="Wrap" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <Border Grid.Row="2" Grid.Column="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1"  Padding="5,1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding PM1StepNumber}" TextWrapping="Wrap" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <Border Grid.Row="3" Grid.Column="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1"  Padding="1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding PM1StepTime}" TextWrapping="Wrap" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <Border Grid.Row="4" Grid.Column="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1"  Padding="5,1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding PM1RecipeTime}" TextWrapping="Wrap" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <Border Grid.Row="5" Grid.Column="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1"  Padding="5,1"  >
 
-                             <TextBlock Style="{StaticResource TextBlock_Grid}" Text="{Binding PM1HoldTime}" TextWrapping="Wrap" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center"/>
 
-                         </Border>
 
-                         <Border Grid.Row="6" Grid.Column="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1"  Padding="5,1"  >
 
-                             <Grid>
 
-                                 <Grid.ColumnDefinitions>
 
-                                     <ColumnDefinition Width="*"/>
 
-                                     <ColumnDefinition Width="4*"/>
 
-                                 </Grid.ColumnDefinitions>
 
-                                 <TextBlock  Text="{Binding RecipeProgress}" TextAlignment="Center" TextWrapping="Wrap" Foreground="Black" FontSize="16" FontFamily="Segoe" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="-6,0,0,1"/>
 
-                                 <ProgressBar Grid.Column="1" x:Name="processBar" Maximum="100" Value="{Binding RecipeProgressValue}" Margin="4"/>
 
-                             </Grid>
 
-                         </Border>
 
-                     </Grid>
 
-                     <Button Width="120" Height="45" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" Canvas.Left="10" Canvas.Top="455" IsEnabled="{Binding IsPM1Process}">
 
-                         <ContentControl>
 
-                             <TextBlock Text="Skip" FontSize="22" FontFamily="Segoe" Foreground="Red" VerticalAlignment="Center" TextAlignment="Center"/>
 
-                         </ContentControl>
 
-                         <i:Interaction.Triggers>
 
-                             <i:EventTrigger EventName="Click">
 
-                                 <cal:ActionMessage MethodName="Skip"/>
 
-                             </i:EventTrigger>
 
-                         </i:Interaction.Triggers>
 
-                     </Button>
 
-                     <Button Width="120" Height="45" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" Canvas.Left="190" Canvas.Top="455" IsEnabled="{Binding IsPM1Process}">
 
-                         <ContentControl>
 
-                             <TextBlock Text="Jump" FontSize="22" Foreground="Red" FontFamily="Segoe" VerticalAlignment="Center" TextAlignment="Center"/>
 
-                         </ContentControl>
 
-                         <i:Interaction.Triggers>
 
-                             <i:EventTrigger EventName="Click">
 
-                                 <cal:ActionMessage MethodName="Jump"/>
 
-                             </i:EventTrigger>
 
-                         </i:Interaction.Triggers>
 
-                     </Button>
 
-                     <Button Width="120" Height="45" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" Canvas.Left="373" Canvas.Top="455" IsEnabled="{Binding IsPM1Process}">
 
-                         <ContentControl>
 
-                             <TextBlock Text="{Binding HoldName,UpdateSourceTrigger=PropertyChanged}" FontSize="22" FontFamily="Segoe" Foreground="{Binding HoldForeground}" VerticalAlignment="Center" TextAlignment="Center"/>
 
-                         </ContentControl>
 
-                         <i:Interaction.Triggers>
 
-                             <i:EventTrigger EventName="Click">
 
-                                 <cal:ActionMessage MethodName="Hold"/>
 
-                             </i:EventTrigger>
 
-                         </i:Interaction.Triggers>
 
-                     </Button>
 
-                 </Canvas>
 
-             </Border>
 
-         </Grid>
 
-     </Grid>
 
- </UserControl>
 
 
  |