优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

干部档案管理系统毕业设计(VB,Access)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

干部档案管理系统毕业设计(VB,Access)(含毕业论文15000字,程序,数据库)
摘      要
干部档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点.。
本系统主要完成对干部档案的管理,包括添加、修改、删除,查询,打印信息以用户管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。
系统的核心是添加、修改和删除三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成添加或删除操作时系统会自动地完成干部档案的修改。查询功能也是系统的核心之一,在系统中主要根据干部姓名进行查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
系统采用Microsoft Office中的Access 2000来设计数据库,并使用当前优秀的开发工具—VB 6.0 ,它有着最为灵活的数据库结构,对数据库应用有着良好的支持。
论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。

[来源:http://www.think58.com]

关键字:控件、窗体、数据库,visual basic语言,干部档案

 [英文摘要]
Summary
This system chiefly accomplishes the stock management to the storehouse,
includes being put in storage, goes out the warehouse and stocks, and staff’s information, six aspects such as supplier's information as well as cryptogram management etc. What the system can accomplish to various kind the information glances over and the function such as inquires about, adds, deletes andmodification etc.
The systematic nucleus is is put in storage, stocks and goes out the contact between the warehouse, and when accomplishes being put in storage or going out a warehouse, the system can accomplish voluntarily the modification of stock to other table of influence that the modification of every table all will be linkageed when operating. Inquiring about the function also is one of systematic nucleus, namely having the wallscroll spare to inquire about and inquires about with many conditions in the system, also having accurately the query to inquire about with bluring, not only there is the condition query of static state in the system, also having the condition query of trends formations, his purpose all is using for convenient user. The system has completeuser to add, deletes and the cipher modification function, and has the reportform and
[资料来源:http://www.THINK58.com]

prints the function.
The Access 2000 that the system adopted among Microsoft Office comes
the design data warehouse, and use before one zorch development tool - VB6.0, it has the most nimble data base structure, and the application has the
good support to the data warehouses.
The development background of this the subject, course of function and the development that will be accomplished were chiefly introduced to thesis.
The emphatic explanation focal point of systems design, design thought and difficult point technology and settlement scheme.
The keyword: the data base, access, vb6.0,'s data base package,

系统功能
可以进行文本操作;
1. 添加一个数据库项目;
在干部档案管理系统录入界面中,可以实现对干部档案的添加,在此界面中添加的项目都会自动保存在ACCESS数据库中,通过ADO控件来实现数据库与程序间数据的同步。
在录入干部档案信息的过程中要是出现输错的记录时,系统会自动提示你所输入错误的记录,以此消去了使用者在使用过程中的盲目录入错误的记录,从面也提高了录入记录的速度,同时也减轻了录入记录时的复杂操作
[资料来源:http://THINK58.com]

主要添加的干部档案信息有:姓名,性别,出生年月,学历,政治面貌,电话号码,通信地址,职务,简要经历。
2. 删除一个数据库项目;
干部档案信息的删除界面中记录与录入界面完全一样,主要是实现在每届干部毕业或者转学将干部档案都转出的干部的档安进行删除操
使用前一记录,下一记录,可以查找到相应的干部的档案信息,从面进行删除,在删除一条记录后,在数据库中也会相应的删除去该干部的档案记录
I注:修改和查询界面的具体操作与录入和删除中的操作基本相同,无详细说明
3. 修改一个数据库项目;
4. 查询信息;
5. 打印干部的干部档案信息。
 
[资料来源:www.THINK58.com]

干部档案管理系统毕业设计(VB,Access)
干部档案管理系统毕业设计(VB,Access)
干部档案管理系统毕业设计(VB,Access)
干部档案管理系统毕业设计(VB,Access)
干部档案管理系统毕业设计(VB,Access) [资料来源:http://THINK58.com]
干部档案管理系统毕业设计(VB,Access)


目       录
第一章 绪论
第二章 系统需求分析
2.1 开发背景
2.2 需求分析
2.3    Microsoft Visual Basic 6.0软件简介
第三章 系统设计
3.1 面对对象的编程
3.2 新建一个数据库
3.3 实现数据库之间的联系
第四章 系统数据库设计
4.1  数据库的概念
4.2  创建数据库文件
4.3  怎样创建一个数据表
4.4  VB连接ACCESS2000数据库
4.5  数据库设计
第五章 系统总体规划
5.1 系统功能
5.2 流程图
5.3 具体操作步骤
第六章 结束语
第七章 主要参考文献
第八章.系统界面及源代码 [来源:http://www.think58.com]