在WM中画个带有边框的Panel
想在ppc上类似的带有边框的Panel(美观嘛),可惜WM自带的Panel有没有这项属性,于是自己继承封装了一个,很简单滴

在WM中画个带有边框的Panelusing System;
在WM中画个带有边框的Panel
using System.Collections.Generic;
在WM中画个带有边框的Panel
using System.Text;
在WM中画个带有边框的Panel
using System.Windows.Forms;
在WM中画个带有边框的Panel
using System.Drawing;
在WM中画个带有边框的Panel
using System.Drawing.Drawing2D;
在WM中画个带有边框的Panel
在WM中画个带有边框的Panel
namespace DrawPanel

相关文章: