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.
36 lines
2.8 KiB
36 lines
2.8 KiB
<ad:DocumentContent
|
|
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"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
mc:Ignorable="d" x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_MANUAL_MOVE"
|
|
Title="MANAGE_MANUAL_MOVE" Height="300" Width="820" >
|
|
|
|
<Grid Loaded="Grid_Loaded">
|
|
<Grid Grid.Row="0" Grid.Column="0" Loaded="Grid_Loaded">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="*"/>
|
|
</Grid.RowDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="*"/>
|
|
<ColumnDefinition Width="*"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Label Grid.Row="0" Grid.Column="0" Content="华友一期原料库下达搬运" Grid.ColumnSpan="2" Height="60" x:Name="South1" HorizontalAlignment="Center" Width="453" FontSize="40"/>
|
|
<Label Grid.Row="1" Grid.Column="0" Content="托盘条码" HorizontalContentAlignment="Center" FontSize="35" Height="50" x:Name="label5" Width="140"/>
|
|
<TextBox Grid.Row="1" Grid.Column="1" x:Name="txtbarcode" FontSize="35" Width="200" Height="50" />
|
|
<Label Grid.Row="2" Grid.Column="0" Content="起始位置" HorizontalContentAlignment="Center" FontSize="35" Height="50" x:Name="label3" Width="140"/>
|
|
<Label Grid.Row="3" Grid.Column="0" Content="终止位置" HorizontalContentAlignment="Center" FontSize="35" Height="50" x:Name="label4" Width="140" />
|
|
<Button Grid.Row="4" Grid.Column="1" x:Name="btnSave" FontSize="30" Height="50" Width="140" Click="btnSave_Click1" Content="下达任务"/>
|
|
<Button Grid.Row="4" Grid.Column="0" x:Name="btnRefresh" FontSize="30" Click="btnRefresh_Click" Height="50" Width="140" Content="刷新" />
|
|
<ComboBox Grid.Row="2" Grid.Column="1" x:Name="cmbStartPosition" FontSize="20" Width="200" Height="50" />
|
|
<ComboBox Grid.Row="3" Grid.Column="1" x:Name="cmbEndPosition" FontSize="20" Width="200" Height="50" />
|
|
<Label Grid.Row="5" Grid.Column="0" Content="注意:在下达搬运任务前观察起始位置是否有物!!!" Grid.ColumnSpan="2" FontWeight="Black" FontStyle="Italic" Height="60" x:Name="remark" HorizontalAlignment="Left" Width="753" FontSize="20"/>
|
|
</Grid>
|
|
</Grid>
|
|
</ad:DocumentContent>
|