- correzione eliminazione superficie pezzo
- correzione contextMenu in ManagePart - Tooltip su tutte le icone - gestione disattivazione interfaccia durante import
This commit is contained in:
@@ -393,6 +393,111 @@ Public Class ShellNumberPanelVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
#Region "Tooltip"
|
||||
|
||||
Public ReadOnly Property Import_ToolTip As String
|
||||
Get
|
||||
Return "Import"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property Point_ToolTip As String
|
||||
Get
|
||||
Return "Point"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property Line2P_ToolTip As String
|
||||
Get
|
||||
Return "Multiline"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property Delete_ToolTip As String
|
||||
Get
|
||||
Return "Delete"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property ModifyCurve_ToolTip As String
|
||||
Get
|
||||
Return "Modify Curve"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property AddPointCurve_ToolTip As String
|
||||
Get
|
||||
Return "Add Point to Curve"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property RemovePointCurve_ToolTip As String
|
||||
Get
|
||||
Return "Remove Point From Curve"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property Extrude_ToolTip As String
|
||||
Get
|
||||
Return "Modify Extrusion"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneTop_ToolTip As String
|
||||
Get
|
||||
Return "Grid From Top"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneFront_ToolTip As String
|
||||
Get
|
||||
Return "Grid From Front"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneRight_ToolTip As String
|
||||
Get
|
||||
Return "Grid From Right"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneBack_ToolTip As String
|
||||
Get
|
||||
Return "Grid From Back"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneLeft_ToolTip As String
|
||||
Get
|
||||
Return "Grid From Left"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneBottom_ToolTip As String
|
||||
Get
|
||||
Return "Grid From Bottom"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneElevation_ToolTip As String
|
||||
Get
|
||||
Return "Grid Elevation"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneOrigin_ToolTip As String
|
||||
Get
|
||||
Return "Grid Origin"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property CPlaneObj_ToolTip As String
|
||||
Get
|
||||
Return "Grid On Object"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
#End Region ' Tooltip
|
||||
|
||||
' Definizione comandi
|
||||
Private m_cmdImport As ICommand
|
||||
|
||||
Reference in New Issue
Block a user