-aggiornato messaggi
This commit is contained in:
@@ -187,12 +187,12 @@ Public Class InputExpanderVM
|
||||
|
||||
Public ReadOnly Property ShowMsg As String
|
||||
Get
|
||||
Return EgtMsg(MSG_DRAWOPTION + 14)
|
||||
Return EgtMsg(5364) ' Mostra
|
||||
End Get
|
||||
End Property
|
||||
Public ReadOnly Property OkMsg As String
|
||||
Get
|
||||
Return EgtMsg(MSG_DRAWOPTION + 15)
|
||||
Return EgtMsg(5365) ' Conferma
|
||||
End Get
|
||||
End Property
|
||||
|
||||
@@ -304,7 +304,7 @@ Public Class InputExpanderVM
|
||||
End Sub
|
||||
|
||||
Friend Sub ResetInputBox()
|
||||
Title = EgtMsg(MSG_DRAWOPTION + 5)
|
||||
Title = EgtMsg(5355) ' Parametri di disegno
|
||||
TextVisibility = Visibility.Collapsed
|
||||
CheckVisibility = Visibility.Collapsed
|
||||
ComboVisibility = Visibility.Collapsed
|
||||
|
||||
Reference in New Issue
Block a user