资源简介
比较经典的学生课程成绩管理信息系统,采用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个文件信息
相关资源
- DELTA DVP Series PLC.zip
- 学生成绩管理系统(C#+SQL)
- 会员管理系统源码c# ,net
- .net c# 人事管理源码
- c#写的温湿度监控上位机
- 物流运输管理系统 winform C#
- C# in Depth 第四版
- 某大学网络教学平台全部源码经典c
- C#编写上位机软件串口助手,无需修改
- C#项目之视频监控系统含源码
- C#项目之企业人事管理系统含源码
- C#进销存管理系统完整版,附数据库文
- C#网上购物系统源码
- C#学生选课系统
- 使用C#写的抽奖机(能够随机抽取一二
- 学生管理系统 c#开发 详解
- PLC通讯实现-C#访问三菱PLCCPU-R04-MxCom
- C# 基于UDP即时聊天程序源代码
- 基于VS2008C#+窗体+学生选课系统的设计
- C# Winform仿360窗口菜单界面程序
- C#WInfrom超市进销存管理系统
- asp.net留言板源代码(C#)
- C#编写的云南大学校园导航系统
- C#程序设计图书馆管理系统
- Visual C#网络编程 郑阿奇
- c#百款精美图片资源合集
- 库存管理系统c# + oracle
- C#销售管理系统
- 超市管理系统5.0C# SQL 需求分析+源代码
- C# 二维码生成 DLL 各个版本
评论
共有 条评论