From 4312b9fca9f77392dbdc4cdc4ea30750b2da092d Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 26 Nov 2024 13:37:12 +0400 Subject: [PATCH] =?UTF-8?q?XAML,=20=D0=B2=D0=B5=D1=80=D1=81=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BE=D0=BA=D0=BE=D0=BD=20=D0=B8=20=D1=81=D0=BE=D0=B7?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5=20UI=20=D1=8D=D0=BB=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 62 ++++++++++++++++++- EmployeeManager.csproj | 14 +++++ View/MainWindow.xaml | 26 ++++++-- View/MessageWindow.xaml | 24 +++++++ View/MessageWindow.xaml.cs | 27 ++++++++ View/PhysicalPerson/WorkInPhysicalPerson.xaml | 12 ++++ .../WorkInPhysicalPerson.xaml.cs | 27 ++++++++ 7 files changed, 184 insertions(+), 8 deletions(-) create mode 100644 View/MessageWindow.xaml create mode 100644 View/MessageWindow.xaml.cs create mode 100644 View/PhysicalPerson/WorkInPhysicalPerson.xaml create mode 100644 View/PhysicalPerson/WorkInPhysicalPerson.xaml.cs diff --git a/App.xaml b/App.xaml index 1e1371b..96272f2 100644 --- a/App.xaml +++ b/App.xaml @@ -2,8 +2,66 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:EmployeeManager" - StartupUri="MainWindow.xaml"> + StartupUri="View/MainWindow.xaml"> - + + diff --git a/EmployeeManager.csproj b/EmployeeManager.csproj index c9e6206..99cde6f 100644 --- a/EmployeeManager.csproj +++ b/EmployeeManager.csproj @@ -57,6 +57,12 @@ + + MessageWindow.xaml + + + WorkInPhysicalPerson.xaml + MSBuild:Compile Designer @@ -69,6 +75,14 @@ MainWindow.xaml Code + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + diff --git a/View/MainWindow.xaml b/View/MainWindow.xaml index 54e1392..ea0edb5 100644 --- a/View/MainWindow.xaml +++ b/View/MainWindow.xaml @@ -1,12 +1,26 @@  + Title="Отдел кадров УлГТУ" Height="450" Width="800" Background="#0D2D4F"> + + - + + + + + + +