长途汽车信息管理系统的设计与实现

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


摘  要
随着社会的发展,人类进入了一个高速发展的信息时代,高新技术飞速发展的同时,计算机的使用范围也渗透到人类生活的方方面面,给人们的生活和工作带来极大的便利。
长途汽车信息管理系统是长途汽车车站信息汇总和管理的重要组成部分,是一种典型的信息管理系统,囊括了对长途汽车车站相关信息的管理,可以化简繁琐的工作过程,使车站的管理更加合理化和科学化,大大提高工作效率和节省运营成本。
本长途汽车信息管理系统采用Visual Basic 6.0作为开发语言,用SQL Server 2000开发后台数据库,本系统主要包含了系统用户管理,汽车线路信息管理,汽车基本信息管理,车票信息管理四大模块,可以实现对汽车线路信息,汽车基本信息和车票信息的录入,查询,修改,删除等功能,能满足长途车站汽车管理工作方面的基本要求。

关键词:Visual Basic 6.0;MSFlexGrid控件;数据库  
 
Long-distance Bus Information Management System Design and Implementation
Abstract
With the development of society, humanity has entered a rapid development in the information age, as the rapid development of high and new technology, the use of computers has infiltrated into each aspect of human life, which bring great convenient to people’s work and life.
The Long-distance Bus information management system is the Long-distance bus station information which decision-making and an important component of management, which is a typical example of the information management system. It includes information which related to the Long-distance Bus station information management. The Long-distance Bus information management system can simplify the cumbersome process, station rationalization of the management and scientific, and greatly enhance efficiency and save operating costs.
The system uses Visual Basic 6.0 as the development language, with SQL Server 2000 developing the background database. This system includes the User’s management, Bus-line information management, and the basic information of automobile management and Ticket information management four modules. We can input, search, update or delete information from the Bus-line management, the basic information of automobile management and Ticket information management. This information management system can meet the basic requirements of the Long-distance Bus station management.

Key words: Visual Basic 6.0;MSFlexGrid Control;Database

本系统具有以下四个功能模块:系统管理模块,汽车信息管理模块,线路信息管理模块,车票信息管理模块。系统整体的简单模块图如图1所示,以下将对具体功能需求进行描述。

系统用户管理
用户以合法身份登入系统后,管理员可以进行系统用户的添加,密码的修改操作。

汽车信息管理
管理员可以在汽车信息管理模块实现对汽车信息的管理。管理员首先应该建立汽车信息数据库,输入原始的数据信息,当有新的汽车信息的时候或者管理员需要修改某个汽车的相关信息以及想要删除某个汽车信息的时候,就可以完成相应的操作。管理员也可以在整个数据库中查寻相关汽车信息。

线路信息管理
车站管理员可以在线路信息管理模块对车站线路信息进行管理。管理员首先建立汽车线路信息数据库,输入原始的线路信息,当有新的线路需要添加或者需要对已有的线路信息进行修改,删除的时候,管理员就可以进行相应的操作。管理员也可以通过本模块查询到所有需要查询的线路的详细信息。

车票信息管理
管理员可以在车票管理模块实现对线路车票信息的管理。管理员根据相应的汽车线路信息来设置相应的车票详细信息。当有新的线路添加的时候,要把相应的车票信息添加到数据库中,管理员还可以对某条线路的车票信息进行修改,删除和查询操作。

数据库的设计
本系统是一个关于长途汽车站相关信息的管理系统,主要包括用户、汽车信息、汽车线路信息、车票信息的管理。因此,在设计数据库表的时候设计了系统用户表、汽车线路信息表、汽车信息表和车票信息表用来存储对应的信息。由于本系统的管理员需要对车站的信息进行管理,这些信息对于车站来说是十分重要的,这就决定了本系统的用户都是必须是拥有最高权限的系统管理员。






 

目  录
论文总页数:22页
1 前言 1
1.1 系统开发背景 1
1.2 国内发展状况和不足 1
1.3 系统开发特点 1
2 系统需求分析和数据库的设计 2
2.1 系统功能需求 2
2.1.1 系统用户管理 3
2.1.2 汽车信息管理 3
2.1.3 线路信息管理 3
2.1.4 车票信息管理 3
2.2 数据库的设计 4
2.2.1系统用户表设计 4
2.2.2汽车线路信息表设计 4
2.2.3汽车信息表设计 4
2.2.4车票信息表设计 5
3 系统功能模块的设计与实现 5
3.1 系统登录的实现 5
3.2 系统主界面的设计 6
3.3 系统用户管理模块设计 7
3.4 汽车信息管理模块设计 9
3.4.1添加汽车信息子模块 9
3.4.2修改汽车信息子模块 10
3.4.3删除汽车信息子模块 10
3.4.4 查询汽车信息子模块 11
3.5 线路信息管理模块设计 11
3.5.1添加线路信息子模块 12
3.5.2线路信息查询子模块 13
3.5.3修改线路信息子模块 13
3.5.4删除线路信息子模块 14
3.6 车票信息管理模块设计 14
3.6.1车票信息添加子模块 15
3.6.2车票信息修改子模块 16
3.6.3车票信息查询子模块 16
4  测试 18
结   论 19
参考文献 20
致    谢 21
声    明 22