资源简介
一个简单的学生成绩管理系统,用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#将tif影像转成jpg方法显示保持颜色不
- C#代码创建Access数据库和表
- C# 全局钩子 ()
- C#:汉王人脸通SDK五获取考勤记录
- C# 调用笔记本摄像头,制作简易监控
- C# 八数码 源码
- C# 矩阵算法
- Emgucv3.0(c#)简单入门
- C# 道格拉斯线压缩算法 Douglas一Pe
- 佳博打印机.net平台下的开发API
- WPF写的一个简单截屏工具
- C# 守护进程的服务
- 漂亮的C#软件启动界面特效源码
- C#通讯录项目学生期末作业+C#.通讯录
- 将一个容器中控件拖到另一个容器中
- c# backgroundworker+process进度条
- C# 解决双击TreeView表里checkbox本身Bug问
- C#版学生管理系统源代码
- C#基于joyGetPos的主动方式手柄控制
- 三层架构实现图书管理系统
- (源代码)C#作为上位机,控制51单片
- C#实现的股票交易模拟系统
- C# modbus浮点数处理
- C# 安全移除USB设备
- c# winform 串口收发数据 demo
- 微软C# OleDbHelper.cs 源码
- 利用C#语言实现MSChart控件中图形拖拽
- C# 设计模式 DEMO(供学习参考)
- C#自动升级程序
- WinForm窗体及其控件的自适应
评论
共有 条评论