| | |
| | | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| | | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| | | Height="700" Width="900" Loaded="Window_Loaded" Closing="Window_Closing" |
| | | Title="数据入库 v1.5" WindowStartupLocation="CenterScreen"> |
| | | Title="数据入库 v1.6" WindowStartupLocation="CenterScreen"> |
| | | <Window.Resources> |
| | | <Style x:Key="btn" TargetType="Button"> |
| | | <Setter Property="Background" Value="#005699"/> |
| | |
| | | |
| | | <Label Grid.Row="1" Grid.Column="0" Content="令牌:" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
| | | <TextBox Grid.Row="1" Grid.Column="1" Style="{StaticResource tb}" IsReadOnly="True" x:Name="tbToken"/> |
| | | <Label Grid.Row="1" Grid.Column="2" Content="元数据类型:" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
| | | <!--<TextBox Grid.Row="1" Grid.Column="3" Style="{StaticResource tb}" x:Name="tbAcqTim2e"/>--> |
| | | <!--<ComboBox Grid.Row="1" Grid.Column="3" IsReadOnly="True" DisplayMemberPath="Name" Style="{StaticResource ComboBoxStyle}" Width="320" Height="30" HorizontalAlignment="Left" x:Name="cbMetaType"></ComboBox>--> |
| | | <ComboBox Grid.Row="1" Grid.Column="3" HorizontalAlignment="Left" VerticalContentAlignment="Center" Cursor="Hand" Background="White" SelectedIndex="0" Width="322" Height="38" BorderThickness="0" x:Name="cbMetaType"> |
| | | <ComboBoxItem>请选择</ComboBoxItem> |
| | | <ComboBoxItem>数字正射影像图</ComboBoxItem> |
| | | <ComboBoxItem>数字高程模型</ComboBoxItem> |
| | | <ComboBoxItem>单波段栅格数据</ComboBoxItem> |
| | | <ComboBoxItem>多光谱栅格数据</ComboBoxItem> |
| | | <ComboBoxItem>高光谱栅格数据</ComboBoxItem> |
| | | <ComboBoxItem>矢量数据</ComboBoxItem> |
| | | <ComboBoxItem>三维模型</ComboBoxItem> |
| | | </ComboBox> |
| | | <Label Grid.Row="1" Grid.Column="2" Content="采集时间:" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
| | | <DatePicker Grid.Row="1" Grid.Column="3" Height="35" Width="320" HorizontalAlignment="Center" VerticalContentAlignment="Center" x:Name="dpAcqTime" FontSize="13"/> |
| | | |
| | | <Label Grid.Row="2" Grid.Column="0" Content="传感器类型:" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
| | | <TextBox Grid.Row="2" Grid.Column="1" Style="{StaticResource tb}" x:Name="tbSensorType"/> |
| | | <Label Grid.Row="2" Grid.Column="2" Content="采集时间:" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
| | | <!--<TextBox Grid.Row="2" Grid.Column="3" Style="{StaticResource tb}" x:Name="tbAcqTime"/>--> |
| | | <DatePicker Grid.Row="2" Grid.Column="3" Height="35" Width="320" HorizontalAlignment="Center" VerticalContentAlignment="Center" x:Name="dpAcqTime" FontSize="13"/> |
| | | |
| | | <!--<TextBox Grid.Row="2" Grid.Column="1" Style="{StaticResource tb}" x:Name="tbSensorType"/>--> |
| | | <ComboBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Left" VerticalContentAlignment="Center" Cursor="Hand" Background="White" SelectedIndex="0" Width="322" Height="38" BorderThickness="0" x:Name="tbSensorType"> |
| | | <ComboBoxItem Tag="0">请选择</ComboBoxItem> |
| | | <ComboBoxItem Tag="1">嫦娥一号</ComboBoxItem> |
| | | <ComboBoxItem Tag="2">嫦娥二号</ComboBoxItem> |
| | | <ComboBoxItem Tag="3">科普教育</ComboBoxItem> |
| | | <ComboBoxItem Tag="4">克莱门汀</ComboBoxItem> |
| | | <ComboBoxItem Tag="5">月球探勘者</ComboBoxItem> |
| | | <ComboBoxItem Tag="6">月亮女神</ComboBoxItem> |
| | | <ComboBoxItem Tag="7">月球勘测轨道器</ComboBoxItem> |
| | | <ComboBoxItem Tag="8">圣杯号</ComboBoxItem> |
| | | </ComboBox> |
| | | <Label Grid.Row="2" Grid.Column="2" Content="元数据类型:" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
| | | <!--<ComboBox Grid.Row="1" Grid.Column="3" IsReadOnly="True" DisplayMemberPath="Name" Style="{StaticResource ComboBoxStyle}" Width="320" Height="30" HorizontalAlignment="Left" x:Name="cbMetaType"></ComboBox>--> |
| | | <ComboBox Grid.Row="2" Grid.Column="3" HorizontalAlignment="Left" VerticalContentAlignment="Center" Cursor="Hand" Background="White" SelectedIndex="0" Width="322" Height="38" BorderThickness="0" x:Name="cbMetaType"> |
| | | <ComboBoxItem Tag="0">请选择</ComboBoxItem> |
| | | <ComboBoxItem Tag="1">数字正射影像图</ComboBoxItem> |
| | | <ComboBoxItem Tag="2">数字高程模型</ComboBoxItem> |
| | | <ComboBoxItem Tag="3">单波段栅格数据</ComboBoxItem> |
| | | <ComboBoxItem Tag="4">多光谱栅格数据</ComboBoxItem> |
| | | <ComboBoxItem Tag="5">高光谱栅格数据</ComboBoxItem> |
| | | <ComboBoxItem Tag="6">矢量数据</ComboBoxItem> |
| | | <ComboBoxItem Tag="7">三维模型</ComboBoxItem> |
| | | </ComboBox> |
| | | |
| | | <Label Grid.Row="3" Grid.Column="0" Content="资源目录:" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
| | | <TextBox Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="3" Style="{StaticResource tb}" IsReadOnly="True" x:Name="tbDir"/> |