终端一体化运控平台
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

28 rader
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>