From 9c646a6ff78170e4620c421294cb9cf8e78c2509 Mon Sep 17 00:00:00 2001 From: Demetrio Cassarino Date: Wed, 12 Feb 2025 15:18:51 +0100 Subject: [PATCH 1/2] -Aggiunto svg per grid --- EgtStone3D.vbproj | 20 ++++++-- GridPanel/GridDimensionPanelV.xaml | 35 ++++++++++++++ GridPanel/GridDimensionPanelV.xaml.vb | 3 ++ GridPanel/GridPaneV.xaml | 37 -------------- GridPanel/GridPaneV.xaml.vb | 3 -- GridPanel/GridPanelV.xaml | 11 +++++ GridPanel/GridPanelV.xaml.vb | 3 ++ GridPanel/GridPanelVM.vb | 69 +++++++++++++++++++++++++++ GridPanel/GridViewPanelV.xaml | 24 ++++++++++ GridPanel/GridViewPanelV.xaml.vb | 3 ++ Panel/EditPanelVM.vb | 1 + TopPanel/TopPanelVM.vb | 14 +----- Utility/EgtStone3DDefaultStyle.xaml | 15 ++++-- 13 files changed, 177 insertions(+), 61 deletions(-) create mode 100644 GridPanel/GridDimensionPanelV.xaml create mode 100644 GridPanel/GridDimensionPanelV.xaml.vb delete mode 100644 GridPanel/GridPaneV.xaml delete mode 100644 GridPanel/GridPaneV.xaml.vb create mode 100644 GridPanel/GridPanelV.xaml create mode 100644 GridPanel/GridPanelV.xaml.vb create mode 100644 GridPanel/GridViewPanelV.xaml create mode 100644 GridPanel/GridViewPanelV.xaml.vb diff --git a/EgtStone3D.vbproj b/EgtStone3D.vbproj index d304f28..eb7e9fd 100644 --- a/EgtStone3D.vbproj +++ b/EgtStone3D.vbproj @@ -118,9 +118,15 @@ EgtMessageBoxV.xaml + + GridDimensionPanelV.xaml + - - GridPaneV.xaml + + GridPanelV.xaml + + + GridViewPanelV.xaml MainWindowV.xaml @@ -240,7 +246,15 @@ Designer MSBuild:Compile - + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + Designer MSBuild:Compile diff --git a/GridPanel/GridDimensionPanelV.xaml b/GridPanel/GridDimensionPanelV.xaml new file mode 100644 index 0000000..35e28e8 --- /dev/null +++ b/GridPanel/GridDimensionPanelV.xaml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + diff --git a/GridPanel/GridDimensionPanelV.xaml.vb b/GridPanel/GridDimensionPanelV.xaml.vb new file mode 100644 index 0000000..d91744b --- /dev/null +++ b/GridPanel/GridDimensionPanelV.xaml.vb @@ -0,0 +1,3 @@ +Public Class GridDimensionPanelV + +End Class diff --git a/GridPanel/GridPaneV.xaml b/GridPanel/GridPaneV.xaml deleted file mode 100644 index 5306ade..0000000 --- a/GridPanel/GridPaneV.xaml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - + + + diff --git a/GridPanel/GridViewPanelV.xaml.vb b/GridPanel/GridViewPanelV.xaml.vb new file mode 100644 index 0000000..4a7d22c --- /dev/null +++ b/GridPanel/GridViewPanelV.xaml.vb @@ -0,0 +1,3 @@ +Public Class GridViewPanelV + +End Class diff --git a/Panel/EditPanelVM.vb b/Panel/EditPanelVM.vb index 6f6b2b0..45ea8fe 100644 --- a/Panel/EditPanelVM.vb +++ b/Panel/EditPanelVM.vb @@ -2,6 +2,7 @@ Public Class EditPanelVM Inherits SceneUserControlVM + #Region "FIELDS & PROPERTIES" Private ReadOnly m_MsgList As New List(Of String)({TopBar_Msg_Stg0, TopBar_Msg_Stg1, TopBar_Msg_Stg2}) diff --git a/TopPanel/TopPanelVM.vb b/TopPanel/TopPanelVM.vb index 4880fd7..6a6dc3e 100644 --- a/TopPanel/TopPanelVM.vb +++ b/TopPanel/TopPanelVM.vb @@ -333,9 +333,6 @@ Public Class TopPanelVM #Region "ShowPopUpCommand" - ''' - ''' Returns a command that do Export. - ''' Public ReadOnly Property ShowPopUpCommand As ICommand Get If m_cmdShowPopUpCmd Is Nothing Then @@ -345,9 +342,6 @@ Public Class TopPanelVM End Get End Property - ''' - ''' Execute the Export. This method is invoked by the ExportCommand. - ''' Public Sub ShowPopUp(ByVal param As Object) If m_IsOpen Then SetIsOpen(False) @@ -364,9 +358,6 @@ Public Class TopPanelVM #Region "ShowPopUpProspectiveCommand" - ''' - ''' Returns a command that do Export. - ''' Public ReadOnly Property ShowPopUpProspectiveCommand As ICommand Get If m_cmdShowPopUpProspectiveCmd Is Nothing Then @@ -375,10 +366,7 @@ Public Class TopPanelVM Return m_cmdShowPopUpProspectiveCmd End Get End Property - - ''' - ''' Execute the Export. This method is invoked by the ExportCommand. - ''' + Public Sub ShowPopUpProspective(ByVal param As Object) If m_IsOpenProspective Then SetIsOpenProspective(False) diff --git a/Utility/EgtStone3DDefaultStyle.xaml b/Utility/EgtStone3DDefaultStyle.xaml index 7b5a13f..c14f686 100644 --- a/Utility/EgtStone3DDefaultStyle.xaml +++ b/Utility/EgtStone3DDefaultStyle.xaml @@ -296,8 +296,11 @@ @@ -2323,7 +2328,7 @@