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

43 lines
2.3 KiB

<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.TEMPLATE.MANAGE_TEMPLATE_OUT"
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_TEMPLATE_OUT" Height="372" Width="508" Loaded="DocumentContent_Loaded">
<Grid >
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
<RowDefinition Height="*" ></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<WrapPanel Grid.Row="0" HorizontalAlignment="Left" VerticalAlignment="Center">
<StackPanel Name="panelGoods" Orientation="Horizontal" Margin="5,5,5,5" >
<TextBlock Text="产品:" Margin="2" VerticalAlignment="Center" />
<ComboBox Name="cmbGoods" Margin="2,0,2,0" MinWidth="120" MinHeight="23" />
</StackPanel>
<StackPanel Name="panelTemplate" Orientation="Horizontal" Margin="{Binding ElementName=panelGoods,Path=Margin}">
<TextBlock Text="配盘方案:" Margin="2" VerticalAlignment="Center"></TextBlock>
<ComboBox Name="cmbTemplate" Margin="2,0,0,0" MinWidth="120" IsEditable="True" AllowDrop="True" IsTextSearchEnabled="True" StaysOpenOnEdit="True"></ComboBox>
</StackPanel>
</WrapPanel>
<uc:ucSplitPropertyGridTab Grid.Row="1" x:Name="gridTemplateList" ></uc:ucSplitPropertyGridTab>
<GridSplitter Grid.Row="2" Height="2" HorizontalAlignment="Stretch" ></GridSplitter>
<uc:ucSplitPropertyGridTab x:Name="ucStorageList" Grid.Row="3"></uc:ucSplitPropertyGridTab>
<WrapPanel Grid.Row="4" Margin="3" HorizontalAlignment="Left" VerticalAlignment="Center" ButtonBase.Click="WrapPanel_Click">
<uc:ucManagePosition x:Name="ucManagePosition" Grid.Row="0"></uc:ucManagePosition>
<Button Name="btnConfirm" Width="60">下达任务</Button>
<Button Name="btnQuery" Width="60" >查询</Button>
</WrapPanel>
</Grid>
</ad:DocumentContent>