From 5d2759a07095aeab6bc7fdbfe51a0fed2cdb4a86 Mon Sep 17 00:00:00 2001 From: KP9lK Date: Fri, 10 Jan 2025 23:50:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D1=8C=D1=82?= =?UTF-8?q?=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.idea.demo-12-14/.idea/encodings.xml | 4 + .idea/.idea.demo-12-14/.idea/indexLayout.xml | 8 + .../.idea/projectSettingsUpdater.xml | 7 + .idea/.idea.demo-12-14/.idea/vcs.xml | 4 + .idea/.idea.demo-12-14/.idea/workspace.xml | 41 ++ demo-12-14.sln | 25 ++ demo-12-14/App.axaml | 10 + demo-12-14/App.axaml.cs | 24 ++ demo-12-14/MainWindow.axaml | 82 ++++ demo-12-14/MainWindow.axaml.cs | 131 +++++++ demo-12-14/Models/Client.cs | 33 ++ demo-12-14/Models/Clientservice.cs | 25 ++ demo-12-14/Models/Documentbyservice.cs | 15 + demo-12-14/Models/Gender.cs | 13 + demo-12-14/Models/Manufacturer.cs | 15 + demo-12-14/Models/Product.cs | 31 ++ demo-12-14/Models/Productphoto.cs | 15 + demo-12-14/Models/ProductsTradeContext.cs | 369 ++++++++++++++++++ demo-12-14/Models/Productsale.cs | 21 + demo-12-14/Models/Service.cs | 25 ++ demo-12-14/Models/Servicephoto.cs | 15 + demo-12-14/Models/Tag.cs | 15 + demo-12-14/ProductWindow.axaml | 36 ++ demo-12-14/ProductWindow.axaml.cs | 80 ++++ demo-12-14/Program.cs | 22 ++ demo-12-14/app.manifest | 18 + demo-12-14/demo-12-14.csproj | 25 ++ 27 files changed, 1109 insertions(+) create mode 100644 .idea/.idea.demo-12-14/.idea/encodings.xml create mode 100644 .idea/.idea.demo-12-14/.idea/indexLayout.xml create mode 100644 .idea/.idea.demo-12-14/.idea/projectSettingsUpdater.xml create mode 100644 .idea/.idea.demo-12-14/.idea/vcs.xml create mode 100644 .idea/.idea.demo-12-14/.idea/workspace.xml create mode 100644 demo-12-14.sln create mode 100644 demo-12-14/App.axaml create mode 100644 demo-12-14/App.axaml.cs create mode 100644 demo-12-14/MainWindow.axaml create mode 100644 demo-12-14/MainWindow.axaml.cs create mode 100644 demo-12-14/Models/Client.cs create mode 100644 demo-12-14/Models/Clientservice.cs create mode 100644 demo-12-14/Models/Documentbyservice.cs create mode 100644 demo-12-14/Models/Gender.cs create mode 100644 demo-12-14/Models/Manufacturer.cs create mode 100644 demo-12-14/Models/Product.cs create mode 100644 demo-12-14/Models/Productphoto.cs create mode 100644 demo-12-14/Models/ProductsTradeContext.cs create mode 100644 demo-12-14/Models/Productsale.cs create mode 100644 demo-12-14/Models/Service.cs create mode 100644 demo-12-14/Models/Servicephoto.cs create mode 100644 demo-12-14/Models/Tag.cs create mode 100644 demo-12-14/ProductWindow.axaml create mode 100644 demo-12-14/ProductWindow.axaml.cs create mode 100644 demo-12-14/Program.cs create mode 100644 demo-12-14/app.manifest create mode 100644 demo-12-14/demo-12-14.csproj diff --git a/.idea/.idea.demo-12-14/.idea/encodings.xml b/.idea/.idea.demo-12-14/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.demo-12-14/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.demo-12-14/.idea/indexLayout.xml b/.idea/.idea.demo-12-14/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.demo-12-14/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.demo-12-14/.idea/projectSettingsUpdater.xml b/.idea/.idea.demo-12-14/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..64af657 --- /dev/null +++ b/.idea/.idea.demo-12-14/.idea/projectSettingsUpdater.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.demo-12-14/.idea/vcs.xml b/.idea/.idea.demo-12-14/.idea/vcs.xml new file mode 100644 index 0000000..d843f34 --- /dev/null +++ b/.idea/.idea.demo-12-14/.idea/vcs.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.demo-12-14/.idea/workspace.xml b/.idea/.idea.demo-12-14/.idea/workspace.xml new file mode 100644 index 0000000..3c6be61 --- /dev/null +++ b/.idea/.idea.demo-12-14/.idea/workspace.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + 1734177075418 + + + + + + + \ No newline at end of file diff --git a/demo-12-14.sln b/demo-12-14.sln new file mode 100644 index 0000000..37a0537 --- /dev/null +++ b/demo-12-14.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35222.181 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "demo-12-14", "demo-12-14\demo-12-14.csproj", "{85150DA8-82FE-41D9-B1EE-915B1231DE5F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {85150DA8-82FE-41D9-B1EE-915B1231DE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {85150DA8-82FE-41D9-B1EE-915B1231DE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {85150DA8-82FE-41D9-B1EE-915B1231DE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {85150DA8-82FE-41D9-B1EE-915B1231DE5F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5344D68D-4280-42B8-9639-32A65BE8879F} + EndGlobalSection +EndGlobal diff --git a/demo-12-14/App.axaml b/demo-12-14/App.axaml new file mode 100644 index 0000000..8c2eba8 --- /dev/null +++ b/demo-12-14/App.axaml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/demo-12-14/App.axaml.cs b/demo-12-14/App.axaml.cs new file mode 100644 index 0000000..2a9d8a7 --- /dev/null +++ b/demo-12-14/App.axaml.cs @@ -0,0 +1,24 @@ +using Avalonia; +using Avalonia.Controls.ApplicationLifetimes; +using Avalonia.Markup.Xaml; + +namespace demo +{ + public partial class App : Application + { + public override void Initialize() + { + AvaloniaXamlLoader.Load(this); + } + + public override void OnFrameworkInitializationCompleted() + { + if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) + { + desktop.MainWindow = new MainWindow(); + } + + base.OnFrameworkInitializationCompleted(); + } + } +} \ No newline at end of file diff --git a/demo-12-14/MainWindow.axaml b/demo-12-14/MainWindow.axaml new file mode 100644 index 0000000..cec96dd --- /dev/null +++ b/demo-12-14/MainWindow.axaml @@ -0,0 +1,82 @@ + + + + + + + + без сорт. + + + убыв. + + + возраст. + + + +