|
@@ -4,11 +4,50 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
|
|
x:Class="Practikaoy.Views.MeRoom">
|
|
|
- <StackPanel>
|
|
|
-
|
|
|
- <TextBlock Text="696690">
|
|
|
- </TextBlock>
|
|
|
- </StackPanel>
|
|
|
-
|
|
|
-
|
|
|
+ <Grid>
|
|
|
+ <TextBlock Foreground="#592321" FontSize="18" Margin="4" HorizontalAlignment="Center">Добро пожаловать в личный кабинет :)</TextBlock>
|
|
|
+ <Border Background="#ffa69e" Height="390" Width="650" CornerRadius="15">
|
|
|
+ <StackPanel Margin="15">
|
|
|
+
|
|
|
+ <TextBlock Text="Фамилия" FontSize="18" >
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="180" FontSize="15" CornerRadius="20" HorizontalAlignment="Left" BorderBrush="#ff686b" BorderThickness="2" Height="10"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Имя" FontSize="18" >
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="180" FontSize="15" CornerRadius="20" BorderBrush="#ff686b" BorderThickness="2" Height="10" Margin="2 -69 9 6"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Отчество" FontSize="18" >
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="180" FontSize="15" CornerRadius="20" HorizontalAlignment="Right" BorderBrush="#ff686b" BorderThickness="2" Height="10" Margin="3 -112 9 6"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Логин" FontSize="18">
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="180" FontSize="15" CornerRadius="20" HorizontalAlignment="Left" BorderBrush="#ff686b" BorderThickness="2" Height="10"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Пол" FontSize="18">
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="180" FontSize="15" CornerRadius="20" HorizontalAlignment="Left" BorderBrush="#ff686b" BorderThickness="2" Height="10"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Дата рождения" FontSize="18">
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="180" FontSize="15" CornerRadius="20" HorizontalAlignment="Left" BorderBrush="#ff686b" BorderThickness="2" Height="10"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Стаж (в годах)" FontSize="18">
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="180" FontSize="15" CornerRadius="20" HorizontalAlignment="Left" BorderBrush="#ff686b" BorderThickness="2" Height="10"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Почта" FontSize="18">
|
|
|
+ </TextBlock>
|
|
|
+ <TextBox Background="#fae1dd" Width="200" FontSize="15" CornerRadius="20" HorizontalAlignment="Left" BorderBrush="#ff686b" BorderThickness="2" Height="10"/>
|
|
|
+
|
|
|
+ <TextBlock Text="Телефон (если телефон отсутствует, то поле не заполняйте!!)" FontSize="18">
|
|
|
+ </TextBlock>
|
|
|
+
|
|
|
+ </StackPanel>
|
|
|
+ </Border>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+
|
|
|
</UserControl>
|