|
|
|
|
<UserControl x:Class="Kingo.Plugin.MapView.Views.LookPhoto.UCLookPhoto"
|
|
|
|
|
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:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:local="clr-namespace:Kingo.Plugin.MapView.Views.LookPhoto"
|
|
|
|
|
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
|
|
|
|
|
xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol"
|
|
|
|
|
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
|
|
|
|
xmlns:imageView="clr-namespace:Kingo.ImageView;assembly=Kingo.ImageView"
|
|
|
|
|
xmlns:kui="clr-namespace:KUI;assembly=KUI"
|
|
|
|
|
mc:Ignorable="d"
|
|
|
|
|
d:DesignHeight="700" d:DesignWidth="500">
|
|
|
|
|
<UserControl.Resources>
|
|
|
|
|
<ControlTemplate x:Key="ScrollViewerControlTemplate" TargetType="{x:Type ScrollViewer}">
|
|
|
|
|
<Grid x:Name="Grid" Background="{TemplateBinding Background}">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<ScrollContentPresenter x:Name="PART_ScrollContentPresenter" CanContentScroll="{TemplateBinding CanContentScroll}" CanHorizontallyScroll="False" CanVerticallyScroll="False" ContentTemplate="{TemplateBinding ContentTemplate}" Content="{TemplateBinding Content}" Grid.Column="0" Margin="{TemplateBinding Padding}" />
|
|
|
|
|
<ScrollBar x:Name="PART_VerticalScrollBar" AutomationProperties.AutomationId="VerticalScrollBar" Cursor="Arrow" Grid.Column="1" Maximum="{TemplateBinding ScrollableHeight}" Minimum="0" Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}" Value="{Binding VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" ViewportSize="{TemplateBinding ViewportHeight}" Style="{DynamicResource ScrollBarStyle1}" Width="5" MinWidth="5"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
</UserControl.Resources>
|
|
|
|
|
|
|
|
|
|
<Grid Margin="5">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
<!--<RowDefinition Height="auto"/>
|
|
|
|
|
<RowDefinition Height="auto"/>
|
|
|
|
|
<RowDefinition Height="auto"/>-->
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<ScrollViewer Grid.Row="0" Grid.Column="0" x:Name="scrollContent" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" Template="{DynamicResource ScrollViewerControlTemplate}">
|
|
|
|
|
<Grid x:Name="JCDLTBInfo" Background="White" >
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
<RowDefinition Height="50" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="5" />
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
<ColumnDefinition Width="5" />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid Grid.Row="0" Grid.Column="1">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="0" />
|
|
|
|
|
<RowDefinition Height="400" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<StackPanel Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="4" Background="#F6F6F6" Orientation="Horizontal" Visibility="Collapsed" Height="34">
|
|
|
|
|
<Image VerticalAlignment="Top" Height="18" Width="18" Margin="5,9,5,0"/>
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="举证信息"></TextBlock>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<imageView:ImageView Grid.ColumnSpan="2" Grid.Row="1" x:Name="ucImgXZZP"></imageView:ImageView>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="2" Grid.Column="1" x:Name="gridInterpretaion" Background="White">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="50" />
|
|
|
|
|
<RowDefinition Height="30" />
|
|
|
|
|
<RowDefinition Height="30" />
|
|
|
|
|
<RowDefinition Height="30" />
|
|
|
|
|
<RowDefinition Height="80" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="110"/>
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<StackPanel Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="4" Background="#F6F6F6" Orientation="Horizontal" Height="34">
|
|
|
|
|
<Image VerticalAlignment="Top" Height="18" Width="18" Margin="5,9,5,0"/>
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="审核结果"></TextBlock>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
<Label Content="监测编号" Grid.Row="1" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" Margin="10,0,0,0"/>
|
|
|
|
|
<Label x:Name="lblJCBH" Grid.Row="1" Grid.Column="1" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" Margin="10,0,0,0"/>
|
|
|
|
|
<Label Content="外业备注" Grid.Row="2" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" Margin="10,0,0,0"/>
|
|
|
|
|
<Label x:Name="lblWYBZ" Grid.Row="2" Grid.Column="1" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" Margin="10,0,0,0"/>
|
|
|
|
|
<Label Content="变更地类" Grid.Row="3" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" Margin="10,0,0,0"/>
|
|
|
|
|
<Label x:Name="lblBGDL" Grid.Row="3" Grid.Column="1" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" Margin="10,0,0,0"/>
|
|
|
|
|
|
|
|
|
|
<Label Content="审核结果" Grid.Row="4" VerticalContentAlignment="Top" HorizontalContentAlignment="Left" Margin="10,20,0,0"/>
|
|
|
|
|
<TextBox Name="txtHCJG" Grid.Column="1" Grid.Row="4" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Margin="1,10,10,0" TextWrapping="Wrap" ></TextBox>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Grid Background="White" Grid.Row="3" Grid.Column="1" Margin="15,0">
|
|
|
|
|
<kui:KFontIconButton Grid.Row="1" Grid.Column="1" FIcon="" HorizontalAlignment="Center" Visibility="Visible" VerticalAlignment="Center" Width="80" Height="25" x:Name="btnSave" Content="保存" Click="BtnSave_Click" />
|
|
|
|
|
<kui:KFontIconButton Grid.Row="0" Grid.Column="0" FIcon="" HorizontalAlignment="Left" VerticalAlignment="Center" Width="80" Height="25" Name="btnPrev" Content="上一个" Click="BtnPrev_Click"/>
|
|
|
|
|
<kui:KFontIconButton Grid.Row="0" Grid.Column="2" FIcon="" HorizontalAlignment="Right" VerticalAlignment="Center" Width="80" Height="25" Name="btnNext" Content="下一个" Click="BtnNext_Click"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
</ScrollViewer>
|
|
|
|
|
</Grid>
|
|
|
|
|
</UserControl>
|