EgtCAM5 :

- Tradotti un po' di messaggi in italiano.
- Aggiunta possibilità in Db utensili e lavorazioni di annullare le modifiche apportate ad un elemento premendo il tasto Esc.
This commit is contained in:
Emmanuele Sassi
2016-10-18 15:51:58 +00:00
parent b939ffd810
commit 5eecf956b5
27 changed files with 446 additions and 49 deletions
@@ -237,7 +237,7 @@ Namespace EgtCAM5
End Set
End Property
#Region "Messaggi per parametri operazioni"
#Region "Messages"
Public ReadOnly Property InvertTxBl As String
Get
@@ -548,8 +548,23 @@ Namespace EgtCAM5
Return EgtMsg(MSG_MACHININGSDBPAGE + 98) & " " & SelectedOperation.Tool
End Get
End Property
Public ReadOnly Property MoveUpMsg As String
Get
Return EgtMsg(MSG_OPERATION + 8)
End Get
End Property
Public ReadOnly Property MoveDownMsg As String
Get
Return EgtMsg(MSG_OPERATION + 9)
End Get
End Property
Public ReadOnly Property UpdateMsg As String
Get
Return EgtMsg(MSG_OPERATION + 10)
End Get
End Property
#End Region
#End Region ' Messages
' Definizione comandi
Private m_cmdNewMachining As ICommand