Files
TestEIn/Scene.Designer.vb
Dario Sassi 18a4d9c5d6 TestEIn 1.9j5 :
- aggiornamento.
2018-10-29 08:30:14 +00:00

282 lines
13 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Scene
Inherits System.Windows.Forms.UserControl
'UserControl esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose( disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Richiesto da Progettazione Windows Form
Private components As System.ComponentModel.IContainer
'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
'Può essere modificata in Progettazione Windows Form.
'Non modificarla nell'editor del codice.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.MenuScene = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.cmdSelectAll = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdSelectAllVisible = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdDeselectAll = New System.Windows.Forms.ToolStripMenuItem()
Me.sepSel1 = New System.Windows.Forms.ToolStripSeparator()
Me.cmdWinSelect = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdSelectPart = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdSelectLayer = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdSelectPath = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdSelectPathAuto = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdSelectEntity = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdRestartDrag = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdSketchPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdGridPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdEndPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdMidPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdCenterPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdCentroid = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdNearPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdIntersectionPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdTangentPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdPerpendicularPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdMinDistPoint = New System.Windows.Forms.ToolStripMenuItem()
Me.sepSelPnt1 = New System.Windows.Forms.ToolStripSeparator()
Me.cmdExcludeSurfFromSel = New System.Windows.Forms.ToolStripMenuItem()
Me.cmdExcludeSurfFromSnap = New System.Windows.Forms.ToolStripMenuItem()
Me.sepSelPnt2 = New System.Windows.Forms.ToolStripSeparator()
Me.cmdStopDrag = New System.Windows.Forms.ToolStripMenuItem()
Me.MenuScene.SuspendLayout()
Me.SuspendLayout()
'
'MenuScene
'
Me.MenuScene.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cmdSelectAllVisible, Me.cmdSelectAll, Me.cmdDeselectAll, Me.sepSel1, Me.cmdWinSelect, Me.cmdSelectPart, Me.cmdSelectLayer, Me.cmdSelectPath, Me.cmdSelectPathAuto, Me.cmdSelectEntity, Me.cmdRestartDrag, Me.cmdSketchPoint, Me.cmdGridPoint, Me.cmdEndPoint, Me.cmdMidPoint, Me.cmdCenterPoint, Me.cmdCentroid, Me.cmdNearPoint, Me.cmdIntersectionPoint, Me.cmdTangentPoint, Me.cmdPerpendicularPoint, Me.cmdMinDistPoint, Me.sepSelPnt1, Me.cmdExcludeSurfFromSel, Me.cmdExcludeSurfFromSnap, Me.sepSelPnt2, Me.cmdStopDrag})
Me.MenuScene.Name = "ContextMenuStrip1"
Me.MenuScene.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
Me.MenuScene.ShowCheckMargin = True
Me.MenuScene.ShowImageMargin = False
Me.MenuScene.Size = New System.Drawing.Size(193, 572)
'
'cmdSelectAll
'
Me.cmdSelectAll.Name = "cmdSelectAll"
Me.cmdSelectAll.Size = New System.Drawing.Size(192, 22)
Me.cmdSelectAll.Text = "Select All"
'
'cmdSelectAllVisible
'
Me.cmdSelectAllVisible.Name = "cmdSelectAllVisible"
Me.cmdSelectAllVisible.Size = New System.Drawing.Size(192, 22)
Me.cmdSelectAllVisible.Text = "Select All Visible"
'
'cmdDeselectAll
'
Me.cmdDeselectAll.Name = "cmdDeselectAll"
Me.cmdDeselectAll.Size = New System.Drawing.Size(192, 22)
Me.cmdDeselectAll.Text = "Deselect All"
'
'sepSel1
'
Me.sepSel1.Name = "sepSel1"
Me.sepSel1.Size = New System.Drawing.Size(189, 6)
'
'cmdWinSelect
'
Me.cmdWinSelect.Name = "cmdWinSelect"
Me.cmdWinSelect.ShortcutKeyDisplayString = "Shift"
Me.cmdWinSelect.Size = New System.Drawing.Size(192, 22)
Me.cmdWinSelect.Text = "Select Window"
'
'cmdSelectPart
'
Me.cmdSelectPart.Name = "cmdSelectPart"
Me.cmdSelectPart.ShortcutKeyDisplayString = "Alt"
Me.cmdSelectPart.Size = New System.Drawing.Size(192, 22)
Me.cmdSelectPart.Text = "Select Part"
'
'cmdSelectLayer
'
Me.cmdSelectLayer.Name = "cmdSelectLayer"
Me.cmdSelectLayer.ShortcutKeyDisplayString = "Ctrl + Alt"
Me.cmdSelectLayer.Size = New System.Drawing.Size(192, 22)
Me.cmdSelectLayer.Text = "Select Layer"
'
'cmdSelectPath
'
Me.cmdSelectPath.Name = "cmdSelectPath"
Me.cmdSelectPath.ShortcutKeyDisplayString = "Ctrl"
Me.cmdSelectPath.Size = New System.Drawing.Size(192, 22)
Me.cmdSelectPath.Text = "Select Path"
'
'cmdSelectPathAuto
'
Me.cmdSelectPathAuto.Name = "cmdSelectPathAuto"
Me.cmdSelectPathAuto.Size = New System.Drawing.Size(192, 22)
Me.cmdSelectPathAuto.Text = "Select Path Auto"
'
'cmdSelectEntity
'
Me.cmdSelectEntity.Name = "cmdSelectEntity"
Me.cmdSelectEntity.Size = New System.Drawing.Size(192, 22)
Me.cmdSelectEntity.Text = "Select Entity"
'
'cmdRestartDrag
'
Me.cmdRestartDrag.Name = "cmdRestartDrag"
Me.cmdRestartDrag.Size = New System.Drawing.Size(192, 22)
Me.cmdRestartDrag.Text = "Drag On"
'
'cmdSketchPoint
'
Me.cmdSketchPoint.Name = "cmdSketchPoint"
Me.cmdSketchPoint.ShortcutKeyDisplayString = "S"
Me.cmdSketchPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdSketchPoint.Text = "Sketch Point"
'
'cmdGridPoint
'
Me.cmdGridPoint.Name = "cmdGridPoint"
Me.cmdGridPoint.ShortcutKeyDisplayString = "G"
Me.cmdGridPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdGridPoint.Text = "Grid Point"
'
'cmdEndPoint
'
Me.cmdEndPoint.Name = "cmdEndPoint"
Me.cmdEndPoint.ShortcutKeyDisplayString = "E"
Me.cmdEndPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdEndPoint.Text = "End Point"
'
'cmdMidPoint
'
Me.cmdMidPoint.Name = "cmdMidPoint"
Me.cmdMidPoint.ShortcutKeyDisplayString = "M"
Me.cmdMidPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdMidPoint.Text = "Mid Point"
'
'cmdCenterPoint
'
Me.cmdCenterPoint.Name = "cmdCenterPoint"
Me.cmdCenterPoint.ShortcutKeyDisplayString = "C"
Me.cmdCenterPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdCenterPoint.Text = "Center"
'
'cmdCentroid
'
Me.cmdCentroid.Name = "cmdCentroid"
Me.cmdCentroid.ShortcutKeyDisplayString = "B"
Me.cmdCentroid.Size = New System.Drawing.Size(192, 22)
Me.cmdCentroid.Text = "Centroid"
'
'cmdNearPoint
'
Me.cmdNearPoint.Name = "cmdNearPoint"
Me.cmdNearPoint.ShortcutKeyDisplayString = "N"
Me.cmdNearPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdNearPoint.Text = "Near Point"
'
'cmdIntersectionPoint
'
Me.cmdIntersectionPoint.Name = "cmdIntersectionPoint"
Me.cmdIntersectionPoint.ShortcutKeyDisplayString = "I"
Me.cmdIntersectionPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdIntersectionPoint.Text = "Intersection Point"
'
'cmdTangentPoint
'
Me.cmdTangentPoint.Name = "cmdTangentPoint"
Me.cmdTangentPoint.ShortcutKeyDisplayString = "T"
Me.cmdTangentPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdTangentPoint.Text = "Tangent Point"
'
'cmdPerpendicularPoint
'
Me.cmdPerpendicularPoint.Name = "cmdPerpendicularPoint"
Me.cmdPerpendicularPoint.ShortcutKeyDisplayString = "P"
Me.cmdPerpendicularPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdPerpendicularPoint.Text = "Perpendicular Point"
'
'cmdMinDistPoint
'
Me.cmdMinDistPoint.Name = "cmdMinDistPoint"
Me.cmdMinDistPoint.ShortcutKeyDisplayString = "D"
Me.cmdMinDistPoint.Size = New System.Drawing.Size(192, 22)
Me.cmdMinDistPoint.Text = "Min Dist Point"
'
'sepSelPnt1
'
Me.sepSelPnt1.Name = "sepSelPnt1"
Me.sepSelPnt1.Size = New System.Drawing.Size(189, 6)
'
'cmdExcludeSurfFromSel
'
Me.cmdExcludeSurfFromSel.Name = "cmdExcludeSurfFromSel"
Me.cmdExcludeSurfFromSel.Size = New System.Drawing.Size(192, 22)
Me.cmdExcludeSurfFromSel.Text = "ExcludeSurfFromSel"
'
'cmdExcludeSurfFromSnap
'
Me.cmdExcludeSurfFromSnap.Name = "cmdExcludeSurfFromSnap"
Me.cmdExcludeSurfFromSnap.Size = New System.Drawing.Size(192, 22)
Me.cmdExcludeSurfFromSnap.Text = "ExcludeSurfFromSnap"
'
'sepSelPnt2
'
Me.sepSelPnt2.Name = "sepSelPnt2"
Me.sepSelPnt2.Size = New System.Drawing.Size(189, 6)
'
'cmdStopDrag
'
Me.cmdStopDrag.Name = "cmdStopDrag"
Me.cmdStopDrag.Size = New System.Drawing.Size(192, 22)
Me.cmdStopDrag.Text = "Drag Off"
'
'Scene
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ContextMenuStrip = Me.MenuScene
Me.Cursor = System.Windows.Forms.Cursors.Cross
Me.Margin = New System.Windows.Forms.Padding(0)
Me.Name = "Scene"
Me.MenuScene.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents MenuScene As System.Windows.Forms.ContextMenuStrip
Friend WithEvents cmdEndPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdMidPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdCenterPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdNearPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdDeselectAll As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdSelectAll As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdWinSelect As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents sepSel1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents cmdSketchPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdGridPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdRestartDrag As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdSelectLayer As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdSelectPart As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdIntersectionPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents sepSelPnt1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents cmdStopDrag As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdTangentPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdPerpendicularPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdMinDistPoint As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdCentroid As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdExcludeSurfFromSnap As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents sepSelPnt2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents cmdSelectPath As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdSelectPathAuto As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdExcludeSurfFromSel As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdSelectEntity As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cmdSelectAllVisible As System.Windows.Forms.ToolStripMenuItem
End Class