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.
27 lines
1.6 KiB
27 lines
1.6 KiB
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.TASK.ManagePlanDown_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="ManagePlanDown_Out" Height="372" Width="508" Loaded="DocumentContent_Loaded">
|
|
<Grid >
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="*"></RowDefinition>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
<RowDefinition Height="*" ></RowDefinition>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
</Grid.RowDefinitions>
|
|
|
|
<uc:ucSplitPropertyGridTab x:Name="gridPlanList" Grid.Row="0"></uc:ucSplitPropertyGridTab>
|
|
|
|
<GridSplitter Height="2" HorizontalAlignment="Stretch" Grid.Row="1"></GridSplitter>
|
|
<uc:ucSplitPropertyGridTab x:Name="ucStorageGroup" Grid.Row="2"></uc:ucSplitPropertyGridTab>
|
|
<WrapPanel Grid.Row="3" Margin="3" HorizontalAlignment="Left" VerticalAlignment="Center" ButtonBase.Click="WrapPanel_Click">
|
|
<Button Name="btnQuery" Width="60" Margin="5,0">查询</Button>
|
|
<uc:ucManagePosition x:Name="ucManagePosition" Grid.Row="0"></uc:ucManagePosition>
|
|
<CheckBox Name="cbControl" Content="关联调度" VerticalAlignment="Center" Margin="5,0" IsChecked="True"></CheckBox>
|
|
<Button Name="btnConfirm" Width="60" Margin="5,0">下达任务</Button>
|
|
</WrapPanel>
|
|
</Grid>
|
|
|
|
</ad:DocumentContent>
|