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.
17 lines
1012 B
17 lines
1012 B
<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.SYS.SYS_USER"
|
|
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="DataGridWindow" Height="300" Width="300" Loaded="DocumentContent_Loaded">
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
<RowDefinition Height="Auto"></RowDefinition>
|
|
<RowDefinition Height="*"></RowDefinition>
|
|
</Grid.RowDefinitions>
|
|
<uc:ucQuickQuery x:Name="ucQKQuery" Margin="2,5,2,5" Grid.Row="0"></uc:ucQuickQuery>
|
|
<TextBlock Text="新增用户默认密码为123456,请登录系统后更改密码" Grid.Row="1" Margin="2" />
|
|
<uc:ucCommonDataGrid x:Name="gridQuery" Grid.Row="2" Margin="2"></uc:ucCommonDataGrid>
|
|
</Grid>
|
|
</ad:DocumentContent>
|