C# 2008 Forms

I got a bunch of components in the Form.cs > Form.Designer.cs like Labels and such that I want to manipulate from a different class.

how do I access them?

label1.Text....