|
|
|
|
<UserControl x:Class="Kingo.Plugin.AttributeMaintain.View.FrmCZCPatchwork"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
|
|
|
|
xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid"
|
|
|
|
|
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"
|
|
|
|
|
xmlns:btn="clr-namespace:KUI.Button;assembly=KUI"
|
|
|
|
|
xmlns:kui="clr-namespace:KUI;assembly=KUI"
|
|
|
|
|
mc:Ignorable="d"
|
|
|
|
|
d:DesignHeight="350" d:DesignWidth="800">
|
|
|
|
|
<Grid>
|
|
|
|
|
<dxlc:LayoutControl Orientation="Vertical">
|
|
|
|
|
<dxlc:LayoutGroup Orientation="Horizontal">
|
|
|
|
|
<dxlc:LayoutItem IsRequired="True" Label="" dxlc:LayoutControl.AllowHorizontalSizing="True" VerticalAlignment="Stretch" LabelPosition="Top">
|
|
|
|
|
<dxg:GridControl AutoPopulateColumns="False" Name="dgInto" AutoGenerateColumns="AddNew" AutoGeneratedColumns="DgInto_AutoGeneratedColumns" CustomColumnGroup="DgInto_CustomColumnGroup">
|
|
|
|
|
<dxg:GridControl.View>
|
|
|
|
|
<dxg:TableView Name="tvAttr2" ShowTotalSummary="False" ShowFilterPanelMode="Never" AllowPerPixelScrolling="False" ShowFixRowButton="Never" ShowFixedTotalSummary="False"
|
|
|
|
|
ShowSearchPanelMode="Never" AllowGrouping="True" MultiSelectMode="None" AllowBestFit="False" ShowGroupPanel="False" ShowAutoFilterRow="True" RowDoubleClick="TvAttr2_RowDoubleClick" AllowFilterEditor="False" />
|
|
|
|
|
</dxg:GridControl.View>
|
|
|
|
|
</dxg:GridControl>
|
|
|
|
|
</dxlc:LayoutItem>
|
|
|
|
|
<dxlc:LayoutItem Background="White" IsRequired="True" Label="城镇村等用地更新层:" VerticalAlignment="Stretch" MaxWidth="230" LabelPosition="Top">
|
|
|
|
|
<StackPanel>
|
|
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
|
|
<dxe:TextEdit x:Name="SArea" NullText="碎片图斑容限(默认30)" Width="150" MaxWidth="150" />
|
|
|
|
|
<btn:KImgButton x:Name="btnRefreshData" Content="刷新" Click="BtnRefreshData_Click" Margin="5,0" />
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<dxlc:LayoutItem IsRequired="True" Margin="5,10" Label="" LabelPosition="Left" LabelHorizontalAlignment="Right" Width="220" Height="27">
|
|
|
|
|
<CheckBox x:Name="cbIsMs" Content="小于30平图斑是否灭失" />
|
|
|
|
|
</dxlc:LayoutItem>
|
|
|
|
|
<dxlc:LayoutItem IsRequired="True" Margin="5,10" Label="" LabelPosition="Left" LabelHorizontalAlignment="Right" Width="220" Height="27">
|
|
|
|
|
<btn:KImgButton x:Name="btnMergeData" Content="修复" Click="btnMergeData_Click" />
|
|
|
|
|
</dxlc:LayoutItem>
|
|
|
|
|
<TextBlock Text="注:由于补充城镇村等用地空洞或与地类图斑之间的缝隙,造成的面积不足30平方米的新增村庄范围,应将其合并至周边城镇村等用地(周边城镇村等用地未变更的,应进行图形变更合并);其余情况可作为例外处理。" TextWrapping="Wrap" Width="200" Foreground="Red" Height="225" FontSize="18" Margin="15,0"></TextBlock>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</dxlc:LayoutItem>
|
|
|
|
|
</dxlc:LayoutGroup>
|
|
|
|
|
</dxlc:LayoutControl>
|
|
|
|
|
<kui:LoadingControl x:Name="loading" Visibility="Collapsed" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</UserControl>
|