年度变更建库软件5.0版本
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.

21 lines
1.1 KiB

<windows:BaseWindow x:Class="Kingo.Plugin.MapView.Views.UCOpenProject"
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"
mc:Ignorable="d"
xmlns:windows="clr-namespace:KGIS.Framework.Utils;assembly=KGIS.Framework.Utils"
Width="870" Height="550" WindowStartupLocation="CenterScreen" Title="打开工程"
d:DesignHeight="550" d:DesignWidth="870">
<Grid>
<TabControl TabStripPlacement="Left">
<TabItem Header="最近">
<local:RecentOpenProject x:Name="recentOpenProject" Background="White" />
</TabItem>
<TabItem Header="本地电脑">
<local:BrowserLocal x:Name="browserLocal" Background="White" />
</TabItem>
</TabControl>
</Grid>
</windows:BaseWindow>