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:
+17
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user