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.
14 lines
821 B
14 lines
821 B
<Window x:Class="Container.ChildWindows.WinShow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:wfi="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration"
|
|
xmlns:winForms="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
|
|
xmlns:gifLib="clr-namespace:GifImageLib;assembly=GifImageLib"
|
|
Title="WinShow" Height="1920" Width="1080" ResizeMode="NoResize" WindowStyle="None">
|
|
<Canvas>
|
|
<Canvas.Background>
|
|
<ImageBrush ImageSource="../image/启动页竖.jpg"/>
|
|
</Canvas.Background>
|
|
<gifLib:GifImage Source="../image/Loading.gif" Width="120" Height="120" Canvas.Left="481" Canvas.Top="611"/>
|
|
</Canvas>
|
|
</Window>
|
|
|