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.1 KiB
25 lines
1.1 KiB
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.PRO.PRO_MANAGE"
|
|
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="PRO_MANAGE" Height="218" Width="300" Loaded="DocumentContent_Loaded">
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="Auto"></ColumnDefinition>
|
|
<ColumnDefinition Width="*"></ColumnDefinition>
|
|
</Grid.ColumnDefinitions>
|
|
<GroupBox Grid.Column="0" Header="功能菜单">
|
|
<Border ButtonBase.Click="Border_Click" Background="{StaticResource PanelBackBrush}">
|
|
<StackPanel Name="panelMenu">
|
|
</StackPanel>
|
|
</Border>
|
|
</GroupBox>
|
|
|
|
<GroupBox Name="grpManage" Grid.Column="1" Header="操作区" Tag=" {0}-操作区" Style="{StaticResource styleDefaultGroupBox}">
|
|
<Grid Name="gdManage" Margin="10">
|
|
|
|
</Grid>
|
|
</GroupBox>
|
|
</Grid>
|
|
</ad:DocumentContent>
|