posts - 97, comments - 170, trackbacks - 0, articles - 8
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

2008年4月23日

     摘要: 这并非本人亲自所写,但经本人调试后可用。
请创建一个Winform的应用程序,然后,删除Program.cs和Form1.design.cs文件。打开Form1.cs文件的Code视图,删除所有原有代码,将以下代码添入,即可。

using System;
using System.Drawing;
using System.Windows;
using System.Windows.Forms;
using System.Collections;
using System.ComponentModel;
using System.Data;

namespace TS.GUOFU.Comput  阅读全文

posted @ 2008-04-23 23:00 guofu 阅读(208) | 评论 (3)编辑

posted @ 2008-04-23 22:49 guofu 阅读(28) | 评论 (0)编辑

     摘要: private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtMac;
private System.Windows.Forms.TextBox txtIp;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label lblMac;
private System.Windows.Forms.Label lblIp;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.Button butt  阅读全文

posted @ 2008-04-23 22:44 guofu 阅读(363) | 评论 (0)编辑

     摘要: Money spent on the brain is never spent in vain. (智力投资绝不会白花。)
Constant dropping wears the stone. (滴水穿石。)
Experience is the mother of wisdom.(经验是智慧之母。)
Every man is his own worst enemy.(一个人最大的敌人就是他自 己。)
Saying and doing are two different things. (说和做是迥然不同的两回事。)
Actions speak louder than words. (行动比语言更响亮。)   阅读全文

posted @ 2008-04-23 22:37 guofu 阅读(593) | 评论 (0)编辑

posted @ 2008-04-23 13:56 guofu 阅读(506) | 评论 (0)编辑