0bc3faa4bf
- Spostamento Parametri e metodi lettura/scrittura delle Operazioni in EgtWPFLib5 - Creazione diverse "paginette" per ciascun tipo di Operazione
36 lines
1.9 KiB
VB.net
36 lines
1.9 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_MACHININGDB As Integer = MSG_EGTWPFLIB5 + 1200
|
|
Public Const MSG_MACHININGSERRORS As Integer = MSG_EGTCAM5 + 1370
|
|
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_STATUSBAR As Integer = MSG_EGTCAM5 + 1800
|
|
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
|
|
Public Const MSG_MACHININGDBERRORS As Integer = MSG_EGTWPFLIB5 + 1400
|
|
|
|
End Module
|