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.
24 lines
1.2 KiB
24 lines
1.2 KiB
<windows:BaseWindow |
|
xmlns:windows="clr-namespace:KGIS.Framework.Utils;assembly=KGIS.Framework.Utils" x:Class="Kingo.Plugin.General.View.FrmHelper" |
|
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.General.View" |
|
xmlns:kui="clr-namespace:KUI;assembly=KUI" |
|
mc:Ignorable="d" |
|
Height="700" Width="800" Loaded="Window_Loaded" Title="帮助" > |
|
<Grid> |
|
<TabControl> |
|
<TabItem Header="软件操作使用手册"> |
|
<DocumentViewer x:Name="bgzsdocViewer"></DocumentViewer> |
|
</TabItem> |
|
<!--<TabItem Header="今奥外业调绘软件"> |
|
<DocumentViewer x:Name="wydhdocViewer"></DocumentViewer> |
|
</TabItem> |
|
<TabItem Header="今奥无人机举证软件"> |
|
<DocumentViewer x:Name="wrjjzdocViewer"></DocumentViewer> |
|
</TabItem>--> |
|
</TabControl> |
|
</Grid> |
|
</windows:BaseWindow>
|
|
|