From 83d748ace80ee4c9ee5c1bbfd7346237c299c68a Mon Sep 17 00:00:00 2001 From: Demetrio Cassarino Date: Fri, 20 Feb 2026 10:35:58 +0100 Subject: [PATCH] EgtBEAMWALL 3.1.2.5: -cambio grafica finestra apertura -sistemato chiusura programma -modifica grafica a StatisticsTimePanel --- EgtBEAMWALL.Core/My Project/AssemblyInfo.vb | 4 +- .../NewOpenProjectFileDialogV.xaml | 8 +-- .../NewOpenProjectFileDialogVM.vb | 2 - EgtBEAMWALL.Core/Themes/Generic.xaml | 68 ++++++++++++++++-- EgtBEAMWALL.Core/ViewPanel/ViewPanelV.xaml | 14 ++-- .../Properties/AssemblyInfo.cs | 4 +- .../AboutBoxWindow/AboutBoxV.xaml | 55 ++++++++------ .../BTLPartManager/BTLPartManagerVM.vb | 1 + .../EgtBEAMWALL.Optimizer.vbproj | 3 + .../ItemParamList/BTLPartListV.xaml.vb | 1 - .../ItemParamList/RawPartListV.xaml.vb | 1 - .../LeftPanel/LeftPanelVM.vb | 1 + .../My Project/AssemblyInfo.vb | 4 +- .../NewOpenProjectFileDialogVM.vb | 4 ++ .../ProdManager/ProdManagerVM.vb | 16 ++++- .../RawPartManager/RawPartManagerVM.vb | 4 ++ .../Resources/NewPage/clock.png | Bin 0 -> 1043 bytes .../StatisticsTimePanelV.xaml | 53 ++++++++------ EgtBEAMWALL.Optimizer/Utility/Dictionary.xaml | 50 ++++++++++--- .../AboutBoxWindow/AboutBoxV.xaml | 55 ++++++++------ .../My Project/AssemblyInfo.vb | 4 +- .../Utility/Dictionary.xaml | 1 + 22 files changed, 251 insertions(+), 102 deletions(-) create mode 100644 EgtBEAMWALL.Optimizer/Resources/NewPage/clock.png diff --git a/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb b/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb index 3d943457..a78a1d51 100644 --- a/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb +++ b/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb @@ -38,5 +38,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogV.xaml b/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogV.xaml index 3261a3c3..74ae562d 100644 --- a/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogV.xaml +++ b/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogV.xaml @@ -104,7 +104,7 @@ AlternationCount="2" ColumnHeaderStyle="{StaticResource Main_DataGridColumnHeader}" Style="{StaticResource Optimizer_DataGrid}" - CellStyle="{StaticResource CellDataGrid_CustomHighLight}"> + CellStyle="{StaticResource CellDataGrid_NewOpenProject}"> @@ -126,7 +126,7 @@ - @@ -148,7 +148,7 @@ - @@ -167,7 +167,7 @@ - diff --git a/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogVM.vb b/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogVM.vb index 8dca509b..0a670bf3 100644 --- a/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogVM.vb +++ b/EgtBEAMWALL.Core/NewOpenProjectFileDialog/NewOpenProjectFileDialogVM.vb @@ -719,8 +719,6 @@ Public MustInherit Class NewOpenProjectFileDialogVM ''' Execute the New. This method is invoked by the NewCommand. ''' Public Overridable Sub Cancel() - ' Salvo modifiche a colonne - EgwWPFBaseLib.EgwDataGrid.WriteColumnLayout(DataGridColumnsIniFile.m_sDataGridColumnsIniFile, S_NEWOPENPROJFILEDLG_PROD, ProdColumns) End Sub #End Region ' Cancel diff --git a/EgtBEAMWALL.Core/Themes/Generic.xaml b/EgtBEAMWALL.Core/Themes/Generic.xaml index ae6ca96a..c6ac35c3 100644 --- a/EgtBEAMWALL.Core/Themes/Generic.xaml +++ b/EgtBEAMWALL.Core/Themes/Generic.xaml @@ -413,7 +413,6 @@ - @@ -623,6 +622,21 @@ + + + + + + + + @@ -701,6 +715,15 @@ + + @@ -938,16 +961,15 @@ + + @@ -2325,6 +2352,15 @@ + + + + @@ -2570,6 +2606,28 @@ + + diff --git a/EgtBEAMWALL.Core/ViewPanel/ViewPanelV.xaml b/EgtBEAMWALL.Core/ViewPanel/ViewPanelV.xaml index 76185725..7c02bc1a 100644 --- a/EgtBEAMWALL.Core/ViewPanel/ViewPanelV.xaml +++ b/EgtBEAMWALL.Core/ViewPanel/ViewPanelV.xaml @@ -6,43 +6,43 @@ diff --git a/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs b/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs index 16933aa8..806df61b 100644 --- a/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs +++ b/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.1.2.4")] -[assembly: AssemblyFileVersion("3.1.2.4")] +[assembly: AssemblyVersion("3.1.2.5")] +[assembly: AssemblyFileVersion("3.1.2.5")] diff --git a/EgtBEAMWALL.Optimizer/AboutBoxWindow/AboutBoxV.xaml b/EgtBEAMWALL.Optimizer/AboutBoxWindow/AboutBoxV.xaml index 54742670..ca98eea3 100644 --- a/EgtBEAMWALL.Optimizer/AboutBoxWindow/AboutBoxV.xaml +++ b/EgtBEAMWALL.Optimizer/AboutBoxWindow/AboutBoxV.xaml @@ -1,11 +1,16 @@  + Title="AboutBox" + Height="400" + Width="360" + WindowStyle="None" + ResizeMode="NoResize" + ShowInTaskbar="False" + WindowStartupLocation="CenterOwner"> - - + + @@ -24,29 +29,39 @@ - + - - + + - - - - -