From dd0071244eb5465f7196e523d87648bfc574ce7e Mon Sep 17 00:00:00 2001 From: Demetrio Cassarino Date: Tue, 5 Dec 2023 11:26:35 +0100 Subject: [PATCH] - ottimizzazione codice - aggiunta pulsante progettazione in Supervisor --- .../MainMenu/MainMenuV.xaml | 14 +- EgtBEAMWALL.Supervisor/MainMenu/MainMenuVM.vb | 55 +++- .../SupervisorManager/SupervisorManagerVM.vb | 2 + .../BTLPartManager/BTLPartManagerVM.vb | 27 +- .../BTLViewModel/BTLStructureVM.vb | 297 +++++++++--------- .../CALCPanel/CALCPanelVM.vb | 9 +- .../EgtBEAMWALL.ViewerOptimizer.vbproj | 1 + .../FreeContourManagerVM.vb | 2 + .../ItemParamList/BTLPartListV.xaml.vb | 2 +- .../MachGroupPanel/MyMachGroupPanelVM.vb | 68 ++-- .../MachGroupPanel/MyMachGroupVM.vb | 162 +++++----- .../OnlyProdManager/OnlyProdManagerVM.vb | 77 ++--- .../OptimizePanel/OptimizePanelVM.vb | 11 +- .../ProjManager/ProjManagerVM.vb | 96 +++--- .../Project/ProjectVM.vb | 12 +- .../ShowBeamPanel/ShowBeamPanelVM.vb | 8 +- .../TabWnd/ProjWndV.xaml | 4 +- .../TabWnd/ProjWndVM.vb | 22 +- .../Utility/Configuration.vb | 228 ++++++++++++++ EgtBEAMWALL.ViewerOptimizer/Utility/Map.vb | 14 +- 20 files changed, 737 insertions(+), 374 deletions(-) create mode 100644 EgtBEAMWALL.ViewerOptimizer/Utility/Configuration.vb diff --git a/EgtBEAMWALL.Supervisor/MainMenu/MainMenuV.xaml b/EgtBEAMWALL.Supervisor/MainMenu/MainMenuV.xaml index 40541622..581be0db 100644 --- a/EgtBEAMWALL.Supervisor/MainMenu/MainMenuV.xaml +++ b/EgtBEAMWALL.Supervisor/MainMenu/MainMenuV.xaml @@ -6,12 +6,18 @@ +