运输企业信息管理系统的设计(VB+SQL)(新品)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
本文主要功能有:司机信息的输入、司机信息的查询、司机信息的修改、司机信息的删除;车辆信息的输入、车辆信息的查询、车辆信息的修改、车辆信息的删除;运行信息的输入、运行信息的查询、运行信息的修改、运行信息的删除;车辆维修信息的输入、车辆维修信息的查询、车辆维修信息的修改、车辆维修信息的删除;事故信息的输入、事故信息的查询、事故信息的修改、事故信息的删除。
系统是采用VISUAL BASIC开发的一个数据库管理系统,后台数据库采用SQL SERVER2000。说明书主要讲述了VISUAL BASIC的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能运行界面图。

关键词:运输管理系统,VISUAL BASIC,面向对象
Administrative System of the Transportation
Abstract
《Administrative System of the Transportation》the main function : driver information input, driver information inquiry, driver information revision, driver information deletion; vehicles information input, vehicles information inquiry, vehicles information revision, vehicles information deletion; movement information input, movement information inquiry, movement information revision, movement information deletion; vehicles service information input, vehicles service information inquiry, vehicles service information revision, vehicles service information deletion; accident information input, accident information inquiry, accident information revision, accident information deletion.
System adopts a data base management system that VISAUL BASIC6.0 developed. This design instruction has told the basic function of VISAUL BASIC6.0 and design method mainly .This design instruction has told the basic function of VISAUL BASIC6.0 and design method mainly. And then take this system as an example; recommend developing the step of this system one by one: Network analysis, designs system atically, realizes systematically, safeguards system maticallying. Successively with dataflow picture, data dictionary, function structure chart various kinds of datum analyticl system take of system in network analysis. In the design of the system, detailed each function module which has represented the system. Necessary database form and literary name section. Design of the menu, etc. In the realization of the system, provide and realize the incidents and codes of the corresponding function controlling part among forms. And the method that the menu realize. Provide the main function source code of this system at the end of the article.

Key words: Administrative System of the Transportation, VISUAL BASIC, Object-oriented

项目开发的目标
运输企业管理唯有迈向自动化,高效率,人性化管理,才能满足服务会员,给会员提供更好服务的需求。运输企业信息管理的主要目标,在于加强服务而不在于精简人力。换言之,其效益不在于节省现有的人力、物力,而在于提供许多尚未自动化作业时所无法提供之服务,期望以最快的速度将运输企业信息做最适当的运用。 
⑴以自动化、系统化、高效管理代替分散、重复操作。
⑵开发运输企业信息管理系统,进一步提供更好服务效益和提高现代化信息管理水平。
⑶建立运输企业信息管理系统,提高会员的自律性,促进会员更好保管并及时归还运输信息。
⑷减轻运输企业管理员的负担,节省人力物力开支。

本系统采用VB可视化面向对象的快速开发工具开发,采用ADO 对象数据技术来提高系统的安全及稳定性。由于本系统是为中小型企业定制的,属于中小型数据库管理系统,但是需要不同的部门需要共享数据,根据需要开发为C/S系统,后台数据库采用微软的大型数据库SQL SERVER2000。


















目 录
任务书 Ⅰ
摘  要 Ⅱ
Abstract III
第1章 绪  论 1
1.1 项目开发背景 1
1.2 项目开发的目的 1
1.3 项目开发的目标 2
1.4 项目提出的意义 2
1.5 系统软件开发环境简介 2
第2章 系统分析 4
2.1 需求分析 4
2.1.1 系统调查 4
2.1.2 用户需求 4
(优秀毕业设计:www.2bysj.cn)
2.1.3 系统业务流程图 5
2.1.4 可行性分析 6
2.2 新系统逻辑方案 8
2.2.1 数据流程图(简称为DFD) 8
2.2.2 新系统逻辑模型的提出 10
2.2.3 系统边界 11
第3章 系统设计 12
3.1 系统总体方案 12
3.2 功能模块设计 13
3.3 系统总体功能模块 14
3.3.1 业务信息管理模块 14
3.3.2 车辆信息管理模块 14
3.3.3 司机管理模块 15
3.3.4 系统管理模块 15
3.4 数据库概念结构设计 16
3.5 数据库的逻辑结构设计 18
第4章 系统实现 22
4.1 创建工程项目 22
4.2 创建企业人事信息管理系统的主窗体 22
4.3 创建主窗体的菜单 23
4.4 创建公用模块 23
4.5 系统用户管理模块的创建 26
4.6 司机信息管理模块的创建 28
4.7 车辆信息管理模块 30
4.8 运营管理模块的创建 32
4.9 维修信息管理模块的创建 33
4.10 事故信息管理模块的创建 35
4.11 数据库结构的实现 38
第5章 系统的编译和发行 39
第6章 总 结 40
参考文献 41
致 谢 42