年度变更建库软件5.0版本
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.
 
 

67 lines
4.5 KiB

<UserControl x:Class="Kingo.Plugin.General.View.UCHCFKYJ"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Kingo.Plugin.General.View"
mc:Ignorable="d"
d:DesignHeight="650" MaxHeight="650" d:DesignWidth="500" MaxWidth="500">
<Grid Background="White" HorizontalAlignment="Stretch" VerticalAlignment="Top" Height="650">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="120*"/>
<ColumnDefinition Width="300*"/>
</Grid.ColumnDefinitions>
<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" Grid.ColumnSpan="2">
<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" Orientation="Vertical" Padding="5" Grid.ColumnSpan="2">
<dxlc:LayoutItem Height="30" Label="审核结果:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtXjshjg" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="审核说明:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtXjshsm" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
</dxlc:LayoutControl>
<StackPanel Grid.Row="2" Background="#FFE0DFDF" Orientation="Horizontal" Grid.ColumnSpan="2">
<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="3" Orientation="Vertical" Padding="5" Grid.ColumnSpan="2">
<dxlc:LayoutItem Height="30" Label="审核结果:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtCjshjg" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="审核说明:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtCjshsm" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
</dxlc:LayoutControl>
<StackPanel Grid.Row="4" Background="#FFE0DFDF" Orientation="Horizontal" Grid.ColumnSpan="2">
<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="5" Grid.ColumnSpan="2" Orientation="Vertical" Padding="5">
<dxlc:LayoutItem Height="30" Label="审核结果:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtSjshjg" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="审核说明:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtSjshsm" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="审核时间:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtSjshsj" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="审核备注:" LabelHorizontalAlignment="Right">
<dxe:TextEdit x:Name="txtSjshbz" Height="25" Text="" IsReadOnly="True"/>
</dxlc:LayoutItem>
</dxlc:LayoutControl>
</Grid>
</UserControl>