using System;
using System.Collections.Generic;
using System.Text;
namespace IpBox
{
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using System.Text.RegularExpressions;
public class IpBox : System.Windows.Forms.UserControl
{
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private string _text = "";
private System.ComponentModel.Container components = null;
public IpBox()
{
// 该调用是 Windows.Forms 窗体设计器所必需的。
InitializeComponent();
// TODO: 在 InitializeComponent 调用后添加任何初始化
}
伊图教程网[www.etoow.com]
http://www.etoow.com/html/2007-08/1187221846.html
用写C#写的一个IP输入框控件
'http://www.etoow.com/html/2007-08/1187221846.html