From a3dda6e6797cbfbcf2569852eb09fb578173c236 Mon Sep 17 00:00:00 2001 From: maksim Date: Sat, 30 Nov 2024 17:27:32 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A2=D1=83=D0=B4=D0=B0=20=D1=81=D1=8E=D0=B4?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=B0=D1=80=D1=83=20=D0=BF=D0=B8=D0=BA=D1=81?= =?UTF-8?q?=D0=B5=D0=BB=D0=B5=D0=B9,=20=D1=87=D0=B8=D1=81=D1=82=D0=BE=20?= =?UTF-8?q?=D0=B4=D0=B5=D0=B7=D0=B8=D0=B3=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DeletePhysicalPersonWindow.xaml | 2 + .../EditPhysicalPersonWindow.xaml | 210 +++++++++--------- .../ViewPhysicalPersonsWindow.xaml | 5 +- 3 files changed, 104 insertions(+), 113 deletions(-) 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"> - + - + + - - - - - - - - + + + + + + - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +