5270e46c5b
- aggiunta gestione distanza tra punti notevoli.
83 lines
3.3 KiB
VB.net
83 lines
3.3 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(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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
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.ContextMenuStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cmdEndPoint, Me.cmdMidPoint, Me.cmdCenterPoint, Me.cmdNearPoint})
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.ShowCheckMargin = True
|
|
Me.ContextMenuStrip1.ShowImageMargin = False
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(153, 114)
|
|
'
|
|
'cmdEndPoint
|
|
'
|
|
Me.cmdEndPoint.Name = "cmdEndPoint"
|
|
Me.cmdEndPoint.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdEndPoint.Text = "End Point"
|
|
'
|
|
'cmdMidPoint
|
|
'
|
|
Me.cmdMidPoint.Name = "cmdMidPoint"
|
|
Me.cmdMidPoint.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdMidPoint.Text = "MidPoint"
|
|
'
|
|
'cmdCenterPoint
|
|
'
|
|
Me.cmdCenterPoint.Name = "cmdCenterPoint"
|
|
Me.cmdCenterPoint.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdCenterPoint.Text = "Center"
|
|
'
|
|
'cmdNearPoint
|
|
'
|
|
Me.cmdNearPoint.Name = "cmdNearPoint"
|
|
Me.cmdNearPoint.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdNearPoint.Text = "Near Point"
|
|
'
|
|
'Scene
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ContextMenuStrip = Me.ContextMenuStrip1
|
|
Me.Name = "Scene"
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents ContextMenuStrip1 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
|
|
|
|
End Class
|