Advertisement
ayurchyk1998

Untitled

Jan 22nd, 2021
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.35 KB | None | 0 0
  1. <Page x:Class="DyplomPart1v1.PageLogin"
  2.       xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.       xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5.       xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6.       xmlns:local="clr-namespace:DyplomPart1v1"
  7.       mc:Ignorable="d"
  8.       d:DesignHeight="450" d:DesignWidth="800"
  9.       Title="PageLogin">
  10.  
  11.     <Grid>
  12.         <Grid.Background>
  13.             <ImageBrush ImageSource="D:\Praca dyplomowa\loginbackground.jpg" Stretch="UniformToFill"/>
  14.         </Grid.Background>
  15.        
  16.         <TextBox x:Name="tbpassword" Width="178" Height="35" Margin="311,252,311,162.6"/>
  17.         <TextBox Height="35" Width="178" Margin="311,167,311,247.6" Background="#FFFCFCFC"/>
  18.        
  19.         <Label Content="Log in" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="10,10,0,0" Foreground="White" FontFamily="BankGothic Md BT" FontSize="64"/>
  20.         <Label Content="Login" HorizontalAlignment="Left" Margin="311,140,0,0" VerticalAlignment="Top" FontFamily="BankGothic Md BT" Foreground="White" FontSize="16"/>
  21.         <Label Content="Password" HorizontalAlignment="Left" Margin="311,221,0,0" VerticalAlignment="Top" Foreground="White" FontFamily="BankGothic Md BT" FontSize="16"/>
  22.  
  23.     </Grid>
  24. </Page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement