Files
egtbeamwall/EgtBEAMWALL.Optimizer/SplashScreen/SplashScreenV.xaml
T
Demetrio Cassarino feb943cfb1 -aggiunto immagine al posto del tooltip in ppparameter
-gestito vista assemblato
-aggiornato cotrolli su vista assemblato
-aggiornato selezione multipla pezzi
2025-07-29 10:26:22 +02:00

20 lines
642 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"
Stretch="Uniform"/>
<TextBlock x:Name="VersionTxBl"
Style="{StaticResource SplashScreenV_TxBl}"/>
</Grid>
</Window>