91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 660KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-05
  • 語(yǔ)言: C#
  • 標(biāo)簽: C#??

資源簡(jiǎn)介

一個(gè)簡(jiǎn)單的學(xué)生成績(jī)管理系統(tǒng),用C#實(shí)現(xiàn),是一整個(gè)項(xiàng)目,源碼也在里面

資源截圖

代碼片段和文件信息

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?的摘要說(shuō)明。
///?

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();
///?
///?必需的設(shè)計(jì)器變量。
///?

private?System.ComponentModel.Container?components?=?null;

public?Class()
{
//
//?Windows?窗體設(shè)計(jì)器支持所必需的
//
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?調(diào)用后添加任何構(gòu)造函數(shù)代碼
//
}

///?
///?清理所有正在使用的資源。
///?

protected?override?void?Dispose(?bool?disposing?)
{
if(?disposing?)
{
if(components?!=?null)
{
components.Dispose();
}
}
base.Dispose(?disposing?);
}

#region?Windows?Form?Designer?generated?code
///?
///?設(shè)計(jì)器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內(nèi)容。
///?

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?=?“l(fā)abel1“;
this.label1.Size?=?new?System.Drawing.Size(120?23);
this.label1.TabIndex?=?0;
this.label1.Text?=?“請(qǐng)選擇專業(yè):“;
this.label1.TextAlign?=?System.Drawing.ContentAlignment.MiddleCenter;
//?
//?comboBox1
//?
this.com

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

????.......???????272??2006-01-18?13:47??學(xué)生成績(jī)管理系統(tǒng)\App.config

?????文件????????272??2006-01-18?13:47??學(xué)生成績(jī)管理系統(tǒng)\Backup\App.config

?????文件????????688??2007-03-28?20:42??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\ClassInfoData.cs

?????文件???????2169??2007-03-30?16:58??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\ClassInfoOperation.cs

?????文件????????474??2007-04-06?09:10??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\Constants.cs

?????文件???????1098??2007-03-31?10:32??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\CourseInfoData.cs

?????文件???????2619??2007-04-02?19:29??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\CourseInfoOperation.cs

?????文件????????644??2007-03-31?07:57??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\CoursescheduleData.cs

?????文件???????2103??2007-03-31?07:57??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\CoursescheduleOperation.cs

?????文件????????440??2007-03-28?19:24??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\SpecialtyInfoData.cs

?????文件???????1698??2007-03-30?14:52??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\SpecialtyOperation.cs

?????文件????????982??2007-03-28?20:50??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\StuentInfoData.cs

?????文件???????2364??2007-03-30?14:57??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\StuentInfoOperation.cs

?????文件???????1311??2007-04-05?17:01??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\StuGradeData.cs

?????文件???????2257??2007-04-02?18:18??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\StuGradeOperation.cs

?????文件????????926??2007-03-31?07:57??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\TeacherInfoData.cs

?????文件???????1993??2007-03-31?10:49??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\TeacherInfoOperation.cs

?????文件????????535??2007-04-06?08:32??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\UserInfoData.cs

?????文件???????1997??2007-04-02?15:55??學(xué)生成績(jī)管理系統(tǒng)\Backup\CData\UserInfoOperation.cs

?????文件??????14711??2007-04-05?16:44??學(xué)生成績(jī)管理系統(tǒng)\Backup\CJGL.csproj

?????文件???????1804??2007-08-28?16:39??學(xué)生成績(jī)管理系統(tǒng)\Backup\CJGL.csproj.user

?????文件????????893??2004-12-14?12:38??學(xué)生成績(jī)管理系統(tǒng)\Backup\CJGL.sln

????..A..H.?????20480??2007-08-28?16:38??學(xué)生成績(jī)管理系統(tǒng)\Backup\CJGL.suo

?????文件??????10649??2007-04-02?14:56??學(xué)生成績(jī)管理系統(tǒng)\Backup\DataAccess.cs

?????文件??????13847??2007-03-31?23:13??學(xué)生成績(jī)管理系統(tǒng)\Backup\Frmaddcj.cs

?????文件??????17691??2007-03-31?23:07??學(xué)生成績(jī)管理系統(tǒng)\Backup\Frmaddcj.resx

?????文件???????8425??2007-04-02?19:16??學(xué)生成績(jī)管理系統(tǒng)\Backup\Frmaddclass.cs

?????文件??????13124??2007-04-02?19:16??學(xué)生成績(jī)管理系統(tǒng)\Backup\Frmaddclass.resx

?????文件??????10599??2007-03-31?10:34??學(xué)生成績(jī)管理系統(tǒng)\Backup\FrmaddCourseInfo.cs

?????文件??????15468??2007-03-31?09:49??學(xué)生成績(jī)管理系統(tǒng)\Backup\FrmaddCourseInfo.resx

............此處省略191個(gè)文件信息

評(píng)論

共有 條評(píng)論