From 7d913babee4e788ddba1655007f81ccd1a53e454 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 6 Aug 2020 18:47:31 +0000 Subject: [PATCH] OmagOFFICE 2.2h1 : - richiesta licenza livello 22 - aggiunta gestione opzionale Ordine, Distinta e Nome in import CSV - aggiunta gestione opzionale Ordine, Distinta e Nome in import DXF - aggiunta gestione opzionale Ordine, Distinta e Nome in disegno parametrico pezzi - aggiunta gestione opzionale Blocco e Numero Lastra in definizione grezzo. --- .../CompoCsvDataWindowV.xaml | 58 +++++++++ .../CompoCsvDataWindowV.xaml.vb | 22 ++++ CompoCsvTrfDataWindow/CompoCsvDataWindowVM.vb | 103 +++++++++++++++ .../CompoTrfDataWindowV.xaml | 0 .../CompoTrfDataWindowV.xaml.vb | 0 .../CompoTrfDataWindowVM.vb | 0 CompoWindow/CompoManager/CompoManagerV.xaml | 6 + CompoWindow/CompoManager/CompoManagerVM.vb | 94 +++++++++++--- CompoWindow/CompoWindowVM.vb | 80 ++++++++---- Constants/ConstIni.vb | 3 + DxfImportWindow/DxfImportWindowV.xaml | 45 ++++++- DxfImportWindow/DxfImportWindowVM.vb | 117 +++++++++++++++++- EgtStoneLib/ConstMach.vb | 16 +++ EgtStoneLib/CsvM.vb | 13 ++ EgtStoneLib/EstCalc.vb | 36 ++++++ MainWindow/MainWindowM.vb | 4 +- MainWindow/MainWindowV.xaml | 2 +- My Project/AssemblyInfo.vb | 4 +- OmagOFFICE.vbproj | 29 ++++- OptionPanel/RawPartTab/RawPartTabV.xaml | 9 ++ OptionPanel/RawPartTab/RawPartTabVM.vb | 85 +++++++++++++ OptionPanel/RawPartTab/SlabIdWindowV.xaml | 53 ++++++++ OptionPanel/RawPartTab/SlabIdWindowV.xaml.vb | 22 ++++ OptionPanel/RawPartTab/SlabIdWindowVM.vb | 85 +++++++++++++ Resources/OmagCUT.ico | Bin 9158 -> 0 bytes Resources/OmagOFFICE.ico | Bin 0 -> 9158 bytes Resources/RawPartTab/SlabId.png | Bin 0 -> 1677 bytes SideEntityControl/SideEntityControlVM.vb | 7 +- Utility/OmagOFFICEDictionary.xaml | 8 +- 29 files changed, 837 insertions(+), 64 deletions(-) create mode 100644 CompoCsvTrfDataWindow/CompoCsvDataWindowV.xaml create mode 100644 CompoCsvTrfDataWindow/CompoCsvDataWindowV.xaml.vb create mode 100644 CompoCsvTrfDataWindow/CompoCsvDataWindowVM.vb rename {CompoTrfDataWindow => CompoCsvTrfDataWindow}/CompoTrfDataWindowV.xaml (100%) rename {CompoTrfDataWindow => CompoCsvTrfDataWindow}/CompoTrfDataWindowV.xaml.vb (100%) rename {CompoTrfDataWindow => CompoCsvTrfDataWindow}/CompoTrfDataWindowVM.vb (100%) create mode 100644 OptionPanel/RawPartTab/SlabIdWindowV.xaml create mode 100644 OptionPanel/RawPartTab/SlabIdWindowV.xaml.vb create mode 100644 OptionPanel/RawPartTab/SlabIdWindowVM.vb delete mode 100644 Resources/OmagCUT.ico create mode 100644 Resources/OmagOFFICE.ico create mode 100644 Resources/RawPartTab/SlabId.png diff --git a/CompoCsvTrfDataWindow/CompoCsvDataWindowV.xaml b/CompoCsvTrfDataWindow/CompoCsvDataWindowV.xaml new file mode 100644 index 0000000..79523e7 --- /dev/null +++ b/CompoCsvTrfDataWindow/CompoCsvDataWindowV.xaml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + +