• 大小: 513KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-07-06
  • 语言: C#
  • 标签: C#  

资源简介

山东交通学院 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\description

     文件         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-rebase.sample

     文件        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.xml

     文件        259  2018-01-03 16:53  StudentAdmin\.git\objects\0e\df23bd970b683cbfe66cee02f0e3fc38a68241

     文件        191  2018-01-03 16:53  StudentAdmin\.git\objects\15\ef0e1915a4e91698c53c7c0dee1e89d8895a4f

     文件       1665  2018-01-03 16:53  StudentAdmin\.git\objects\1a\f7de150c99c12dd67a509fe57c10d63e4eeb04

     文件        751  2018-01-03 16:53  StudentAdmin\.git\objects\1f\f0c423042b46cb1d617b81efb715defbe8054d

     文件        186  2018-01-03 16:53  StudentAdmin\.git\objects\39\645652af62950ebf3b28ec3a5400dcec30b1c4

     文件       2112  2018-01-03 16:53  StudentAdmin\.git\objects\3c\4efe206bd0e7230ad0ae8396a3c883c8207906

     文件        712  2018-01-03 16:53  StudentAdmin\.git\objects\64\23723eea6c62879debee8b67d2f7ab997da538

     文件        319  2018-01-03 16:53  StudentAdmin\.git\objects\64\cab94d9e8151683606931b87f2854ac72d1f06

     文件        174  2018-01-03 16:53  StudentAdmin\.git\objects\6d\9a7a93716ee8950bc88846e1421b77d84df50d

     文件       1500  2018-01-03 16:53  StudentAdmin\.git\objects\77\7ea09fc29a572e3b44575ea92c75e0d6ae6312

     文件        486  2018-01-03 16:53  StudentAdmin\.git\objects\82\2e64d7dbe1f48e8038ba27574064b67a094eec

............此处省略136个文件信息

评论

共有 条评论