图书资料管理系统

来源:互联网 发布:民生银行软件开发待遇 编辑:程序博客网 时间:2024/05/01 02:56

摘 要

 

本图书资料管理系统图书管理系统的开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。我们选用Visual Basic6.0作为前端开发工具,利用SQL Server2000完成数据库的开发。

本人结合图书馆的要求,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的图书管理系统可以满足借阅者、图书馆工作人员和高级管理员三方面的需要。

 

关键词:图书资料、管理、设计、窗体、实现

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Abstract

 

Student Information Management System includes designing and maintaining Database and exploring the application of the customer.  Moreover, the Database is required completely, uniform and secure. And the other one needs the characteristics such as, a friendly interface of the application, complete function, easy to use, including a habit which is same as the operation of the popular software, etc. After doing many research and analysis, Visual Basic 6.0 is chosen to be the tool which is used to explore at the beginningand SQL Server2000 is used to explore the database.

To achieve the requirement of the library, our main work is the analysis of the requirement of the library management system, partition of the module of function and the analysis of the Database. Besides, we designed the construction of Database and applications for this. The results of the function of the system prove that the library management system, which is designed in this paper, can achieve all the requirements that come from readers, employees and the supervisors of the library.

Keywords:bookdata,management, design,windows,realization

 

 

 

 

 

 

 

 

 

 

 

 

 

 

目 录

 

1.绪论. 5

1.1开发背景及意义. 5

1.2本系统完成的功能. 5

2.系统设计. 7

2.1系统功能模块设计. 7

2.2数据库设计. 7

2.2.1数据库需求分析. 7

2.2.2数据库概念结构设计. 8

2.2.3数据库逻辑结构设计. 10

2.3 数据库结构的实现. 11

2.3.1系统用户表格uer_Info 12

2.3.2创建读者种类信息表格readertype 12

2.3.3创建读者信息表格readers 12

2.3.4创建书籍类别信息表booktype 12

2.3.5创建书籍信息表books 13

2.3.6创建借阅信息表borrowinfo 13

3.系统的调试与实现. 14

3.1图书馆管理信息系统主窗体的创建. 14

3.1.1创建图书馆管理信息系统的主窗体. 14

3.1.2创建公用模块. 15

3.2系统用户管理模块的创建. 17

3.2.1用户登录窗体的创建. 17

3.2.2添加用户窗体的创建. 20

3.2.3 修改用户密码窗体的创建. 23

3.3读者种类管理模块的创建. 24

3.3.1添加读者种类窗体的创建. 25

3.3.2修改读者种类窗体的创建. 30

3.3.3删除读者种类. 32

3.4读者信息管理模块的创建. 33

3.4.1添加读者信息窗体的创建. 33

3.4.2修改读者信息. 39

3.4.3删除读者信息. 39

3.4.4查询读者信息. 40

3.5书籍类别管理模块的创建. 42

3.5.1添加书籍类别窗体的创建. 42

3.5.2修改书籍类别. 43

3.5.3删除书籍类别. 43

3.6书籍信息管理模块的创建. 44

3.6.1添加书籍信息窗体的创建. 44

3.6.2修改书籍信息. 45

3.6.3删除书籍信息. 46

3.6.4查询书籍信息. 46

3.7借书信息管理模块的创建. 46

3.7.1添加借书信息窗体的创建. 46

3.7.2修改借书信息. 55

3.7.3删除借书信息. 55

3.7.4查询借书信息. 57

3.8还书信息管理模块的创建. 57

3.8.1添加还书信息窗体的创建. 57

3.8.2修改还书信息. 61

3.8.3查询还书信息. 61

总结. 63

参考文献. 64

 
原创粉丝点击