资源简介
一个简单的学生成绩管理系统,用C#实现,是一整个项目,源码也在里面

代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
using CJGL;
namespace Student
{
///
/// Class 的摘要说明。
///
public class Class : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbClassName;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button bnSearchAll;
private System.Windows.Forms.Button button4;
BindingManagerbase myBinding;
SqlDataReader dr;
private System.Windows.Forms.Label lbMessage;
private System.Windows.Forms.Button bnForward;
private System.Windows.Forms.Button bnBack;
DataSet ds=new DataSet();
SqlDataAdapter da=new SqlDataAdapter();
DataAccess DataAccess = new DataAccess();
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
public Class()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//////
string sql=“select SpecialtyName from specialty“;
string item;
dr=DataAccess.GetReader(sql);
while(dr.Read())
{
item=dr.GetString(0);
comboBox1.Items.Add(item);
}
dr.Close();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.lbMessage = new System.Windows.Forms.Label();
this.bnForward = new System.Windows.Forms.Button();
this.bnBack = new System.Windows.Forms.Button();
this.bnSearchAll = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.tbClassName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.Location = new System.Drawing.Point(48 32);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(120 23);
this.label1.TabIndex = 0;
this.label1.Text = “请选择专业:“;
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// comboBox1
//
this.com
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 272 2006-01-18 13:47 学生成绩管理系统\App.config
文件 272 2006-01-18 13:47 学生成绩管理系统\Backup\App.config
文件 688 2007-03-28 20:42 学生成绩管理系统\Backup\CData\ClassInfoData.cs
文件 2169 2007-03-30 16:58 学生成绩管理系统\Backup\CData\ClassInfoOperation.cs
文件 474 2007-04-06 09:10 学生成绩管理系统\Backup\CData\Constants.cs
文件 1098 2007-03-31 10:32 学生成绩管理系统\Backup\CData\CourseInfoData.cs
文件 2619 2007-04-02 19:29 学生成绩管理系统\Backup\CData\CourseInfoOperation.cs
文件 644 2007-03-31 07:57 学生成绩管理系统\Backup\CData\CoursescheduleData.cs
文件 2103 2007-03-31 07:57 学生成绩管理系统\Backup\CData\CoursescheduleOperation.cs
文件 440 2007-03-28 19:24 学生成绩管理系统\Backup\CData\SpecialtyInfoData.cs
文件 1698 2007-03-30 14:52 学生成绩管理系统\Backup\CData\SpecialtyOperation.cs
文件 982 2007-03-28 20:50 学生成绩管理系统\Backup\CData\StuentInfoData.cs
文件 2364 2007-03-30 14:57 学生成绩管理系统\Backup\CData\StuentInfoOperation.cs
文件 1311 2007-04-05 17:01 学生成绩管理系统\Backup\CData\StuGradeData.cs
文件 2257 2007-04-02 18:18 学生成绩管理系统\Backup\CData\StuGradeOperation.cs
文件 926 2007-03-31 07:57 学生成绩管理系统\Backup\CData\TeacherInfoData.cs
文件 1993 2007-03-31 10:49 学生成绩管理系统\Backup\CData\TeacherInfoOperation.cs
文件 535 2007-04-06 08:32 学生成绩管理系统\Backup\CData\UserInfoData.cs
文件 1997 2007-04-02 15:55 学生成绩管理系统\Backup\CData\UserInfoOperation.cs
文件 14711 2007-04-05 16:44 学生成绩管理系统\Backup\CJGL.csproj
文件 1804 2007-08-28 16:39 学生成绩管理系统\Backup\CJGL.csproj.user
文件 893 2004-12-14 12:38 学生成绩管理系统\Backup\CJGL.sln
..A..H. 20480 2007-08-28 16:38 学生成绩管理系统\Backup\CJGL.suo
文件 10649 2007-04-02 14:56 学生成绩管理系统\Backup\DataAccess.cs
文件 13847 2007-03-31 23:13 学生成绩管理系统\Backup\Frmaddcj.cs
文件 17691 2007-03-31 23:07 学生成绩管理系统\Backup\Frmaddcj.resx
文件 8425 2007-04-02 19:16 学生成绩管理系统\Backup\Frmaddclass.cs
文件 13124 2007-04-02 19:16 学生成绩管理系统\Backup\Frmaddclass.resx
文件 10599 2007-03-31 10:34 学生成绩管理系统\Backup\FrmaddCourseInfo.cs
文件 15468 2007-03-31 09:49 学生成绩管理系统\Backup\FrmaddCourseInfo.resx
............此处省略191个文件信息
相关资源
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- 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#自定义控件
评论
共有 条评论