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
+43 -43
View File
@@ -8,224 +8,224 @@ Namespace EgtCAM5
'Proprietà ToolTip
Public ReadOnly Property PointToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 1)
Return EgtMsg(MSG_DRAWPANEL + 1)
End Get
End Property
Public ReadOnly Property Line2PToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 2)
Return EgtMsg(MSG_DRAWPANEL + 2)
End Get
End Property
Public ReadOnly Property LinePDLToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 3)
Return EgtMsg(MSG_DRAWPANEL + 3)
End Get
End Property
Public ReadOnly Property CirclePDToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 4)
Return EgtMsg(MSG_DRAWPANEL + 4)
End Get
End Property
Public ReadOnly Property CircleCDToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 5)
Return EgtMsg(MSG_DRAWPANEL + 5)
End Get
End Property
Public ReadOnly Property ArcCSEToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 6)
Return EgtMsg(MSG_DRAWPANEL + 6)
End Get
End Property
Public ReadOnly Property Arc3PToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 7)
Return EgtMsg(MSG_DRAWPANEL + 7)
End Get
End Property
Public ReadOnly Property ArcPDPToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 8)
Return EgtMsg(MSG_DRAWPANEL + 8)
End Get
End Property
Public ReadOnly Property FilletToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 9)
Return EgtMsg(MSG_DRAWPANEL + 9)
End Get
End Property
Public ReadOnly Property ChamferToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 10)
Return EgtMsg(MSG_DRAWPANEL + 10)
End Get
End Property
Public ReadOnly Property Rectangle2PToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 11)
Return EgtMsg(MSG_DRAWPANEL + 11)
End Get
End Property
Public ReadOnly Property PolygonToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 12)
Return EgtMsg(MSG_DRAWPANEL + 12)
End Get
End Property
Public ReadOnly Property PolygonSideToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 13)
Return EgtMsg(MSG_DRAWPANEL + 13)
End Get
End Property
Public ReadOnly Property TextToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 14)
Return EgtMsg(MSG_DRAWPANEL + 14)
End Get
End Property
Public ReadOnly Property PlaneToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 15)
Return EgtMsg(MSG_DRAWPANEL + 15)
End Get
End Property
Public ReadOnly Property ExtrudeToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 16)
Return EgtMsg(MSG_DRAWPANEL + 16)
End Get
End Property
Public ReadOnly Property RevolveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 17)
Return EgtMsg(MSG_DRAWPANEL + 17)
End Get
End Property
Public ReadOnly Property ScrewToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 18)
Return EgtMsg(MSG_DRAWPANEL + 18)
End Get
End Property
Public ReadOnly Property RuledToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 19)
Return EgtMsg(MSG_DRAWPANEL + 19)
End Get
End Property
Public ReadOnly Property MergeSurfToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 20)
Return EgtMsg(MSG_DRAWPANEL + 20)
End Get
End Property
Public ReadOnly Property ExplodeSurfToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 21)
Return EgtMsg(MSG_DRAWPANEL + 21)
End Get
End Property
Public ReadOnly Property InvertSurfToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 22)
Return EgtMsg(MSG_DRAWPANEL + 22)
End Get
End Property
Public ReadOnly Property DeleteToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 23)
Return EgtMsg(MSG_DRAWPANEL + 23)
End Get
End Property
Public ReadOnly Property ChangeLayerToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 24)
Return EgtMsg(MSG_DRAWPANEL + 24)
End Get
End Property
Public ReadOnly Property ChangeAlphaToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 25)
Return EgtMsg(MSG_DRAWPANEL + 25)
End Get
End Property
Public ReadOnly Property ResetColorToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 26)
Return EgtMsg(MSG_DRAWPANEL + 26)
End Get
End Property
Public ReadOnly Property ChangeColorToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 27)
Return EgtMsg(MSG_DRAWPANEL + 27)
End Get
End Property
Public ReadOnly Property InvertCurveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 28)
Return EgtMsg(MSG_DRAWPANEL + 28)
End Get
End Property
Public ReadOnly Property ChangeStartToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 29)
Return EgtMsg(MSG_DRAWPANEL + 29)
End Get
End Property
Public ReadOnly Property ExtendCurveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 30)
Return EgtMsg(MSG_DRAWPANEL + 30)
End Get
End Property
Public ReadOnly Property BreakCurveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 31)
Return EgtMsg(MSG_DRAWPANEL + 31)
End Get
End Property
Public ReadOnly Property SplitCurveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 32)
Return EgtMsg(MSG_DRAWPANEL + 32)
End Get
End Property
Public ReadOnly Property JoinCurveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 33)
Return EgtMsg(MSG_DRAWPANEL + 33)
End Get
End Property
Public ReadOnly Property ExplodeCurveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 34)
Return EgtMsg(MSG_DRAWPANEL + 34)
End Get
End Property
Public ReadOnly Property ThickCurveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 35)
Return EgtMsg(MSG_DRAWPANEL + 35)
End Get
End Property
Public ReadOnly Property MoveToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 36)
Return EgtMsg(MSG_DRAWPANEL + 36)
End Get
End Property
Public ReadOnly Property RotateToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 37)
Return EgtMsg(MSG_DRAWPANEL + 37)
End Get
End Property
Public ReadOnly Property Rotate3DToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 38)
Return EgtMsg(MSG_DRAWPANEL + 38)
End Get
End Property
Public ReadOnly Property MirrorToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 39)
Return EgtMsg(MSG_DRAWPANEL + 39)
End Get
End Property
Public ReadOnly Property Mirror3DToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 40)
Return EgtMsg(MSG_DRAWPANEL + 40)
End Get
End Property
Public ReadOnly Property ScaleToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 41)
Return EgtMsg(MSG_DRAWPANEL + 41)
End Get
End Property
Public ReadOnly Property Scale3DToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 42)
Return EgtMsg(MSG_DRAWPANEL + 42)
End Get
End Property
Public ReadOnly Property OffsetToolTip As String
Get
Return EgtMsg(MSG_DRAWMODE + 43)
Return EgtMsg(MSG_DRAWPANEL + 43)
End Get
End Property