From abc2afdc11b85cb7f209c983763cd0f8a71044f3 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Tue, 8 Jul 2025 08:43:27 +0200 Subject: [PATCH] SERV templates (only in classic mode yet) --- ENI2/App.config | 4 +- .../PortNotificationDetailControl.xaml | 35 ++++- .../PortNotificationDetailControl.xaml.cs | 147 +++++++++++++----- ENI2/ENI2.csproj | 1 + ENI2/EditControls/EditSERVDialog.xaml.cs | 72 +++++++-- ENI2/Properties/Resources.Designer.cs | 10 ++ ENI2/Properties/Resources.resx | 3 + ENI2/Resources/pencil.png | Bin 0 -> 1172 bytes SQL/SERV_template.sql | 25 +++ bsmd.database/DBManagerAsync.cs | 10 ++ bsmd.database/SERV_Template.cs | 128 +++++++++++++++ bsmd.database/bsmd.database.csproj | 1 + 12 files changed, 374 insertions(+), 62 deletions(-) create mode 100644 ENI2/Resources/pencil.png create mode 100644 SQL/SERV_template.sql create mode 100644 bsmd.database/SERV_Template.cs diff --git a/ENI2/App.config b/ENI2/App.config index 289893b6..fcd86780 100644 --- a/ENI2/App.config +++ b/ENI2/App.config @@ -11,7 +11,7 @@
- + @@ -85,7 +85,7 @@ - + diff --git a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml index da7a1c00..66f0794a 100644 --- a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml +++ b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml @@ -101,11 +101,40 @@ - + + + + + + +