EgtCam5 :

- Aggiunti messaggi per file con traduzioni.
- Implementata gestione lingua nella finestra opzioni.
This commit is contained in:
Emmanuele Sassi
2016-10-18 18:20:42 +00:00
parent 5eecf956b5
commit 7cb37fadb7
6 changed files with 53 additions and 9 deletions
@@ -170,6 +170,21 @@ Namespace EgtCAM5
Private m_cmdShow As ICommand
Private m_cmdDone As ICommand
#Region "Messages"
Public ReadOnly Property ShowMsg As String
Get
Return EgtMsg(MSG_DRAWOPTION + 14)
End Get
End Property
Public ReadOnly Property OkMsg As String
Get
Return EgtMsg(MSG_DRAWOPTION + 15)
End Get
End Property
#End Region
#End Region ' Fields & Properties
#Region "CONSTRUCTOR"