Winform Tip#2:Managing Properties of multiple controls
An easier way to control properties of multiple controls is to place all the controls into a single GroupBox and then use the GroupBox properties property to manage whether the controls are editable or not.