StationH.xaml
1.27 KB
<UserControl x:Class="HHECS.Controls.StationH"
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:HHECS.Controls"
mc:Ignorable="d" Height="112.934" Width="199.466" >
<Grid >
<Viewbox Stretch=" fill">
<Canvas Height="112.934" Width="199.466">
<Canvas.Background>
<!--<ImageBrush ImageSource="pack://application:,,,/Content/Device/pBSTA_H.Image.jpg"/>-->
<SolidColorBrush Color="Aqua"/>
</Canvas.Background>
<Rectangle x:Name="r_status" Fill="#FFF4F4F5" Height="77" Canvas.Left="156" Stroke="Black" Canvas.Top="18" Width="24" StrokeThickness="0" />
<Label x:Name="lab_To" Content="目的地址" Canvas.Left="33" Canvas.Top="22" FontSize="20" Foreground="Blue"/>
<Label x:Name="lab_pallet" Content="托盘号" Canvas.Left="33" Canvas.Top="58" FontSize="20" Foreground="Green"/>
</Canvas>
</Viewbox>
</Grid>
</UserControl>