摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace SplashScreen{ public partial cla... 阅读全文
posted @ 2008-07-25 11:26 洗碗心得 阅读(268) 评论(0) 推荐(0)
摘要: [STAThread] static void Main() { Application.Run(new Form1()); } public int iPort = 1; //1,2,3,4 public int iRate = 9600; //1200,2400,4800,9600 public byte bSize = 8; //8 bits public byte bParity = 0;... 阅读全文
posted @ 2008-07-25 10:36 洗碗心得 阅读(323) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using System.Text;using System.Windows.Forms;using System.C... 阅读全文
posted @ 2008-07-25 10:08 洗碗心得 阅读(1412) 评论(0) 推荐(0)