Festelo

Untitled

Mar 12th, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.40 KB | None | 0 0
  1. <Window x:Class="App_for_Portfolio.StartLogin"
  2.        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5.        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6.        mc:Ignorable="d"
  7.        Title="Авторизация" SizeToContent="WidthAndHeight">
  8.     <StackPanel Width="655">
  9.         <DockPanel Background="#6287ae" Height="54">
  10.             <Image DockPanel.Dock="Left" Source="/Resources/logoOKO.png" Height="23" Margin="15,0,0,0"/>
  11.             <TextBlock DockPanel.Dock="Right" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,15,0" >
  12.                 <Hyperlink NavigateUri="https://vk.com/join?reg=1" Foreground="White">
  13.                     <Run Text="Регистрация" Foreground="White" FontWeight="DemiBold" FontSize="12.5" />
  14.                 </Hyperlink>
  15.             </TextBlock>
  16.         </DockPanel>
  17.         <Grid Height="50" Background="#f7f7f7">
  18.             <Rectangle Stroke="#e7e8ec" StrokeThickness="1"/>
  19.             <TextBlock Text="Для начала работы Вам необходимо войти ВКонтакте" TextAlignment="Center" FontFamily="verdana"  VerticalAlignment="Center">
  20.                 Для начала работы Вам необходимо войти <Bold> ВКонтакте</Bold>.
  21.             </TextBlock>
  22.         </Grid>
  23.         <StackPanel Margin="20" HorizontalAlignment="Center">
  24.             <TextBlock Text="Телефон или e-mail" TextAlignment="Left" FontSize="12.5" FontFamily="Open Sans" FontWeight="DemiBold"/>
  25.             <TextBox Margin="0,5,0,7" FontSize="13" Width="160" Height="30"/>
  26.             <TextBlock Text="Пароль" TextAlignment="Left" FontSize="12.5" FontFamily="Open Sans" FontWeight="DemiBold"/>
  27.             <TextBox Margin="0,5,0,7" FontSize="13" Width="160" Height="30"/>
  28.             <Button Content="Войти" Height="30" FontFamily="Open Sans" Foreground="White" Background="#6888ad" FontWeight="DemiBold" FontSize="12.5"/>
  29.             <TextBlock Margin="0,16,0,0" TextAlignment="Center">
  30.                 <Hyperlink FontSize="13" FontFamily="Open Sans" NavigateUri="https://vk.com/restore" Foreground="#2a5885">Забыли пароль?</Hyperlink>
  31.             </TextBlock>
  32.         </StackPanel>
  33.     </StackPanel>
  34. </Window>
Advertisement
Add Comment
Please, Sign In to add comment