Just add a Panel to your form. Dock it parent window. Inside this Panel you add a pictureBox, choose the image you want to use as watermark, dock it to the parent container. After this you can add your usual controls on this panel. The Picturebox will function as background image.
Or you dont use a PB and set the background image straight on the panel.