diff --git a/EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml b/EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml index b6040f6..1866a25 100644 --- a/EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml +++ b/EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml @@ -21,6 +21,7 @@ VerticalAlignment="Top" Margin="0,60,0,0" HorizontalAlignment="Center" + Style="{StaticResource RoundedTextBoxStyle}" TextChanged="SearchTextBox_TextChanged" /> @@ -38,6 +39,7 @@ Margin="0,0,0,20" Background="#004890" Foreground="#FFFFFF" + Style="{StaticResource RoundedButtonStyle}" Click="DeleteButton_Click"/> diff --git a/EmployeeManagmentView/PhysicalPerson/EditPhysicalPersonWindow.xaml b/EmployeeManagmentView/PhysicalPerson/EditPhysicalPersonWindow.xaml index 0a85f33..2951a12 100644 --- a/EmployeeManagmentView/PhysicalPerson/EditPhysicalPersonWindow.xaml +++ b/EmployeeManagmentView/PhysicalPerson/EditPhysicalPersonWindow.xaml @@ -2,12 +2,12 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Редактирование физического лица" - Height="600" Width="600" + Height="704" Width="600" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Background="#0D2D4F"> - + - + + - - - - - - - - + + + + + + - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +