图书管理系统源码(C#版)

图书管理系统源码(C#版)

ID:38785682

大小:210.50 KB

页数:35页

时间:2019-06-19

图书管理系统源码(C#版)_第1页
图书管理系统源码(C#版)_第2页
图书管理系统源码(C#版)_第3页
图书管理系统源码(C#版)_第4页
图书管理系统源码(C#版)_第5页
资源描述:

《图书管理系统源码(C#版)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、登录界面:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespacebook{publicpartialclasslogin:Form{publicstringpassword;//用来存储密码publi

2、clogin(){InitializeComponent();}privatevoidbutton2_Click(objectsender,EventArgse){Application.Exit();}privateboolyanzhengshuru(){password=textBox3.Text;if(Typename.Text.Trim()==""){MessageBox.Show("请选择登录类型","登录提示",MessageBoxButtons.OK,MessageBoxIcon.Informatio

3、n);Typename.Focus();returnfalse;}elseif(loginid.Text.Trim()==""){MessageBox.Show("请输入用户名","登录提示",MessageBoxButtons.OK,MessageBoxIcon.Information);loginid.Focus();returnfalse;}elseif(password==""){MessageBox.Show("请输入密码","登录提示",MessageBoxButtons.OK,MessageBoxIc

4、on.Information);textBox3.Focus();returnfalse;}else{returntrue;}}privatevoidbutton1_Click(objectsender,EventArgse){userhelper.adminid=loginid.Text;//用户账号password=textBox3.Text;//用户密码if(yanzhengshuru()){if(Typename.Text.Trim()=="管理员"){stringsql=string.Format("Se

5、lectcount(*)fromadminwhereadminId='{0}'andadminpass='{1}'",loginid.Text,password);try{SqlCommandcommand=newSqlCommand(sql,Dbhelper.connection);Dbhelper.connection.Open();intcount=(int)command.ExecuteScalar();if(count<1){MessageBox.Show("用户或密码不存在!");//result=fa

6、lse;}else{adminadmin=newadmin();admin.Show();}}catch(Exceptionex){MessageBox.Show("操作数据库出错!");Console.WriteLine(ex.Message);}finally{Dbhelper.connection.Close();}}if(Typename.Text.Trim()=="借阅者"){userhelper.readerid=Convert.ToString(loginid.Text);stringsql=stri

7、ng.Format("Selectcount(*)fromreaderwherereaderId='{0}'andreaderpass='{1}'",userhelper.readerid,textBox3.Text);try{//创建Command对象SqlCommandcommand=newSqlCommand(sql,Dbhelper.connection);//打开数据库连接Dbhelper.connection.Open();//验证是否为合法用户intcount=(int)command.Execute

8、Scalar();if(count<1){MessageBox.Show("用户或密码不存在!");//result=false;}else{readerreader=newreader();reader.Show();}}catch(Exceptionex){MessageBox.Show("操作数据库出错!");Console.WriteLine(ex.

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。