Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Page x:Class="DyplomPart1v1.PageLogin"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:DyplomPart1v1"
- mc:Ignorable="d"
- d:DesignHeight="450" d:DesignWidth="800"
- Title="PageLogin">
- <Grid>
- <Grid.Background>
- <ImageBrush ImageSource="D:\Praca dyplomowa\loginbackground.jpg" Stretch="UniformToFill"/>
- </Grid.Background>
- <TextBox x:Name="tbpassword" Width="178" Height="35" Margin="311,252,311,162.6"/>
- <TextBox Height="35" Width="178" Margin="311,167,311,247.6" Background="#FFFCFCFC"/>
- <Label Content="Log in" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="10,10,0,0" Foreground="White" FontFamily="BankGothic Md BT" FontSize="64"/>
- <Label Content="Login" HorizontalAlignment="Left" Margin="311,140,0,0" VerticalAlignment="Top" FontFamily="BankGothic Md BT" Foreground="White" FontSize="16"/>
- <Label Content="Password" HorizontalAlignment="Left" Margin="311,221,0,0" VerticalAlignment="Top" Foreground="White" FontFamily="BankGothic Md BT" FontSize="16"/>
- </Grid>
- </Page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement