af0ec05690
- migliorie varie.
30 lines
1.1 KiB
VB.net
30 lines
1.1 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()
|
|
components = New System.ComponentModel.Container()
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
End Sub
|
|
|
|
End Class
|