资源简介
研究生信息管理系统,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\databa
文件 177 2011-05-30 06:14 __MACOSX\MasterMIS\._databa
文件 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个文件信息
- 上一篇:Autofac(IoC依赖注入容器)Demo
- 下一篇:快递接口(C#源码以及文档)
相关资源
- 学生管理系统(源码+access数据库)
- 小区物业管理系统源码 asp.net物业管理
- C#图书管理系统(源代码+数据库+系统
- 代码编辑器 FastColoredTextBox 智能提示补
- WPF翻页照片特效浏览源代码
- 《C#面向对象程序设计》源代码(CS)
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- [源代码] 《领域驱动设计 (C# 2008 实
- C#进程间通信-共享内存代码
- ASP.NET+SQL Server 2008 实现的学生学籍管
- C#+SQLServer文档管理系统
- C#绘图和图片放大缩小等功能代码
- asp.net 在线聊天室系统源代码.rar
- C#串口通讯代码
- C# Selenium 具体代码
- C#锁屏软件(真正禁用ctrl+alt+del,含源
- 基于c#的银行业务管理系统
- zw_ASP.NET通用权限管理系统源代码含文
- ASP.NET考勤管理系统(毕业设计)
- delta机器人运动学算法正向逆向求解
- C#三层酒店管理系统(完整源码,可根
- 进销存仓库管理系统ASP.Net网站
- OA系统+手机版源码t源代码
- 基于C#开发的企业工资管理系统
- C#斗地主源代码
- C#项目开发案例全程实录源代码
- 航空管理系统 asp.net
- C#远程控制软件TwoCare完美无错源代码
评论
共有 条评论