Files
EgtCAM5/Constants/ConstMsg.vb
T
Emmanuele Sassi 79b9e49ae0 EgtCAM5 :
- Aggiunto bottoni per mandare mail all'assistenza in TopCommandBar.
- Corretta visualizzazione tooltip in setup quando caricato da archivio.
2017-02-15 19:14:28 +00:00

33 lines
1.7 KiB
VB.net

Module ConstMsg
Public Const MSG_EGTCAM5 As Integer = 5000
Public Const MSG_MAINWINDOW As Integer = MSG_EGTCAM5
Public Const MSG_TOPCOMMANDBAR As Integer = MSG_EGTCAM5 + 100
Public Const MSG_DRAWPANEL As Integer = MSG_EGTCAM5 + 200
Public Const MSG_GRIDVIEWPANEL As Integer = MSG_EGTCAM5 + 250
Public Const MSG_SIMULATION As Integer = MSG_EGTCAM5 + 300
Public Const MSG_DRAWOPTION As Integer = MSG_EGTCAM5 + 350
Public Const MSG_OPERATION As Integer = MSG_EGTCAM5 + 400
Public Const MSG_DISPOSITION As Integer = MSG_EGTCAM5 + 430
Public Const MSG_DISPOSITIONERRORS As Integer = MSG_EGTCAM5 + 460
Public Const MSG_MACHGROUP As Integer = MSG_EGTCAM5 + 500
Public Const MSG_TOOLSDBPAGE As Integer = MSG_EGTCAM5 + 1000
Public Const MSG_TOOLSERRORS As Integer = MSG_EGTCAM5 + 1100
Public Const MSG_MACHININGSDBPAGE As Integer = MSG_EGTCAM5 + 1200
Public Const MSG_MACHININGSERRORS As Integer = MSG_EGTCAM5 + 1350
Public Const MSG_MACHININGOPTIONPAGE As Integer = MSG_EGTCAM5 + 1400
Public Const MSG_SETUP As Integer = MSG_EGTCAM5 + 1450
Public Const MSG_SETUPERRORS As Integer = MSG_EGTCAM5 + 1470
Public Const MSG_OPTIONPAGE As Integer = MSG_EGTCAM5 + 1500
Public Const MSG_DOORS As Integer = MSG_EGTCAM5 + 3000
Public Const MSG_DOORSERRORS As Integer = MSG_EGTCAM5 + 3100
Public Const MSG_GUNSTOCK As Integer = MSG_EGTCAM5 + 3200
Public Const MSG_GUNSTOCKERRORS As Integer = MSG_EGTCAM5 + 3250
Public Const MSG_MESSAGEBOX As Integer = 15000
Public Const MSG_MISSINGKEYWD As Integer = 10100
Public Const MSG_EGTWPFLIB5 As Integer = 30000
Public Const MSG_EGTSAVEFILEDIALOG As Integer = MSG_EGTWPFLIB5
End Module