You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.5 KiB
XML

<Window x:Class="XGL.UControl.ordertj"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:XGL.UControl"
mc:Ignorable="d"
Title="订单转入" Height="450" Width="800" Loaded="Window_Loaded" WindowStartupLocation="CenterScreen">
<Grid Background="#213269">
<Label Content="内筒编码" FontSize="20" Foreground="White" Width="150" Height="50" Margin="-300,-200,0,0"></Label>
<TextBox x:Name="ydd" Width="300" Height="50" Margin="150,-220,0,0" IsReadOnly="True" FontSize="25"></TextBox>
<Label Content="可用转入数量" FontSize="20" Foreground="White" Width="150" Height="50" Margin="172,181,471.333,189.667"></Label>
<TextBox x:Name="ydd_ky" Width="300" Height="50" Margin="322,173,171.333,197.667" IsReadOnly="True" FontSize="25"></TextBox>
<Label Content="增加转入数量" FontSize="20" Foreground="White" Width="150" Height="50" Margin="172,267,471.333,103.667"></Label>
<TextBox x:Name="xdd" Width="300" Height="50" Margin="322,263,171.333,107.667" FontSize="25"></TextBox>
<Button Width="100" Height="50" Margin="297,329,396.333,41.667" Click="Button_Click_1">确定</Button>
<Button Width="100" Height="50" Margin="447,329,246.333,41.667" Click="Button_Click">取消</Button>
</Grid>
</Window>