|
- <UserControl
- x:Class="BPASmartClient.CustomResource.UserControls.MotorBottle"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:BPASmartClient.CustomResource.UserControls"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- d:DesignHeight="500"
- d:DesignWidth="700"
- mc:Ignorable="d">
- <Grid>
- <Viewbox>
- <Canvas Width="700" Height="500">
- <local:Bottle
- Canvas.Left="608"
- Canvas.Top="-11"
- Width="84"
- Height="298" />
- <local:DosingSystem
- Height="336"
- Margin="-75,202,-75,0"
- VerticalAlignment="Top" />
- </Canvas>
- </Viewbox>
-
- </Grid>
- </UserControl>
|