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

32 lines
1.6 KiB

<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.FLOW_ACTION.MANAGE_ACTION"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:uc="clr-namespace:SiaSun.LMS.WPFClient.UC"
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
Title="MANAGE_ACTION" Height="384" Width="477" 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>
<uc:ucQuickQuery x:Name="ucQueryManage" Margin="1,1,1,3" Grid.Row="0" BorderBrush="Black"></uc:ucQuickQuery>
<GroupBox Margin="1,5,1,1" Header="输送任务-请选中任务记录" Grid.Row="1">
<uc:ucCommonDataGrid x:Name="gridManage" Margin="1,2,1,1" ></uc:ucCommonDataGrid>
</GroupBox>
<GridSplitter Grid.Row="2" Height="2" HorizontalAlignment="Stretch" ></GridSplitter>
<GroupBox Margin="1,5,1,1" Header="输送任务清单" Grid.Row="3">
<uc:ucSplitPropertyGridTab x:Name="gridManageList" Margin="1"></uc:ucSplitPropertyGridTab>
</GroupBox>
<GroupBox Grid.Row="4" Header="操作区-请根据流程点击操作按钮" Margin="1,5,1,1" >
<uc:ucStatusFlowActionsPanel x:Name="ucFlowManageAction" ></uc:ucStatusFlowActionsPanel>
</GroupBox>
</Grid>
</ad:DocumentContent>