ad38e4d3e1
This reverts commit 00a338c202.
52 lines
2.6 KiB
VB.net
52 lines
2.6 KiB
VB.net
Module ConstMsg
|
|
|
|
Public Const MSG_EGTCAM5 As Integer = 5000
|
|
Public Const MSG_MAINWINDOW As Integer = MSG_EGTCAM5
|
|
Public Const MSG_GRIDVIEWPANEL As Integer = MSG_EGTCAM5 + 250
|
|
Public Const MSG_TOOLSDBPAGE As Integer = MSG_EGTCAM5 + 1000
|
|
Public Const MSG_DOORSERRORS As Integer = MSG_EGTCAM5 + 3100
|
|
Public Const MSG_MESSAGEBOX As Integer = 15000
|
|
|
|
Public Const MSG_EGTSAVEFILEDIALOG As Integer = MSG_EGTWPFLIB5
|
|
|
|
Public Const MSG_OMAGCUT As Integer = 90000
|
|
Public Const MSG_COMBOBOXPARAM As Integer = MSG_OMAGCUT + 800
|
|
|
|
Public Const MSG_EGTWPFLIB5 As Integer = 30000
|
|
Public Const MSG_MACHGROUPPANEL As Integer = MSG_EGTWPFLIB5 + 900
|
|
Public Const MSG_TOOLDB As Integer = MSG_EGTWPFLIB5 + 1000
|
|
Public Const MSG_TOOLDBERRORS As Integer = MSG_EGTWPFLIB5 + 1100
|
|
Public Const MSG_MACHININGDB As Integer = MSG_EGTWPFLIB5 + 1200
|
|
Public Const MSG_MACHININGDBERRORS As Integer = MSG_EGTWPFLIB5 + 1400
|
|
Public Const MSG_SETUP As Integer = MSG_EGTWPFLIB5 + 1500
|
|
Public Const MSG_SETUPERRORS As Integer = MSG_EGTWPFLIB5 + 1550
|
|
Public Const MSG_SIMULATION As Integer = MSG_EGTWPFLIB5 + 1600
|
|
Public Const MSG_ESTIMATIONS As Integer = MSG_OMAGCUT + 550
|
|
|
|
' Aggiunto da OmagOFFICE
|
|
Public Const MSG_OMAGOFFICE As Integer = 91400
|
|
Public Const MSG_EGTMSGBOX As Integer = MSG_OMAGCUT + 1100
|
|
Public Const MSG_CSVPAGEUC As Integer = MSG_OMAGCUT + 1200
|
|
Public Const MSG_VEINMATCHING As Integer = MSG_OMAGOFFICE + 200
|
|
|
|
' Aggiunto da EgtCAM5
|
|
Public Const MSG_TOPCOMMANDBAR As Integer = MSG_EGTCAM5 + 100
|
|
Public Const MSG_DRAWPANEL As Integer = MSG_EGTCAM5 + 200
|
|
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_TOOLSERRORS As Integer = MSG_EGTCAM5 + 1100
|
|
Public Const MSG_MACHININGSDBPAGE As Integer = MSG_EGTCAM5 + 1200
|
|
Public Const MSG_MACHININGSERRORS As Integer = MSG_EGTCAM5 + 1370
|
|
Public Const MSG_MACHININGOPTIONPAGE As Integer = MSG_EGTCAM5 + 1400
|
|
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_GUNSTOCK As Integer = MSG_EGTCAM5 + 3200
|
|
Public Const MSG_GUNSTOCKERRORS As Integer = MSG_EGTCAM5 + 3250
|
|
Public Const MSG_MISSINGKEYWD As Integer = 10100
|
|
|
|
End Module
|