文档介绍:员工信息管理系统设计与实现
摘要
本系统是员工信息管理系统开发的实例,是一个数据库应用系统完整的制作过程。它主要包含的内容有:系统分析、数据概念设计、功能模块实现、系统测试等。湘西移动员工信息管理系统针对湘西移动企业实际的员工、财务制度,经过实际的需求进行分析,采用功能强大的Microsoft Visual Studio 2005作为开发工具,C#为开发语言,并采用Microsoft SQL Server 2000作为后台数据库的单机员工信息管理系统。
员工信息管理系统从符合操作简便、界面友好、灵活、实用、安全等要求出发,实现该系统从分析至运行全过程。其包括基本数据管理、人事管理、数据维护以及系统设置等四大功能模块。
关键字:信息管理系统;SQL Server2000; Visual Studio 2005
Design and realization of Xiangxi mobile employees information management system
Abstract
This system is ile employees information management system developing example, is a database application system the entire production process. It mainly includes content includes: system analysis, data concept design, function module implementation, system test, etc. Xiangxi mobile employees information management system in xiangxi mobile enterprise actual employees, financial system, through actual needs analysis, using powerful Microsoft Visual Studio 2005 as a development tool for developing language, c # and adopt Microsoft SQL Server 2000 as backend database single-machine employee information management system.
Xiangxi mobile employees from information management system to operate and friendly interface, flexible, practical, safety requirement, to realize this system from analysis to operation process. Its including basic data management, personnel management, data maintenance and four function module system Settings.
Key words:Manage Information System;SQL Server 2000;Visual Studio 2005
目录
第一章绪论 1
课题研究目的及意义 1
课题研究的目的 1
课题研究的意义 1
本文中所做的主要工作 1
第二章系统开发基础知识 2
.NET三层架构介绍 2
.NET三层架构系统的概述 2
.NET三层架构系统的优点 3
SQL SERVER 2000简介 3
数据库的含义: 3
SQL Server2000的特性 4
SQL Server 2000组件及其功能的介绍 4
小结 5
第三章系统分析 6
6
现状分析 6
目标分析 6
可行性分析 6
系统需求分析 7
7
第四章数据概念设计 9
概念设计 9
E-R图 9
数据库的逻辑设计 11
数据库物理设计 12
第五章员工信息管理系统的功能实现 15
用户登陆窗体设计 15
系统主界面设计 17
公共窗体设计 18
员工档案窗体设计