网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计下载 > VB类作品 > 正文

VB+access水费电费管理系统的设计VB+accesswaterandelectricitymanagementsystemforthedesignof-VB|PB|VFP

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

引言
随着社会经济的发展,信息化程度的不断深入,小区的水电费管理工作己愈来愈不能满足用户的需要。现今,人们的金融意识、科技意识己经有了很大的提高,在紧张忙碌的生活中,希望能尽快交费和查询;同时,各种经营单位如电信、移动、供电、煤气、自来水、证券等等一是为了提高服务质量、方便客户,二也是为了希望减轻自己日趋繁重的工作量,都在开发自己的管理系统。如何利用计算机技术加强用户信息管理、进行业务再造,提高工作效率和业务竟争能力是摆在各面向用户服务面前的一个迫切需要解诀的问题。如何利用电子化的手段构建一个高效统一的、通用灵活的系统来管理各种各样的业务,是每个管理者所要研究的课题。

1.1系统开发的意义
        随着社会的不断进步和科学技术的增强,二十一世纪的计算机技术将飞速发展,信息化已成为当今世界的发展潮流,计算机代替人工劳动将成为必然,人类追求更简便的工作方式,因此计算机的应用则更加重要。现今,我国的计算机技术高速发展,针对不同的方面,已经有一些软件应运而生,虽然针对企业内部的管理系统也有许多,但也有其相应的优点、缺点。本客户访问信息管理系统是针对对计算机技术不太熟悉的用户而开发的,上手简单,可操作性强。
信息管理系统(Management Information Systems,简称MIS)在现代社会已深入到各行各业,MIS是一个不断发展的新科学,MIS的定义随着计算机技术和通信技术的进步也在不断更新,现阶段普遍认为MIS是由人和计算机设备或其他信息处理手段组成并用于管理信息的系统。MIS的对象是信息。信息是经过加工的数据,信息是对决策者有价值的数据。信息的主要特点是来源分散,数量庞大。因此,MIS是不可缺少的。
管理信息系统(MIS)的概念是1961年美国人J.D.GALLAGHER首先提出来的,是一门新兴的、集管理科学、信息科学、系统科学及计算机科学为一体的综合性学科,研究的是企业中信息管理活动的全过程,以便有效的管理信息,提供各类管理决策信息,辅助企业进行现代化管理。
目前,公司、企业和机关的计算机化管理已经逐渐普及了,计算机技术已经深入到企业的管理的各个方面,因此企业信息化建设也要赶上时代的步伐。目的是为了减轻事务处理人员的劳动强度,辅助企业管理,辅助高层领导决策,提高企业的工作效率,从而使企业能够以少的投入获得更好的社会效益与经济效益。

1.2系统开发的理由
随着计算机技术的迅速发展,企业计算机技术使用的兴起,管理工作也经历了由原始手工操作方式到计算机查询、管理的自动化管理方式的转变。愈来愈多的企业逐渐意识到管理技术的重要性、必要性,并逐步引进稳定性好、安全机制高、方便管理的管理系统。客户信息管理就是其中的一部分。所以运用计算机的自动化管理,将是以后的发展方向。
2.2系统中的窗体模块
1. 系统启动界面(frmStrart.frm)
启动界面用于显示开发人员名单和开发日期等。
2. 登录窗体(frmLogin.frm)
提供用户登录界面,限制访问。
3. 系统主窗体(frmMain.frm)
这是本系统的主窗体,带有系统菜单,系统的主要操作都在这里进行。
4. 用户信息输入窗体(frmNew.frm)
用于输入每位用户的基本数据。
5. 用户信息管理窗体(frmGL.frm)
用于修改用户的基本数据。
6. 水电费数据输入窗体(frmSDin.frm)
用于输入每们用户的水电费数据,以及计算出本月的水电费。
7. 水电费数据管理窗体(frmSDGL.frm)
用于修改用户水电费数据。
8. 用户信息查询窗体(frmyhcx.frm)
按区域对用户基本信息进行查询。
9. 水电费查询窗体(frmSDcx.frm)
按月份对用户水电费情况查询。
10. 计算器窗体
调用Windows计算器,计算费用,方便核查。
11. 交费情况统计窗体(frmMoney.frm)
快速查询出每位用户的交费情况.
12. 月总各项统计窗体(frmTJ.frm)
直观的查询出总用水量,总用电量等数据。
13. 用户密码修改窗体(frmPWupdate.frm)
可对用户密码进行修改,提高安全度。
14. 数据备份窗体(frmCopy.frm)
可对本系统的数据库进行备份,保障数据库的安全。
15. 数据恢复窗体(frmBackup.frm)
可对损坏的数据库进行恢复,从而能正常使用系统。
16. 相关资迅窗体(Form2.frm)
用户关心的一些资迅信息。
17. 关于窗体(frmAbout.frm)
显示开发人员名单等信息。






