|  | @@ -691,6 +691,7 @@
 | 
												
													
														
															|  |          <Grid Grid.Column="1" Margin="2">
 |  |          <Grid Grid.Column="1" Margin="2">
 | 
												
													
														
															|  |              <Grid.RowDefinitions>
 |  |              <Grid.RowDefinitions>
 | 
												
													
														
															|  |                  <RowDefinition Height="80"/>
 |  |                  <RowDefinition Height="80"/>
 | 
												
													
														
															|  | 
 |  | +                <RowDefinition Height="80"/>
 | 
												
													
														
															|  |                  <RowDefinition Height="*"/>
 |  |                  <RowDefinition Height="*"/>
 | 
												
													
														
															|  |              </Grid.RowDefinitions>
 |  |              </Grid.RowDefinitions>
 | 
												
													
														
															|  |              <Grid>
 |  |              <Grid>
 | 
												
											
												
													
														
															|  | @@ -701,6 +702,7 @@
 | 
												
													
														
															|  |                  <Grid.RowDefinitions>
 |  |                  <Grid.RowDefinitions>
 | 
												
													
														
															|  |                      <RowDefinition  ></RowDefinition>
 |  |                      <RowDefinition  ></RowDefinition>
 | 
												
													
														
															|  |                      <RowDefinition  ></RowDefinition>
 |  |                      <RowDefinition  ></RowDefinition>
 | 
												
													
														
															|  | 
 |  | +                    <RowDefinition  ></RowDefinition>
 | 
												
													
														
															|  |                  </Grid.RowDefinitions>
 |  |                  </Grid.RowDefinitions>
 | 
												
													
														
															|  |                  <Border BorderBrush="Black" BorderThickness="1"  >
 |  |                  <Border BorderBrush="Black" BorderThickness="1"  >
 | 
												
													
														
															|  |                      <TextBlock  Text="CJID" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 |  |                      <TextBlock  Text="CJID" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 | 
												
											
												
													
														
															|  | @@ -708,12 +710,19 @@
 | 
												
													
														
															|  |                  <Border Grid.Row="1" BorderBrush="Black" BorderThickness="1,0,1,1"  >
 |  |                  <Border Grid.Row="1" BorderBrush="Black" BorderThickness="1,0,1,1"  >
 | 
												
													
														
															|  |                      <TextBlock  Text="Start Mode" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 |  |                      <TextBlock  Text="Start Mode" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 | 
												
													
														
															|  |                  </Border>
 |  |                  </Border>
 | 
												
													
														
															|  | 
 |  | +                <Border Grid.Row="2" BorderBrush="Black" BorderThickness="1,0,1,1"  >
 | 
												
													
														
															|  | 
 |  | +                    <TextBlock  Text="LayoutName" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 | 
												
													
														
															|  | 
 |  | +                </Border>
 | 
												
													
														
															|  | 
 |  | +
 | 
												
													
														
															|  |                  <Border Grid.Column="1" BorderBrush="Black" BorderThickness="0,1,1,1"  >
 |  |                  <Border Grid.Column="1" BorderBrush="Black" BorderThickness="0,1,1,1"  >
 | 
												
													
														
															|  |                      <TextBlock  Text="{Binding SelectedControlJobsObjtID}" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 |  |                      <TextBlock  Text="{Binding SelectedControlJobsObjtID}" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 | 
												
													
														
															|  |                  </Border>
 |  |                  </Border>
 | 
												
													
														
															|  |                  <Border Grid.Row="1" Grid.Column="1"  BorderBrush="Black" BorderThickness="0,0,1,1"  >
 |  |                  <Border Grid.Row="1" Grid.Column="1"  BorderBrush="Black" BorderThickness="0,0,1,1"  >
 | 
												
													
														
															|  |                      <TextBlock  Text="{Binding SelectedControlJobsState}" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 |  |                      <TextBlock  Text="{Binding SelectedControlJobsState}" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 | 
												
													
														
															|  |                  </Border>
 |  |                  </Border>
 | 
												
													
														
															|  | 
 |  | +                <Border Grid.Row="2" Grid.Column="1"  BorderBrush="Black" BorderThickness="0,0,1,1"  >
 | 
												
													
														
															|  | 
 |  | +                    <TextBlock  Text="{Binding SelectedControlJobsLayoutName}" VerticalAlignment="Center" TextAlignment="Center" FontSize="16" />
 | 
												
													
														
															|  | 
 |  | +                </Border>
 | 
												
													
														
															|  |              </Grid>
 |  |              </Grid>
 | 
												
													
														
															|  |              <!--<StackPanel Orientation="Horizontal" Margin="0,2,0,0">
 |  |              <!--<StackPanel Orientation="Horizontal" Margin="0,2,0,0">
 | 
												
													
														
															|  |                          <Label Content="CJID"  Width="120" Margin="1,1,0,0"  Background="{DynamicResource ThirdLevelElement_BG}" />
 |  |                          <Label Content="CJID"  Width="120" Margin="1,1,0,0"  Background="{DynamicResource ThirdLevelElement_BG}" />
 |