From 1794d475eabd4b60af8e12eecdcdfe5223e29e26 Mon Sep 17 00:00:00 2001 From: Demetrio Cassarino Date: Mon, 5 May 2025 14:14:48 +0200 Subject: [PATCH] -suddiviso xaml strategymanager --- .../EgtBEAMWALL.Optimizer.vbproj | 14 + .../StrategyManager/ParameterStrategyV.xaml | 19 + .../ParameterStrategyV.xaml.vb | 3 + .../StrategyManager/StrategyManagerV.xaml | 70 +-- .../StrategyManager/StrategyManagerVM.vb | 410 +++++++++++++++++- .../StrategyManager/StrategyV.xaml | 57 +++ .../StrategyManager/StrategyV.xaml.vb | 26 ++ 7 files changed, 527 insertions(+), 72 deletions(-) create mode 100644 EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml create mode 100644 EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml.vb create mode 100644 EgtBEAMWALL.Optimizer/StrategyManager/StrategyV.xaml create mode 100644 EgtBEAMWALL.Optimizer/StrategyManager/StrategyV.xaml.vb diff --git a/EgtBEAMWALL.Optimizer/EgtBEAMWALL.Optimizer.vbproj b/EgtBEAMWALL.Optimizer/EgtBEAMWALL.Optimizer.vbproj index b5846da8..64ba2ceb 100644 --- a/EgtBEAMWALL.Optimizer/EgtBEAMWALL.Optimizer.vbproj +++ b/EgtBEAMWALL.Optimizer/EgtBEAMWALL.Optimizer.vbproj @@ -211,10 +211,16 @@ StatusBarV.xaml + + ParameterStrategyV.xaml + StrategyManagerV.xaml + + StrategyV.xaml + @@ -675,10 +681,18 @@ MSBuild:Compile Designer + + Designer + MSBuild:Compile + Designer MSBuild:Compile + + Designer + MSBuild:Compile + MSBuild:Compile Designer diff --git a/EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml b/EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml new file mode 100644 index 00000000..f1f2dce6 --- /dev/null +++ b/EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml @@ -0,0 +1,19 @@ + + + + + + + + + + + diff --git a/EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml.vb b/EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml.vb new file mode 100644 index 00000000..30b99966 --- /dev/null +++ b/EgtBEAMWALL.Optimizer/StrategyManager/ParameterStrategyV.xaml.vb @@ -0,0 +1,3 @@ +Public Class ParameterStrategyV + +End Class diff --git a/EgtBEAMWALL.Optimizer/StrategyManager/StrategyManagerV.xaml b/EgtBEAMWALL.Optimizer/StrategyManager/StrategyManagerV.xaml index 401c3d27..21a10178 100644 --- a/EgtBEAMWALL.Optimizer/StrategyManager/StrategyManagerV.xaml +++ b/EgtBEAMWALL.Optimizer/StrategyManager/StrategyManagerV.xaml @@ -37,74 +37,12 @@ - - - - - - + - - - - - - - - - -