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.
29 lines
1.7 KiB
29 lines
1.7 KiB
<UserControl x:Class="Kingo.Plugin.General.View.UCSJSHYJXX" |
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol" |
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
mc:Ignorable="d" |
|
d:DesignHeight="600" d:DesignWidth="800"> |
|
<Grid Background="White"> |
|
<ScrollViewer Grid.Row="0" Name="scrollViewer1" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"> |
|
<Grid> |
|
<Grid.RowDefinitions> |
|
<RowDefinition Height="35"/> |
|
<RowDefinition Height="Auto"/> |
|
<RowDefinition Height="35"/> |
|
<RowDefinition Height="Auto"/> |
|
<RowDefinition Height="35"/> |
|
<RowDefinition Height="Auto"/> |
|
</Grid.RowDefinitions> |
|
<StackPanel Grid.Row="0" Background="#FFE0DFDF" Orientation="Horizontal"> |
|
<Image Source="/Kingo.Plugin.General;component/Resources/test.png" VerticalAlignment="Top" Height="18" Width="30" Margin="5,9,5,0"/> |
|
<TextBlock VerticalAlignment="Center" Text="省级审核意见信息" FontWeight="Bold"></TextBlock> |
|
</StackPanel> |
|
<dxlc:LayoutControl Grid.Row="1" Name="LayoutControl" Orientation="Vertical"> |
|
</dxlc:LayoutControl> |
|
</Grid> |
|
</ScrollViewer> |
|
</Grid> |
|
</UserControl>
|
|
|