6a3cec0037
- nuova gestione con Controller - aggiunti comandi di disegno.
138 lines
5.6 KiB
VB.net
138 lines
5.6 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.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.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.cmdResumeDrag = 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.cmdResumeDrag, Me.cmdSketchPoint, Me.cmdGridPoint, Me.cmdEndPoint, Me.cmdMidPoint, Me.cmdCenterPoint, Me.cmdNearPoint})
|
|
Me.MenuScene.Name = "ContextMenuStrip1"
|
|
Me.MenuScene.ShowCheckMargin = True
|
|
Me.MenuScene.ShowImageMargin = False
|
|
Me.MenuScene.Size = New System.Drawing.Size(153, 230)
|
|
'
|
|
'cmdSelectAll
|
|
'
|
|
Me.cmdSelectAll.Name = "cmdSelectAll"
|
|
Me.cmdSelectAll.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdSelectAll.Text = "Select All"
|
|
'
|
|
'cmdDeselectAll
|
|
'
|
|
Me.cmdDeselectAll.Name = "cmdDeselectAll"
|
|
Me.cmdDeselectAll.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdDeselectAll.Text = "Deselect All"
|
|
'
|
|
'SepSel1
|
|
'
|
|
Me.SepSel1.Name = "SepSel1"
|
|
Me.SepSel1.Size = New System.Drawing.Size(149, 6)
|
|
'
|
|
'cmdWinSelect
|
|
'
|
|
Me.cmdWinSelect.Name = "cmdWinSelect"
|
|
Me.cmdWinSelect.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdWinSelect.Text = "Select Window"
|
|
'
|
|
'cmdSketchPoint
|
|
'
|
|
Me.cmdSketchPoint.Name = "cmdSketchPoint"
|
|
Me.cmdSketchPoint.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdSketchPoint.Text = "Sketch Point"
|
|
'
|
|
'cmdGridPoint
|
|
'
|
|
Me.cmdGridPoint.Name = "cmdGridPoint"
|
|
Me.cmdGridPoint.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdGridPoint.Text = "Grid Point"
|
|
'
|
|
'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 = "Mid Point"
|
|
'
|
|
'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"
|
|
'
|
|
'cmdResumeDrag
|
|
'
|
|
Me.cmdResumeDrag.Name = "cmdResumeDrag"
|
|
Me.cmdResumeDrag.Size = New System.Drawing.Size(152, 22)
|
|
Me.cmdResumeDrag.Text = "ResumeDrag"
|
|
'
|
|
'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
|
|
|
|
End Class
|