ea4356f9e6
- Rinnovamento iniziale interfaccia sul modello di SarmaxWall.
11 lines
353 B
VB.net
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
|