RFID图书管理系统程序源代码
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
登陆界面
using System;
using ;
using ;
using ;
using ;
using Labrary
{
public partial class FormLogin : Form {
public FormLogin()
{
InitializeComponent();
}
}
SetMenJin("PicIn");
();
®户¡ì管¨¹理¤¨ª = true;
this.系¦Ì统ª3初始º化¡¥ = true;
this.应®|用®模¡ê式º = true;
this.图ª书º¨¦管¨¹理¤¨ª = true;
this.退ª办㨬卡¡§ = true;
this.借¨¨阅 = true;
this.门禁 = true;
SetPurview();
= false;
= false;
= false;
®|用®模¡ê式º = false;
}
else
{
this.用户管理¨ª = false;
this.系统初始化¡¥ = false;
this.读书管理¨ª = false;
this.退办卡¡§ = false;
this.借阅 = false;
this.门禁 = false;
for (int i = 0; i < i++)
{
string purview = if (purview == "1") {
this.图书管理¨ª = true;
}
else if (purview == "2")
{
this.办退卡¡§ = true;
}
else if (purview == "3")
{
this.借阅 = true;
}
else if (purview == "4")
{
this.门禁 = true;
}
}
}
}
private void用户管理¨ªToolStripMenuItem_Click(object sender, EventArgs e) {
ful = new ;
();
}
private void修改密码ToolStripMenuItem_Click(object sender, EventArgs e)
{
fup = new , ;
();
}
private void tsbtnBookType_Click(object sender, EventArgs e)
{
FormBookTypeList fbtl = new FormBookTypeList();
();
}
private void tsbtnBookAdd_Click(object sender, EventArgs e)
{
FormBookAdd fba = new FormBookAdd();
();
}
private void tsbtnBookManage_Click(object sender, EventArgs e)
{
FormBookInfoList fbil = new FormBookInfoList();
();
}
private void tsbtnBookStatistics_Click(object sender, EventArgs e)
FormBookStatistics fbs = new FormBookStatistics();
();
}
private void退ª出XToolStripMenuItem_Click(object sender, EventArgs e) {
();
}
private void tsbtnCardAdd_Click(object sender, EventArgs e)
{
FormCardInfo fci = new FormCardInfo(1, new ObjCardInfo());
();
}
private void tsbtnCardManage_Click(object sender, EventArgs e)
{
FormCardList fcl = new FormCardList();
();
private void tsbtnAddTime_Click(object sender, EventArgs e) {
string rfid = ();
if (rfid == "")
{
("请把借阅卡放到桌面读写器上!");
}
else
{
if (rfid))
{
ObjCardInfo oci = new ObjCardInfo(rfid);
FormCardInfo fci = new FormCardInfo(5, oci);
();
}
else
{
("没有此借阅卡信息");