diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/AuthFormView.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/AuthFormView.axaml
new file mode 100644
index 0000000..1ed71d7
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/AuthFormView.axaml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/AuthFormView.axaml.cs b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/AuthFormView.axaml.cs
new file mode 100644
index 0000000..ccf52a7
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/AuthFormView.axaml.cs
@@ -0,0 +1,11 @@
+using Avalonia.Controls;
+
+namespace JdeScoping.ConfigManager.Views.Forms;
+
+public partial class AuthFormView : UserControl
+{
+ public AuthFormView()
+ {
+ InitializeComponent();
+ }
+}
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataAccessFormView.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataAccessFormView.axaml
new file mode 100644
index 0000000..7f48194
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataAccessFormView.axaml
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataAccessFormView.axaml.cs b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataAccessFormView.axaml.cs
new file mode 100644
index 0000000..579df65
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataAccessFormView.axaml.cs
@@ -0,0 +1,11 @@
+using Avalonia.Controls;
+
+namespace JdeScoping.ConfigManager.Views.Forms;
+
+public partial class DataAccessFormView : UserControl
+{
+ public DataAccessFormView()
+ {
+ InitializeComponent();
+ }
+}
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataSyncFormView.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataSyncFormView.axaml
new file mode 100644
index 0000000..f36aa96
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataSyncFormView.axaml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataSyncFormView.axaml.cs b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataSyncFormView.axaml.cs
new file mode 100644
index 0000000..fb0570e
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/DataSyncFormView.axaml.cs
@@ -0,0 +1,11 @@
+using Avalonia.Controls;
+
+namespace JdeScoping.ConfigManager.Views.Forms;
+
+public partial class DataSyncFormView : UserControl
+{
+ public DataSyncFormView()
+ {
+ InitializeComponent();
+ }
+}
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/ExcelExportFormView.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/ExcelExportFormView.axaml
new file mode 100644
index 0000000..d307a6e
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/ExcelExportFormView.axaml
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/ExcelExportFormView.axaml.cs b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/ExcelExportFormView.axaml.cs
new file mode 100644
index 0000000..a9f3d7e
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/ExcelExportFormView.axaml.cs
@@ -0,0 +1,11 @@
+using Avalonia.Controls;
+
+namespace JdeScoping.ConfigManager.Views.Forms;
+
+public partial class ExcelExportFormView : UserControl
+{
+ public ExcelExportFormView()
+ {
+ InitializeComponent();
+ }
+}
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/LdapFormView.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/LdapFormView.axaml
new file mode 100644
index 0000000..770b670
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/LdapFormView.axaml
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/LdapFormView.axaml.cs b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/LdapFormView.axaml.cs
new file mode 100644
index 0000000..cc3895f
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/LdapFormView.axaml.cs
@@ -0,0 +1,11 @@
+using Avalonia.Controls;
+
+namespace JdeScoping.ConfigManager.Views.Forms;
+
+public partial class LdapFormView : UserControl
+{
+ public LdapFormView()
+ {
+ InitializeComponent();
+ }
+}
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/PipelineFormView.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/PipelineFormView.axaml
new file mode 100644
index 0000000..cebf986
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/PipelineFormView.axaml
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/PipelineFormView.axaml.cs b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/PipelineFormView.axaml.cs
new file mode 100644
index 0000000..3410f21
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/PipelineFormView.axaml.cs
@@ -0,0 +1,11 @@
+using Avalonia.Controls;
+
+namespace JdeScoping.ConfigManager.Views.Forms;
+
+public partial class PipelineFormView : UserControl
+{
+ public PipelineFormView()
+ {
+ InitializeComponent();
+ }
+}
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/SearchFormView.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/SearchFormView.axaml
new file mode 100644
index 0000000..8ec8733
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/SearchFormView.axaml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/SearchFormView.axaml.cs b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/SearchFormView.axaml.cs
new file mode 100644
index 0000000..47cb8f8
--- /dev/null
+++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/Forms/SearchFormView.axaml.cs
@@ -0,0 +1,11 @@
+using Avalonia.Controls;
+
+namespace JdeScoping.ConfigManager.Views.Forms;
+
+public partial class SearchFormView : UserControl
+{
+ public SearchFormView()
+ {
+ InitializeComponent();
+ }
+}