با سلام
ببین تغییری که ایجاد کردم کمکت می کنه:
=================================
private void Form1_Load(object sender, EventArgs e)
{
var pos = this.PointToScreen(label1.Location);
pos = this.PointToClient(pos);
label1.Parent = this;
label1.Location = pos;
label1.BackColor = Color.Transparent;
{
با تشکر