最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
一个数字文本框控件,我觉得思路蛮不错的
时间:2022-07-02 12:00:19 编辑:袖梨 来源:一聚教程网
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using System.Diagnostics;
namespace UtilityLibrary
{
///
/// Summary description for NumericTextBox.
///
public class NumericTextBox : System.Windows.Forms.TextBox
{
private int minimum = -1;
private int maximum = -1;
private bool useRange = false;
private string lastChar;
public NumericTextBox()
{
InitializeComponent();
}
protected override void OnPaint(PaintEventArgs pe)
{
base.OnPaint(pe);
}
public Size SetRange
{
get
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using System.Diagnostics;
namespace UtilityLibrary
{
///
/// Summary description for NumericTextBox.
///
public class NumericTextBox : System.Windows.Forms.TextBox
{
private int minimum = -1;
private int maximum = -1;
private bool useRange = false;
private string lastChar;
public NumericTextBox()
{
InitializeComponent();
}
protected override void OnPaint(PaintEventArgs pe)
{
base.OnPaint(pe);
}
public Size SetRange
{
get
相关文章
- 《光与影 33号远征队》周年纪念销售数据更新 05-13
- 《光与影 33号远征队》的结局是这款RPG最精彩的部分 05-13
- 异环自选S级角色推荐 05-13
- 唐门技能攻略(唐门技能攻略详解,助你成为顶级强者) 05-13
- 她收藏的稀有宝可梦传说 阿尔宙斯卡牌数量史无前例 引发了广泛关注 05-13
- 据报道 早期玩家认为 Fairgames 试玩体验“乏味” 05-13