From da178396f517959a7334fe350a6bf8d83cf2d2ce Mon Sep 17 00:00:00 2001 From: Nicola Pievani Date: Tue, 22 Jul 2025 12:19:24 +0200 Subject: [PATCH] Inizio gestione cambio tavola --- OmagOFFICE.vbproj | 11 ++ OptionPanel/NestingTab/ChangeTableV.xaml | 59 +++++++++ OptionPanel/NestingTab/ChangeTableV.xaml.vb | 3 + OptionPanel/NestingTab/ChangeTableVM.vb | 140 ++++++++++++++++++++ OptionPanel/NestingTab/NestingTabVM.vb | 103 +++++++++++++- Resources/NewIcons/table.png | Bin 0 -> 5225 bytes Utility/OmagOFFICEDictionary.xaml | 6 + 7 files changed, 321 insertions(+), 1 deletion(-) create mode 100644 OptionPanel/NestingTab/ChangeTableV.xaml create mode 100644 OptionPanel/NestingTab/ChangeTableV.xaml.vb create mode 100644 OptionPanel/NestingTab/ChangeTableVM.vb create mode 100644 Resources/NewIcons/table.png diff --git a/OmagOFFICE.vbproj b/OmagOFFICE.vbproj index ffe78fd..cb486b8 100644 --- a/OmagOFFICE.vbproj +++ b/OmagOFFICE.vbproj @@ -293,6 +293,10 @@ SplitModeV.xaml + + ChangeTableV.xaml + + MultiSelectionV.xaml @@ -499,6 +503,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -982,6 +990,9 @@ + + + IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\OmagOFFICE\OmagOFFICER32.exe diff --git a/OptionPanel/NestingTab/ChangeTableV.xaml b/OptionPanel/NestingTab/ChangeTableV.xaml new file mode 100644 index 0000000..5b37181 --- /dev/null +++ b/OptionPanel/NestingTab/ChangeTableV.xaml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +