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.
29 lines
3.2 KiB
29 lines
3.2 KiB
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_IN_LOCAL_XIAOLIAO"
|
|
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_LOCAL_XIAOLIAO" Height="550" Width="1400">
|
|
|
|
<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="lbGoods_code" Width="200" Height="40" FontSize="30" Margin="140,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">物料条码1:</Label>
|
|
<Label Name="lb2" Width="150" Height="40" Margin="600,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></Label>
|
|
<TextBox Name="tbGoods_code" Width="800" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,100,0,0" HorizontalAlignment="Left" KeyDown="tbGoods_code_KeyDown"></TextBox>
|
|
<Label Name="lbErrorGoods_code" Width="150" Height="40" Margin="1120,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></Label>
|
|
<Label Name="lbGoods_code2" Width="200" Height="40" FontSize="30" Margin="140,170,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">物料条码2:</Label>
|
|
<Label Name="lb22" Width="150" Height="40" Margin="600,170,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></Label>
|
|
<TextBox Name="tbGoods_code2" Width="800" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,170,0,0" HorizontalAlignment="Left" KeyDown="tbGoods_code2_KeyDown"></TextBox>
|
|
<Label Name="lbErrorGoods_code2" Width="150" Height="40" Margin="1120,170,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></Label>
|
|
<Label Name="lbXianBie" Width="200" Height="40" FontSize="30" Margin="210,240,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">线别:</Label>
|
|
<Label Name="lb3" Width="150" Height="40" Margin="600,240,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="20" Foreground="Red"></Label>
|
|
<ComboBox Name="cbXianBie" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,240,0,0" HorizontalAlignment="Left"></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 >
|