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.
31 lines
1.9 KiB
31 lines
1.9 KiB
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.MANAGE.MANAGE_PLAN_IN"
|
|
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_IN" Height="353" Width="620" Loaded="DocumentContent_Loaded">
|
|
|
|
|
|
<Grid Grid.Column="2">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="*"></RowDefinition>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
<!--<RowDefinition Height="*" ></RowDefinition>
|
|
<RowDefinition Height="Auto"></RowDefinition>-->
|
|
</Grid.RowDefinitions>
|
|
<!--<uc:ucManageInInput x:Name="ucManageIn" Grid.Row="0" U_CheckedDataGridRows="ucManageIn_U_CheckedDataGridRows"></uc:ucManageInInput>-->
|
|
<uc:ucSplitPropertyGridTab x:Name="gridPlanList" Grid.Row="0" ></uc:ucSplitPropertyGridTab>
|
|
<!--<GridSplitter Height="2" HorizontalAlignment="Stretch" Grid.Row="1"></GridSplitter>
|
|
<GroupBox Name="grpbManageList" Grid.Row="2" Header="组盘清单" Margin="1">
|
|
<uc:ucSplitPropertyGridTab x:Name="gridManageList"></uc:ucSplitPropertyGridTab>
|
|
</GroupBox>-->
|
|
|
|
<WrapPanel Grid.Row="1" HorizontalAlignment="Left" VerticalAlignment="Center" ButtonBase.Click="Button_Click">
|
|
<uc:ucManagePosition Grid.Row="3" x:Name="ucManagePosition" Margin="0,0,2,0" ></uc:ucManagePosition>
|
|
<CheckBox Name="rbRefresh" Width="100" VerticalAlignment="Center" Content="保留组盘信息"/>
|
|
<Button Name="btnSave" Width="70" Margin="5">保存</Button>
|
|
<Button Name="btnRefresh" Width="70" Margin="5">刷新</Button>
|
|
</WrapPanel>
|
|
</Grid>
|
|
|
|
</ad:DocumentContent >
|