From acc4fde897317589131aaff7a67c17ec151e2597 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 19 Feb 2026 13:22:32 +0100 Subject: [PATCH] Added script, entity and editor dialog for NST2007 lookup table (LADG) --- ENI2/Controls/LADG_NST2007Control.xaml | 62 ++++++++++ ENI2/Controls/LADG_NST2007Control.xaml.cs | 143 ++++++++++++++++++++++ ENI2/ENI2.csproj | 7 ++ ENI2/Excel/ExcelLocalImportHelper.cs | 55 +++++++++ ENI2/MainWindow.xaml | 5 + ENI2/MainWindow.xaml.cs | 9 ++ SQL/Update_To_7.2.15.sql | 17 +-- bsmd.database/DBManager.cs | 35 ++++-- bsmd.database/DBManagerAsync.cs | 75 ++++++++++++ bsmd.database/LADG_NST2007.cs | 114 +++++++++++++++++ bsmd.database/bsmd.database.csproj | 7 +- 11 files changed, 502 insertions(+), 27 deletions(-) create mode 100644 ENI2/Controls/LADG_NST2007Control.xaml create mode 100644 ENI2/Controls/LADG_NST2007Control.xaml.cs create mode 100644 bsmd.database/LADG_NST2007.cs diff --git a/ENI2/Controls/LADG_NST2007Control.xaml b/ENI2/Controls/LADG_NST2007Control.xaml new file mode 100644 index 00000000..d6033b57 --- /dev/null +++ b/ENI2/Controls/LADG_NST2007Control.xaml @@ -0,0 +1,62 @@ + + + + + + +