OmagOFFICE :

- Correzioni finestra TRF.
This commit is contained in:
Emmanuele Sassi
2018-11-14 07:33:54 +00:00
parent 480112acfb
commit c2a06a1f3f
7 changed files with 116 additions and 74 deletions
+13 -1
View File
@@ -68,7 +68,7 @@ Public Class CompoTrfDataWindowVM
Public ReadOnly Property TitleMsg As String
Get
Return EgtMsg(MSG_DRAWPAGEUC + 19)
Return EgtMsg(MSG_DRAWPAGEUC + 9)
End Get
End Property
@@ -108,6 +108,18 @@ Public Class CompoTrfDataWindowVM
End Get
End Property
Public ReadOnly Property OkMsg As String
Get
Return EgtMsg(MSG_GENERIC + 1)
End Get
End Property
Public ReadOnly Property CancelMsg As String
Get
Return EgtMsg(MSG_GENERIC + 2)
End Get
End Property
#End Region ' Messages
#End Region 'FIELDS & PROPERTIES