C#课程设计报告
西南大学荣昌校区
课程教学实习档案表
系部信息管理系学生姓名郭生文专业计算机科学与技术学号22201*602053011年级201*级指导教师肖兴江
信管系(部)制表二0一三年5月6日
课程名称:C#课程设计实习周数:9(周)
实习单位:西南大学(荣昌校区)实习地点:二教4楼(2405)
实习时间:201*/2/14201*/5/7一、实习目的、要求:实习的目的:随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现企业人事管理势在必行。对于大中型企业来说,利用计算机支持企业高效率完成劳动人事管理的日常事务,是适应现代企业制度要求、推动企业劳动人事管理走向科学化、规范化的必要条件;计算机管理所无法比拟的优点检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高人事管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。不同的企业具有不同的人事管理制度,这就决定了不同的企业需要不同的人事管理系统。目前市面上流行的人事管理系统不少,但是,对于企、事业单位的人事管理系统来说,不需要大型的数据库系统。只需要一个操作方便,功能实用,能满足本中心对数据的管理及需求的系统。我们的目标就是在于开发一个功能实用、操作方便,简单明了的人事管理系统.能够录入人事的基本资料,在操作上能够完成诸如添加、修改、删除、按各种条件进行查询、新用户的设置及密码修改等方面的工作,基本满足人事日常业务的需要。实习的要求:1.利用c#程序设计一个管理信息系统;2.掌握程序的规划与开发方法;3.进行程序的需求分析;4.进行程序的设计;5.进行程序的测试与维护;6.完成系统设计报告,并提交源程序。二、实习主要内容:1.需求分析对人事管理系统进行需求分析,对市场进行调查,得出系统的可行性,对可行性进行分析,列出需要实现的功能,然后进行各个模块的分析,得出功能模块和各个模块之间的关系列表。2程序设计(1)数据库设计(部分表)登陆表:人事资料表:教师信息表:教师工资信息表:(2)程序实现陆界面,实现登陆操作主界面,现各个界面的联系,和总的功能的汇总,各个界面的接入点各个窗口的实现,实现对数据的添加、删除、修改、查询、等一系列的操作。三、实习总结:完成这次程序设计任务总共用了九个星期时间,前两个星期用来收集资料、学习要用到的各项开发技术、进行论坛的系统分析,中间五个星期用来设计系统,后两个星期用来测试及修改。论文的撰写一直贯穿其中。经过几个星期来的努力,终于完成了本课程设计。从当初确定模块的完成,经历了无数次的错误->修改代码->重启服务器->运行的过程,感觉到平时学的知识是多么的浅薄,书到用时方恨少,现在是体验的真真切切。通过本次实验,我也感受到了开源的方便,遇到什么问题,上网一查,就知道该怎么弄了,学习都是相互的,互相研究才能共同进步的。回顾这两个月的系统开发工作,总结起来那就是,软件的开发是相当辛苦的,但成功以后的喜悦也是非常美妙的。实习成绩评定:指导教师签名:201*年5月7日
扩展阅读:C#学生管理系统课程设计报告及代码
课程设计(大作业)报告
课程名称:软件代码开发技术(c#)设计题目:设计一个学生管理系统院系:信息技术学院班级:08级本科4班设计者:王辉学号:201*1101438指导教师:王亚宁设计时间:201*.6.1~201*.6.10
昆明学院
昆明学院课程设计(大作业)任务书
姓名:王辉院(系):信息技术学院学号:201*1101438专业:计算机科学与技术任务起止日期:201*.6.4~201*.6.10课程设计要求:课程设计题目:设计一个学生管理系统1)使用ADO.NET访问和操作数据库。2)在C#中可以连接数据库,并对数据库进行修改。3)完成用户管理模块,课程管理模块,选课管理模块,成绩管理模块的界面及代码设计。4)进行合理的界面更改,部分运行结果截图留档(SQL运行界面,C#NET运行界面)。5)规定时间内安要求完成代码及作业。工作计划及安排:第一阶段:6月4号~6月5号,图书馆借阅图书资料,上网搜索学生信息管理系统背景资料。第二阶段:6月6号~6月8号,完成用户管理模块、课程管理模块、成绩管理模块的代码编写。第三阶段:6月9号,完成成绩管理模块的代码编写,及完善程序整体代码编写。第四阶段:10号,完成报告编写,及部分文档归总。指导教师签字年月日
课程设计(大作业)成绩学号:201*1101438总结:在进行本次课程设计时,我遇到了很多困难和学习到了很多知识。下面我将主要总结我所遇到的困难,及自己的解决方法。以及自己学到的知识点。开始着手在C#中建立与SQL数据库连接时,连接数据库时在连接句前加上@字符相对于单一的连接语句更容易连接得上。在对DataAdapter数据集中数据表的行数据、列名进行修改时,可以通过数据集中表的行二维数组dataset.Tables["t"].Rows[i][j].ToString()来实现,其中i为行标,j为列标。在对数据行数进行读取时,可采用dataset.Tables["t"].Rows.Count来实现。学生在从第一个登录界面窗体登录学号进入信息查看界面窗体时,要保证学号信息能准确无误的传输到信息查看界面窗体才可以在信息查看窗体中查看该学生的个人信息。开始时我只是在信息窗体Form8中实例化Form1对象,结果无法获取Form1窗口中的textBox1.Text中的学生学号信息。经过进一步查找资料,我明白了在信息窗体Form8中调用Form1中的属性或函数,与在Form1中调用Form8中的属性或函数不一样。窗体Form1下,其中的属性和函数都有确定的值或表达式,直接调用Form8将值传进去可行,因为此时Form1中的数据存在;而在Form8窗体中调用Form1窗体中的函数和属性,则Form1窗体已经关闭,改窗体中的textBox1.Text也就无值了,获取该窗体中textBox1.Text中的学生学号信息也就无法实现。通过编写代码,使我很熟练的可以运用C#中的数据集Dataset、Connection对象、Command对象、DataResder对象和DataAdapter对象。并对SQL的select、insert、delete、update熟练掌握。指导教师评语:成绩:填表时间:指导教师签名:姓名:王辉指导教师:王亚宁课程设计题目:设计一个学生管理系统
课程设计(大作业)报告
一、题目分析
1.背景分析
编写目的
本需求的编写目的在于研究学籍管理系统软件的开发途径和应用方法。以及明确所要开
发的软件应具有的功能、性能与界面,是系统分析人员及软件开发人员能清楚的了解用户的需求,并再次基础上进一步提出概要设计说明书和完成后续设计与开发工作。
项目背景
近年来随着高校的扩招,需要处理的学生信息日趋加大,不仅花费大量的教师资源,处理的效果还十分低下。为了提高学生管理的管理水平,优化资源,尽可能的降低管理成本,成为学生管理的新课题。学生管理系统是从学生管理的现状出发,根据学生管理的新要求进行开发设计的,它解决了学生管理数据信息量大,修改不方便,对一系列数据进行统计与分析花费时间长等问题,帮助学生管理人员有效管理学生信息,成为高校管理中必不可少的管理工具。
2.系统功能分析
管理员对功能的需求
管理员权限最大,可以对学生、班级、课程情况进行统一的管理,细分如下:添加、修改、删除管理员;
有关学生信息的浏览,包括学生姓名、性别、民族、出生日期、入学时间、所在班级、籍贯和备注信息;
学生信息的添加、修改和删除;
学校基本课程的浏览,包括课程名、课程类型、学时、学分和课程具体描述;学校基本课程的添加、修改和删除;
学生成绩信息的浏览与统计,可按成绩具体范围对成绩进行统计;学生成绩信息的添加、修改和删除;学生选课信息的管理,包括修改与删除;学生选课人数的统计。
学生对功能的需求
学生只是利用此系统进行与自己有关的信息查询、输入等,细分如下:
浏览个人基本信息,具体内容包括姓名、学号、民族、出生日期、籍贯、所在班级、备注等;
学生登陆系统后,修改个人密码;
浏览课程信息,具体内容包括课程名、课程类型、学时、学分和课程具体描述;学生利用此系统选修课程、在选课过程中,可查询待选课程基本信息;浏览个人选课情况。
二、可行性分析
1.技术可行性
本系统采用WindowsXP及其以上版本作为操作平台。数据库管理系统选用SQL,该数据库管理系统,提供数据库之间的数据复制功能,可代替现有系统单据数据的手工传递工作,降低出错率,提高数据的可用性。本系统的应用程序开发平台选用MicrosoftVisualstudio201*。
2.经济可行性
采用前台学籍信息管理系统可取代原系统的单手工传递工作,减少人工开支,节省资金,并且可大大提高信息量的取得,缩短信息处理周期提高学生信息的利用率,使教学质量更上一个台阶。
3.营运可行性
本系统操作简单,易于理解,只需通过简单培训,上手较快,学校学籍管理处的教职员以及相关教师均能进行操作,营运环境要求低。
面对于系统设计还应该以“标准性、安全性、高效性、保密性、可维护性”为标准,在着眼于当前实用的基础上,为将来系统的扩展,升级留有余地。软件的开发应能在较长时间内满足学校的发展需要。
标准性:系统编写与运行必须符合标准,既可以保证系统运行又可以在此标准上每一项功能运行。
可靠性:由于学籍信息的重要性,系统必须稳定可靠,从而避免或减少数据损失。安全性:通过系统权限控制使用者,从而确保使用者无法操作与其无关的数据。
高效性:由于学校学生信息每次处理信息量较大,系统对信息处理能力响应能力都应是快捷有效的。
可维护性:采用结构化模块设计,便于开发与维护,也有利于情况随时
三、总体设计1.总体功能描述
本系统主要是实现前台参与者(管理员和学生)的界面实际操作来更改后台数据库信息,并能够在前台显示出来。其归根结底也就是对数据的插入、修改、删除和查询。
2.系统层次图
学生管理系统用户管理管理员管理学生管理课程管理选课管理成绩管理
学生信息管理系统是一个典型的数据库应用程序,由用户管理、课程管理、选课管理和成绩管理四大模块组成。这四大模块针对管理员和学生角色其功能也不一样。(1)用户管理模块:
该模块的主要任务是管理员对系统的使用权限进行设定,从而来管理管理员与学生的系统登录权限。
(2)课程管理模块:
该模块的使用角色为管理员,管理员对课程进行管理。如添加、修改、删除课程。(3)选课管理模块:
该模块的角色为管理员和学生,管理员。学生可以进行合理的选课、退选课,管理员则通过此模块查看学生选课信息。(4)成绩管理模块:
该模块的角色为管理员,管理员通过此模块进行合理的成绩添加。
3.数据流图
参与者手动输入登录信息
用户名密码管理员管理操作从新登陆输入正确密码出错用户名或个人信息识别管理员和学生按键选择操作按键选择操作用户信息管理学生信息管理课程信息管理成绩信息管理选课信息管理退出课程信息成绩信息选课修改密码
4.数据库设计系统E-R图
(1)学生管理系统实体间关系E-R图
学生信息学生课程(学习)课程信息
(2)学生管理系统用户信息实体图
用户编号用户密码用户信息
(3)学生管理系统学生信息实体图
(4)学生管理系统课程信息实体图
(5)学生管理系统学生-课程信息实体图课程信息记录编号学生学号课程编号成绩学期年度学分课程信息具体描述
课程编号名称类型学时入学时间按所在班级地址备注
用户信息学号学生姓名性别民族生日用户类型
表/字段分析
(1)用户信息数据表(Users)列名数据类型User_idvarcharUser_passwordvarcharUser_powerint
(2)学生信息数据表(Student)列名数据类型大小字段描述Student_idvarchar50学生学号,设为主键Student_namevarchar50学生姓名Student_sexchar5学生性别(CHECK=‘男’或‘女’)Student_nationchar5学生民族Student_birthdaydatetime8学生出生日期Student_timedatetime8学生入学时间Student_classvarchar50学生所在班级Student_homevarchar50学生住址Student_elsevarchar50备注
(3)课程信息数据表(Course)列名数据类型大小字段描述Course_idvarchar50课程号,设为主键Course_namevarchar50课程名Course_periodint4课程学时Course_creditint4课程学分Course_describevarchar50课程具体描述
(4)学生选课记录数据表(Student_Course)列名数据类型大小字段描述学生选课记录ID号,设为主键,自IDbigint8动编号Student_idvarchar50学生学号,外键Course_idvarchar50学生所学课程号,外键Student_gradeint4学生成绩Course_yearchar5年度学期大小字段描述50用户名,设为主键50用户密码4记录用户类型,0-学生,1-管理员
四、开发工具
硬件:惠普笔记本一台
软件:WindowsXP操作系统、SQLServer201*、VisualStudio201*
五、运行结果获取连接字符串:
数据库中主要表的建立:课程表
学生表
运行界面
管理员、学生登陆窗口
管理员管理窗口
管理员成绩添加窗口
学生查看课程信息
六、参考资料1.2.
C#程序设计教程蒙祖强等编著清华大学出版社201*年第一版
数据库应用技术(第二版)SQLServer201*申时凯、李海燕主编中国铁道出版社
七、代码
一共有12个界面,也就有12个窗口的代码。1)Form1,登陆界面窗口
usingSystem;
usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;
usingSystem.Windows.Forms;usingSystem.Data.SqlClient;
namespaceStudents{
publicpartialclassForm1:Form{
publicForm1(){
InitializeComponent();}
privatevoidbutton1_Click(objectsender,EventArgse){
//设置连接字符串
StringConnstr=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS";DataSetdataset=newDataSet();//创建数据集SqlConnectionconn=newSqlConnection(Connstr);conn.Open();try{
if(this.textBox1.Text=="")//验证是否输入了用户姓名{
MessageBox.Show("用户名不能为空");textBox1.Focus();return;}
if(this.textBox2.Text=="")//验证是否输入了密码{
MessageBox.Show("请输入密码");textBox2.Focus();return;}
if(radioButton1.Checked==true){
stringsql=string.Format("selectcount(*)fromUserswhereUser_id="{0}"andUser_password="{1}"andUser_power="{2}"",this.textBox1.Text,this.textBox2.Text,1);
SqlCommandcomm=newSqlCommand(sql,conn);//创建comm对象intcount=(int)comm.ExecuteScalar();//执行查询,并返回查询if(count==1)//判断是否存在这样一列{
this.Hide();
Form2f2=newForm2();f2.Show();}else{
MessageBox.Show("不存在此用户");}}
if(radioButton2.Checked==true){
stringsql=string.Format("selectcount(*)fromUserswhereUser_id="{0}"andUser_password="{1}"andUser_power="{2}"",this.textBox1.Text,this.textBox2.Text,0);
SqlCommandcomm=newSqlCommand(sql,conn);//创建command对象
intcount=(int)comm.ExecuteScalar();//执行查询,并返回查询if(count==1)//判断是否存在这样一列{
this.Hide();
Form8f8=newForm8();f8.passbb(textBox1.Text);f8.Show();}else
{MessageBox.Show("输入有误,请从新输入!");}}}
catch(Exceptionex)
{thrownewException("产生异常!");}}
privatevoidbutton2_Click(objectsender,EventArgse){
radioButton1.Checked=true;textBox1.Text="";textBox2.Text="";textBox1.Focus();}
privatevoidradioButton2_CheckedChanged(objectsender,EventArgse){
textBox1.Focus();}
privatevoidForm1_Load(objectsender,EventArgse){
textBox1.Focus();}}}
2)Form2学生管理选择操作界面
usingSystem;
usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;
usingSystem.Windows.Forms;usingSystem.Data.SqlClient;
namespaceStudents{
publicpartialclassForm2:Form{
publicForm2(){
InitializeComponent();}
privatevoidbutton1_Click(objectsender,EventArgse){
this.Hide();
Form3f3=newForm3();f3.Show();}
privatevoidbutton2_Click(objectsender,EventArgse){
this.Hide();
Form4f4=newForm4();f4.Show();}
privatevoidbutton3_Click(objectsender,EventArgse){
this.Hide();
Form5f5=newForm5();f5.Show();}
privatevoidbutton4_Click(objectsender,EventArgse){
this.Hide();
Form6f6=newForm6();f6.Show();}
privatevoidbutton5_Click(objectsender,EventArgse){
this.Hide();
Form7f7=newForm7();f7.Show();}
privatevoidbutton6_Click(objectsender,EventArgse){
this.Hide();
Form1f1=newForm1();f1.Show();}
privatevoidbutton7_Click(objectsender,EventArgse){
Application.Exit();}}}
3)Form3用户信息窗口界面
usingSystem;
usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;
usingSystem.Windows.Forms;usingSystem.Data.SqlClient;
namespaceStudents{
publicpartialclassForm3:Form{
SqlConnectionconn=null;
SqlDataAdapterDataAdapter=null;DataSetdataset=null;
stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS";
publicForm3(){
InitializeComponent();}
privatevoidForm3_Load(objectsender,EventArgse){
conn=newSqlConnection(ConnectionString);showdata();
}privatevoidshowdata(){
conn.Open();
DataAdapter=newSqlDataAdapter();dataset=newDataSet();
SqlCommandcmd=newSqlCommand();cmd.Connection=conn;
cmd.CommandText="select*fromUsers";DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");listBox1.Items.Clear();try{
for(inti=0;i listBox1.Items.Add(dataset.Tables["t"].Rows[i][0].ToString());} intitem=listBox1.SelectedIndex;if(item==-1)item=0; textBox1.Text=listBox1.Items[item].ToString();for(inti=0;i if(dataset.Tables["t"].Rows[i][0].ToString()==textBox1.Text){ textBox2.Text=dataset.Tables["t"].Rows[i][1].ToString();textBox3.Text=dataset.Tables["t"].Rows[i][2].ToString();break;}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();}} privatevoidbutton1_Click(objectsender,EventArgse){ intj=0;intflag=0; for(inti=0;i if(dataset.Tables["t"].Rows[i][0].ToString()==textBox1.Text){ j=i;flag=1;break;}} if(textBox1.Text!=""&&textBox2.Text!=""&&(textBox3.Text=="0"||textBox3.Text=="1")) if(flag==1){ MessageBox.Show("此用户已存在,请另添用户!");textBox1.Focus();}else{ stringstrsql="insertintousersvalues(";strsql+="""+textBox1.Text;strsql+="",""+textBox2.Text; strsql+="","+textBox3.Text+")"; SqlCommandcmd1=newSqlCommand();try{ cmd1.Connection=conn;cmd1.CommandText=strsql;conn.Open(); intn=cmd1.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功插入数据");} catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd1.Dispose();} showdata(); }}else{ MessageBox.Show("添加格式不正确,请从新添加!");}} privatevoidbutton2_Click(objectsender,EventArgse){ intj=0;intflag=0; for(inti=0;i if(dataset.Tables["t"].Rows[i][0].ToString()==textBox1.Text){ j=i;flag=1;break;}} if(flag==1){ if(textBox2.Text!=""&&(textBox3.Text=="0"||textBox3.Text=="1")){ stringbb=textBox3.Text;intaa=int.Parse(bb); stringstrsql1="updateUsersset"; strsql1+="User_password=""+textBox2.Text;strsql1+="",User_power="+aa; strsql1+="whereUser_id=""+textBox1.Text+""";SqlCommandcmd2=newSqlCommand();try{ cmd2.Connection=conn; cmd2.CommandText=strsql1;conn.Open(); intn=cmd2.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功更新数据!"); catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd2.Dispose();} showdata();}else{ MessageBox.Show("修改格式不正确,请从新修改!");}}else{ MessageBox.Show("数据库中无此用户的ID,无法进行修改!");}} privatevoidbutton3_Click(objectsender,EventArgse){ stringstrsql2="deletefromUserswhereUser_id=""+textBox1.Text+""";SqlCommandcmd3=newSqlCommand();try{ cmd3.Connection=conn; cmd3.CommandText=strsql2;conn.Open(); intn=cmd3.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功删除数据!"); catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd3.Dispose();} showdata();} privatevoidbutton4_Click(objectsender,EventArgse){ this.Hide(); Form2f2=newForm2();f2.Show();} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intitem=listBox1.SelectedIndex; textBox1.Text=listBox1.Items[item].ToString();for(inti=0;i if(dataset.Tables["t"].Rows[i][0].ToString()==textBox1.Text){ textBox2.Text=dataset.Tables["t"].Rows[i][1].ToString();textBox3.Text=dataset.Tables["t"].Rows[i][2].ToString();break;}}}}} 4)Form4学生信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm4:Form{ SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm4(){ InitializeComponent();} privatevoidForm4_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);showdata();} privatevoidshowdata(){ conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; cmd.CommandText="select*fromStudent";DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");listBox1.Items.Clear();try{ for(inti=0;i //DataRows=dataset.Tables["t"].Rows[i]; listBox1.Items.Add(dataset.Tables["t"].Rows[i][1].ToString());} intitem=listBox1.SelectedIndex;if(item==-1)item=0; textBox2.Text=listBox1.Items[item].ToString();for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ textBox1.Text=dataset.Tables["t"].Rows[i][0].ToString();textBox3.Text=dataset.Tables["t"].Rows[i][2].ToString();textBox4.Text=dataset.Tables["t"].Rows[i][3].ToString();textBox5.Text=dataset.Tables["t"].Rows[i][4].ToString();textBox6.Text=dataset.Tables["t"].Rows[i][5].ToString();textBox7.Text=dataset.Tables["t"].Rows[i][6].ToString();textBox8.Text=dataset.Tables["t"].Rows[i][7].ToString();textBox9.Text=dataset.Tables["t"].Rows[i][8].ToString();break;}} } catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();}} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intitem=listBox1.SelectedIndex; textBox2.Text=listBox1.Items[item].ToString();for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ textBox1.Text=dataset.Tables["t"].Rows[i][0].ToString();textBox3.Text=dataset.Tables["t"].Rows[i][2].ToString();textBox4.Text=dataset.Tables["t"].Rows[i][3].ToString();textBox5.Text=dataset.Tables["t"].Rows[i][4].ToString();textBox6.Text=dataset.Tables["t"].Rows[i][5].ToString();textBox7.Text=dataset.Tables["t"].Rows[i][6].ToString();textBox8.Text=dataset.Tables["t"].Rows[i][7].ToString();textBox9.Text=dataset.Tables["t"].Rows[i][8].ToString();break;}}} privatevoidbutton1_Click(objectsender,EventArgse){ intj=0;intflag=0; for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ j=i;flag=1;break;}} if(textBox1.Text!=""&&textBox2.Text!=""){ if(flag==1){ MessageBox.Show("此用户已存在,请另添用户!");textBox1.Focus();return;}else{ stringstrsql="insertintoStudentvalues(";strsql+="""+textBox1.Text;strsql+="",""+textBox2.Text;strsql+="",""+textBox3.Text;strsql+="",""+textBox4.Text;strsql+="",""+textBox5.Text;strsql+="",""+textBox6.Text;strsql+="",""+textBox7.Text;strsql+="",""+textBox8.Text; strsql+="",""+textBox9.Text+"")"; SqlCommandcmd1=newSqlCommand();try{ cmd1.Connection=conn;cmd1.CommandText=strsql;conn.Open(); intn=cmd1.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功插入数据");} catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd1.Dispose();} showdata(); }}else{ MessageBox.Show("添加格式不正确,请从新添加!");}} privatevoidbutton2_Click(objectsender,EventArgse){ intj=0;intflag=0; for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ j=i;flag=1;break;}} if(flag==1){ if(textBox2.Text!=""){ stringstrsql1="updateStudentset"; strsql1+="Student_id=""+textBox1.Text;strsql1+="",Student_sex=""+textBox3.Text;strsql1+="",Student_nation=""+textBox4.Text;strsql1+="",Student_birthday=""+textBox5.Text;strsql1+="",Student_time=""+textBox6.Text;strsql1+="",Student_class=""+textBox7.Text;strsql1+="",Student_home=""+textBox8.Text;strsql1+="",Student_else=""+textBox9.Text+"""; strsql1+="whereStudent_name=""+textBox2.Text+"""; SqlCommandcmd2=newSqlCommand();try{ //SqlCommandcmd1=newSqlCommand();cmd2.Connection=conn; cmd2.CommandText=strsql1;conn.Open(); intn=cmd2.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功更新数据!"); catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally if(conn!=null)conn.Close();cmd2.Dispose();} showdata();}else{ MessageBox.Show("修改格式不正确,请从新修改!");}}else{ MessageBox.Show("数据库中无此用户的姓名,无法进行修改!");}} privatevoidbutton3_Click(objectsender,EventArgse){ stringstrsql2="deletefromStudentwhereStudent_name=""+textBox2.Text+""";SqlCommandcmd3=newSqlCommand();try{ cmd3.Connection=conn; cmd3.CommandText=strsql2;conn.Open(); intn=cmd3.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功删除数据!"); catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd3.Dispose();} showdata();} privatevoidbutton4_Click(objectsender,EventArgse){ this.Hide(); Form2f2=newForm2();f2.Show();}}} 5)Form5课程信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm5:Form{ SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;Initial Catalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm5(){ InitializeComponent();} privatevoidForm5_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);showdata();} privatevoidshowdata(){ conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; cmd.CommandText="select*fromCourse";DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");listBox1.Items.Clear();try{ for(inti=0;i //DataRows=dataset.Tables["t"].Rows[i]; listBox1.Items.Add(dataset.Tables["t"].Rows[i][1].ToString());} intitem=listBox1.SelectedIndex;if(item==-1)item=0; textBox2.Text=listBox1.Items[item].ToString();for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ textBox1.Text=dataset.Tables["t"].Rows[i][0].ToString();textBox3.Text=dataset.Tables["t"].Rows[i][2].ToString();textBox4.Text=dataset.Tables["t"].Rows[i][3].ToString();textBox5.Text=dataset.Tables["t"].Rows[i][4].ToString();break;}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();}} privatevoidbutton1_Click(objectsender,EventArgse){ intj=0;intflag=0; for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ j=i; flag=1;break;}} if(textBox1.Text!=""&&textBox2.Text!=""){ if(flag==1){ MessageBox.Show("此用户已存在,请另添用户!");textBox1.Focus();}else{ stringstrsql="insertintoCoursevalues(";strsql+="""+textBox1.Text;strsql+="",""+textBox2.Text;strsql+="","+textBox3.Text;strsql+=","+textBox4.Text; strsql+=",""+textBox5.Text+"")"; SqlCommandcmd1=newSqlCommand();try{ cmd1.Connection=conn;cmd1.CommandText=strsql;conn.Open(); intn=cmd1.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功插入数据");//listBox1.Items.Add(textBox1.Text.ToString());} catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd1.Dispose();} showdata(); }}else{ MessageBox.Show("添加格式不正确,请从新添加!");}} privatevoidbutton2_Click(objectsender,EventArgse){ intj=0;intflag=0; for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ j=i;flag=1;break;}} if(flag==1){ if(textBox1.Text!=""){ stringstrsql1="updateCourseset"; strsql1+="Course_id=""+textBox1.Text;strsql1+="",Course_period="+textBox3.Text;strsql1+=",Course_credit="+textBox4.Text; strsql1+=",Course_describe=""+textBox5.Text; strsql1+=""whereCourse_name=""+textBox2.Text+""";SqlCommandcmd2=newSqlCommand();try{ //SqlCommandcmd1=newSqlCommand();cmd2.Connection=conn; cmd2.CommandText=strsql1;conn.Open(); intn=cmd2.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功更新数据!"); catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd2.Dispose();} showdata();}else{ MessageBox.Show("修改格式不正确,请从新修改!");}}else{ MessageBox.Show("数据库中无此用户的ID,无法进行修改!");}} privatevoidbutton3_Click(objectsender,EventArgse){ stringstrsql2="deletefromCoursewhereCourse_name=""+textBox2.Text+""";SqlCommandcmd3=newSqlCommand();try{ cmd3.Connection=conn; cmd3.CommandText=strsql2;conn.Open(); intn=cmd3.ExecuteNonQuery(); if(n>0)MessageBox.Show("成功删除数据!"); catch(Exceptionexe){ MessageBox.Show(exe.Message);} finally{ if(conn!=null)conn.Close();cmd3.Dispose();} showdata();} privatevoidbutton4_Click(objectsender,EventArgse){ this.Hide(); Form2f2=newForm2();f2.Show();} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intitem=listBox1.SelectedIndex; textBox2.Text=listBox1.Items[item].ToString();for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==textBox2.Text){ textBox1.Text=dataset.Tables["t"].Rows[i][0].ToString();textBox3.Text=dataset.Tables["t"].Rows[i][2].ToString();textBox4.Text=dataset.Tables["t"].Rows[i][3].ToString();textBox5.Text=dataset.Tables["t"].Rows[i][4].ToString();break;}}}}} 6)Form6成绩信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm6:Form{ SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm6(){ InitializeComponent();} privatevoidForm6_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; cmd.CommandText="select*fromCourse";DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");comboBox1.Items.Clear();listBox1.Items.Clear();try{ for(inti=0;i comboBox1.Items.Add(dataset.Tables["t"].Rows[i][1].ToString());}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();} comboBox1.SelectedIndex=0;showdata(0);} privatevoidshowdata(intitem){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd1=newSqlCommand();cmd1.Connection=conn;listBox1.Items.Clear(); try{ stringstr1=comboBox1.Items[item].ToString(); cmd1.CommandText="selectCourse.Course_id,Student_Course.Student_id,Course.Course_name,Student_Course.Student_grade,Student_Course.Course_year";cmd1.CommandText+="fromCourse,Student_Course"; cmd1.CommandText+="whereCourse.Course_id=Student_Course.Course_id";cmd1.CommandText+="andCourse.Course_name=""+str1+""";DataAdapter.SelectCommand=cmd1;DataAdapter.Fill(dataset,"t1"); if(dataset.Tables["t1"].Rows.Count!=0){ for(inti=0;i listBox1.Items.Add(dataset.Tables["t1"].Rows[i][1].ToString());}}else{ listBox1.Items.Clear();label11.Text="";label8.Text="";label9.Text="";label10.Text="";textBox1.Text="";}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd1.Dispose();} for(inti=0;i if(dataset.Tables["t1"].Rows[i][1].ToString()==listBox1.Items[0].ToString()){ label8.Text=dataset.Tables["t1"].Rows[i][0].ToString();label9.Text=dataset.Tables["t1"].Rows[i][1].ToString();label10.Text=dataset.Tables["t1"].Rows[i][2].ToString();textBox1.Text=dataset.Tables["t1"].Rows[i][3].ToString();label11.Text=dataset.Tables["t1"].Rows[i][4].ToString();break;}}} privatevoidcomboBox1_SelectedIndexChanged(objectsender,EventArgse) intitem=comboBox1.SelectedIndex;showdata(item);} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intit=listBox1.SelectedIndex; label9.Text=listBox1.Items[it].ToString(); for(inti=0;i if(dataset.Tables["t1"].Rows[i][1].ToString()==label9.Text){ label8.Text=dataset.Tables["t1"].Rows[i][0].ToString();label10.Text=dataset.Tables["t1"].Rows[i][2].ToString();textBox1.Text=dataset.Tables["t1"].Rows[i][3].ToString();label11.Text=dataset.Tables["t1"].Rows[i][4].ToString(); break;}}} privatevoidbutton2_Click(objectsender,EventArgse){ this.Hide(); Form2f2=newForm2();f2.Show();} privatevoidbutton1_Click(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd2=newSqlCommand();cmd2.Connection=conn; cmd2.CommandText="updateStudent_CoursesetStudent_grade="+textBox1.Text+"whereStudent_Course.Course_id=""+label8.Text+"""; DataAdapter.SelectCommand=cmd2;DataAdapter.Fill(dataset,"t2");if(conn!=null)conn.Close();cmd2.Dispose();}}} 7)Form7选课信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm7:Form{ SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm7() InitializeComponent();} privatevoidForm7_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; cmd.CommandText="select*fromCourse";DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");comboBox1.Items.Clear();listBox1.Items.Clear();try{ for(inti=0;i comboBox1.Items.Add(dataset.Tables["t"].Rows[i][1].ToString());}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();} comboBox1.SelectedIndex=0; wdata(0); privatevoidshowdata(intitem){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd1=newSqlCommand();cmd1.Connection=conn;listBox1.Items.Clear(); try stringstr1=comboBox1.Items[item].ToString(); cmd1.CommandText="selectCourse.Course_id,Course.Course_name,Student_Course.Student_id,Student_Course.Student_grade"; cmd1.CommandText+="fromCourse,Student_Course"; cmd1.CommandText+="whereCourse.Course_id=Student_Course.Course_id";cmd1.CommandText+="andCourse.Course_name=""+str1+""";DataAdapter.SelectCommand=cmd1;DataAdapter.Fill(dataset,"t1"); if(dataset.Tables["t1"].Rows.Count!=0){ for(inti=0;i //listBox1.Items.Add(str1); listBox1.Items.Add(dataset.Tables["t1"].Rows[i][2].ToString());}}else{ listBox1.Items.Clear(); label7.Text="";label8.Text="";label9.Text="";label10.Text="";}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd1.Dispose();} for(inti=0;i if(dataset.Tables["t1"].Rows[i][2].ToString()==listBox1.Items[0].ToString()){ label7.Text=dataset.Tables["t1"].Rows[i][0].ToString();label8.Text=dataset.Tables["t1"].Rows[i][1].ToString();label9.Text=dataset.Tables["t1"].Rows[i][2].ToString();label10.Text=dataset.Tables["t1"].Rows[i][3].ToString();break;}}} privatevoidbutton1_Click(objectsender,EventArgse){ this.Hide(); Form2f2=newForm2();f2.Show();} privatevoidcomboBox1_SelectedIndexChanged(objectsender,EventArgse){ intitem=comboBox1.SelectedIndex;showdata(item);} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intit=listBox1.SelectedIndex; label9.Text=listBox1.Items[it].ToString(); for(inti=0;i if(dataset.Tables["t1"].Rows[i][2].ToString()==label9.Text){ label7.Text=dataset.Tables["t1"].Rows[i][0].ToString();label8.Text=dataset.Tables["t1"].Rows[i][1].ToString();label10.Text=dataset.Tables["t1"].Rows[i][3].ToString(); break;}}}}} 8)Form8学生个人信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm8:Form{ privatestringbb=null; SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm8(){ InitializeComponent();} publicvoidpassbb(stringdd){ bb=dd;} privatevoidForm8_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; cmd.CommandText="select*fromStudent";DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");try {label11.Text=bb; for(inti=0;i if(dataset.Tables["t"].Rows[i][0].ToString()==label11.Text){ label12.Text=dataset.Tables["t"].Rows[i][1].ToString();label13.Text=dataset.Tables["t"].Rows[i][2].ToString();label14.Text=dataset.Tables["t"].Rows[i][3].ToString();label15.Text=dataset.Tables["t"].Rows[i][4].ToString();label16.Text=dataset.Tables["t"].Rows[i][5].ToString();label17.Text=dataset.Tables["t"].Rows[i][6].ToString();label18.Text=dataset.Tables["t"].Rows[i][7].ToString(); label19.Text=dataset.Tables["t"].Rows[i][8].ToString();break;}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();} privatevoidbutton7_Click(objectsender,EventArgse){ Application.Exit(); privatevoidbutton6_Click(objectsender,EventArgse){ this.Hide(); Form1f1=newForm1();f1.Show();} privatevoidbutton2_Click(objectsender,EventArgse){ this.Hide(); Form9f9=newForm9();f9.passbb(label11.Text);f9.Show();} privatevoidbutton3_Click(objectsender,EventArgse){ this.Hide(); Form10f10=newForm10();f10.passbb(label11.Text);f10.Show();} privatevoidbutton4_Click(objectsender,EventArgse){ this.Hide(); Form11f11=newForm11();f11.passbb(label11.Text);f11.Show();} privatevoidbutton5_Click(objectsender,EventArgse){ this.Hide(); Form12f12=newForm12();f12.passbb(label11.Text);f12.Show();}}} 9)Form9学生课程信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm9:Form{ stringbb=null; SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm9(){ InitializeComponent();} publicvoidpassbb(stringdd){ bb=dd;} privatevoidForm9_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; cmd.CommandText="select*fromCourse";DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");listBox1.Items.Clear();try{ for(inti=0;i listBox1.Items.Add(dataset.Tables["t"].Rows[i][1].ToString());} intitem=listBox1.SelectedIndex;if(item==-1)item=0; label2.Text=listBox1.Items[item].ToString(); for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==label2.Text){ label1.Text=dataset.Tables["t"].Rows[i][0].ToString();label3.Text=dataset.Tables["t"].Rows[i][2].ToString();label4.Text=dataset.Tables["t"].Rows[i][3].ToString();label5.Text=dataset.Tables["t"].Rows[i][4].ToString();break;}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intitem=listBox1.SelectedIndex; label2.Text=listBox1.Items[item].ToString(); for(inti=0;i if(dataset.Tables["t"].Rows[i][1].ToString()==label2.Text){ label1.Text=dataset.Tables["t"].Rows[i][0].ToString();label3.Text=dataset.Tables["t"].Rows[i][2].ToString();label4.Text=dataset.Tables["t"].Rows[i][3].ToString();label5.Text=dataset.Tables["t"].Rows[i][4].ToString();break;}}} privatevoidbutton6_Click(objectsender,EventArgse){ Application.Exit();} privatevoidbutton1_Click(objectsender,EventArgse){ this.Hide(); Form8f8=newForm8();f8.passbb(bb);f8.Show();} privatevoidbutton2_Click(objectsender,EventArgse){} privatevoidbutton3_Click(objectsender,EventArgse){ this.Hide(); Form10f10=newForm10();f10.passbb(bb);f10.Show();} privatevoidbutton4_Click(objectsender,EventArgse){ this.Hide(); Form11f11=newForm11();f11.passbb(bb);f11.Show();} privatevoidbutton5_Click(objectsender,EventArgse){ this.Hide(); Form12f12=newForm12();f12.passbb(bb);f12.Show();} 10)Form10学生成绩查询窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm10:Form{ stringbb; SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm10() InitializeComponent();} publicvoidpassbb(stringdd){ bb=dd;} privatevoidForm10_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString); stringstr="selectCourse.Course_id,Student_Course.Student_id,Course.Course_name,Student_Course.Student_grade,Student_Course.Course_yearfromCourse,Student_CoursewhereCourse.Course_id=Student_Course.Course_id"; str+="andStudent_Course.Student_id=""+bb+""";conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn;cmd.CommandText=str; DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");listBox1.Items.Clear(); try{ for(inti=0;i listBox1.Items.Add(dataset.Tables["t"].Rows[i][2].ToString());} intitem=listBox1.SelectedIndex;if(item==-1)item=0; label3.Text=listBox1.Items[item].ToString(); for(inti=0;i if(dataset.Tables["t"].Rows[i][2].ToString()==label3.Text){ label1.Text=dataset.Tables["t"].Rows[i][0].ToString();label2.Text=dataset.Tables["t"].Rows[i][1].ToString();label4.Text=dataset.Tables["t"].Rows[i][3].ToString();label5.Text=dataset.Tables["t"].Rows[i][4].ToString();break;}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();}} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intitem=listBox1.SelectedIndex; label3.Text=listBox1.Items[item].ToString(); for(inti=0;i if(dataset.Tables["t"].Rows[i][2].ToString()==label3.Text){ label1.Text=dataset.Tables["t"].Rows[i][0].ToString();label2.Text=dataset.Tables["t"].Rows[i][1].ToString();label4.Text=dataset.Tables["t"].Rows[i][3].ToString();label5.Text=dataset.Tables["t"].Rows[i][4].ToString();break;}}} privatevoidbutton6_Click(objectsender,EventArgse){ Application.Exit();} privatevoidbutton1_Click(objectsender,EventArgse){ this.Hide(); Form8f8=newForm8();f8.passbb(bb);f8.Show();} privatevoidbutton2_Click(objectsender,EventArgse){ this.Hide(); Form9f9=newForm9();f9.passbb(bb);f9.Show();} privatevoidbutton3_Click(objectsender,EventArgse){} privatevoidbutton4_Click(objectsender,EventArgse){ this.Hide(); Form11f11=newForm11();f11.passbb(bb);f11.Show(); privatevoidbutton5_Click(objectsender,EventArgse){ this.Hide(); Form12f12=newForm12();f12.passbb(bb);f12.Show();}}} 11)Form11学生选课信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm11:Form{ stringbb=null; SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS";stringl4,l3=null;intl1; publicForm11(){ InitializeComponent();} publicvoidpassbb(stringdd){ bb=dd;} privatevoidForm11_Load(objectsender,EventArgse){ conn=newSqlConnection(ConnectionString);showdata();} privatevoidshowdata(){ stringstr1,str2;conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; str1="selectCourse.Course_namefromCourse";str1+="whereCourse.Course_idnotin"; str1+="(selectStudent_Course.Course_idfromStudent_Course";str1+="whereStudent_Course.Student_id=""+bb+"")";cmd.CommandText=str1; DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t1"); str2="selectCourse.Course_namefromCourse,Student_CoursewhereStudent_Course.Student_id=""+bb; str2+=""andStudent_Course.Course_id=Course.Course_id";cmd.CommandText=str2; DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t2"); listBox2.Items.Clear();try{ for(inti=0;i listBox1.Items.Add(dataset.Tables["t1"].Rows[i][0].ToString());} for(inti=0;i listBox2.Items.Add(dataset.Tables["t2"].Rows[i][0].ToString());}} catch(Exceptionex){ MessageBox.Show(ex.Message);} finally{ if(conn!=null)conn.Close();cmd.Dispose();} privatevoidbutton1_Click(objectsender,EventArgse){ this.Hide(); Form8f8=newForm8();f8.passbb(bb);f8.Show();} privatevoidbutton2_Click(objectsender,EventArgse){ this.Hide(); Form9f9=newForm9();f9.passbb(bb);f9.Show();} privatevoidbutton3_Click(objectsender,EventArgse){ this.Hide(); Form10f10=newForm10();f10.passbb(bb);f10.Show();} privatevoidbutton4_Click(objectsender,EventArgse){ privatevoidbutton5_Click(objectsender,EventArgse){ this.Hide(); Form12f12=newForm12();f12.passbb(bb);f12.Show();} privatevoidbutton6_Click(objectsender,EventArgse){ stringl2=bb; intindex=listBox1.SelectedIndex;if(listBox1.Items.Count==0)return;if(index==-1){ MessageBox.Show("请选择要选的课程");return;} conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd1=newSqlCommand();cmd1.Connection=conn; cmd1.CommandText="insertStudent_Coursevalues("+l1+",""+l2+"",""+l3+"",null,null)";DataAdapter.SelectCommand=cmd1;DataAdapter.Fill(dataset,"t3");if(conn!=null)conn.Close();cmd1.Dispose(); strings=listBox1.Items[index].ToString();listBox2.Items.Add(s); listBox1.Items.RemoveAt(index);index=listBox1.SelectedIndex;} privatevoidbutton7_Click(objectsender,EventArgse){ intindex=listBox2.SelectedIndex;conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd1=newSqlCommand();cmd1.Connection=conn; cmd1.CommandText="deleteStudent_CoursewhereCourse_id=""+l4+""";DataAdapter.SelectCommand=cmd1;DataAdapter.Fill(dataset,"t6");if(conn!=null)conn.Close();cmd1.Dispose();while(index!=-1){ strings=listBox2.Items[index].ToString();listBox1.Items.Add(s); listBox2.Items.RemoveAt(index);index=listBox1.SelectedIndex;} if(conn!=null)conn.Close();cmd1.Dispose();} privatevoidlistBox1_SelectedIndexChanged(objectsender,EventArgse){ intindex=listBox1.SelectedIndex;stringstr; if(index==-1&&listBox1.Items.Count!=0){ index=0;} if(listBox1.Items.Count==0)return; str=listBox1.Items[index].ToString(); conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd2=newSqlCommand();cmd2.Connection=conn; cmd2.CommandText="selectCourse_idfromCoursewhereCourse_name=""+str+""";DataAdapter.SelectCommand=cmd2;DataAdapter.Fill(dataset,"t2"); l3=dataset.Tables["t2"].Rows[0][0].ToString(); cmd2.CommandText="selectIDfromStudent_Course";DataAdapter.SelectCommand=cmd2;DataAdapter.Fill(dataset,"t4"); intp=dataset.Tables["t4"].Rows.Count-1; l1=int.Parse(dataset.Tables["t4"].Rows[p][0].ToString());l1+=1; if(conn!=null)conn.Close();cmd2.Dispose();} privatevoidlistBox2_SelectedIndexChanged(objectsender,EventArgse){ intindex=listBox2.SelectedIndex;stringstr; if(index==-1&&listBox2.Items.Count!=0){ index=0;} if(listBox2.Items.Count==0)return; str=listBox2.Items[index].ToString(); conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd2=newSqlCommand();cmd2.Connection=conn; cmd2.CommandText="selectCourse_idfromCoursewhereCourse_name=""+str+""";DataAdapter.SelectCommand=cmd2;DataAdapter.Fill(dataset,"t5"); l4=dataset.Tables["t5"].Rows[0][0].ToString();if(conn!=null)conn.Close();cmd2.Dispose();}}} 12)Form12学生修改信息窗口 usingSystem; usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text; usingSystem.Windows.Forms;usingSystem.Data.SqlClient; namespaceStudents{ publicpartialclassForm12:Form{ stringbb=null; SqlConnectionconn=null; SqlDataAdapterDataAdapter=null;DataSetdataset=null; stringConnectionString=@"IntegratedSecurity=SSPI;PersistSecurityInfo=False;InitialCatalog=stu_admin;DataSource=LBDZ-050201*5\\SQLEXPRESS"; publicForm12(){ InitializeComponent();} publicvoidpassbb(stringdd){ bb=dd;} privatevoidbutton6_Click(objectsender,EventArgse){ if(textBox1.Text!=""){ conn=newSqlConnection(ConnectionString);conn.Open(); DataAdapter=newSqlDataAdapter();dataset=newDataSet(); SqlCommandcmd=newSqlCommand();cmd.Connection=conn; cmd.CommandText="updateUserssetUser_password=""+textBox1.Text+""whereUser_id=""+bb+"""; DataAdapter.SelectCommand=cmd;DataAdapter.Fill(dataset,"t");//textBox1.Text="";}else{ MessageBox.Show("密码不能为空,请从输!");} privatevoidbutton7_Click(objectsender,EventArgse){ textBox1.Text="";} privatevoidbutton1_Click(objectsender,EventArgse){ this.Hide(); Form8f8=newForm8();f8.passbb(bb);f8.Show();} privatevoidbutton2_Click(objectsender,EventArgse){ this.Hide(); Form9f9=newForm9();f9.passbb(bb);f9.Show();} privatevoidbutton3_Click(objectsender,EventArgse){ this.Hide(); Form10f10=newForm10();f10.passbb(bb);f10.Show();} privatevoidbutton4_Click(objectsender,EventArgse){ this.Hide(); Form11f11=newForm11();f11.passbb(bb);f11.Show();} privatevoidbutton5_Click(objectsender,EventArgse){ }}} 友情提示:本文中关于《C#课程设计报告》给出的范例仅供您参考拓展思维使用,C#课程设计报告:该篇文章建议您自主创作。 来源:网络整理 免责声明:本文仅限学习分享,如产生版权问题,请联系我们及时删除。
《C#课程设计报告》由互联网用户整理提供,转载分享请保留原作者信息,谢谢!
链接地址:http://www.bsmz.net/gongwen/731518.html