物业管理系统的设计与实现毕业设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
物业管理系统的设计与实现
摘要
随着计算机技术的普及应用,现代城市中的居民小区也广泛地引入了信息管理机制。本文以Visual Basic 6.0和SQL Server 2000作为开发工具,设计了一套针对现代小区物业管理的信息化平台,主要实现了业主信息管理、物管费用管理、业主投诉管理和小区设备的运维管理等模块。
对所选课题的背景进行了简单的介绍,提出对本课题的研究方法。对Visual Basic 6.0和SQL Server 2000进行简单的介绍。提出设计的架构,定出4个功能模块,画出系统流程图和系统功能结构图。根据上述2图,进行数据库的设计,添加一个系统用户信息表,共设计5张表。再根据5张表,进行界面设计,写出代码和界面的截图。完成设计并进行系统测试。
关键词:数据库;物业管理;信息管理;Visual Basic6.0;SQL server 2000
The Design and Implementation of the Estate
Management System
Abstract
Along with the popularization application of the computer technology, the information management mechanism has been widely introduced into the inhabitant plot of modern city. The paper takes Visual Basic 6.0 and SQL Server 2000 as the development tool, designs a set of estate management system. This platform is in the view of the modern plot, it mainly realizes the modules of the owner information management, the service fare management, the complaining management and the community equipment information management and so on.
The paper makes a simple introduction for the background of the task which has been chosen, and then puts forward the way of research for the paper. It also makes a simple intro of the Visual Basic 6.0 and SQL Server 2000. Then the paper put forward the configuration of the design, aim to decide to design 4 function modules and paint the pictures of system flow and system function configuration., and design the database based on the 2 pictures, add a datasheet which named the sheet of system user information, and the total number of the sheet is 5. Then it designs the interface base on the 5 sheet, write the code and put the pictures which has been intercepted on the paper. This system has been debugged when the project finished.
Key words: database; Estate management; information management; Visual Basic6.0; SQL server 2000
目录
论文总页数:22页1 引言 (1)
1.1课题背景 (1)
1.2国内外研究现状 (1)
1.3本课题研究的意义 (1)
1.4本课题的研究方法 (2)
2开发工具简介 (2)
2.1V ISUAL B ASIC概述 (2)
2.2SQL SERVER 2000简介 (4)
3 系统总体设计 (5)
3.1系统结构 (5)
3.2系统流程图 (5)
3.3系统功能结构图 (5)
4 数据库设计 (6)
4.1业主信息管理表设计 (6)
4.2物管费用管理表设计 (7)
4.3业主投诉管理表设计 (7)
4.4小区设备的运维管理表设计 (8)
4.5系统用户管理表设计 (9)
5系统详细设计 (9)
5.1登录界面设计 (10)
5.2系统主界面设计 (12)
5.3业主信息管理界面设计 (12)
5.4收费项目管理主界面设计 (14)
5.5投诉项目管理—投诉单界面设计 (15)
5.6维修项目管理--维修单界面设计 (16)
6系统测试 (17)
6.1测试项目 (17)
6.2测试结果 (18)
结论......................................................................................................... 错误!未定义书签。参考文献......................................................................................................... 错误!未定义书签。致谢......................................................................................................... 错误!未定义书签。声明......................................................................................................... 错误!未定义书签。