摘要: using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Data;using System.Windows.Forms;namespace ImageControls { /// /// 控件 /// public class ShapeEx : System.Windows.Forms.Control { #region 字段 /// /// 必需的设计器变量。 ... 阅读全文
posted @ 2013-06-28 17:37 尼姑哪里跑 阅读(281) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace ImageControls{ public partial class ButtonEx : Control { public ButtonEx() { Initia... 阅读全文
posted @ 2013-06-28 15:34 尼姑哪里跑 阅读(192) 评论(0) 推荐(0) 编辑