终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
975 B

  1. <UserControl
  2. x:Class="BPASmartClient.CustomResource.UserControls.MotorBottle"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:BPASmartClient.CustomResource.UserControls"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. d:DesignHeight="500"
  9. d:DesignWidth="700"
  10. mc:Ignorable="d">
  11. <Grid>
  12. <Viewbox>
  13. <Canvas Width="700" Height="500">
  14. <local:Bottle
  15. Canvas.Left="608"
  16. Canvas.Top="-11"
  17. Width="84"
  18. Height="298" />
  19. <local:DosingSystem
  20. Height="336"
  21. Margin="-75,202,-75,0"
  22. VerticalAlignment="Top" />
  23. </Canvas>
  24. </Viewbox>
  25. </Grid>
  26. </UserControl>