EgtCAM5 :

- Migliorie varie.
This commit is contained in:
Emmanuele Sassi
2016-07-10 12:44:53 +00:00
parent 7d644d08b8
commit 7da4e92315
6 changed files with 362 additions and 126 deletions
@@ -1,4 +1,6 @@
Namespace EgtCAM5
Imports EgtUILib
Namespace EgtCAM5
Public Class GridViewPanelViewModel
Inherits ViewModelBase
@@ -13,6 +15,194 @@
End Set
End Property
'Proprietà ToolTip
Public ReadOnly Property RenderingWFToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 1)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property RenderingHLToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 2)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property RenderingSHToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 3)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property ZoomAllToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 4)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property ZoomInToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 5)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property ZoomOutToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 6)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromTopToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 7)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromFrontToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 8)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromLeftToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 9)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromBackToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 10)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromRightToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 11)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromIso_SWToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 12)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromIso_SEToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 13)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromIso_NEToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 14)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property LookFromIso_NWToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 15)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CurveDirToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 16)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property AnalyzeToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 17)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property GetDistToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 18)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneTopToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 19)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneFrontToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 20)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneRightToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 21)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneBackToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 22)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneLeftToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 23)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneBottomToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 24)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneViewToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 25)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneElevationToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 26)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneOriginToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 27)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneRotateToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 28)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlane3PointsToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 29)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlanePerpCurveToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 30)
End Get
End Property
'Proprietà ToolTip
Public ReadOnly Property CPlaneObjectToolTip As String
Get
Return EgtMsg(MSG_GRIDVIEWPANEL + 31)
End Get
End Property
' Definizione comandi
Private m_cmdWireframe As ICommand
Private m_cmdHiddenLine As ICommand