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