RFID图书管理系统程序源代码.docx
《RFID图书管理系统程序源代码.docx》由会员分享,可在线阅读,更多相关《RFID图书管理系统程序源代码.docx(36页珍藏版)》请在优知文库上搜索。
1、登陆界面usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;namespaceLabrary(PublicpartialclassForinLogin:Form(publicFormLoginOInitializeComponentO;)/验证i6控?件t/privateboolValidControlOif(this.tbID.Text=)(Me
2、ssageBox.ShCW(“请填写用户名!?”);this.tbID.FocusO;returnfalse;)if(this.tbID.Text!=admin)(if(!UserManage.ObjUser.IsllasID(Al1.dbo,this.tbID.Text)(MossageBox.ShCW(不存在此用户!?”);this.tbID.Text=”;this.tbID.FocusO;returnfalse;)if(this.tbID.Text!=admin)(UserManage.ObjUseruser=newUserManage.ObjUser(this.tbID.Text,Al
3、1.dbo);if(user.PWD!=this.tbPWD.Text)MessageBox.Show(密码错误!?);this.tbPWD.Text=”;this.tbPWD.FocusO;returnfalse;)else(if(this.tbPWD.Text!=123456)(MessageBox.ShOW(密码错误!”);this.tbPWD.Text=”;this.tbPWD.FocusO;returnfalse;)returntrue;)privatevoidgbtnCance1_C1ick(objectsender,EventArgse)(this.CloseO;)private
4、voidgbtnOK_Click(objectsender,EventArgse)(如?果?验-证i控?件t通-i过yif(ValidControl0)(if(this.tbID.Text!=admin)(All.UserLogin=newUserManage.ObjUser(this.tbID.Text,All.dbo);)else(All.UserLogin=newUserManage.ObjUser(All.dbo);All.userLogin.ID=admin”;All.userLogin.Name=管理员;this.DialogResult=DialogResult.OK;this.
5、CloseO;主界面usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing:usingSystem.Text;usingSystem.Windows.Forms;namespaceLabrary(PublicpartialclassForniMain:Form(PublicconstintWMJJSER=0x0400:PublicconstintWM_GETBUFFER_LOoP=WMjJSER+2;privateRFID_dll.Re
6、aderrdr;privateRFID_dll.RFIDrfid;1.istrfids=newList();intdirectionFlag=0;l进:出?FormlnAndOulfiao=newForn11,Anl();publicFormMainOInitialiZeComponentO;this,rdr=newRFID_dll.ReaderO;/this.rfid=newRFID_dll.RFID(rdr);)privatevoidFormMain_Load(objectsender,EventArgse)InitO;/初始化/privatevoidInitOfiao.StartPosi
7、tion=EorniStartPosition.Manual:多窗体在不同时间显示Screenscreens=Screen.AllScreens;if(screens.Length=2)(1.istIistScreen=newListO;foreach(ScreenscreeninScreen.AllScreens)if(screen.Primary=false)IistScreen.Add(screen);)fiao.Location=1iStScreen0.WorkingArea.Location;SetMenJin(*PicIn*);fiao.Show();toolStripStatus
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- RFID 图书 管理 系统 程序 源代码