${res:Templates.Project.WindowsApplication.Name}
VBNet
${res:Templates.File.Categories.WindowsApplications}
VBNet.Project.Form
VBNet
${res:Templates.Project.WindowsApplication.Description}
${ProjectName}
''' Designer variable used to keep track of non-visual components.
'''
Private components As System.ComponentModel.IContainer
'''
''' Disposes resources used by the form.
'''
''' true if managed resources should be disposed; otherwise, false.
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If components IsNot Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'''
''' This method is required for Windows Forms designer support.
''' Do not change the method contents inside the source code editor. The Forms designer might
''' not be able to load this method if it was changed manually.
'''
Private Sub InitializeComponent()
'
'MainForm
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Name = "MainForm"
Me.Text = "${ProjectName}"
End Sub
End Class
]]>