Guest User

Untitled

a guest
Mar 22nd, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.70 KB | None | 0 0
  1. <testing:Login xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Авторизация" Height="240" Width="300" WindowStartupLocation="CenterScreen" ResizeMode="NoResize">
  2.     <StackPanel Margin="10">
  3.         <TextBox Name="email" MaxWidth="250" MinWidth="150" HorizontalAlignment="Center" Text="{Binding login}" />
  4.         <TextBox Name="password" MaxWidth="250" MinWidth="150" HorizontalAlignment="Center" Text="{Binding pass}" />
  5.         <Button Margin="20" MaxWidth="150" MinWidth="50" Content="Войти" />
  6.         <Button MaxWidth="150" MinWidth="50" Content="Регистрация" />
  7.     </StackPanel>
  8. </testing:Login>
Advertisement
Add Comment
Please, Sign In to add comment