摘 要
随着学校的规模不断扩大,学生数量急剧增加,有关学生的各种信息也成倍增长。面对庞大的信息量,有必要开发学生学籍信息管理系统来提高学生管理工作的效率。通过这样的系统,可以做到信息的规范管理、科学统计和快速查询,从而减少管理方面的工作量。
本学生学籍信息管理系统包括学籍信息管理、课程信息管理、成绩信息管理三大模块。其中每个模块包括了查询学籍信息、添加学籍信息、修改学籍信息。程序设计者可以拥有完全的权限管理系统,而学生用户只拥有查询学籍信息和查询成绩信息的权限。
本系统采用Visual Basic 6.0为开发工具,后台数据库采用Assecc 2000,操作系统为Windows2000。
关键词:学生信息、管理系统、VB、ADO
Abstract
With the expanding of school and the sharp increasing of students, students’ information becomes larger and larger. Facing the huge number of information, it is necessary to develop an information management system of students to improve the efficiency of work. It can provide standard management, science statistics and rapid inquiry of students’ information.
This system includes four following modules: status information management, class information management, course information management and score information management. The manager owns the complete management of this system, while students can only own the access to the status information and score information.
This system is designed for windows 200, the develop language is Visual Basic 6.0, and the database management system is Access2000.
Keywords: Students Information, Management System、VB、ADO
目 录
摘要…………………………………………………………………………………I
Abstract …………………………………………………………………………II
第一章 引言 ………………………………………………………………………1
第二章 研究现状及设计目标……………………………………………………2
§ 2.1大量的学籍信息管理 …………………………………………………2
§ 2.2实现方便简捷快速有效的管理 ……………………………………………2
第三章 要解决的几个关键问题……………………………………………………3
§ 3.1学籍信息管理 …………………………………………………………3
§ 3.2课程信息管理 …………………………………………………………3
第四章 系统结构与模型 …………………………………………………………9
§ 4.1学籍信息管理系统详细设计 …………………………………………9
§ 4.2学籍管理系统主窗体的创建…………………………………………12
§ 4.3 系统用户管理模块的创建……………………………………………14
第五章 系统实现技术………………………………………………………………16
§ 5.1系统组成………………………………………………………………16
第六章 性能测试与分析……………………………………………………………17
§ 6.1保证软件质量和各模块的完善行……………………………………17
§ 6.2对系统实用性做更好分析……………………………………………17
§ 6.3创建公用模块 ………………………………………………………20
§ 6.4系统用户管理模块的创建 …………………………………………21
§ 6.5学籍管理模块的创建…………………………………………………26
§ 6.6课程设置模块的创建…………………………………………………35
§ 6.6课程设置模块的创建 …………………………………………………39