VceT1Control.xaml 1.4 KB

12345678910111213141516171819202122232425
  1. <UserControl x:Class="MECF.Framework.UI.Client.ClientControls.VceControls.VceT1Control"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:MECF.Framework.UI.Client.ClientControls.PMControls"
  7. xmlns:converter="clr-namespace:MECF.Framework.UI.Client.Ctrlib.Converter"
  8. mc:Ignorable="d"
  9. d:DesignHeight="150" d:DesignWidth="200">
  10. <Canvas Width="150" Height="150">
  11. <Image Source="pack://application:,,,/MECF.Framework.UI.Client;component/Resources/Vces/VceT1/VceLeft.png" Canvas.Left="11" Canvas.Top="11" >
  12. </Image>
  13. <!--<Image Source="pack://application:,,,/MECF.Framework.UI.Client;component/Resources/Vces/VceT1/VceRight.png" Canvas.Left="11" Canvas.Top="11" >
  14. </Image>-->
  15. <Image Name="foup" Source="pack://application:,,,/MECF.Framework.UI.Client;component/Resources/EFEM/foup.png" Canvas.Left="61" Canvas.Top="21" Height="78" Width="79" >
  16. <Image.RenderTransform >
  17. <RotateTransform Angle="30"/>
  18. </Image.RenderTransform>
  19. </Image>
  20. </Canvas>
  21. </UserControl>