| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 | 
							- <UserControl x:Class="RecipeModule.Dialogs.Views.LayoutRecipeEdit"
 
-              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 
-              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 
-              xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
 
-              xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
 
-              xmlns:local="clr-namespace:RecipeModule.Dialogs.Views"
 
-              xmlns:UniControl="clr-namespace:UniversalControls.Controls;assembly=UniversalControls"
 
-              mc:Ignorable="d" 
 
-              d:DesignHeight="450" d:DesignWidth="800">
 
-     <UserControl.Resources>
 
-         <ResourceDictionary >
 
-             <ResourceDictionary.MergedDictionaries>
 
-                 <ResourceDictionary Source="/UICommon;component/Resources.xaml"/>
 
-             </ResourceDictionary.MergedDictionaries>
 
-         </ResourceDictionary>
 
-     </UserControl.Resources>
 
-     <Grid Margin="8">
 
-         <Grid.ColumnDefinitions>
 
-             <ColumnDefinition/>
 
-             <ColumnDefinition Width="8"/>
 
-             <ColumnDefinition Width="auto"/>
 
-             <ColumnDefinition Width="8"/>
 
-             <ColumnDefinition MinWidth="280"/>
 
-         </Grid.ColumnDefinitions>
 
-         <Grid.RowDefinitions>
 
-             <RowDefinition/>
 
-             <RowDefinition Height="16"/>
 
-             <RowDefinition Height="32"/>
 
-         </Grid.RowDefinitions>
 
-         
 
-         <Grid>
 
-             <Grid.RowDefinitions>
 
-                 <RowDefinition Height="32"/>
 
-                 <RowDefinition Height="8"/>
 
-                 <RowDefinition/>
 
-                 <RowDefinition Height="8"/>
 
-                 <RowDefinition Height="auto"/>
 
-             </Grid.RowDefinitions>
 
-             <Grid>
 
-                 <Grid.ColumnDefinitions>
 
-                     <ColumnDefinition Width="auto"/>
 
-                     <ColumnDefinition Width="8"/>
 
-                     <ColumnDefinition/>
 
-                 </Grid.ColumnDefinitions>
 
-                 <TextBlock VerticalAlignment="Center">File Name</TextBlock>
 
-                 <Border Grid.Column="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-                     <TextBlock Margin="8,0" VerticalAlignment="Center">Layout1\Layout Recipe 1</TextBlock>
 
-                 </Border>
 
-             </Grid>
 
-             <Border Grid.Row="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-                 <Grid Margin="8" VerticalAlignment="Bottom">
 
-                     <Grid.RowDefinitions>
 
-                         <RowDefinition Height="auto"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="auto"/>
 
-                         <RowDefinition Height="4"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="auto"/>
 
-                         <RowDefinition Height="4"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="auto"/>
 
-                         <RowDefinition Height="4"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="auto"/>
 
-                         <RowDefinition Height="4"/>
 
-                         <RowDefinition Height="32"/>
 
-                     </Grid.RowDefinitions>
 
-                     <StackPanel Orientation="Horizontal">
 
-                         <Image Source="{StaticResource Icon_Charge}" Height="48"/>
 
-                         <TextBlock VerticalAlignment="Center" Margin="8">Decision Method</TextBlock>
 
-                     </StackPanel>
 
-                     <TextBlock Grid.Row="2" >Number of Product and Fill</TextBlock>
 
-                     <Button Grid.Row="4" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">Set Total Wafer Number</Button>
 
-                     <TextBlock Grid.Row="6" >Wafer Supplement</TextBlock>
 
-                     <Button Grid.Row="8" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">All Product Top Stuffing</Button>
 
-                     <TextBlock Grid.Row="10" >Monitor 1 Wafer Charge</TextBlock>
 
-                     <Button Grid.Row="12" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">Automatic Equal Layout</Button>
 
-                     <TextBlock Grid.Row="14" >Monitor 2 Wafer Charge</TextBlock>
 
-                     <Button Grid.Row="16" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">Appoint between Carriers</Button>
 
-                 </Grid>
 
-             </Border>
 
-             <Border Grid.Row="4" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-                 <Grid Margin="8">
 
-                     <Grid.RowDefinitions>
 
-                         <RowDefinition Height="auto"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="auto"/>
 
-                     </Grid.RowDefinitions>
 
-                     <TextBlock>Disp Type</TextBlock>
 
-                     <UniformGrid Grid.Row="2" Rows="1">
 
-                         <RadioButton Style="{StaticResource RadioButtonStyle}" Margin="8" >Number</RadioButton>
 
-                         <RadioButton Style="{StaticResource RadioButtonStyle}" Margin="8" >Map</RadioButton>
 
-                         <RadioButton Style="{StaticResource RadioButtonStyle}" Margin="8" >Carrier</RadioButton>
 
-                     </UniformGrid>
 
-                 </Grid>
 
-             </Border>
 
-         </Grid>
 
-         <Border Grid.Column="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-             <Grid Margin="8">
 
-                 <Grid.RowDefinitions>
 
-                     <RowDefinition Height="28"/>
 
-                     <RowDefinition Height="8"/>
 
-                     <RowDefinition MinHeight="600"/>
 
-                 </Grid.RowDefinitions>
 
-                 <Grid>
 
-                     <Grid.ColumnDefinitions>
 
-                         <ColumnDefinition Width="auto"/>
 
