ce883ad9dd
- aggiornamento per analisi e distanza tra punti notevoli.
71 lines
2.6 KiB
VB.net
71 lines
2.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class AnalyzeDlg
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form 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.OK_Button = New System.Windows.Forms.Button()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'OK_Button
|
|
'
|
|
Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
|
|
Me.OK_Button.Location = New System.Drawing.Point(80, 280)
|
|
Me.OK_Button.Name = "OK_Button"
|
|
Me.OK_Button.Size = New System.Drawing.Size(67, 23)
|
|
Me.OK_Button.TabIndex = 0
|
|
Me.OK_Button.Text = "OK"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(7, 15)
|
|
Me.TextBox1.Multiline = True
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.ReadOnly = True
|
|
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.TextBox1.Size = New System.Drawing.Size(212, 252)
|
|
Me.TextBox1.TabIndex = 1
|
|
'
|
|
'AnalyzeDlg
|
|
'
|
|
Me.AcceptButton = Me.OK_Button
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(227, 315)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Controls.Add(Me.OK_Button)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "AnalyzeDlg"
|
|
Me.ShowInTaskbar = False
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Analyze"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents OK_Button As System.Windows.Forms.Button
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
|
|
End Class
|