1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <UserControl x:Class="Venus_Themes.UserControls.VenusSETM"
- 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:Venus_Themes.UserControls"
- mc:Ignorable="d"
- xmlns:converters="clr-namespace:Venus_Themes.Converters"
- d:DesignHeight="450" d:DesignWidth="800" Name="venusSetm">
- <Viewbox>
- <Canvas Width="200" Height="200">
- <!-- robot -->
- <Border BorderBrush="Gray" BorderThickness="2" Canvas.Top="20" Canvas.Left="20" CornerRadius="2">
- <Rectangle Height="200" Width="200" >
- <Rectangle.Fill>
- <LinearGradientBrush StartPoint="-1,0" EndPoint="0,-1">
- <GradientStop Color="Gray" Offset="0"></GradientStop>
- <GradientStop Color="LightGray" Offset=".2"></GradientStop>
- <GradientStop Color="White" Offset=".5"></GradientStop>
- <GradientStop Color="LightGray" Offset=".8"></GradientStop>
- <GradientStop Color="Gray" Offset="1"></GradientStop>
- </LinearGradientBrush>
- </Rectangle.Fill>
- </Rectangle>
- </Border>
-
- <!-- aligner1 -->
- <Viewbox Stretch="Uniform" Width="100" Height="100" Canvas.Left="222" Canvas.Top="75" Canvas.ZIndex="2">
- <Canvas UseLayoutRounding="False" Width="100" Height="100" HorizontalAlignment="Left" VerticalAlignment="Center">
- <Canvas.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="1,1">
- <GradientStop Color="Gray" Offset="0"></GradientStop>
- <GradientStop Color="White" Offset=".5"></GradientStop>
- <GradientStop Color="Gray" Offset="1"></GradientStop>
- </LinearGradientBrush>
- </Canvas.Background>
- <Canvas Width="72.522" Height="72.521" Canvas.Left="14" Canvas.Top="14">
- <Path Data="F1M10.473,65.041C10.473,85.068,26.708,101.302,46.734,101.302L46.734,101.302C66.761,101.302,82.995,85.068,82.995,65.041L82.995,65.041C82.995,45.015,66.761,28.781,46.734,28.781L46.734,28.781C26.708,28.781,10.473,45.015,10.473,65.041" Stretch="Fill" Width="72.522" Height="72.521" Canvas.Left="0" Canvas.Top="0">
- <Path.Fill>
- <RadialGradientBrush Center="0.5,0.5" RadiusX="0.5" RadiusY="0.5" GradientOrigin="0.5,0.5">
- <RadialGradientBrush.GradientStops>
- <GradientStop Color="#FFE5E2DF" Offset="0" />
- <GradientStop Color="#FFFFFFFF" Offset="0" />
- <GradientStop Color="#FFADAEB0" Offset="0.52" />
- <GradientStop Color="sc#1, 0.238698155, 0.250727534, 0.259264916" Offset="0.82" />
- <GradientStop Color="#FF454F52" Offset="1" />
- </RadialGradientBrush.GradientStops>
- </RadialGradientBrush>
- </Path.Fill>
- </Path>
- <Path Data="M46.8477,55.6938C52.0087,55.6938 56.1937,59.8788 56.1937,65.0398 56.1937,70.2008 52.0087,74.3858 46.8477,74.3858 41.6857,74.3858 37.5007,70.2008 37.5007,65.0398 37.5007,59.8788 41.6857,55.6938 46.8477,55.6938z" Stretch="Fill" Stroke="White" StrokeThickness="0.25" Width="18.943" Height="18.942" Canvas.Left="26.903" Canvas.Top="26.788" />
- </Canvas>
- <Canvas Width="5.857" Height="5.855" Canvas.Left="48" Canvas.Top="48">
- <Path Data="M46.8477,62.1133C48.4637,62.1133 49.7757,63.4243 49.7757,65.0413 49.7757,66.6583 48.4637,67.9683 46.8477,67.9683 45.2307,67.9683 43.9187,66.6583 43.9187,65.0413 43.9187,63.4243 45.2307,62.1133 46.8477,62.1133z" Stretch="Fill" Fill="LightBlue" Stroke="#FF4C4C4C" StrokeThickness="0.25" Width="6.107" Height="6.105" Canvas.Left="-0.125" Canvas.Top="-0.125" />
- </Canvas>
- <Canvas Width="56.555" Height="56.556" Canvas.Left="23" Canvas.Top="23">
- <Path Data="M46.8477,46.3472C57.1717,46.3472 65.5407,54.7172 65.5407,65.0412 65.5407,75.3652 57.1717,83.7342 46.8477,83.7342 36.5227,83.7342 28.1537,75.3652 28.1537,65.0412 28.1537,54.7172 36.5227,46.3472 46.8477,46.3472z" Stretch="Fill" Stroke="White" StrokeThickness="0.25" Width="37.637" Height="37.637" Canvas.Left="9.459" Canvas.Top="9.46" />
- <Path Data="M46.8477,36.8872C62.3957,36.8872 74.9997,49.4912 74.9997,65.0402 74.9997,80.5882 62.3957,93.1932 46.8477,93.1932 31.2987,93.1932 18.6947,80.5882 18.6947,65.0402 18.6947,49.4912 31.2987,36.8872 46.8477,36.8872z" Stretch="Fill" Stroke="White" StrokeThickness="0.25" Width="56.555" Height="56.556" />
- </Canvas>
- </Canvas>
- </Viewbox>
- <Viewbox Width="70" Height="70" Canvas.Left="237" Canvas.Top="90">
- <local:WaferCtrl WaferData="{Binding ElementName=efem, Path=Aligner1Wafer}"/>
- </Viewbox>
- <!-- 过道 -->
- <Border Canvas.Top="223" Canvas.Left="29" BorderBrush="Gray" BorderThickness="3" CornerRadius="0,0,5,5" Opacity=".5">
- <Canvas Width="180" Height="80" HorizontalAlignment="Left" VerticalAlignment="Center" Panel.ZIndex="2">
- <Canvas.Background>
- <LinearGradientBrush StartPoint="1,1" EndPoint="0,0">
- <GradientStop Color="Gray" Offset="0"></GradientStop>
- <GradientStop Color="LightGray" Offset=".2"></GradientStop>
- <GradientStop Color="White" Offset=".5"></GradientStop>
- <GradientStop Color="LightGray" Offset=".8"></GradientStop>
- <GradientStop Color="Gray" Offset="1"></GradientStop>
- </LinearGradientBrush>
- </Canvas.Background>
- </Canvas>
- </Border>
- </Canvas>
- </Viewbox>
- </UserControl>
|