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.
 
 
 
 

31 lines
2.4 KiB

<Window x:Class="PCScreenSavers.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:gifLib="clr-namespace:GifImageLib;assembly=GifImageLib"
xmlns:transc="clr-namespace:Transitionals.Controls;assembly=Transitionals"
Title="ScreeenSaver" Top="0" Left="0" Background="Transparent" Loaded="Window_Loaded" AllowsTransparency="True" Topmost="True" WindowStartupLocation="Manual" WindowStyle="None" Closed="Window_Closed" >
<!--Cursor="None"-->
<Grid>
<Canvas Name="GgifImage2" Width="630" Height="630">
<!--<Image x:Name="Img" Source="./Images/countdowmbg.png" Width="630" Height="630" Panel.ZIndex="1" HorizontalAlignment="Center" VerticalAlignment="Center"/>-->
<Rectangle Name="RectDis" Width="630" Height="630" />
<!--<gifLib:GifImage x:Name="GgifImage" Source="../image/countdown.gif" Width="432" Height="432" Panel.ZIndex="2" Opacity="0.78" Stretch="Fill" Canvas.Left="99" Canvas.Top="99" />-->
</Canvas>
<!--<transc:TransitionElement >
<Canvas x:Name="mainp">
<Canvas.Background>
<ImageBrush ImageSource="/PCScreenSavers;component/Images/bg.png" />
</Canvas.Background>
<TextBlock Name="tbMessage" Foreground="White" TextAlignment="Left" HorizontalAlignment="Left" FontWeight="Bold" FontSize="30" Text="{Binding ErrorLog, Mode=OneWay}" Canvas.Right="0" Canvas.Left="0" Canvas.Top="0" RenderTransformOrigin="0.509,0.499" Width="694" Height="136" ></TextBlock>
</Canvas>
</transc:TransitionElement>
<transc:TransitionElement >
<Canvas Name="touch">
--><!--<Image x:Name="Img" Source="/PCScreenSavers;component/Images/touch.png" Width="300" Height="300" Canvas.Right="100" Canvas.Bottom="100"/>--><!--
<gifLib:GifImage x:Name="GgifImage1" Source="/PCScreenSavers;component/Images/touch1.gif" Width="300" Height="300" Canvas.Right="100" Canvas.Bottom="100" Opacity="0.5" Visibility="Hidden"/>
<gifLib:GifImage x:Name="GgifImage2" Source="/PCScreenSavers;component/Images/touch2.gif" Width="300" Height="300" Canvas.Right="100" Canvas.Bottom="100" Opacity="0.5" Visibility="Hidden"/>
</Canvas>
</transc:TransitionElement>-->
</Grid>
</Window>