/// 注意,本代码版权所有者为黄忠成先生。
/// 在此表示感谢他写的书《asp.net组件设计》
////////////////////////////////////////////////////////////////////////////
using system;
using system.text;
using system.drawing;
using system.web;
using system.web.ui;
using system.web.ui.webcontrols;
namespace powerasp.net.controls
{
[toolboxbitmap(typeof(numbereditor),"powerasp.net.controls.numbereditor.bmp")]
public class numbereditor:baseeditor
{