Advertisement
Guest User

Untitled

a guest
Dec 31st, 2012
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.72 KB | None | 0 0
  1. <Window x:Class="MyApp.MainWindow"
  2.         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.         Title="MainWindow" Height="562" Width="620" Background="Transparent" WindowStyle="None" OpacityMask="White" AllowsTransparency="True" MouseDown="Window_MouseDown" Topmost="False" ResizeMode="NoResize">
  5.  
  6.     <Grid>
  7.         <Image Name="imgBackground" Source="background.png" Stretch="Fill" />
  8.         <Image Source="login.png" Name="image1" Stretch="None" Margin="152,44,138,247" />
  9.         <Label Content="Label" Height="24" HorizontalAlignment="Left" Margin="208,125,0,0" Name="label1" VerticalAlignment="Top" Width="163" />
  10.     </Grid>
  11. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement