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.
25 lines
1.4 KiB
25 lines
1.4 KiB
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_LINGYONG"
|
|
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_LINGYONG" Height="561" Width="500" Loaded="DocumentContent_Loaded">
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
<RowDefinition Height="*"></RowDefinition>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
</Grid.RowDefinitions>
|
|
<uc:ucSplitPropertyPanel Grid.Row="0" x:Name="ucSplitPanel" ></uc:ucSplitPropertyPanel>
|
|
<uc:ucQuickQuery x:Name="ucQuery" Grid.Row="1" MaxWidth="{Binding ElementName=ucTechPosition,Path=MaxWidth}"></uc:ucQuickQuery>
|
|
<!--<uc:ucDataGridRowGroupControl Grid.Row="2" x:Name="ucStorageGroup" ></uc:ucDataGridRowGroupControl>-->
|
|
<uc:ucSplitPropertyGridTab x:Name="ucStorageGroup" Grid.Row="2" ></uc:ucSplitPropertyGridTab>
|
|
|
|
<WrapPanel Margin="3" HorizontalAlignment="Left" VerticalAlignment="Center" Grid.Row="3" ButtonBase.Click="WrapPanel_Click">
|
|
<Button Name="btnHeGe" Width="60">合格</Button>
|
|
<Button Name="btnKeLingYong" Width="60" Margin="10,0,10,0">可领用</Button>
|
|
</WrapPanel>
|
|
</Grid>
|
|
|
|
</ad:DocumentContent>
|