Merge commit '4147457b7d66c393119cab246288fa2cbbbf6457' into features/ButtonPreview
This commit is contained in:
@@ -370,8 +370,8 @@ Public Class MainWindowVM
|
||||
EgtSetLockId(sLockId)
|
||||
End If
|
||||
' Recupero livello e opzioni della chiave
|
||||
Dim bKey As Boolean = EgtGetKeyLevel(3279, 3102, 1, IniFile.m_nKeyLevel) And
|
||||
EgtGetKeyOptions(3279, 3102, 1, IniFile.m_nKeyOptions)
|
||||
Dim bKey As Boolean = EgtGetKeyLevel(3279, 3103, 1, IniFile.m_nKeyLevel) And
|
||||
EgtGetKeyOptions(3279, 3103, 1, IniFile.m_nKeyOptions)
|
||||
' Leggo e imposto livello utilizzatore
|
||||
IniFile.m_nUserLevel = Math.Min(IniFile.m_nKeyLevel, GetPrivateProfileInt(S_GENERAL, K_USERLEVEL, 1))
|
||||
' Imposto abilitazione lavorazioni avanzate
|
||||
|
||||
@@ -70,6 +70,6 @@ Imports System.Windows
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.1.2.1")>
|
||||
<Assembly: AssemblyFileVersion("3.1.2.1")>
|
||||
<Assembly: AssemblyVersion("3.1.3.1")>
|
||||
<Assembly: AssemblyFileVersion("3.1.3.1")>
|
||||
|
||||
|
||||
@@ -1302,10 +1302,12 @@ Public Class OperationsListExpanderVM
|
||||
' Annullo creazione nuova lavorazione
|
||||
If m_NewMachining Then EndNewMachining(GDB_ID.NULL)
|
||||
' Disabilito visualizzazione utensile
|
||||
Map.refMachiningParameterExpanderVM.SetToolLook(MCH_LOOK.NONE)
|
||||
Map.refMachiningParameterExpanderVM.SetSlider_IsEnable(False)
|
||||
Map.refMachiningParameterExpanderVM.ResetSliderValue()
|
||||
EgtRemovePreviewMachiningTool()
|
||||
If Not IsNothing(Map.refMachiningParameterExpanderVM) Then
|
||||
Map.refMachiningParameterExpanderVM.SetToolLook(MCH_LOOK.NONE)
|
||||
Map.refMachiningParameterExpanderVM.SetSlider_IsEnable(False)
|
||||
Map.refMachiningParameterExpanderVM.ResetSliderValue()
|
||||
EgtRemovePreviewMachiningTool()
|
||||
End If
|
||||
' Deseleziono le operazioni correnti per eliminare il mark
|
||||
For Each Operation In OperationList
|
||||
If Operation.IsSelected Then
|
||||
|
||||
Reference in New Issue
Block a user