diff --git a/EmployeeManagmentView/App.xaml b/EmployeeManagmentView/App.xaml
index a747fd8..1476ad8 100644
--- a/EmployeeManagmentView/App.xaml
+++ b/EmployeeManagmentView/App.xaml
@@ -88,26 +88,25 @@
-
+
diff --git a/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml b/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml
index f3db84d..9f57d65 100644
--- a/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml
+++ b/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml
@@ -1,6 +1,7 @@
+ Width="250" Height="40"
+ Style="{StaticResource RoundedTextBoxStyle}"
+ Margin="0,5"
+ ToolTip="Введите имя" HorizontalAlignment="Center"
+ PreviewTextInput="NameTextBox_PreviewTextInput"
+ TextChanged="NameTextBox_TextChanged"/>
+
@@ -50,6 +54,8 @@
Width="250" Height="40"
Style="{StaticResource RoundedTextBoxStyle}"
Margin="0,5"
+ PreviewTextInput="NameTextBox_PreviewTextInput"
+ TextChanged="NameTextBox_TextChanged"
ToolTip="Введите фамилию" HorizontalAlignment="Center"/>
@@ -60,6 +66,8 @@
Width="250" Height="40"
Style="{StaticResource RoundedTextBoxStyle}"
Margin="0,5"
+ PreviewTextInput="NameTextBox_PreviewTextInput"
+ TextChanged="NameTextBox_TextChanged"
ToolTip="Введите отчество" HorizontalAlignment="Center"/>
@@ -67,19 +75,21 @@
+ Width="250" Height="40"
+ Margin="0,5"
+ ToolTip="Выберите дату рождения" HorizontalAlignment="Center"/>
+
+
+ Width="250" Height="40"
+ Margin="0,5"
+ ToolTip="Выберите пол"
+ Background="White" HorizontalAlignment="Center">
@@ -99,12 +109,17 @@
+ Width="250" Height="40"
+ Style="{StaticResource RoundedTextBoxStyle}"
+ Margin="0,5"
+ ToolTip="Введите номер телефона"
+ HorizontalAlignment="Center"
+ Foreground="Black"
+ PreviewTextInput="TelephoneTextBox_PreviewTextInput"
+ TextChanged="TelephoneTextBox_TextChanged"/>
+