电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

RFID图书管理系统程序源代码

RFID图书管理系统程序源代码_第1页
1/47
RFID图书管理系统程序源代码_第2页
2/47
RFID图书管理系统程序源代码_第3页
3/47
登陆界面using System;using System.Collections.Generic;using System.ComponentModel;using System。Data;using System.Drawing;using System。Text;using System。Windows.Forms;namespace Labrary{publicpartialclassFormLogin : Form {public FormLogin() {InitializeComponent(); }///〈summary>///验¨¦证¡è控?件t///〈/returns>privatebool ValidControl() {if (this.tbID.Text == "”) {MessageBox.Show(”请填写用户名!ê?");this。tbID.Focus();returnfalse; }if (this.tbID。Text != "admin”) {if (!UserManage。ObjUser。IsHasID(All.dbo, this。tbID。Text)) {MessageBox.Show(”不存在此用户!ê?");this.tbID.Text = ””;this.tbID。Focus();returnfalse; } }if (this.tbID。Text != ”admin”) { UserManage.ObjUser user= newUserManage.ObjUser(this。tbID。Text, All。dbo);if (user。PWD != this。tbPWD.Text) {MessageBox.Show("密码错误!ê?”);this.tbPWD.Text = "";this.tbPWD。Focus();returnfalse; } }else {if (this。tbPWD。Text != "123456”) {MessageBox.Show("密码错误!”);this.tbPWD。Text = "”;this。tbPWD。Focus();returnfalse; } }returntrue; }privatevoid gbtnCancel_Click(object sender, EventArgs e) {this.Close(); }privatevoid gbtnOK_Click(object sender, EventArgs e) {//如¨?果?验¨¦证¡è控?件t通ª¡§过yif (ValidControl()) {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.Close(); } } }}主界面using System;using System.Collections。Generic;using System.ComponentModel;using System。Data;using System。Drawing;using System。Text;using System。Windows.Forms;namespace Labrary{publicpartialclassFormMain : Form {publicconstint WM_USER = 0x0400;publicconstint WM_GETBUFFER_LOOP = WM_USER ...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

RFID图书管理系统程序源代码

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部