Files
OmagCUT/ConstMsg.vb
T
Emmanuele Sassi ea4356f9e6 OmagCUT :
- Rinnovamento iniziale interfaccia sul modello di SarmaxWall.
2015-09-13 18:02:08 +00:00

11 lines
353 B
VB.net

Module ConstMsg
Public Const MSG_GENERAL As Integer = 90000
Public Const MSG_CADCUTPAGEUC As Integer = 90100
Public Const MSG_DRAWPAGE As Integer = 90300
Public Const MSG_COMPONENTPAGE As Integer = 90350
Public Const MSG_IMPORTPAGEUC As Integer = 90400
Public Const MSG_MISSINGKEYWD As Integer = 101500
End Module