首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

用写C#写的一个IP输入框控件

整理日期:2007年08月15日 【字体:

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

Tags:
用写C#写的一个IP输入框控件
'http://www.etoow.com/html/2007-08/1187221846.html
1
 
2345
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved