学生综合测评系统+VB+SQ
综合测评管理系统 [摘要] 随着计算机技术的飞速发展,计算机在企业管理中应用得到普及,不仅是在企业中,在学校利用计算机实现管理势在必行。本系统是一个结合学校实际情况、具体制度的实际需求,采用功能强大的Visual Basic6.0作为开发工具、SQL作为数据库而开发出来的综合测评管理系统。能完成学生管理的全过程,包括系统管理、数据管理、数据备份与恢复和报表输出,在实际应用中能根据用户帐号识别身份,实现课程成绩、综合测评成绩、课程设计、学生基本信息和奖学金设计,并且可以实现报表输出打印。实际使用证明,本系统可以满足学校综合测评管理的需要。系统具有友好的界面,操作方便。 论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点说明了系统的设计思想、关键技 术和解决方案。 [关键词] SQL数据库,综合测评管理,VB6.0。 Comprehensive Assessment Management System 【Abstract】:With computer technology, rapid development of computers in business management applications to be universal, not only in enterprises, the use of computers in schools is imperative for management. The system is a combination of actual school situation, the specific system to the actual demand, uses powerful Visual Basic 6.0 as a development tool, SQL as database development and evaluation of integrated management systems. Management students can complete the entire process, including system management, data management, data backup and recovery and statements output, in practical application based user account identity and achieve results courses, integrated performance evaluation, curriculum design, student scholarships and basic information design, and can Print output achieved statements. Actual use of proven, the school system to meet the comprehensive evaluation management needs. The system has a friendly interface and easy to operate. The main thesis of the subject's background, to be accomplished by the development and function of the process. Highlights of the system design, key technologies and solutions. 【Key words】:SQL database, integrated appraisal management, VB6.0. 第一章 绪论 目前一般的学校学生测评的日常管理工作都是人工操作,历史数据很难保存和利用,对于学校的管理效率的经营非常不利。针对这种状况,计划开发一个面向学校的学生综合测评管理系统实现对学生成绩,基本信息,奖学金信息等信息的全面管理,以帮助这些学校早日实现学生综合测评管理的现代化,无纸化。 1.1 研发叙述说明 本系统定位于学校等教育单位,暂时考虑单机环境下的实现;操作系统选择目前常用的Windows 98/2000/XP。系统性质为MIS(管理信息系统)或财务软件。 系统的非功能性需求 1.用户界面需求 简洁、易用、易懂,美观、大方、标准,具备一定的兼容性。 2.软硬件环境需求 软件环境:兼容当前主流操作系统 Windows 95/98/NT/Me/2000/XP 等。 硬件环境:386以上计算机,打印机、扫描仪等。 3.软件质量需求 易用、健壮、兼容性好、运行稳定、有一定安全保障。 1.2 系统标准与规范 制定界面设计标准规范的目的是为了规范和统一软件界面设计制定软件界面设计标准与规范。 首先考虑标准化,在标准化的基础上进行界面的美工设计。 简单易用、简洁明了、兼容性好、标准、规范。 界面约定,除主界面外,所有子界面均采用模式窗体,即该窗体不消失,不可以在本程序内将焦点移出子窗体。 编码设计标准与规范,为了在编码过程中,能够快速的、有效的阅读,我们有必要为为对象约定一个规范的编码命名约定。 1.对象命名约定 下面为在编码过程中会用到的对象统一的命名,如下表1.1象统一的命名所示: 表1.2 对象统一的命名 对象名 对象类型 命名约定(前缀码) Form 窗体 Frm Command 按钮 Cmd Label 标签 Lab TextBox 文本框 Txt ComboBox 组合框 ComB ListBox 列表框 LstB Adodb 数据库访问对象 Adodb DataGrid 数据表格显示组件 DataGrid Frame 框架 Fam Option 单选框 Opt CheckBox 复选框 Chk PictureBox 图象显示组件 PtB CommonDialog 通用对话框组件 ComDlg Timer 时间组件 Tim ToolBar 工具栏 TlBar Menu 菜单 Mnu SSTab 页框 SSTab ImageList 界面资源组件 ImgLst 2.常量和变量的命名约定 术和解决方案。 [关键词] SQL数据库,综合测评管理,VB6.0。 Comprehensive Assessment Management System 【Abstract】:With computer technology, rapid development of computers in business management applications to be universal, not only in enterprises, the use of computers in schools is imperative for management. The system is a combination of actual school situation, the specific system to the actual demand, uses powerful Visual Basic 6.0 as a development tool, SQL as database development and evaluation of integrated management systems. Management students can complete the entire process, including system management, data management, data backup and recovery and statements output, in practical application based user account identity and achieve results courses, integrated performance evaluation, curriculum design, student scholarships and basic information design, and can Print output achieved statements. Actual use of proven, the school system to meet the comprehensive evaluation management needs. The system has a friendly interface and easy to operate. The main thesis of the subject's background, to be accomplished by the development and function of the process. Highlights of the system design, key technologies and solutions. 【Key words】:SQL database, integrated appraisal management, VB6.0. 第一章 绪论 目前一般的学校学生测评的日常管理工作都是人工操作,历史数据很难保存和利用,对于学校的管理效率的经营非常不利。针对这种状况,计划开发一个面向学校的学生综合测评管理系统实现对学生成绩,基本信息,奖学金信息等信息的全面管理,以帮助这些学校早日实现学生综合测评管理的现代化,无纸化。 1.1 研发叙述说明 本系统定位于学校等教育单位,暂时考虑单机环境下的实现;操作系统选择目前常用的Windows 98/2000/XP。系统性质为MIS(管理信息系统)或财务软件。 系统的非功能性需求 1.用户界面需求 简洁、易用、易懂,美观、大方、标准,具备一定的兼容性。 2.软硬件环境需求 软件环境:兼容当前主流操作系统 Windows 95/98/NT/Me/2000/XP 等。 硬件环境:386以上计算机,打印机、扫描仪等。 3.软件质量需求 易用、健壮、兼容性好、运行稳定、有一定安全保障。 1.2 系统标准与规范 制定界面设计标准规范的目的是为了规范和统一软件界面设计制定软件界面设计标准与规范。 首先考虑标准化,在标准化的基础上进行界面的美工设计。 简单易用、简洁明了、兼容性好、标准、规范。 界面约定,除主界面外,所有子界面均采用模式窗体,即该窗体不消失,不可以在本程序内将焦点移出子窗体。 编码设计标准与规范,为了在编码过程中,能够快速的、有效的阅读,我们有必要为为对象约定一个规范的编码命名约定。 1.对象命名约定 下面为在编码过程中会用到的对象统一的命名,如下表1.1象统一的命名所示: 表1.2 对象统一的命名 对象名 对象类型 命名约定(前缀码) Form 窗体 Frm Command 按钮 Cmd Label 标签 Lab TextBox 文本框 Txt ComboBox 组合框 ComB ListBox 列表框 LstB Adodb 数据库访问对象 Adodb DataGrid 数据表格显示组件 DataGrid Frame 框架 Fam Option 单选框 Opt CheckBox 复选框 Chk PictureBox 图象显示组件 PtB CommonDialog 通用对话框组件 ComDlg Timer 时间组件 Tim ToolBar 工具栏 TlBar Menu 菜单 Mnu SSTab 页框 SSTab ImageList 界面资源组件 ImgLst 2.常量和变量的命名约定
用户评论