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
1.5 KiB
19 lines
1.5 KiB
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_MOVE_STACK"
|
|
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_MOVE_STACK" Height="350" Width="900">
|
|
|
|
<Grid>
|
|
<Label Name="lbTitle" Width="300" Height="40" Margin="160,30,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="40">小料托盘回库</Label>
|
|
<Label Name="lbStock_barcode" Width="200" Height="40" Margin="160,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="30">托盘条码:</Label>
|
|
<Label Name="lb1" Width="150" Height="40" Margin="600,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></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>
|
|
<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 >
|