• 大小: 8.22M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 系统  源码  管理  

资源简介

研究生信息管理系统源码

源码描述:
一、源码特点
      基于winform开发的学生信息管理系统,登录验证、信息管理等,适用于毕业设计和学习使用
二、菜单功能
      1、系统管理:增加用户、新建角色
      2、专业管理:添加专业、浏览专业
      3、课程管理:添加课程、浏览课程
      4、研究生管理:添加信息、浏览信息
      5、成绩管理:添加成绩、浏览成绩
      6、用户管理:更改密码、重新登陆
      7、帮助
      8、专业浏览、课程浏览、研究生浏览、成绩浏览、修改密码
三、注意事项
      1、开发环境为Visual Studio 2010,数据库为ACCESS,使用.net 2.0开发。
      2、管理员登陆名密码均为:admin

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.OleDb;

namespace MasterMIS
{
/// 
/// AddRoles 的摘要说明。
/// 

public class AddRoles : System.Windows.Forms.Form
{
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textRole;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox ckSys;
private System.Windows.Forms.Button btClose;
private System.Windows.Forms.Button btAdd;
/// 
/// 必需的设计器变量。
/// 

private System.ComponentModel.Container components = null;
private OleDbConnection oleConnection1 = null;
priva

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3249  2015-07-15 13:13  51Aspx源码必读.txt
     文件        7443  2007-08-22 10:54  AddRoles.cs
     文件       13108  2007-08-22 10:54  AddRoles.resx
     文件        9950  2007-08-25 09:40  AddUser.cs
     文件       12043  2007-08-20 16:11  AddUser.resx
     文件        1078  2007-08-19 20:02  App.ico
     文件        1859  2007-08-19 20:02  AssemblyInfo.cs
     文件        9853  2007-08-21 17:07  Course.cs
     文件       10356  2007-08-21 17:07  Course.resx
     文件       11546  2007-08-20 20:36  CourseAdd.cs
     文件       14804  2007-08-20 20:36  CourseAdd.resx
     文件       10831  2007-08-21 13:06  CourseModify.cs
     文件       14799  2007-08-20 20:43  CourseModify.resx
     目录           0  2015-07-15 11:24  Images\
     文件     1013820  2003-12-05 18:45  Images\Sample_Picture05.jpg
     文件         896  2007-02-07 09:01  Images\copyfolder.gif
     文件         916  2007-01-16 15:56  Images\fee.gif
     文件         891  2007-01-16 15:56  Images\information.gif
     文件        1009  2007-02-07 09:01  Images\mnuWindow.gif
     文件         907  2007-02-07 09:01  Images\os.gif
     文件         917  2007-01-16 15:56  Images\query.gif
     文件        7085  2015-07-15 13:13  Login.cs
     文件       10331  2007-08-24 21:15  Login.resx
     文件       19946  2007-09-11 14:41  Main.cs
     文件     1546841  2007-09-11 14:41  Main.resx
     文件        8229  2007-08-27 16:15  Major.cs
     文件        9232  2007-08-20 22:33  Major.resx
     文件        6897  2007-08-20 19:04  MajorAdd.cs
     文件       10896  2007-08-20 19:04  MajorAdd.resx
     文件        8006  2015-07-15 13:14  MajorModify.cs
     文件       12013  2007-08-20 18:23  MajorModify.resx
............此处省略91个文件信息

评论

共有 条评论