里面的信息从下 向上 循环显示
在timer1的tick里面写label1.Top -= 10;if (label1.Top < -label1.Height) label1.Top = label1.Height;