摘要: 2011-04-11 21:55 最近写了一个账务管理系统(个人版)使用C#语言编写,编译器VS2010,数据库Access2010,系统采用三层架构,界面可以换肤,窗体按钮可以移动,可以自定义皮肤,保存皮肤。数据库的备份,对于查询有报表生成功能,可以将查询结果保存为WORD文档,PDF文档,EXCEL文档。另外系统对界面方面做了很大的功夫,界面比较友好,实现从右下角浮出消息提示框的效果,15S之后消息框会自动关闭,不会影响到用户的使用。 ‍‍‍‍‍‍‍ 阅读全文
posted @ 2011-04-11 22:34 idefav_2010 阅读(478) 评论(2) 推荐(1)
摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Net.Mail;usingSystem.Net;usingSystem.IO; namespaceSendMail{publicpartialclassSendMail:Form{publicSendMail(){InitializeCo 阅读全文
posted @ 2011-03-29 13:23 idefav_2010 阅读(347) 评论(0) 推荐(0)
摘要: 服务器端程序usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text; usingSystem.IO;usingSystem.Net.Sockets;usingSystem.Net;namespaceserver{classProgram{staticvoidMain(string[]args){try{//第一步:打开监听端口IPAddressip=IPAddress.Parse("127.0.0.1");TcpListenertcpListener=newTcpListen 阅读全文
posted @ 2011-02-27 14:50 idefav_2010 阅读(415) 评论(0) 推荐(0)