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"> + + - + + + + + + +