From b6ecb870490ae87f8aa443654b52d062b2a273fc Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Tue, 19 Jul 2016 12:42:15 +0000 Subject: [PATCH] EgtCAM5 : - Migliorie varie. --- Constants/ConstIni.vb | 4 ++ ProjectPage/DrawPanel/DrawPanelView.xaml | 8 +-- ProjectPage/DrawPanel/DrawPanelViewModel.vb | 59 +++++++++++++++++++ .../OperationExpanderView.xaml | 6 +- .../OperationExpanderViewModel.vb | 8 ++- ProjectPage/ProjectViewModel.vb | 4 -- 6 files changed, 75 insertions(+), 14 deletions(-) diff --git a/Constants/ConstIni.vb b/Constants/ConstIni.vb index 5fe49fb..0505566 100644 --- a/Constants/ConstIni.vb +++ b/Constants/ConstIni.vb @@ -30,6 +30,10 @@ Module ConstIni Public Const K_LASTLUADIR As String = "LastLuaDir" Public Const K_LASTIMPDIR As String = "LastImpDir" Public Const K_LASTEXPDIR As String = "LastExpDir" + Public Const K_DRAW2D As String = "2DDraw" + Public Const K_DRAW3D As String = "3DDraw" + Public Const K_MODIFY As String = "Modify" + Public Const K_TRANSFORM As String = "Transform" Public Const S_LUA As String = "Lua" Public Const K_LIBSDIR As String = "LibsDir" diff --git a/ProjectPage/DrawPanel/DrawPanelView.xaml b/ProjectPage/DrawPanel/DrawPanelView.xaml index 87d0dac..f447e78 100644 --- a/ProjectPage/DrawPanel/DrawPanelView.xaml +++ b/ProjectPage/DrawPanel/DrawPanelView.xaml @@ -9,7 +9,7 @@ - + - +