jadams0173
Technical User
- Feb 18, 2005
- 1,210
For some reason the auto generated code is showing up in my code window. Is there a way to turn this off so I can't see it? This is an example of what I see now. I don't know what made it start being visible.
Code:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.lstColor = New System.Windows.Forms.CheckedListBox
Me.grpSwim = New System.Windows.Forms.GroupBox
Me.radNo = New System.Windows.Forms.RadioButton
Me.radYes = New System.Windows.Forms.RadioButton
Me.cboNoise = New System.Windows.Forms.ComboBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label