Introduction
With the social and economic development, information-based level has deepened electricity and water management district has become increasingly unable to meet user''s needs. Nowadays, people''s financial awareness, science and technology awareness has been greatly improved, in the hectic life, hope Contributions and inquiries as soon as possible; the same time, various business units such as telecommunications, mobile, electricity, gas, water , securities, etc. One is to improve service quality, user-friendly, 2 but also to want to reduce the increasingly heavy workload of their own, are to develop their own management systems. How to use computer technology to enhance the user information management, carry out business re-engineering to improve efficiency and operational capacity of competition arising therefrom is placed in front of the user-oriented services, the urgent need for a solution of tactics problems. How to use electronic means to build an efficient unified, universal and flexible system to manage a variety of business, every manager you want to study.

1.1 The significance of system development
        
Along with social progress and science and technology enhancements, the twenty-first century, the rapid development of computer technology, information technology has become the development trend in today''s world, the computer instead of manual labor will become a necessity, the human pursuit of a more convenient way of working, so the application of computers is even more important. Today, China''s rapid development of computer technology for different aspects, there are already some software came into being, although the internal management system for enterprise, there are many, but also has its corresponding advantages and disadvantages. The Customer Access Information Management System is targeted for users who are not familiar with computer technology developed, and get started simple and workable.
Information Management System (Management Information Systems, referred to as MIS) in a modern society has been deep into all walks of life, MIS is an evolving new science, MIS defined as computer technology and advances in communication technology are also constantly updated, at this stage the general that MIS is a computer equipment or other information and the means of disposing of the composition and used in management information systems. MIS object is information. Information is processed data, information is valuable data for policy makers. The main source of information is characterized by scattered large numbers. Thus, MIS is indispensable.
Management Information System (MIS) concept first proposed in 1961, the Americans JDGALLAGHER come is a new, set of management science, information science, systems science and computer science as an integrated discipline, is the study of enterprises the whole process of information management activities in order to effectively manage information, provide all kinds of management decision-making information, auxiliary enterprises in modern management.
At present, companies, enterprises and institutions have been gradually popularized the computerized management, computer technology has been deep into all aspects of management of the enterprise, so companies have to catch up with the information technology era. The purpose is to reduce the labor intensity of the transaction, support enterprise management, and support senior leadership decision-making, improve business efficiency, enabling businesses to invest little better social and economic benefit.

1.2 the reasons for system development
With the rapid development of computer technology, the emergence of enterprise computer technology use, management has also experienced by the original manual mode of operation to the computer query, management, automation of management changes. More and more companies come to realize the importance of management technologies, necessity, and gradually introduce good stability, high security mechanisms to facilitate the management of management systems. Customer Information Management is one part of it. Therefore, the use of computer automation management, will be the future direction of development.
2.2 System form module
1. System Startup Interface (frmStrart.frm)
Start interface is used to display the list of developers and development of date.
2. Login form (frmLogin.frm)
Provide the user login screen, restrict access.
3. System main form (frmMain.frm)
This is the main form of this system, with the system menu, the system''s main operations are in here.
4. The user information input form (frmNew.frm)
For entering the basic data for each user.
5. User Information Management Form (frmGL.frm)
Used to modify the user''s basic data.
6. Utilities data entry form (frmSDin.frm)
They used to enter each user''s utility data, and calculate the cost of utilities this month.
7. Utilities Data Management Form (frmSDGL.frm)
Utilities used to modify user data.
8. User Information query form (frmyhcx.frm)
Basic information for users by region to search.
9. Utilities query form (frmSDcx.frm)
By month of queries to the user utilities.
10. Calculator Form
Call the Windows calculator, calculate costs, to facilitate verification.
11. Contributions Statistical Form (frmMoney.frm)
Quick check out the situation of each user''s Contributions.
12. On the overall statistical form (frmTJ.frm)
Intuitive query out of the total water consumption, total electricity consumption and other data.
13. User password change form (frmPWupdate.frm)
User password can be modified to improve safety.
14. Data Backup form (frmCopy.frm)
The system''s database can be backed up to ensure database security.
15. Data Recovery Form (frmBackup.frm)
Can recover the damaged database, so that it can properly use the system.
16. Related funded Xun form (Form2.frm)
Users concerned about some of the funding Xun information.
17. With regard to the form (frmAbout.frm)
Display the list of developers and other information.

设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师