摘要: /// <summary> /// 用鼠标拖动Panel /// </summary> public class MovePanel : Panel { private bool whetherSelected = false; private Point p = new Point(); public bool WhetherSelected { get { retur... 阅读全文
posted @ 2010-05-28 17:45 superstar 阅读(264) 评论(0) 推荐(1) 编辑