059b45043d
-sistemato dizionario e grafica
20 lines
671 B
XML
20 lines
671 B
XML
<Window x:Class="SplashScreenV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
WindowStartupLocation="CenterScreen"
|
|
WindowStyle="None"
|
|
AllowsTransparency="True"
|
|
Background="Transparent"
|
|
Topmost="True"
|
|
ShowInTaskbar="False"
|
|
Height="600"
|
|
Width="1000">
|
|
|
|
<Grid>
|
|
<Image Source="/Resources/NewPage/LogoProvaStrategy.png"
|
|
Style="{StaticResource BTLDataWnd_Image}"/>
|
|
<TextBlock x:Name="VersionTxBl"
|
|
Style="{StaticResource SplashScreenV_TextBlock}"/>
|
|
</Grid>
|
|
</Window>
|