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.
30 lines
1.8 KiB
30 lines
1.8 KiB
<UserControl |
|
x:Class="Kingo.Plugin.YJJK.View.ViewZLHZ_TQ" |
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
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" |
|
mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" > |
|
<Grid Background="White"> |
|
<GroupBox Header="增量汇总" Grid.Row="0" Margin="8" Grid.ColumnSpan="3"> |
|
<Grid> |
|
<Grid.RowDefinitions> |
|
<RowDefinition Height="80"/> |
|
<RowDefinition Height="80" /> |
|
</Grid.RowDefinitions> |
|
<Grid.ColumnDefinitions> |
|
<ColumnDefinition Width="100"/> |
|
<ColumnDefinition /> |
|
<ColumnDefinition Width="50"/> |
|
</Grid.ColumnDefinitions> |
|
<Label Content="城镇村范围:" VerticalContentAlignment="Center" HorizontalContentAlignment="Right" /> |
|
<ComboBox Grid.Column="1" Height="30" VerticalContentAlignment="Center" SelectedIndex="0" x:Name="combCZCFW" IsEditable="False"> |
|
<ComboBoxItem Content="基础_城镇村等用地" /> |
|
</ComboBox> |
|
<btn:KImgButton Grid.Column="2" x:Name="btnSelectCZCLayer" Visibility="Collapsed" Height="30" VerticalContentAlignment="Center" Margin="10,0" Content="选 择" /> |
|
<Label Content="注:城镇村范围应选择使用国家统一下发的最新范围(根据年度变更规则生成变更一览表)" Foreground="Red" Margin="20,0,0,0" Grid.Row="1" Grid.ColumnSpan="3" /> |
|
</Grid> |
|
</GroupBox> |
|
</Grid> |
|
</UserControl> |