内容摘要
《小区物业管理系统》是采用VISAUL BASIC开发的一个数据库管理系统。随着我国经济发展和城市开发,住宅小区越来越成为居住的主流,小区物业管理是针对当代社会这一市场需要应运而生的。用计算机操作的小区物业管理系统是为小区管理者和小区用户更好的维护各项物业管理业务处理工作而开发的管理软件,根据需求分析,实现小区管理业务,效益已越来越明显。因此,开发这样一套小区物业管理系统软件成为很有必要的事情。
本论文主要讲述了VISAUL BASIC的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能运行界面图。
关键字:物业管理 、管理系统、 VISAUL BASIC 面向对象
Abstract
《the Estate management system》 adopts a data base management system that VISAUL BASIC6.0 developed . With the development of the econnomy and the city,the housing district becomes mere and more improment.The plot estate management is aims to the requirement of the market in the now society.The holding computer's system of the plot estate management is a management software which helps the plot managers and the plot users maintenance and deal with the estate management work.According to the analysis of the requirment,it is clearer to the result of the management service.So,it is very importent to develop a set of plots estate management system.
This dissertation 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 systematically , realizes systematically , safeguards systematicallying. 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 word: Face the target storage Estate management、 the Estate management system 、 VISAUL BASIC6.0
目录
第1章引言. 3
第2章基础知识概述. 4
2.1 Visual Basic简介. 4
2.2 SQLServer数据库概述. 8
第3章 系统分析. 13
3.1开发平台:. 13
3.2需求调查. 13
3.3系统开发方案和目标. 14
3.4 可行性分析. 15
第4章 数据库设计. 17
4.1 系统的功能模块设计. 17
4.2 系统数据库设计. 18
4.2.1 主要数据流. 18
4.2.2 数据库概念结构设计. 19
4.2.3 数据库逻辑设计. 22
第5章 系统的实现. 29
5.1 建立系统主窗体:. 29
5.2住户资料管理窗体的设计:. 30
5.3查询住户窗体的设计. 32
5.4 表格形式显示住户资料窗体的设计. 33
5.5房产资料窗体的设计. 35
5.6物业设备管理窗体的设计. 36
5.7仪表数据管理窗体的设计:. 39
5.8收费管理窗体的设计. 40
5.9仪表数据统计窗体的设计. 42
第6章 结束语. 45
第7章 致谢. 47
参考文献. 48
附录. 49
附 录 A:外文资料原文. 49
附 录 B:中文资料译文. 54