Those who prefer reading this site through RSS now can also subscribe for updates to .NET Tips & Tricks Community.
To get rid of some auto-generated form level fields that point to a control that will never be referenced (for example, labels, panels, etc.), do the following:
As a result a member of the form will not be generated for this control. It saves you 4 bytes per member and more importantly removes "clutter" from IntelliSense and any diagrams you autogenerate.