7cde115879
- Disattivato Analizza e tutti i bottoni nella TopCommandBar tranne i salva quando in modalità lavora. - Attivata lettura stato show e curvedir all'avvio del programma. - Aggiunta messagebox che mostra gli errori nel caso l'apertura di un DDF ne abbia generati. - Rimossi panel doors e exec in modalità lavora. - Correzzione errori Db utensili e lavorazioni
22 lines
1021 B
VB.net
22 lines
1021 B
VB.net
Module ConstMsg
|
|
|
|
'Public Const MSG_MISSINGKEYWD As Integer = 10100
|
|
'Public Const MSG_NUMERICKEYBOARDWD As Integer = 10200
|
|
|
|
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_OPERATION As Integer = MSG_EGTCAM5 + 400
|
|
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_DOORS As Integer = MSG_EGTCAM5 + 3000
|
|
Public Const MSG_DOORSERRORS As Integer = MSG_EGTCAM5 + 3100
|
|
Public Const MSG_MISSINGKEYWD As Integer = 10100
|
|
|
|
End Module
|