资源简介
山东交通学院
MIS课 程 设 计 任 务 书
题 目 MIS课程设计——学生信息管理系统
学 院 交通土建工程学院
专 业 地理信息科学
班 级
学生姓名
学 号
1 月 2 日至 1 月 5 日 共 1 周
指导教师(签字)
院 长(签字)
2018年 1 月 5 日
一、 设计内容及要求
要求设计一个学生信息管理系统。使用的数据库不限,可以是Oracle,也可以是Access或其他。开发平台为Visual studio,开发语言为C#。系统包括5个模块,具体内容如下:
1、学生登录模块: 包括用户登录号、用户名、用户密码、权限;
2、学生的个人信息模块:包括学号、姓名、性别、出生年月、系别、年级;
3、学生所修课程管理模块: 包括课程号、课程名、课程类型、学分、教师号、学生年级;
4、学生考试成绩查询模块:包括学生学号、课程号、所选课程成绩;
5、登录密码修改模块:包括用户名、用户密码、新密码;
二、 设计原始资料
提供开发软件Oracle、VS2010等的安装包 。测试系统所使用的数据由学生自己输入。
三、 设计完成后提交的文件和图表
设计完成后,提交学生信息管理系统设计的学生登录模块、学生的个人信息模块、学生所修课程管理模块、学生考试成绩查询模块、登录密码修改模块等5大模块设计的数据表,界面以及数据库文件和程序代码。
四、进程安排
2018年1月2日:发任务书,布置题目、讲解要求,并进行系统分析与资料收集;
2018年1月3日:系统设计并建立数据库;
2018年1月4日:建立相关界面以及实现所有功能;
2018年1月5日:测试软件,文档编写并提交资料。
四、 主要参考资料
1、《C#程序设计教程》, 蒙祖强,清华大学出版社, 2010.10
2、《C#程序设计教程》, 李春葆等, 清华大学出版社, 2010.1
3、《C#程序设计教程》, 刘甫迎等, 电子工业出版社, 2012.8
4、《Oracle实用教程》,郑阿奇,清华大学出版社
PS:一开始打算用Oracle数据库完成,但是完成过程中出现太多错误和阻碍,加之临近考试复习时间紧迫,所以最终选择了Access数据库,Access数据库相当简单了
代码片段和文件信息
namespace StudentAdmin
{
partial class 登录
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(135 75);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(67 15);
this.label1.TabIndex = 0;
this.label1.Text = “用户名:“;
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(239 65);
this.textBox1.Name = “textBox1“;
this.textBox1.Size = new System.Drawing.Size(165 25);
this.textBox1.TabIndex = 1;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(135 128);
this.label2.Name = “label2“;
this.label2.Size = new System.Drawing.Size(52 15);
this.label2.TabIndex = 2;
this.label2.Text = “密码:“;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(239 118);
this.textBox2.Name = “textBox2“;
this.textBox2.Size = new System.Drawing.Size(165 25);
this.textBox2.TabIndex = 3;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(140
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 22 2018-01-03 16:53 StudentAdmin\.git\COMMIT_EDITMSG
文件 770 2018-01-03 16:53 StudentAdmin\.git\config
文件 73 2018-01-03 16:53 StudentAdmin\.git\desc
文件 23 2018-01-03 16:53 StudentAdmin\.git\HEAD
文件 478 2018-01-03 16:53 StudentAdmin\.git\hooks\applypatch-msg.sample
文件 896 2018-01-03 16:53 StudentAdmin\.git\hooks\commit-msg.sample
文件 189 2018-01-03 16:53 StudentAdmin\.git\hooks\post-update.sample
文件 424 2018-01-03 16:53 StudentAdmin\.git\hooks\pre-applypatch.sample
文件 1642 2018-01-03 16:53 StudentAdmin\.git\hooks\pre-commit.sample
文件 1348 2018-01-03 16:53 StudentAdmin\.git\hooks\pre-push.sample
文件 4951 2018-01-03 16:53 StudentAdmin\.git\hooks\pre-reba
文件 544 2018-01-03 16:53 StudentAdmin\.git\hooks\pre-receive.sample
文件 1239 2018-01-03 16:53 StudentAdmin\.git\hooks\prepare-commit-msg.sample
文件 3610 2018-01-03 16:53 StudentAdmin\.git\hooks\update.sample
文件 1451 2018-01-03 16:53 StudentAdmin\.git\index
文件 240 2018-01-03 16:53 StudentAdmin\.git\info\exclude
文件 332 2018-01-03 16:53 StudentAdmin\.git\logs\HEAD
文件 332 2018-01-03 16:53 StudentAdmin\.git\logs\refs\heads\master
文件 150 2018-01-03 16:53 StudentAdmin\.git\ms-persist.xm
文件 259 2018-01-03 16:53 StudentAdmin\.git\ob
文件 191 2018-01-03 16:53 StudentAdmin\.git\ob
文件 1665 2018-01-03 16:53 StudentAdmin\.git\ob
文件 751 2018-01-03 16:53 StudentAdmin\.git\ob
文件 186 2018-01-03 16:53 StudentAdmin\.git\ob
文件 2112 2018-01-03 16:53 StudentAdmin\.git\ob
文件 712 2018-01-03 16:53 StudentAdmin\.git\ob
文件 319 2018-01-03 16:53 StudentAdmin\.git\ob
文件 174 2018-01-03 16:53 StudentAdmin\.git\ob
文件 1500 2018-01-03 16:53 StudentAdmin\.git\ob
文件 486 2018-01-03 16:53 StudentAdmin\.git\ob
............此处省略136个文件信息
- 上一篇:C#键盘监听并在D盘写日志
- 下一篇:C#绘制并能播放wav波形,效率很高哦
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论