From 35eda772d02808db8c98cb7db7125f52263cf85c Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Mon, 29 Aug 2016 07:31:52 +0000 Subject: [PATCH] EgtCAM5 + EgtWPFLib5 1.6t1 : - Aggiunti controlli Floating (prima versione). --- Base/BaseWindow/BaseWindowView.xaml | 4 +- Constants/ConstIni.vb | 1 + Constants/ConstMachIni.vb | 2 +- EgtCAM5.vbproj | 10 +-- EgtCAM5Resources.xaml | 21 ++--- IniFile.vb | 14 ++++ MainWindow/MainWindowViewModel.vb | 2 +- My Project/AssemblyInfo.vb | 4 +- ...ionPanelView.xaml => OptionPanelView.xaml} | 2 +- ...elView.xaml.vb => OptionPanelView.xaml.vb} | 0 ...elViewModel.vb => OptionPanelViewModel.vb} | 2 +- ProjectPage/ProjectView.xaml | 30 ++++++- ProjectPage/ProjectView.xaml.vb | 54 ++++++++++++- ProjectPage/ProjectViewModel.vb | 78 +++++++++---------- ToolsDbPage/ToolTreeView2.vb | 21 ++--- ToolsDbPage/ToolsDbView.xaml | 2 + 16 files changed, 170 insertions(+), 77 deletions(-) rename ProjectPage/OptionPanel/{DrawOptionPanelView.xaml => OptionPanelView.xaml} (94%) rename ProjectPage/OptionPanel/{DrawOptionPanelView.xaml.vb => OptionPanelView.xaml.vb} (100%) rename ProjectPage/OptionPanel/{DrawOptionPanelViewModel.vb => OptionPanelViewModel.vb} (96%) diff --git a/Base/BaseWindow/BaseWindowView.xaml b/Base/BaseWindow/BaseWindowView.xaml index 6b3c5d2..25e21a7 100644 --- a/Base/BaseWindow/BaseWindowView.xaml +++ b/Base/BaseWindow/BaseWindowView.xaml @@ -7,11 +7,11 @@ SizeToContent="WidthAndHeight" TitleBarOrientation="{Binding TitleBarOrientation}"> - + diff --git a/Constants/ConstIni.vb b/Constants/ConstIni.vb index 0505566..561584e 100644 --- a/Constants/ConstIni.vb +++ b/Constants/ConstIni.vb @@ -34,6 +34,7 @@ Module ConstIni Public Const K_DRAW3D As String = "3DDraw" Public Const K_MODIFY As String = "Modify" Public Const K_TRANSFORM As String = "Transform" + Public Const K_ONLYDRAW As String = "OnlyDraw" Public Const S_LUA As String = "Lua" Public Const K_LIBSDIR As String = "LibsDir" diff --git a/Constants/ConstMachIni.vb b/Constants/ConstMachIni.vb index 910eae0..dd7be0e 100644 --- a/Constants/ConstMachIni.vb +++ b/Constants/ConstMachIni.vb @@ -12,7 +12,7 @@ Public Const K_SAWBLADEHOLDER As String = "SawBladeHolder" Public Const K_MILLHOLDER As String = "MillHolder" Public Const K_DRILLMAKER As String = "DrillMaker" - Public Const K_SAWBLADEMAKER As String = "SawBladeMaker" + Public Const K_SAWBLADEMAKER As String = "SawbladeMaker" Public Const K_MILLMAKER As String = "MillMaker" Public Const K_MOUNTEDTOOLCONFIG As String = "MountedToolConfig" diff --git a/EgtCAM5.vbproj b/EgtCAM5.vbproj index c3c2371..a8dc87a 100644 --- a/EgtCAM5.vbproj +++ b/EgtCAM5.vbproj @@ -80,11 +80,9 @@ ..\..\EgtProg\DllD32\EgtUILib.dll - False ..\..\EgtProg\DllD32\EgtWPFLib5.dll - False False @@ -148,10 +146,10 @@ - - DrawOptionPanelView.xaml + + OptionPanelView.xaml - + InfoExpanderView.xaml @@ -234,7 +232,7 @@ Designer MSBuild:Compile - + Designer MSBuild:Compile diff --git a/EgtCAM5Resources.xaml b/EgtCAM5Resources.xaml index 4d134ef..a0d1eb3 100644 --- a/EgtCAM5Resources.xaml +++ b/EgtCAM5Resources.xaml @@ -35,25 +35,19 @@ This template applies an GridViewPanelView to an instance of the GridViewPanelViewModel class shown in the ProjectPage. --> - - - + - - - + - - - + + + + + + + + + +