using System.Drawing;
using System.Windows.Forms;
namespace Dongke.WinForm.Controls
{
///
/// 数值输入文本框
///
[ToolboxBitmap(typeof(TextBox))]
public class TxtNumerical : TextBoxNumerical
{
#region 构造函数
///
/// 数值输入文本框
///
public TxtNumerical()
{
}
#endregion
}
}