_ Partial Class Scene Inherits System.Windows.Forms.UserControl 'UserControl esegue l'override del metodo Dispose per pulire l'elenco dei componenti. _ Protected Overrides Sub Dispose(ByVal 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. _ 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.cmdDeselectAll = New System.Windows.Forms.ToolStripMenuItem() Me.SepSel1 = New System.Windows.Forms.ToolStripSeparator() Me.cmdWinSelect = New System.Windows.Forms.ToolStripMenuItem() Me.cmdSelectLayer = New System.Windows.Forms.ToolStripMenuItem() Me.cmdSelectPart = New System.Windows.Forms.ToolStripMenuItem() Me.cmdResumeDrag = 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.cmdNearPoint = New System.Windows.Forms.ToolStripMenuItem() Me.cmdIntersectionPoint = New System.Windows.Forms.ToolStripMenuItem() Me.MenuScene.SuspendLayout() Me.SuspendLayout() ' 'MenuScene ' Me.MenuScene.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cmdSelectAll, Me.cmdDeselectAll, Me.SepSel1, Me.cmdWinSelect, Me.cmdSelectLayer, Me.cmdSelectPart, Me.cmdResumeDrag, Me.cmdSketchPoint, Me.cmdGridPoint, Me.cmdEndPoint, Me.cmdMidPoint, Me.cmdCenterPoint, Me.cmdNearPoint, Me.cmdIntersectionPoint}) Me.MenuScene.Name = "ContextMenuStrip1" Me.MenuScene.ShowCheckMargin = True Me.MenuScene.ShowImageMargin = False Me.MenuScene.Size = New System.Drawing.Size(168, 318) ' 'cmdSelectAll ' Me.cmdSelectAll.Name = "cmdSelectAll" Me.cmdSelectAll.Size = New System.Drawing.Size(167, 22) Me.cmdSelectAll.Text = "Select All" ' 'cmdDeselectAll ' Me.cmdDeselectAll.Name = "cmdDeselectAll" Me.cmdDeselectAll.Size = New System.Drawing.Size(167, 22) Me.cmdDeselectAll.Text = "Deselect All" ' 'SepSel1 ' Me.SepSel1.Name = "SepSel1" Me.SepSel1.Size = New System.Drawing.Size(164, 6) ' 'cmdWinSelect ' Me.cmdWinSelect.Name = "cmdWinSelect" Me.cmdWinSelect.Size = New System.Drawing.Size(167, 22) Me.cmdWinSelect.Text = "Select Window" ' 'cmdSelectLayer ' Me.cmdSelectLayer.Name = "cmdSelectLayer" Me.cmdSelectLayer.Size = New System.Drawing.Size(167, 22) Me.cmdSelectLayer.Text = "Select Layer" ' 'cmdSelectPart ' Me.cmdSelectPart.Name = "cmdSelectPart" Me.cmdSelectPart.Size = New System.Drawing.Size(167, 22) Me.cmdSelectPart.Text = "Select Part" ' 'cmdResumeDrag ' Me.cmdResumeDrag.Name = "cmdResumeDrag" Me.cmdResumeDrag.Size = New System.Drawing.Size(167, 22) Me.cmdResumeDrag.Text = "ResumeDrag" ' 'cmdSketchPoint ' Me.cmdSketchPoint.Name = "cmdSketchPoint" Me.cmdSketchPoint.Size = New System.Drawing.Size(167, 22) Me.cmdSketchPoint.Text = "Sketch Point" ' 'cmdGridPoint ' Me.cmdGridPoint.Name = "cmdGridPoint" Me.cmdGridPoint.Size = New System.Drawing.Size(167, 22) Me.cmdGridPoint.Text = "Grid Point" ' 'cmdEndPoint ' Me.cmdEndPoint.Name = "cmdEndPoint" Me.cmdEndPoint.Size = New System.Drawing.Size(167, 22) Me.cmdEndPoint.Text = "End Point" ' 'cmdMidPoint ' Me.cmdMidPoint.Name = "cmdMidPoint" Me.cmdMidPoint.Size = New System.Drawing.Size(167, 22) Me.cmdMidPoint.Text = "Mid Point" ' 'cmdCenterPoint ' Me.cmdCenterPoint.Name = "cmdCenterPoint" Me.cmdCenterPoint.Size = New System.Drawing.Size(167, 22) Me.cmdCenterPoint.Text = "Center" ' 'cmdNearPoint ' Me.cmdNearPoint.Name = "cmdNearPoint" Me.cmdNearPoint.Size = New System.Drawing.Size(167, 22) Me.cmdNearPoint.Text = "Near Point" ' 'cmdIntersectionPoint ' Me.cmdIntersectionPoint.Name = "cmdIntersectionPoint" Me.cmdIntersectionPoint.Size = New System.Drawing.Size(167, 22) Me.cmdIntersectionPoint.Text = "Intersection Point" ' 'Scene ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ContextMenuStrip = Me.MenuScene 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 cmdResumeDrag 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 End Class