|
@@ -22,61 +22,71 @@
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<TextBox
|
|
|
x:Name="logbox"
|
|
|
HorizontalAlignment="Left"
|
|
|
TextWrapping="Wrap"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<Label
|
|
|
Content="Пароль:"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<TextBox
|
|
|
x:Name="passbox"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<Label
|
|
|
Content="Имя:"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<TextBox
|
|
|
x:Name="FNameBox"
|
|
|
HorizontalAlignment="Left"
|
|
|
TextWrapping="Wrap"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<Label
|
|
|
Content="Фамилия:"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<TextBox
|
|
|
x:Name="LNameBox"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<Label
|
|
|
Content="Отчество:"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<TextBox
|
|
|
x:Name="MNameBox"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Top"
|
|
|
+ VerticalAlignment="Top"
|
|
|
+ FontSize="20"
|
|
|
Height="40"
|
|
|
Width="240"/>
|
|
|
<Label
|
|
@@ -84,11 +94,13 @@
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<DatePicker
|
|
|
x:Name="BirthdayBox"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
+ FontSize="20"
|
|
|
Height="40"
|
|
|
Width="240"/>
|
|
|
<Label
|
|
@@ -96,21 +108,34 @@
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
- <TextBox
|
|
|
- x:Name="PhoneBox"
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
+ <Label
|
|
|
+ Content="+7"
|
|
|
+ FontSize="20"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="40"/>
|
|
|
+ <TextBox
|
|
|
+ x:Name="PhoneBox"
|
|
|
+ HorizontalAlignment="Left"
|
|
|
+ VerticalAlignment="Top"
|
|
|
+ FontSize="20"
|
|
|
+ Height="40"
|
|
|
+ Width="200"/>
|
|
|
+ </StackPanel>
|
|
|
<Label
|
|
|
Content="Email:"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
|
- Width="240"/>
|
|
|
+ Width="240"
|
|
|
+ FontSize="20"/>
|
|
|
<TextBox
|
|
|
- x:Name="EmailBox"
|
|
|
+ x:Name="EmailBox"
|
|
|
+ FontSize="20"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Top"
|
|
|
Height="40"
|
|
@@ -127,12 +152,14 @@
|
|
|
Margin="0,0,30,0"
|
|
|
Height="40"
|
|
|
Width="150"
|
|
|
+ FontSize="20"
|
|
|
Click="BackButton_Click"/>
|
|
|
<Button
|
|
|
x:Name="RegButton"
|
|
|
Content="Регистрация"
|
|
|
Height="40"
|
|
|
Width="150"
|
|
|
+ FontSize="20"
|
|
|
Click="RegButton_Click"/>
|
|
|
</StackPanel>
|
|
|
</Grid>
|