Bitmap bm = (Bitmap)Image.FromFile(@"D:\名称.png");
this.Cursor = new Cursor(bm.GetHicon());