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_IN_ZTP"
|
|
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_IN_ZTP" Height="350" Width="900">
|
|
|
|
<Grid>
|
|
<Label Name="lbStock_barcode" 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="tbStock_barcode" Width="300" Height="50" FontSize="30" Margin="300,26,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" KeyDown="tbStock_barcode_KeyDown"></TextBox>
|
|
<Label Name="lbQuantity" 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>
|
|
<TextBox Name="tbQuantity" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,100,0,0" HorizontalAlignment="Left" KeyDown="tbQuantity_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 >
|