|
@@ -70,7 +70,7 @@
|
|
|
<TextBox Text="{Binding UserProfileVM.LastName}" Width="150" Height="5" Margin="-140,0,0,5" HorizontalAlignment="Center" Watermark="Фамилия" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2"/>
|
|
|
<CalendarDatePicker Name="DatePicker1" SelectedDate="{Binding UserProfileVM.DateBirht}" Width="150" Height="5" Margin="-140,0,0,5" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2" SelectedDateFormat="Short" />
|
|
|
|
|
|
- <ComboBox SelectedIndex="0" Width="150" Height="5" Margin="-140,0,0,5" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2">
|
|
|
+ <ComboBox SelectedIndex="1" Width="150" Height="5" Margin="-140,0,0,5" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2">
|
|
|
<ComboBoxItem>Мужчина</ComboBoxItem>
|
|
|
<ComboBoxItem>Женщина</ComboBoxItem>
|
|
|
</ComboBox>
|