宜昌华友原料库管理软件
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.

19 lines
2.3 KiB

<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_IN_LOCAL"
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"
Title="MANAGE_IN_LOCAL" Height="450" Width="1200">
<Grid>
<!--<Label Name="lbDeviceCode" Width="200" Height="40" FontSize="30" Margin="160,30,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">入库站台:</Label>-->
<!--<ComboBox Name="cbDeviceCode" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,30,0,0" HorizontalAlignment="Left"></ComboBox>-->
<!--<TextBox Name="tbDeviceCode" Width="300" Height="50" FontSize="30" Margin="300,30,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" KeyDown="tbDeviceCode_KeyDown"></TextBox>-->
<Label Name="lbStock_barcode" Width="200" Height="40" Margin="160,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="30">托盘条码:</Label>
<TextBox Name="tbStock_barcode" Width="300" Height="50" FontSize="30" Margin="300,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" KeyDown="tbStock_barcode_KeyDown"></TextBox>
<Label Name="lbGoods_code" Width="200" Height="40" FontSize="30" Margin="160,170,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">物料条码:</Label>
<TextBox Name="tbGoods_code" Width="800" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,170,0,0" HorizontalAlignment="Left" KeyDown="tbGoods_code_KeyDown"></TextBox>
<Label Name="lbDongjie" Width="200" Height="40" FontSize="30" Margin="160,240,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">状态:</Label>
<ComboBox Name="cbDongjie" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,240,0,0" HorizontalAlignment="Left" IsEnabled="False"></ComboBox>
<Button Name="btnSave" Content="保 存" Width="200" FontSize="30" Click="BtnSave_Click" Height="40" Margin="160,340,0,0" VerticalAlignment="Top" HorizontalAlignment="Left"></Button>
<Button Name="btnClear" Content="清 除" Width="200" FontSize="30" Click="BtnClear_Click" Height="40" Margin="400,340,0,0" VerticalAlignment="Top" HorizontalAlignment="Left"></Button>
</Grid>
</ad:DocumentContent >