-                         <ColumnDefinition Width="8"/>
 
-                         <ColumnDefinition MinWidth="160"/>
 
-                     </Grid.ColumnDefinitions>
 
-                     <TextBlock VerticalAlignment="Center">BoatTotal Slot</TextBlock>
 
-                     <TextBox Grid.Column="2" IsReadOnly="True" VerticalContentAlignment="Center" HorizontalContentAlignment="Center">0</TextBox>
 
-                 </Grid>
 
-                 <UniControl:BoatSlotDiagram Grid.Row="2"/>
 
-             </Grid>
 
-         </Border>
 
-         <Grid Grid.Column="4">
 
-             <Grid.RowDefinitions>
 
-                 <RowDefinition Height="32"/>
 
-                 <RowDefinition Height="8"/>
 
-                 <RowDefinition Height="auto"/>
 
-                 <RowDefinition Height="8"/>
 
-                 <RowDefinition Height="auto"/>
 
-                 <RowDefinition Height="8"/>
 
-                 <RowDefinition Height="*"/>
 
-                 <RowDefinition Height="8"/>
 
-                 <RowDefinition Height="auto"/>
 
-             </Grid.RowDefinitions>
 
-             <Grid>
 
-                 <Grid.ColumnDefinitions>
 
-                     <ColumnDefinition Width="auto"/>
 
-                     <ColumnDefinition Width="8"/>
 
-                     <ColumnDefinition/>
 
-                 </Grid.ColumnDefinitions>
 
-                 <TextBlock VerticalAlignment="Center">V Axis Mode</TextBlock>
 
-                 <Button Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">Normal</Button>
 
-             </Grid>
 
-             <Border Grid.Row="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-                 <Grid Margin="8">
 
-                     <Grid.RowDefinitions>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                     </Grid.RowDefinitions>
 
-                     <Grid.ColumnDefinitions>
 
-                         <ColumnDefinition Width="auto"/>
 
-                         <ColumnDefinition Width="8"/>
 
-                         <ColumnDefinition/>
 
-                     </Grid.ColumnDefinitions>
 
-                     <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left">Total Slot No.</TextBlock>
 
-                     <TextBox Grid.Column="2"></TextBox>
 
-                     <TextBlock Grid.Row="4" VerticalAlignment="Center">Upper Side Dummy Num</TextBlock>
 
-                     <TextBox Grid.Row="4" Grid.Column="2"></TextBox>
 
-                 </Grid>
 
-             </Border>
 
-             <Border Grid.Row="4" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-                 <Grid Margin="8">
 
-                     <Grid.RowDefinitions>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                     </Grid.RowDefinitions>
 
-                     <Grid.ColumnDefinitions>
 
-                         <ColumnDefinition Width="auto"/>
 
-                         <ColumnDefinition Width="8"/>
 
-                         <ColumnDefinition/>
 
-                     </Grid.ColumnDefinitions>
 
-                     <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" >Fill Dummy Transfer</TextBlock>
 
-                     <Button Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
 
-                     
 
-                     <TextBlock Grid.Row="2" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Product Zero Not Fill</TextBlock>
 
-                     <Button Grid.Row="2" Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
 
-                     <TextBlock Grid.Row="4" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Product Transfer Position</TextBlock>
 
-                     <Button Grid.Row="4" Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
 
-                 </Grid>
 
-             </Border>
 
-             <Border Grid.Row="6" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-                 <Grid Margin="8">
 
-                     <Grid.RowDefinitions>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                     </Grid.RowDefinitions>
 
-                     <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" >Monitor 1 Wafer Discharge</TextBlock>
 
-                     <Button Grid.Row="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
 
-                     <TextBlock Grid.Row="4" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Monitor 2 Wafer Discharge</TextBlock>
 
-                     <Button Grid.Row="6" Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
 
-                     <TextBlock Grid.Row="8" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Lower Side Dummy Num</TextBlock>
 
-                     <TextBox Grid.Row="10" Grid.Column="2" VerticalContentAlignment="Center" HorizontalContentAlignment="Center">0</TextBox>
 
-                 </Grid>
 
-             </Border>
 
-             <Border Grid.Row="8" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
 
-                 <Grid Margin="8">
 
-                     <Grid.RowDefinitions>
 
-                         <RowDefinition Height="32"/>
 
-                         <RowDefinition Height="8"/>
 
-                         <RowDefinition Height="32"/>
 
-                     </Grid.RowDefinitions>
 
-                     <TextBlock Grid.Row="0" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Lower Side Dummy Num</TextBlock>
 
-                     <TextBox Grid.Row="2" Grid.Column="2" VerticalContentAlignment="Center" HorizontalContentAlignment="Center">0</TextBox>
 
-                 </Grid>
 
-             </Border>
 
-         </Grid>
 
-         <Grid Grid.Row="6" Grid.ColumnSpan="5">
 
-             <Grid.ColumnDefinitions>
 
-                 <ColumnDefinition Width="120"/>
 
-                 <ColumnDefinition/>
 
-                 <ColumnDefinition Width="120"/>
 
-             </Grid.ColumnDefinitions>
 
-             <Button Style="{StaticResource FunctionButton}">Save</Button>
 
-             <Button Grid.Column="2" Style="{StaticResource FunctionButton}">Close</Button>
 
-         </Grid>
 
-     </Grid>
 
- </UserControl>
 
 
  |