김세진
2023-05-24 96dcdafebaeaafbe7fcc4aa678b9ebe0c1138239
SA_LTT_UI/SA_LTT_UI/Screen/AnimationEquipment.xaml
@@ -4,15 +4,15 @@
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:local="clr-namespace:SA_LTT_UI.Screen"
             mc:Ignorable="d" Height="407" Width="726">
             mc:Ignorable="d" Height="407" Width="735">
    <Canvas Name="MainFrame" Background="#E4E4E5">
        <Canvas Height="407" Canvas.Left="200" Width="525" >
            <Image x:Name="Status_PMC_Complete" Source="/Resources/Wafer_Legend/Wafer_Legend_Complete.png" Width="525" Canvas.Left="1"  Visibility="Visible"/>
            <Image x:Name="Status_PMC_Empty" Source="/Resources/Wafer_Legend/Wafer_Legend_Empty.png" Width="525" Canvas.Left="1"   Visibility="Collapsed"/>
            <Image x:Name="Status_PMC_Exist" Source="/Resources/Wafer_Legend/Wafer_Legend_Exist.png" Width="525" Canvas.Left="1"  Visibility="Collapsed"/>
            <Image x:Name="Status_PMC_Leaning" Source="/Resources/Wafer_Legend/Wafer_Legend_Leaning.png" Width="525" Canvas.Left="1"  Visibility="Collapsed"/>
            <Image x:Name="Status_PMC_NotInit" Source="/Resources/Wafer_Legend/Wafer_Legend_Overlap.png" Width="525" Canvas.Left="1"  Visibility="Collapsed"/>
        <Canvas Height="407" Canvas.Left="210" Width="511" >
            <Image x:Name="Status_PMC_Complete" Source="/Resources/Wafer_Legend/Wafer_Legend_Complete.png" Width="525"  Visibility="Visible"/>
            <Image x:Name="Status_PMC_Empty" Source="/Resources/Wafer_Legend/Wafer_Legend_Empty.png" Width="525"   Visibility="Collapsed"/>
            <Image x:Name="Status_PMC_Exist" Source="/Resources/Wafer_Legend/Wafer_Legend_Exist.png" Width="525"  Visibility="Collapsed"/>
            <Image x:Name="Status_PMC_Leaning" Source="/Resources/Wafer_Legend/Wafer_Legend_Leaning.png" Width="525"   Visibility="Collapsed"/>
            <Image x:Name="Status_PMC_NotInit" Source="/Resources/Wafer_Legend/Wafer_Legend_Overlap.png" Width="525"   Visibility="Collapsed"/>
        </Canvas>
        <Grid Background="#E4E4E5" Width="200" Height="67" VerticalAlignment="Top" HorizontalAlignment="Left" >
@@ -27,9 +27,9 @@
            </Border>
        </Grid>
        <Canvas Height="14" Canvas.Left="230" Canvas.Top="197" Width="466" VerticalAlignment="Center">
        <Canvas Height="14" Canvas.Left="244" Canvas.Top="182" Width="457" VerticalAlignment="Center">
            <TextBlock Text="X : mm" FontSize="12" Margin="0,20,0,0" FontFamily="Roboto"/>
            <Border Background="Silver" Height="14"  Width="466" VerticalAlignment="Center" BorderBrush="Black" BorderThickness="2" CornerRadius="7">
            <Border Background="Silver" Height="14"  Width="457" VerticalAlignment="Center" BorderBrush="Black" BorderThickness="2" CornerRadius="7">
                <StackPanel Orientation="Horizontal" Margin="5,0,0,0">
                    <Ellipse Fill="Black" Height="8" Width="8" Margin="35,0,0,0" VerticalAlignment="Center"/>
                    <Ellipse Fill="Black" Height="8" Width="8" Margin="40,0" VerticalAlignment="Center"/>
@@ -42,7 +42,7 @@
                   
                </StackPanel>
            </Border>
            <Canvas x:Name="Motor_Y" Height="346" Canvas.Left="409" Canvas.Top="-165" Width="14">
            <Canvas x:Name="Motor_Y" Height="346" Canvas.Left="409" Canvas.Top="-153" Width="14">
                <Canvas>
                    <TextBlock Text="Y : mm" Margin="23,0,0,0" FontFamily="Roboto"/>
                    <Border  Height="345" Width="14" BorderBrush="Black" Background="Silver" BorderThickness="2" CornerRadius="7" Canvas.Top="1">
@@ -58,12 +58,14 @@
                    </Border>
                </Canvas>
                <Canvas x:Name="Chamber" Height="100" Canvas.Left="-43" Canvas.Bottom="0" Width="100" Canvas.Top="246" RenderTransformOrigin="0.545,0.503" Cursor="Hand">
                <Canvas x:Name="Chamber" Height="100" Canvas.Left="-43" Canvas.Bottom="0" Width="100" Canvas.Top="252" RenderTransformOrigin="0.545,0.503" Cursor="Hand">
                    <Canvas.Background>
                        <ImageBrush ImageSource="../Resources/Chamber_SA.png"/>
                    </Canvas.Background>
                    <!--door-->
                    <Rectangle x:Name="ChamberGate" Fill="Black" Height="72" Width="14" Canvas.Left="-14" Canvas.Top="14" Visibility="Visible"/>
                    <Rectangle x:Name="ChamberGate" Fill="Black" Height="72" Width="10" Canvas.Left="-10" Canvas.Top="14" Visibility="Visible"/>
                    <Rectangle Fill="White" Height="72" Width="10" Canvas.Left="-10" Canvas.Top="14" Visibility="Collapsed"/>
                    <Canvas x:Name="ChamberWafer" Height="71" Width="71" Canvas.Top="14" RenderTransformOrigin="0.5,0.5" Canvas.Left="15">
                        <Ellipse x:Name="ChamberWaferStatus" Fill="#00D1DF" Height="71" Stroke="Black" Width="71"/>
                        <TextBlock x:Name="ChamberWaferSourceName" Canvas.Left="24" TextWrapping="Wrap" Text="A1" Canvas.Top="24" Height="30" TextAlignment="Center" FontSize="20" FontFamily="Roboto" FontWeight="Bold" LineHeight="22" RenderTransformOrigin="-0.714,0.367"/>
@@ -89,7 +91,8 @@
            <Image x:Name="Status_TMC_Leaning" Source="../Resources/Wafer_Legend/Wafer_Legend_Leaning2.png"  Visibility="Collapsed" Width="310" Height="462" />
            <Image x:Name="Status_TMC_Overlap" Source="../Resources/Wafer_Legend/Wafer_Legend_Overlap2.png" Visibility="Collapsed" Width="310" Height="462" />
            <!--door-->
            <Rectangle Height="120" Width="14" Fill="Black" Canvas.Left="186" Canvas.Top="76" Visibility="Visible"/>
            <Rectangle Height="160" Width="10" Fill="Black" Canvas.Left="200" Canvas.Top="40" Visibility="Visible"/>
            <Rectangle Height="160" Width="10" Fill="White" Canvas.Left="200" Canvas.Top="40" Visibility="Collapsed"/>
        </Canvas>