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. --> - - - + - - - + - - - + + + + + + + + + +