From 76087f367db98dd96eb5d00b84f1cbdda7da181d Mon Sep 17 00:00:00 2001 From: -SSS- Date: Tue, 11 Feb 2025 16:17:16 +0300 Subject: [PATCH] init commit --- .idea/.idea.demo_hard.dir/.idea/.gitignore | 13 + .idea/.idea.demo_hard.dir/.idea/encodings.xml | 4 + .../.idea.demo_hard.dir/.idea/indexLayout.xml | 8 + .idea/.idea.demo_hard.dir/.idea/vcs.xml | 6 + AddClient.axaml | 36 ++ AddClient.axaml.cs | 103 +++++ FunctionWindow.axaml | 8 +- FunctionWindow.axaml.cs | 2 +- MainWindow.axaml | 1 + MainWindow.axaml.cs | 5 +- {Models => Model}/Client.cs | 6 +- {Models => Model}/Employee.cs | 2 +- {Models => Model}/LastEnter.cs | 4 +- {Models => Model}/Order.cs | 2 +- {Models => Model}/Role.cs | 2 +- {Models => Model}/Service.cs | 2 +- {Models => Model}/User2Context.cs | 6 +- SallerWindow.axaml | 38 +- SallerWindow.axaml.cs | 85 ++++ bin/Debug/net8.0/demo_hard.deps.json | 6 +- bin/Debug/net8.0/demo_hard.dll | Bin 43008 -> 57344 bytes bin/Debug/net8.0/demo_hard.exe | Bin 0 -> 139264 bytes bin/Debug/net8.0/demo_hard.pdb | Bin 20988 -> 25184 bytes .../net8.0/Avalonia/Resources.Inputs.cache | 2 +- obj/Debug/net8.0/Avalonia/demo_hard.dll | Bin 43008 -> 57344 bytes obj/Debug/net8.0/Avalonia/demo_hard.pdb | Bin 20988 -> 25184 bytes obj/Debug/net8.0/Avalonia/references | 412 +++++++++--------- obj/Debug/net8.0/Avalonia/resources | Bin 4932 -> 10575 bytes obj/Debug/net8.0/apphost.exe | Bin 0 -> 139264 bytes obj/Debug/net8.0/demo_hard.AssemblyInfo.cs | 2 +- .../net8.0/demo_hard.AssemblyInfoInputs.cache | 2 +- ....GeneratedMSBuildEditorConfig.editorconfig | 13 +- obj/Debug/net8.0/demo_hard.assets.cache | Bin 56453 -> 55993 bytes .../demo_hard.csproj.AssemblyReference.cache | Bin 19945 -> 20158 bytes .../demo_hard.csproj.CoreCompileInputs.cache | 2 +- .../demo_hard.csproj.FileListAbsolute.txt | 148 +++++++ obj/Debug/net8.0/demo_hard.dll | Bin 28672 -> 40960 bytes .../net8.0/demo_hard.genruntimeconfig.cache | 2 +- obj/Debug/net8.0/demo_hard.pdb | Bin 20008 -> 22880 bytes obj/Debug/net8.0/ref/demo_hard.dll | Bin 10752 -> 11264 bytes .../net8.0/refint/Avalonia/demo_hard.dll | Bin 10752 -> 11264 bytes obj/Debug/net8.0/refint/demo_hard.dll | Bin 11776 -> 12288 bytes obj/demo_hard.csproj.nuget.dgspec.json | 23 +- obj/demo_hard.csproj.nuget.g.props | 23 +- obj/demo_hard.csproj.nuget.g.targets | 12 +- obj/project.assets.json | 22 +- obj/project.nuget.cache | 136 +++--- obj/project.packagespec.json | 2 +- obj/rider.project.model.nuget.info | 2 +- obj/rider.project.restore.info | 2 +- 50 files changed, 802 insertions(+), 342 deletions(-) create mode 100644 .idea/.idea.demo_hard.dir/.idea/.gitignore create mode 100644 .idea/.idea.demo_hard.dir/.idea/encodings.xml create mode 100644 .idea/.idea.demo_hard.dir/.idea/indexLayout.xml create mode 100644 .idea/.idea.demo_hard.dir/.idea/vcs.xml create mode 100644 AddClient.axaml create mode 100644 AddClient.axaml.cs rename {Models => Model}/Client.cs (78%) rename {Models => Model}/Employee.cs (92%) rename {Models => Model}/LastEnter.cs (77%) rename {Models => Model}/Order.cs (94%) rename {Models => Model}/Role.cs (85%) rename {Models => Model}/Service.cs (90%) rename {Models => Model}/User2Context.cs (96%) create mode 100644 bin/Debug/net8.0/demo_hard.exe create mode 100644 obj/Debug/net8.0/apphost.exe diff --git a/.idea/.idea.demo_hard.dir/.idea/.gitignore b/.idea/.idea.demo_hard.dir/.idea/.gitignore new file mode 100644 index 0000000..7873592 --- /dev/null +++ b/.idea/.idea.demo_hard.dir/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/contentModel.xml +/.idea.demo_hard.iml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.demo_hard.dir/.idea/encodings.xml b/.idea/.idea.demo_hard.dir/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.demo_hard.dir/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.demo_hard.dir/.idea/indexLayout.xml b/.idea/.idea.demo_hard.dir/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.demo_hard.dir/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.demo_hard.dir/.idea/vcs.xml b/.idea/.idea.demo_hard.dir/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.demo_hard.dir/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AddClient.axaml b/AddClient.axaml new file mode 100644 index 0000000..b53eb81 --- /dev/null +++ b/AddClient.axaml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + +