
        private void Play_Click(object sender, EventArgs e)
        {
            axAnimation1.Play(5, 1, 1000);
        }

