巨石化纤
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.

15 lines
759 B

<ad:DocumentContent x:Class="SSWMS.Client.STATUS_FLOW_ACTION"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:uc="clr-namespace:SSWMS.Client.UC"
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
Title="STATUS_FLOW_ACTION">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<uc:ucTopParentBottomChild Grid.Row="0" x:Name="dgParentChild"></uc:ucTopParentBottomChild>
<uc:ucStatusFlowActionsPanel Grid.Row="1" x:Name="pStatusFlowActions"></uc:ucStatusFlowActionsPanel>
</Grid>
</ad:DocumentContent>