摘要:
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Data;using System.Windows.Forms;namespace WindowsExtendedControls{ /// <summary> /// 控件 /// </summary> public class ShapeEx : System.Windows.Forms.Control { /// <summary> /// 必需的设计器变 阅读全文