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

82 lines
6.4 KiB

<UserControl x:Class="Kingo.Plugin.General.View.UCGJSHYJ"
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: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:LayoutItem Height="30" Label="图斑标识码:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.TBBSM}" />
</dxlc:LayoutItem>
<dxlc:LayoutGroup Orientation="Horizontal">
<dxlc:LayoutItem Height="30" Label="最终核查结果类型:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.ZZHCJGLX}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="照片类型:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.ZPLX}" />
</dxlc:LayoutItem>
</dxlc:LayoutGroup>
<dxlc:LayoutGroup Orientation="Horizontal">
<dxlc:LayoutItem Height="30" Label="核查图斑类型:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.HCTBLX}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="核查审核类型:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.HCSHLX}" />
</dxlc:LayoutItem>
</dxlc:LayoutGroup>
<dxlc:LayoutItem Height="30" Label="地类核查结果:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.DLHCJG}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="地类核查结果说明:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.DLHCJGSM}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="地类核查结果类型:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.DLHCJGLX}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="属性核查结果:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.SXHCJG}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="属性核查结果说明:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.SXHCJGSM}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="属性核查结果类型:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.SXHCJGLX}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="其他核查结果:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.QTHCJG}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="其他核查结果说明:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.QTHCJGSM}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="其他核查结果类型:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.QTHCJGLX}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="30" Label="照片合理性:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="27" IsReadOnly="True" Text="{Binding GJReturnComments.ZPHLX}" />
</dxlc:LayoutItem>
<dxlc:LayoutItem Height="55" Label="备注:" LabelHorizontalAlignment="Right">
<dxe:TextEdit Height="50" Margin="1,2,0,2" TextWrapping="Wrap" VerticalContentAlignment="Top" AcceptsReturn="True" IsReadOnly="True" VerticalScrollBarVisibility="Visible" MaxHeight="100" VerticalAlignment="Top" HorizontalAlignment="Stretch" HorizontalScrollBarVisibility="Auto" Text="{Binding GJReturnComments.BZ}" />
</dxlc:LayoutItem>
</dxlc:LayoutControl>
</Grid>
</ScrollViewer>
</Grid>
</UserControl>