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

18 lines
2.0 KiB

<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_PRINT"
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_PRINT" Height="550" Width="1400">
<Grid>
<Label Name="lbGoods_code" Width="200" Height="40" Margin="160,30,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="30">物料条码:</Label>
<TextBox Name="tbGoods_code" Width="800" Height="50" FontSize="30" Margin="300,30,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" KeyDown="tbGoods_code_KeyDown"></TextBox>
<Label Name="lbTop" Width="200" Height="40" FontSize="30" Margin="190,100,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">上边距:</Label>
<TextBox Name="tbTop" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,100,0,0" HorizontalAlignment="Left">1</TextBox>
<Label Name="lbLeft" Width="200" Height="40" FontSize="30" Margin="190,170,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">左边距:</Label>
<TextBox Name="tbLeft" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,170,0,0" HorizontalAlignment="Left">10</TextBox>
<Label Name="lbSize" Width="200" Height="40" FontSize="30" Margin="160,240,0,0" VerticalAlignment="Top" HorizontalAlignment="Left">放大倍数:</Label>
<TextBox Name="tbSize" Width="300" FontSize="30" Height="50" VerticalAlignment="Top" Margin="300,240,0,0" HorizontalAlignment="Left">1</TextBox>
<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 >