Définir la position des étiquettes WinForms

// Set Location property of the label
mylab.Location = new Point(222, 90);
Amused Angelfish