摘要:
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 字段 /// /// 必需的设计器变量。 ... 阅读全文
摘要:
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... 阅读全文