1 <?xml version=
"1.0" encoding=
"Windows-1252"?>
3 xmlns=
"http://schemas.microsoft.com/client/2007"
4 xmlns:
x=
"http://schemas.microsoft.com/winfx/2006/xaml"
5 x:
Name=
"IncompleteSupportMessage"
10 <EventTrigger RoutedEvent=
"Grid.Loaded">
12 <Storyboard x:
Name=
"FadeOut">
13 <DoubleAnimationUsingKeyFrames BeginTime=
"00:00:00" Storyboard.
TargetName=
"IncompleteSupportMessage" Storyboard.
TargetProperty=
"(UIElement.Opacity)">
14 <SplineDoubleKeyFrame KeyTime=
"00:00:05.6000000" Value=
"0"/>
15 <SplineDoubleKeyFrame KeyTime=
"00:00:06" Value=
"0"/>
16 </DoubleAnimationUsingKeyFrames>
21 <Border HorizontalAlignment=
"Center" VerticalAlignment=
"Center" BorderBrush=
"#FFFFFFFF" BorderThickness=
"1" CornerRadius=
"8" Padding=
"10" MaxWidth=
"458">
23 <LinearGradientBrush EndPoint=
"0,1" StartPoint=
"0,0">
24 <GradientStop Color=
"#FF242323" Offset=
"0"/>
25 <GradientStop Color=
"#FF515151" Offset=
"1"/>
26 </LinearGradientBrush>
28 <TextBlock TextAlignment=
"Center" TextWrapping=
"Wrap" FontWeight=
"Normal" Foreground=
"#FFFFFFFF" FontSize=
"14" x:
Name=
"message"/>