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.
21 lines
1.8 KiB
21 lines
1.8 KiB
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_AGV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
|
|
xmlns:uc="clr-namespace:SiaSun.LMS.WPFClient.UC"
|
|
Title="MANAGE_AGV" Height="350" Width="900">
|
|
|
|
<Grid>
|
|
<!--<Label Name="lbGoodsCode" Width="200" Height="40" Margin="160,26,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="30">物料条码:</Label>
|
|
<Label Name="lb1" Width="150" Height="40" Margin="600,26,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></Label>
|
|
<TextBox Name="tbGoods_code" Width="300" Height="50" FontSize="30" Margin="300,26,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" KeyUp="TbStock_barcode_KeyUp"></TextBox>-->
|
|
<Label Name="lbCell_code" Width="200" Height="40" FontSize="30" Margin="160,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">站台编码:</Label>
|
|
<Label Name="lb2" Width="150" Height="40" Margin="600,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></Label>
|
|
<ComboBox Name="cbbCell_code" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,100,0,0" HorizontalAlignment="Left" KeyUp="TbGoods_code_KeyUp"></ComboBox>
|
|
<Button Name="btnSave" Content="下 达" Width="200" FontSize="30" Click="BtnSave_Click" Height="40" Margin="160,200,0,0" VerticalAlignment="Top" HorizontalAlignment="Left"></Button>
|
|
<Button Name="btnClear" Content="清 除" Width="200" FontSize="30" Click="BtnClear_Click" Height="40" Margin="400,200,0,0" VerticalAlignment="Top" HorizontalAlignment="Left"></Button>
|
|
</Grid>
|
|
|
|
|
|
|
|
</ad:DocumentContent >
|