Hey srivalli,
I'm not entirely sure what you're after, but if you want the same label to appear in each form you create, try creating a blank form with this label,make all your other forms inherit this one. Ie.. in forms you already have change the line inherits System.Windows.Forms.Form to inherits MyFormWithLabel. When you create a new for use the Add Inherited.. Option.