客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
VF 银行帐户管理系统
以下仅为该设计的基本说明介绍,若需要完整的设计和论文,建议您购买本设计 。
本系统开发工具:VF 6.0
本设计包含内容:源代码+可执行程序+毕业论文+开题报告+答辩稿
论文大概:36页 1.3万字
摘要
系统设计的指导思想是一切为用户着想,界面美观大方,操作简单明了,具有良好的容错性,在出现误操作时能尽量及时地给出警告,以便用户及时地改正。本设计使用了MICROSOFT公司的VISUAL FOXPRO开发工具,利用其提供的各种面向对象的开发工具,实现了管理员信息管理、用户信息修改、开户、销户、办卡、挂失卡、换卡、存款、系统管理、系统维护、以及相关报表输出、打印等功能模块,并对各初始原型模块进行需求迭代,不断修正和改进,直到使系统符合银行账户管理的规定,达到操作过程中的直观、方便、实用、安全等要求。
同时,该银行帐户管理系统是典型的管理信息系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。其间,我们通过数据库管理系统实现了用户银行存取款信息表,很方便的完成了用户查询的功能模块。根据银行本身的特点,对系统管理、系统维护以及报表的打印都使用了轻松畅快的手法,如:文字的推拉显隐动画、图片的直接嵌入、表单圆形效果设计以及报表设计器的应用等。
关键词 管理信息系统;银行帐户管理系统;数据库
Abstract
The design guiding ideology is all considers for the user, the contact surface wants the elegant appearance, the operation to be as far as possible simple understands, moreover took a practical management system management system must have the good fault tolerance, when appears the misoperation can give the warning as far as possible promptly, in order to the user corrects promptly, this design has used MICROSOFT Corporation's VISUAL the FOXPRO development kit, uses each kind of object-oriented development kit which it provides, realized the manager information management, the user information revised, opens a bank account, to sell the household, to manage the card, reports a loss the card, trades the card, the deposit, draws money, draws money machine the information management, the system administration, the system maintenance, as well as correlation function modules and so on report form output, printing, and carried on the demand iteration to each initial prototype module, revised and the improvement unceasingly, until caused the system to conform to the bank account management stipulation, achieves in the operating process direct-viewing, convenient, practical, requests and so on security.
At the same time, this bank account management system is typical information management system (MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects.Establishes the data uniformity and the integrity regarding the former request strong, the data security good storehouse.But requests the application procedure function regarding the latter to be complete, easy to use and so on the characteristics.During, we realized the user bank through the database management system to save draw money the information table and draw money machine save draw money between the information table connection, very convenient has completed the user inquiry function module.According to the bank itself characteristic, for the system administration, the system maintenance as well as the report form printing has all used the relaxed carefree technique, for example: The writing on rollers reveals the hidden animation, picture direct inserting, the form circular effect design as well as the report form design application and so on.
Key words Management information system; Bank account management system; Database
目录
绪论 1
1 系统开发工具与技术支持 2
1.1 FoxPro简介 2
1.2 项目与视图的创建 2
1.3 关于事件 7
1.4 程序的调试和故障分析 8
1.4.1程序的调试 8
1.4.2常见故障 9
2 系统分析 10
2.1 系统设计目标与原则 10
2.2 系统开发环境 10
2.3 系统功能结构分析 11
2.4 数据库分析与设计 12
3 系统设计与实现 16
3.1 系统主模块和查询模块的设计 16
3.2 帐户管理模块的设计 20
3.2.1 表单 20
3.2.2 存款 20
3.2.3 取款 22
3.2.4 开户 22
3.2.5 销户 23
3.2.6 修改信息 23
3.2.7 办卡 23
3.2.8 挂失卡 24
3.3 系统主程序的设计 25
3.4 系统的编译和发行 25
3.5 开发中的难点与解决技巧 27
结束语 29
致谢 30
参考文献 31

