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.
35 lines
2.5 KiB
35 lines
2.5 KiB
<windows:BaseWindow xmlns:windows="clr-namespace:KGIS.Framework.Utils;assembly=KGIS.Framework.Utils" |
|
x:Class="Kingo.Plugin.DTBJK_XJ.View.UCMapDataImage" |
|
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:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" |
|
xmlns:btn="clr-namespace:KUI.Button;assembly=KUI" |
|
mc:Ignorable="d" |
|
Height="80" Width="400" Title="大数据影像" Top="186" Left="597"> |
|
|
|
<Grid> |
|
<Grid.RowDefinitions> |
|
<RowDefinition /> |
|
<!--<RowDefinition />--> |
|
</Grid.RowDefinitions> |
|
<Grid.ColumnDefinitions> |
|
<ColumnDefinition /> |
|
<!--<ColumnDefinition />--> |
|
<ColumnDefinition Width="140"/> |
|
<ColumnDefinition /> |
|
<ColumnDefinition /> |
|
</Grid.ColumnDefinitions> |
|
<!--<btn:KImgButton Content="加载影像" Height="30" x:Name="btnLoad" Click="btnLoad_Click" Grid.Column="0" FontSize="12" Width="70" HorizontalAlignment="Center" VerticalAlignment="Center"/>--> |
|
<btn:KImgButton Content="前一时相" Height="30" x:Name="btnPreTime" Click="btnPreTime_Click" Grid.Column="0" FontSize="12" Width="70" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
<dxe:ComboBoxEdit Name="comboxYearList" SelectedIndexChanged="comboxYearList_SelectedIndexChanged" Height="30" Grid.Column="1" FontSize="12"/> |
|
<btn:KImgButton Content="后一时相" Height="30" x:Name="btnNextTime" Click="btnNextTime_Click" Grid.Column="2" FontSize="12" Width="70" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
<btn:KImgButton Content="设置" Height="30" x:Name="btnSetting" Click="btnSetting_Click" Grid.Column="3" FontSize="12" Width="70" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
<!--<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0"> |
|
<btn:KImgButton Content="开始" Width="50" Height="30" x:Name="rollerShutterBtn" Click="rollerShutterBtn_Click" FIconMargin="0" /> |
|
<ComboBox Name="wndLayerListImageComboBox" VerticalContentAlignment="Center" Width="145" Margin="0,10" MouseMove="wndLayerListImageComboBox_MouseMove" /> |
|
</StackPanel>--> |
|
|
|
</Grid> |
|
</windows:BaseWindow>
|
|
|