From dffe9de64e99e04b0934ece0d920e396abbd3de9 Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Fri, 27 Jan 2017 18:33:56 +0000 Subject: [PATCH] EgtCAM5 : - Migliorie SetUp. - Migliorie simulazione. --- Constants/ConstMachIni.vb | 2 + EgtCAM5.vbproj | 2 + EgtCAM5Resources.xaml | 4 + MachOptionsWindow/MachOptionModule.vb | 8 + MachOptionsWindow/MachOptionsView.xaml | 35 ++- MachOptionsWindow/MachOptionsViewModel.vb | 62 +++- ProjectPage/DbPanel/DbPanelViewModel.vb | 4 +- .../MachGroupPanel/MachGroupPanelViewModel.vb | 16 +- .../SimulationExpander/MachineAxis.vb | 86 ++++++ .../SimulationExpanderView.xaml | 89 +++--- .../SimulationExpanderViewModel.vb | 291 ++++-------------- SetUpWindow/SetUpViewModel.vb | 163 ++++++++-- ToolsDbWindow/ToolTreeView.vb | 23 +- ToolsDbWindow/ToolsDbView.xaml | 16 +- ToolsDbWindow/ToolsDbViewModel.vb | 19 ++ 15 files changed, 493 insertions(+), 327 deletions(-) create mode 100644 MachOptionsWindow/MachOptionModule.vb create mode 100644 ProjectPage/OptionPanel/MachiningOptionPanel/SimulationExpander/MachineAxis.vb diff --git a/Constants/ConstMachIni.vb b/Constants/ConstMachIni.vb index 3296792..afa59fe 100644 --- a/Constants/ConstMachIni.vb +++ b/Constants/ConstMachIni.vb @@ -46,5 +46,7 @@ Public Const S_FIXTURES As String = "Fixtures" Public Const S_SETUP As String = "SetUp" + Public Const K_ACTIVEDEFAULT As String = "ActiveDefault" + Public Const K_DEFAULT As String = "Default" End Module diff --git a/EgtCAM5.vbproj b/EgtCAM5.vbproj index 102fe1b..e70eef4 100644 --- a/EgtCAM5.vbproj +++ b/EgtCAM5.vbproj @@ -149,6 +149,7 @@ + MachOptionsView.xaml @@ -222,6 +223,7 @@ MachiningParameterExpanderView.xaml + PopUpGridPanelView.xaml diff --git a/EgtCAM5Resources.xaml b/EgtCAM5Resources.xaml index 56b6ff8..50b22da 100644 --- a/EgtCAM5Resources.xaml +++ b/EgtCAM5Resources.xaml @@ -484,6 +484,10 @@ + +