计时器操作只执行了一次
for (j = 3; j > 0; j--) { this.timerup.Start(); } private void timerup_Tick(object sender, EventArgs e) { this.ElevatorStyleLeft.Location = new Point(ElevatorStyleLeft.Location.X, ElevatorStyleLeft.Location.Y - 80); this.timerup.Stop(); }