资源简介

研究生信息管理系统,C#源代码 Access数据库,功能有,系统管理、专业管理、课程管理、研究生信息管理、成绩管理、用户管理、专业浏览、课程及研究生信息浏览等。

资源截图

代码片段和文件信息

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;
private System.Windows.Forms.CheckBox ckCourse;
private System.Windows.Forms.CheckBox ckMajor;
private System.Windows.Forms.CheckBox ckScore;
private OleDbCommand oleCommand1 = null;

public AddRoles()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
this.oleConnection1=new OleDbConnection(MasterMIS.database.dbConnection.connection);
this.oleCommand1 = new OleDbCommand();
this.oleCommand1.Connection = this.oleConnection1;

//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}

/// 
/// 清理所有正在使用的资源。
/// 

protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}

#region Windows 窗体设计器生成的代码
/// 
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// 

private void InitializeComponent()
{
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textRole = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ckCourse = new System.Windows.Forms.CheckBox();
this.ckMajor = new System.Windows.Forms.CheckBox();
this.ckSys = new System.Windows.Forms.CheckBox();
this.ckScore = new System.Windows.Forms.CheckBox();
this.btClose = new System.Windows.Forms.Button();
this.btAdd = new System.Windows.Forms.Button();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
// 
// groupBox2
// 
this.groupBox2.Controls.Add(this.textRole);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(18 11);
this.groupBox2.Name = “groupBox2“;
this.groupBox2.Size = new System.Drawing.Size(228 56);
this.groupBox2.TabIndex = 20;
this.groupBox2.TabStop = false;
this.groupBox2.Text = “角色“;
// 
// textRole
// 
this.textRole.Borderstyle = System.Windows.Forms.Borderstyle.FixedSingle;
this.textRole.Location = new System.Drawing.Point(66 19);
this.textRole.Name = “textRole

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2021-01-06 05:01  MasterMIS\
     文件         177  2021-01-06 05:01  __MACOSX\._MasterMIS
     目录           0  2011-05-30 06:14  MasterMIS\database\
     文件         177  2011-05-30 06:14  __MACOSX\MasterMIS\._database
     文件        1895  2007-09-20 02:29  MasterMIS\MasterMIS.csproj.user
     文件         177  2007-09-20 02:29  __MACOSX\MasterMIS\._MasterMIS.csproj.user
     文件        9454  2007-08-22 08:13  MasterMIS\ScoreAdd.cs
     文件         177  2007-08-22 08:13  __MACOSX\MasterMIS\._ScoreAdd.cs
     文件        6148  2021-01-06 05:01  MasterMIS\.DS_Store
     文件         120  2021-01-06 05:01  __MACOSX\MasterMIS\._.DS_Store
     文件        1859  2007-08-19 12:02  MasterMIS\AssemblyInfo.cs
     文件         177  2007-08-19 12:02  __MACOSX\MasterMIS\._AssemblyInfo.cs
     文件       10831  2007-08-21 05:06  MasterMIS\CourseModify.cs
     文件         177  2007-08-21 05:06  __MACOSX\MasterMIS\._CourseModify.cs
     目录           0  2021-01-06 05:01  MasterMIS\bin\
     文件         177  2021-01-06 05:01  __MACOSX\MasterMIS\._bin
     文件       12046  2007-08-22 05:35  MasterMIS\ModifyCode.resx
     文件         177  2007-08-22 05:35  __MACOSX\MasterMIS\._ModifyCode.resx
     目录           0  2011-06-25 14:11  MasterMIS\Images\
     文件         177  2011-06-25 14:11  __MACOSX\MasterMIS\._Images
     文件       12043  2007-08-20 08:11  MasterMIS\AddUser.resx
     文件         177  2007-08-20 08:11  __MACOSX\MasterMIS\._AddUser.resx
     文件        6897  2007-08-20 11:04  MasterMIS\MajorAdd.cs
     文件         177  2007-08-20 11:04  __MACOSX\MasterMIS\._MajorAdd.cs
     文件        9737  2007-08-22 05:36  MasterMIS\ModifyCode.cs
     文件         177  2007-08-22 05:36  __MACOSX\MasterMIS\._ModifyCode.cs
     文件        7983  2007-08-20 10:40  MasterMIS\MajorModify.cs
     文件         177  2007-08-20 10:40  __MACOSX\MasterMIS\._MajorModify.cs
     文件       12013  2007-08-20 10:23  MasterMIS\MajorModify.resx
     文件         177  2007-08-20 10:23  __MACOSX\MasterMIS\._MajorModify.resx
     文件       10331  2007-08-24 13:15  MasterMIS\Login.resx
............此处省略85个文件信息

评论

共有 条评论