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:
@@ -9,6 +9,31 @@ Namespace EgtCAM5
|
||||
|
||||
#Region "FIELDS & PROPERTIES"
|
||||
|
||||
#Region "Messages"
|
||||
|
||||
Public ReadOnly Property Draw2DMsg As String
|
||||
Get
|
||||
Return EgtMsg(MSG_DRAWPANEL + 44)
|
||||
End Get
|
||||
End Property
|
||||
Public ReadOnly Property Draw3DMsg As String
|
||||
Get
|
||||
Return EgtMsg(MSG_DRAWPANEL + 45)
|
||||
End Get
|
||||
End Property
|
||||
Public ReadOnly Property ModifyMsg As String
|
||||
Get
|
||||
Return EgtMsg(MSG_DRAWPANEL + 46)
|
||||
End Get
|
||||
End Property
|
||||
Public ReadOnly Property TransformMsg As String
|
||||
Get
|
||||
Return EgtMsg(MSG_DRAWPANEL + 47)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
#End Region ' Messages
|
||||
|
||||
#Region "ToolTip"
|
||||
|
||||
'Proprietà ToolTip
|
||||
|
||||
Reference in New Issue
Block a user