Form1.Designer.vb-after.txt

 1: <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
 2: Partial Class Form1
 3:     Inherits System.Windows.Forms.Form
 4: 
 5:     'Form overrides dispose to clean up the component list.
 6:     <System.Diagnostics.DebuggerNonUserCode()> _
 7:     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
 8:         Try
 9:             If disposing AndAlso components IsNot Nothing Then
10:                 components.Dispose()
11:             End If
12:         Finally
13:             MyBase.Dispose(disposing)
14:         End Try
15:     End Sub
16: 
17:     'Required by the Windows Form Designer
18:     Private components As System.ComponentModel.IContainer
19: 
20:     'NOTE: The following procedure is required by the Windows Form Designer
21:     'It can be modified using the Windows Form Designer.
22:     'Do not modify it using the code editor.
23:     <System.Diagnostics.DebuggerStepThrough()> _
24:     Private Sub InitializeComponent()
25:         Me.Label1 = New System.Windows.Forms.Label
26:         Me.SuspendLayout()
27:         '
28:         'Label1
29:         '
30:         Me.Label1.AutoSize = True
31:         Me.Label1.Location = New System.Drawing.Point(0, 0)
32:         Me.Label1.Name = "Label1"
33:         Me.Label1.Size = New System.Drawing.Size(40, 17)
34:         Me.Label1.TabIndex = 0
35:         Me.Label1.Text = "Hello"
36:         '
37:         'Form1
38:         '
39:         Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
40:         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
41:         Me.ClientSize = New System.Drawing.Size(282, 255)
42:         Me.Controls.Add(Me.Label1)
43:         Me.Name = "Form1"
44:         Me.Text = "Form1"
45:         Me.ResumeLayout(False)
46:         Me.PerformLayout()
47: 
48:     End Sub
49:     Friend WithEvents Label1 As System.Windows.Forms.Label
50: 
51: End Class