初期稳定版本260119
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
<UserControl x:Class="FATrace.WPLApp.Views.HelpManualView"
|
||||
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:FATrace.WPLApp.Views"
|
||||
xmlns:pdfViewer="clr-namespace:Syncfusion.Windows.PdfViewer;assembly=Syncfusion.PdfViewer.WPF"
|
||||
xmlns:prism="http://prismlibrary.com/"
|
||||
mc:Ignorable="d"
|
||||
prism:ViewModelLocator.AutoWireViewModel="True"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<UserControl
|
||||
x:Class="FATrace.WPLApp.Views.HelpManualView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:FATrace.WPLApp.Views"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:pdfViewer="clr-namespace:Syncfusion.Windows.PdfViewer;assembly=Syncfusion.PdfViewer.WPF"
|
||||
xmlns:prism="http://prismlibrary.com/"
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800"
|
||||
prism:ViewModelLocator.AutoWireViewModel="True"
|
||||
mc:Ignorable="d">
|
||||
<UserControl.Resources>
|
||||
<BooleanToVisibilityConverter x:Key="Bool2Vis" />
|
||||
</UserControl.Resources>
|
||||
@@ -72,9 +74,7 @@
|
||||
|
||||
<Grid Grid.Row="2" Margin="0,10,0,10">
|
||||
<pdfViewer:PdfViewerControl ItemSource="{Binding PdfFilePath}" />
|
||||
<Border
|
||||
Background="#CCFFFFFF"
|
||||
Visibility="{Binding IsBusy, Converter={StaticResource Bool2Vis}}">
|
||||
<Border Background="#CCFFFFFF" Visibility="{Binding IsBusy, Converter={StaticResource Bool2Vis}}">
|
||||
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user