From 59693349f3e6b3aef48c0e4aaf452cf1757b0bd3 Mon Sep 17 00:00:00 2001 From: Demetrio Cassarino Date: Mon, 10 Nov 2025 15:28:37 +0100 Subject: [PATCH] Optimizer 2.7.11.5 -inizio puliizia dizionario --- .../BeamMachiningsWindowV.xaml | 16 +- .../General_ConfigurationPageV.xaml | 6 +- .../EgtManageFileDialogV.xaml | 2 +- .../MachinePanel/MachinePanelV.xaml | 8 +- .../NewOpenProjectFileDialogV.xaml | 20 +- .../OpenProjectFileDialogV.xaml | 18 +- EgtBEAMWALL.Core/Themes/Generic.xaml | 788 +++++++++++- .../AddFeatureWnd/AddFeatureWndV.xaml | 10 +- .../AddPartWnd/AddPartWndV.xaml | 6 +- .../AddRawPartWnd/AddRawPartWndV.xaml | 4 +- .../BTLDataWnd/BTLDataWndV.xaml | 2 +- .../BTLPartManager/BTLPartManagerV.xaml | 12 +- .../BTLViewModel/BTLPartVM.vb | 5 - .../CALCPanel/CalcPanelV.xaml | 6 +- .../ChangeMaterialWnd/ChangeMaterialWndV.xaml | 4 +- .../ChangeParameterWndV.xaml | 4 +- .../ConfigurationProgramV.xaml | 2 +- .../FeatureListManagerV.xaml | 8 +- .../FeatureManager/FeatureManagerV.xaml | 12 +- .../ForcedStrategyBTL/ForcedStrategyBTLV.xaml | 2 +- .../ForcedStrategyPanelV.xaml | 4 +- .../FreeContourInput/FreeContourInputV.xaml | 4 +- .../FreeContourManagerV.xaml | 6 +- .../GeneralParametersWnd.xaml | 2 +- .../ProjectParametersV.xaml | 20 +- .../InputPwdWnd/InputPwdWndV.xaml | 4 +- .../InstrumentPanel/InstrumentPanelV.xaml | 4 +- .../ItemParamList/BTLPartListV.xaml | 12 +- .../FeatureInPartInRawPartListV.xaml | 8 +- .../ItemParamList/PParameterListV.xaml | 6 +- .../ItemParamList/RawPartListV.xaml | 18 +- .../LeftPanel/LeftPanelV.xaml | 24 +- .../MachinePanel/MachinePanelV.xaml | 18 +- .../MacroFeatureWnd/MacroFeatureWnd.xaml | 4 +- EgtBEAMWALL.Optimizer/MainMenu/MainMenuV.xaml | 10 +- .../MovePartInRawPartWndV.xaml | 10 +- .../My Project/AssemblyInfo.vb | 4 +- .../NestingRunningWnd/NestingRunningWndV.xaml | 8 +- .../OptimizePanel/OptimizePanelV.xaml | 6 +- .../PartManager/PartManagerV.xaml | 4 +- .../ProdManager/ProdManagerV.xaml | 22 +- EgtBEAMWALL.Optimizer/Project/ProjectV.xaml | 16 +- .../ProjectTypeWnd/ProjectTypeWndV.xaml | 14 +- .../RawPartManager/RawPartManagerV.xaml | 14 +- .../RawPartManager/RawPartManagerWndV.xaml | 2 +- .../SceneShowBulding/SceneBuildingV.xaml | 4 +- .../ShowBeamPanel/ShowBeamPanelV.xaml | 6 +- .../ShowPanel/ShowPanelV.xaml | 8 +- .../SpecialPanel/SpecialPanelV.xaml | 2 +- .../SplashScreen/SplashScreenV.xaml | 2 +- .../Statistics/OptimizerStatisticsV.xaml | 6 +- .../Statistics/PDFEditorV.xaml | 34 +- .../Statistics/StatisticsV.xaml | 2 +- .../StatisticsTimePanelV.xaml | 18 +- .../StatusBar/StatusBarV.xaml | 1 - .../StrategyManager/ParameterStrategyV.xaml | 20 +- .../StrategyManager/StrategyManagerV.xaml | 6 +- .../StrategyManager/StrategyProductionV.xaml | 4 +- .../StrategyManager/StrategyV.xaml | 4 +- .../UpdateBTLWnd/UpdateBTLWndV.xaml | 6 +- .../UpdateBTLWnd/UpdateOrAppendWndV.xaml | 8 +- EgtBEAMWALL.Optimizer/Utility/Dictionary.xaml | 1093 ++--------------- .../ViewPanel/ViewPanelV.xaml | 2 +- .../WarehouseWnd/WarehouseWndV.xaml | 40 +- 64 files changed, 1158 insertions(+), 1287 deletions(-) diff --git a/EgtBEAMWALL.Core/BeamMachiningsWindow/BeamMachiningsWindowV.xaml b/EgtBEAMWALL.Core/BeamMachiningsWindow/BeamMachiningsWindowV.xaml index d366983f..f2f5e00f 100644 --- a/EgtBEAMWALL.Core/BeamMachiningsWindow/BeamMachiningsWindowV.xaml +++ b/EgtBEAMWALL.Core/BeamMachiningsWindow/BeamMachiningsWindowV.xaml @@ -22,9 +22,9 @@ SelectedItem="{Binding SelMachining}" IsSynchronizedWithCurrentItem="True" Margin="5,0,5,0" - Style="{StaticResource OnlyProdTabControl_OnlyHeaders}"/> + Style="{StaticResource OnlyHeaders_TabControl}"/> - + + Style="{StaticResource Optimizer_DataGrid}"> + + + + + + + + + + + + @@ -437,10 +544,26 @@ + + + + + + + + + + @@ -669,6 +792,12 @@ + + @@ -943,6 +1072,661 @@ + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EgtBEAMWALL.Optimizer/AddFeatureWnd/AddFeatureWndV.xaml b/EgtBEAMWALL.Optimizer/AddFeatureWnd/AddFeatureWndV.xaml index ebb76613..17854ad2 100644 --- a/EgtBEAMWALL.Optimizer/AddFeatureWnd/AddFeatureWndV.xaml +++ b/EgtBEAMWALL.Optimizer/AddFeatureWnd/AddFeatureWndV.xaml @@ -24,7 +24,7 @@ Style="{StaticResource ListTextBlock}"/> + Style="{StaticResource EgtWPFLib5_InputButton}"/> diff --git a/EgtBEAMWALL.Optimizer/BTLViewModel/BTLPartVM.vb b/EgtBEAMWALL.Optimizer/BTLViewModel/BTLPartVM.vb index 4490b9b6..617feda0 100644 --- a/EgtBEAMWALL.Optimizer/BTLViewModel/BTLPartVM.vb +++ b/EgtBEAMWALL.Optimizer/BTLViewModel/BTLPartVM.vb @@ -1560,11 +1560,6 @@ Public Class BTLPartVM Else Map.refFeatureManagerVM.SetVariant_Visibility(Visibility.Collapsed) End If - ' Forzo strategia - 'Map.refForcedStrategyBTLVM.Init(m_SelBTLFeatureVM.BTLFeatureM) - Map.refForcedStrategyPanelVM.Init(m_SelBTLFeatureVM.BTLFeatureM) - 'Else - ' EgtDeselectAll() End If If Not IsNothing(Map.refFeatureListManagerVM) Then Map.refFeatureListManagerVM.FeatureSelectionChanged() EgtDraw() diff --git a/EgtBEAMWALL.Optimizer/CALCPanel/CalcPanelV.xaml b/EgtBEAMWALL.Optimizer/CALCPanel/CalcPanelV.xaml index 99d7bc20..77b2828c 100644 --- a/EgtBEAMWALL.Optimizer/CALCPanel/CalcPanelV.xaml +++ b/EgtBEAMWALL.Optimizer/CALCPanel/CalcPanelV.xaml @@ -1,7 +1,7 @@  + Style="{StaticResource PartManager_StackPanel}"> diff --git a/EgtBEAMWALL.Optimizer/FeatureManager/FeatureManagerV.xaml b/EgtBEAMWALL.Optimizer/FeatureManager/FeatureManagerV.xaml index 4a0c6f7a..bb47bc08 100644 --- a/EgtBEAMWALL.Optimizer/FeatureManager/FeatureManagerV.xaml +++ b/EgtBEAMWALL.Optimizer/FeatureManager/FeatureManagerV.xaml @@ -51,34 +51,34 @@ Style="{StaticResource Dimension_TextBox}"/> + Style="{StaticResource FeatureManager_TextBlock}"/> + Style="{StaticResource Feature_ComboBox}"/> diff --git a/EgtBEAMWALL.Optimizer/ForcedStrategyBTL/ForcedStrategyBTLV.xaml b/EgtBEAMWALL.Optimizer/ForcedStrategyBTL/ForcedStrategyBTLV.xaml index 02fdef53..64e62ff8 100644 --- a/EgtBEAMWALL.Optimizer/ForcedStrategyBTL/ForcedStrategyBTLV.xaml +++ b/EgtBEAMWALL.Optimizer/ForcedStrategyBTL/ForcedStrategyBTLV.xaml @@ -10,7 +10,7 @@ + Style="{StaticResource Optimizer_Border}"> + Style="{StaticResource Optimizer_Border}"> + Style="{StaticResource PartManager_StackPanel}"> + Style="{StaticResource Optimizer_Border}"> - + + Style="{StaticResource ParameterMachine_Button}"> + Style="{StaticResource Optimizer_Border}"> - + + Style="{StaticResource GeneralConfiguration_Button}"/> @@ -136,7 +136,7 @@ + Style="{StaticResource RawPartList_TextBlock}"/> @@ -450,7 +450,7 @@ + Style="{StaticResource FeatureInPartInRawPartList_TextBlock}"/> + Style="{StaticResource Optimizer_DataGrid}"> + Style="{StaticResource FeatureInPartInRawPartList_CheckBox}"/> + Style="{StaticResource FeatureInPartInRawPartList_CheckBox}"/> @@ -59,7 +59,7 @@ + Style="{StaticResource FeatureInPartInRawPartList_TextBlock}"/> diff --git a/EgtBEAMWALL.Optimizer/ItemParamList/PParameterListV.xaml b/EgtBEAMWALL.Optimizer/ItemParamList/PParameterListV.xaml index 077f41a9..e02088ab 100644 --- a/EgtBEAMWALL.Optimizer/ItemParamList/PParameterListV.xaml +++ b/EgtBEAMWALL.Optimizer/ItemParamList/PParameterListV.xaml @@ -24,7 +24,7 @@ AlternationCount="2" ColumnHeaderStyle="{StaticResource PParam_DataGridColumnHeader}" CellStyle="{StaticResource CellDataGrid_CustomHighLight}" - Style="{StaticResource DataGrid_OnlyProd}"> + Style="{StaticResource Optimizer_DataGrid}"> - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -773,58 +222,23 @@ + + - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - @@ -1820,7 +1061,7 @@ - - - - - - + - + - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - @@ -2331,19 +1431,21 @@ + + - @@ -2354,16 +1456,16 @@ + + - - @@ -2373,23 +1475,15 @@ - - - - - + +