From 9ff14634dd110ef43664fb7885b5639eadc8986e Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Mon, 7 Nov 2022 23:20:13 +0100 Subject: [PATCH 1/4] - Unione import e modify part --- Icarus/Icarus.vbproj | 27 +- Icarus/LeftPanel/LeftPanelV.xaml | 6 +- Icarus/LeftPanel/LeftPanelVM.vb | 3 +- Icarus/ManagePartPanel/ManagePartPanelV.xaml | 121 +++++ .../ManagePartPanel/ManagePartPanelV.xaml.vb | 3 + Icarus/ManagePartPanel/ManagePartPanelVM.vb | 434 ++++++++++++++++ Icarus/ManagePartPanel/ManagePartUtility.vb | 491 ++++++++++++++++++ Icarus/SceneHost/MySceneHostVM.vb | 4 +- Icarus/TopPanel/TopPanelVM.vb | 3 +- Icarus/Utility/Dictionary.xaml | 5 +- Icarus/Utility/Map.vb | 48 +- 11 files changed, 1101 insertions(+), 44 deletions(-) create mode 100644 Icarus/ManagePartPanel/ManagePartPanelV.xaml create mode 100644 Icarus/ManagePartPanel/ManagePartPanelV.xaml.vb create mode 100644 Icarus/ManagePartPanel/ManagePartPanelVM.vb create mode 100644 Icarus/ManagePartPanel/ManagePartUtility.vb diff --git a/Icarus/Icarus.vbproj b/Icarus/Icarus.vbproj index 6dae7de..f42ff59 100644 --- a/Icarus/Icarus.vbproj +++ b/Icarus/Icarus.vbproj @@ -123,11 +123,6 @@ DispositionPanelV.xaml - - ImportPanelV.xaml - - - InstrumentPanelV.xaml @@ -154,16 +149,16 @@ MachSaveInDbWindowV.xaml + + ManagePartPanelV.xaml + + + MaterialDbV.xaml - - ModifyPartPanelV.xaml - - - MachineBox.xaml @@ -304,10 +299,6 @@ MSBuild:Compile Designer - - Designer - MSBuild:Compile - MSBuild:Compile Designer @@ -348,14 +339,14 @@ MSBuild:Compile Designer + + MSBuild:Compile + Designer + Designer MSBuild:Compile - - MSBuild:Compile - Designer - MSBuild:Compile Designer diff --git a/Icarus/LeftPanel/LeftPanelV.xaml b/Icarus/LeftPanel/LeftPanelV.xaml index acfcd48..d96e2dd 100644 --- a/Icarus/LeftPanel/LeftPanelV.xaml +++ b/Icarus/LeftPanel/LeftPanelV.xaml @@ -15,7 +15,8 @@ - + + @@ -36,7 +37,8 @@