private void panel_Paint(object sender, MouseEventArgs e)
    {
      CPoint = new Point(-e.X,-e.Y);      
    }
错误:当前上下文中部存在名称“CPoint”。