资源简介
比较经典的学生课程成绩管理信息系统,采用VS2010C#开发,比较适用于C#爱好都使用!

代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7443 2007-08-22 10:54 C#课程成绩管理信息系统\MasterMIS\AddRoles.cs
文件 13108 2007-08-22 10:54 C#课程成绩管理信息系统\MasterMIS\AddRoles.resx
文件 9950 2007-08-25 09:40 C#课程成绩管理信息系统\MasterMIS\AddUser.cs
文件 12043 2007-08-20 16:11 C#课程成绩管理信息系统\MasterMIS\AddUser.resx
文件 1078 2007-08-19 20:02 C#课程成绩管理信息系统\MasterMIS\App.ico
文件 1859 2007-08-19 20:02 C#课程成绩管理信息系统\MasterMIS\AssemblyInfo.cs
文件 1212416 2018-11-14 21:26 C#课程成绩管理信息系统\MasterMIS\bin\Debug\MasterMIS.exe
文件 524288 2007-09-11 14:43 C#课程成绩管理信息系统\MasterMIS\bin\Debug\masterMIS.mdb
文件 144896 2018-11-14 21:26 C#课程成绩管理信息系统\MasterMIS\bin\Debug\MasterMIS.pdb
文件 11608 2018-11-14 21:27 C#课程成绩管理信息系统\MasterMIS\bin\Debug\MasterMIS.vshost.exe
文件 490 2018-04-12 07:35 C#课程成绩管理信息系统\MasterMIS\bin\Debug\MasterMIS.vshost.exe.manifest
文件 9889 2011-06-25 22:11 C#课程成绩管理信息系统\MasterMIS\Course.cs
文件 10356 2007-08-21 17:07 C#课程成绩管理信息系统\MasterMIS\Course.resx
文件 13138 2018-06-19 09:57 C#课程成绩管理信息系统\MasterMIS\CourseAdd.cs
文件 5814 2018-06-19 09:57 C#课程成绩管理信息系统\MasterMIS\CourseAdd.resx
文件 10831 2007-08-21 13:06 C#课程成绩管理信息系统\MasterMIS\CourseModify.cs
文件 14799 2007-08-20 20:43 C#课程成绩管理信息系统\MasterMIS\CourseModify.resx
文件 391 2007-08-20 15:50 C#课程成绩管理信息系统\MasterMIS\databa
文件 896 2007-02-07 09:01 C#课程成绩管理信息系统\MasterMIS\Images\copyfolder.gif
文件 916 2007-01-16 15:56 C#课程成绩管理信息系统\MasterMIS\Images\fee.gif
文件 891 2007-01-16 15:56 C#课程成绩管理信息系统\MasterMIS\Images\information.gif
文件 1009 2007-02-07 09:01 C#课程成绩管理信息系统\MasterMIS\Images\mnuWindow.gif
文件 907 2007-02-07 09:01 C#课程成绩管理信息系统\MasterMIS\Images\os.gif
文件 917 2007-01-16 15:56 C#课程成绩管理信息系统\MasterMIS\Images\query.gif
文件 213355 2011-06-25 22:18 C#课程成绩管理信息系统\MasterMIS\Images\Sample_Picture05.jpg
文件 3579 2010-11-27 11:20 C#课程成绩管理信息系统\MasterMIS\Images\veryhuo.gif
文件 8384 2018-06-19 09:57 C#课程成绩管理信息系统\MasterMIS\Login.cs
文件 5814 2018-06-19 09:57 C#课程成绩管理信息系统\MasterMIS\Login.resx
文件 22859 2018-06-19 09:57 C#课程成绩管理信息系统\MasterMIS\Main.cs
文件 1531905 2018-06-19 09:57 C#课程成绩管理信息系统\MasterMIS\Main.resx
............此处省略61个文件信息
相关资源
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
- C# 使用ListView控件实现图片浏览器(源
- C#简单窗体聊天程序
评论
共有 条评论