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.
108 lines
8.3 KiB
108 lines
8.3 KiB
<windows:BaseWindow x:Class="Kingo.Plugin.BGSetting.Views.UCOpenSystemSet" |
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
xmlns:local="clr-namespace:Kingo.Plugin.SystemSetting.View.ViewSystemSetting" |
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol" |
|
mc:Ignorable="d" ResizeMode="CanResize" Loaded="BaseWindow_Loaded" |
|
xmlns:btn="clr-namespace:KUI.Button;assembly=KUI" |
|
xmlns:windows="clr-namespace:KGIS.Framework.Utils;assembly=KGIS.Framework.Utils" |
|
xmlns:local1="clr-namespace:Kingo.Plugin.BGSetting.View.ViewSystemSetting" |
|
Width="850" Height="520" WindowStartupLocation="CenterScreen" Title="系统设置" |
|
d:DesignHeight="550" d:DesignWidth="870"> |
|
<Grid Background="White"> |
|
<Grid.RowDefinitions> |
|
<RowDefinition /> |
|
<RowDefinition Height="50" /> |
|
</Grid.RowDefinitions> |
|
<TabControl TabStripPlacement="Left" Name="tabControl"> |
|
<TabItem Header="数据加载" Height="35" Name="SJJZ"> |
|
<local:ViewBGSetting x:Name="ViewBGSetting" DataContext="{Binding SystemCfg.JcLayerLoadCfg}" Background="White" /> |
|
</TabItem> |
|
<TabItem Header="外业信息" Height="35" VerticalAlignment="Top" Name="WYXX"> |
|
<local:ViewWYInfoSetting x:Name="ViewWYInfoSetting" Background="White" DataContext="{Binding SystemCfg.WYZPSetCfg}" /> |
|
</TabItem> |
|
<TabItem Header="图层字段配置" Height="35" Name="TCZDPZ"> |
|
<local:ViewLayterAttributeSetting x:Name="ViewLayterAttributeSetting" DataContext="{Binding SystemCfg.JcLayerLoadCfg}" Background="White"/> |
|
</TabItem> |
|
<TabItem Header="变更图斑检查规则" Height="35" Name="BGTBJC"> |
|
<local:ViewBGRuleSetting x:Name="ViewBGRuleSetting" Background="White"/> |
|
</TabItem> |
|
<TabItem Header="增量图斑检查规则" Height="35" Name="ZLTBJC"> |
|
<local:ViewZLRuleSetting x:Name="ViewZLRuleSetting" Background="White"/> |
|
</TabItem> |
|
<TabItem Header="单图斑质检规则" Height="35" Name="DTBZJSet"> |
|
<local:ViewRuleSetting x:Name="viewRuleSetting" Background="White"/> |
|
</TabItem> |
|
<TabItem Header="图层配置" Height="35"> |
|
<local:ViewLayerCfgSetting x:Name="ViewLayerCfgSetting" DataContext="{Binding SystemCfg}" Background="White"/> |
|
</TabItem> |
|
<TabItem Header="属性页面配置" Height="35" Name="AttributeShow"> |
|
<local1:ViewAttributeShowSetting x:Name="ViewAttributeShowSetting" Background="White"/> |
|
</TabItem> |
|
<TabItem Header="授权管理" Height="35"> |
|
<local:ViewAuthoriza x:Name="ViewAuthoriza" Background="White"/> |
|
</TabItem> |
|
<TabItem Header="县级控制面积设置" Height="35" Background="White" Name="XJKZMJ"> |
|
<dxlc:LayoutGroup x:Name="CtrlKZMJ" Orientation="Vertical" Grid.Column="1" Background="White"> |
|
<dxlc:LayoutItem Label="调整前控制面积:" Grid.Row="0" VerticalAlignment="Top" Margin="22,0" LabelPosition="Top"> |
|
<dxlc:LayoutGroup Orientation="Vertical" Grid.Column="1" Margin="20,0,0,0"> |
|
<dxlc:LayoutGroup Orientation="Horizontal" Grid.Column="1"> |
|
<dxlc:LayoutItem Label="陆地调查面积:"> |
|
<TextBox Margin="0,3" Text="{Binding TZQ_LDMJ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Height="27" VerticalContentAlignment="Center" Grid.Column="1"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="平方米 "> |
|
<TextBox Text="{Binding TZQ_LDMJ_GQ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Margin="0,3" Height="27" VerticalContentAlignment="Center" Grid.Column="5"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="公顷 " Height="30" MaxWidth="35"> |
|
</dxlc:LayoutItem> |
|
</dxlc:LayoutGroup> |
|
<dxlc:LayoutGroup Orientation="Horizontal" Grid.Column="1"> |
|
<dxlc:LayoutItem Label="海岛调查面积:"> |
|
<TextBox Text="{Binding TZQ_HDMJ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Margin="0,3" Height="27" VerticalContentAlignment="Center" Grid.Column="3"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="平方米 "> |
|
<TextBox Text="{Binding TZQ_HDMJ_GQ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Margin="0,3" Height="27" VerticalContentAlignment="Center" Grid.Column="7"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="公顷 " Height="30" MaxWidth="35"> |
|
</dxlc:LayoutItem> |
|
</dxlc:LayoutGroup> |
|
</dxlc:LayoutGroup> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="调整后控制面积:" Grid.Row="0" VerticalAlignment="Top" Margin="22,8" LabelPosition="Top"> |
|
<dxlc:LayoutGroup Orientation="Vertical" Grid.Column="1" Margin="20,0,0,0"> |
|
<dxlc:LayoutGroup Orientation="Horizontal" Grid.Column="1"> |
|
<dxlc:LayoutItem Label="陆地调查面积:"> |
|
<TextBox Text="{Binding TZH_LDMJ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Margin="0,3" Height="27" VerticalContentAlignment="Center" Grid.Column="1"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="平方米 "> |
|
<TextBox Text="{Binding TZH_LDMJ_GQ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Margin="0,3" Height="27" VerticalContentAlignment="Center" Grid.Column="5"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="公顷 " Height="30" MaxWidth="35"> |
|
</dxlc:LayoutItem> |
|
</dxlc:LayoutGroup> |
|
<dxlc:LayoutGroup Orientation="Horizontal" Grid.Column="1"> |
|
<dxlc:LayoutItem Label="海岛调查面积:"> |
|
<TextBox Text="{Binding TZH_HDMJ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Margin="0,3" Height="27" VerticalContentAlignment="Center" Grid.Column="3"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="平方米 "> |
|
<TextBox Text="{Binding TZH_HDMJ_GQ,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Margin="0,3" Height="27" VerticalContentAlignment="Center" Grid.Column="7"/> |
|
</dxlc:LayoutItem> |
|
<dxlc:LayoutItem Label="公顷 " Height="30" MaxWidth="35"> |
|
</dxlc:LayoutItem> |
|
</dxlc:LayoutGroup> |
|
</dxlc:LayoutGroup> |
|
</dxlc:LayoutItem> |
|
</dxlc:LayoutGroup> |
|
</TabItem> |
|
</TabControl> |
|
<Grid Grid.Row="1" Background="#FFF0F0F0"> |
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center"> |
|
<btn:KImgButton x:Name="btnOK" Content="确 定" Width="80" Height="32" CornerRadius="3" Margin="5,0" Foreground="White" Click="btnOK_Click" /> |
|
<btn:KImgButton x:Name="btnSave" Content="保 存" Width="80" Height="32" CornerRadius="3" Margin="5,0" Foreground="White" Click="btnSave_Click" /> |
|
<btn:KImgButton x:Name="btnCancel" Content="关 闭" Width="80" Height="32" CornerRadius="3" Margin="5,0" Foreground="White" Click="btnCancel_Click" /> |
|
</StackPanel> |
|
</Grid> |
|
</Grid> |
|
</windows:BaseWindow>
|
|
|