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