ラベル1:
lblLeftToRight.Location = new Point(lblLeftToRight.Location.X + 10, lblLeftToRight.Location.Y);
ラベル2:
lblLeftToRight.Location = new Point(lblLeftToRight.Location.X - 10, lblLeftToRight.Location.Y);
timerと構造を使用してPoint、label1とlabel2を移動しています。両方のラベルが接触したときにメッセージを出したいです。