摘 要
21世纪的到来,随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,本文介绍了在vb环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析传统的人工管理图书馆的不足,创建了一套行之有效的计算机管理图书馆的方案。文章详细介绍了图书管理信息系统的系统分析部分,包括可行性分析、组织机构分析、管理职能分析、业务流程分析、数据流程分析等等;系统设计部分主要介绍了系统功能设计和数据库设计;系统实现部分列出了几个主要的程序框图,并附带了一些主要的窗口和程序。
本系统界面友好,借用了广大网友熟悉QQ表情图片嵌入系统中,操作简单,比较实用。
【关键字】
管理信息系统、图书管理、vb应用
Abstract
21st century arrivals, along with information technology in managementmore and more thorough and widespread application, the managementinformation system the implementation to be gradually mature in thetechnology. The management information system was the new disciplinewhich unceasingly developed, this article introduced used "from thetop downward the overall plan under the vb environment, from bottow totop applied the development" the strategy developed a managementinformation system the process. Through the analysis tradition manualmanagement library insufficiency, founded a set of effective computermanagements library plan. The article in detail introduced the booksmanagement information system system analysis part, includingfeasibility analysis, organizations and agencies analysis, managementfunction analysis, service flow analysis, data flow analysis and soon; The system design partial mainly introduced the system functiondesign and the database design; The system realization has partiallylisted several main flow charts, and has supplemented some mainwindows and the procedure. This system contact surface friendly, borrowed the general networksfriend to be familiar with the QQ expression picture to insert in thesystem, operation simple, quite was practical.
【Essential character】
management information system, booksmanagement, vb application.
目 录
1. 概述1
1.1引言1
1.2开发背景1
1.3 可行性分析2
1.4 系统功能2
1.5 本文所做的工作3
2. 开发工具及其相关技术4
2.1 VB的介绍4
3. 图书管理系统的总体设计7
3.1 系统目标设计7
3.2 系统功能分析7
3.3数据流图7
3.3.1业务流程图8
3.3.2 数据流图8
3.4 模块实现12
3.5 总体界面的设计16
3.5.1编写目的16
3.5.2界面设计思想16
3.5.3界面设计原则17
3.5.4界面设计样式17
3.5.5 常见提示信息样式18
3.5.6常见提示信息样式18
3.6 创建数据库18
4. 图书借阅信息管理模块的设计20
4.1 “借书信息管理“窗体的实现20
4.1.1对象命名约定20
4.1.2 常量和变量命名约定21
4.1.3 结构化编码约定22
4.1.4 数据源的约定22
4.1.5 数据库访问约定22
4.1.6 其他约定22
4.2“借书信息”窗体的加载22
4.3 “借书信息”窗体的卸载23
4.4 “借书信息管理”窗体功能的实现23
4.41 “借书信息查询“窗体的功能设计23
4.5“还书信息”窗体的实现24
4.6“还书窗体”的加载25
4.7“还书信息管理”窗体功能的实现25
4.7.1 “查询还书信息“模块功能设计25
4.7.2 “添加还书信息“和”修改还书信息“模块的设计25
5.系统的运行和维护26
5.1 系统的登陆26
5.2 系统的测试27
5.3 系统的维护27
结 论28
致 谢29
参考文献30