实例介绍
基于C#+SQL开发的学生管理系统界面美观 功能完备
【实例截图】
【核心代码】
学生信息管理系统V1.3版
└── 学生信息管理系统 V1.3版
├── Backup
│ ├── Student MI
│ │ ├── AddForm
│ │ │ ├── FormAddAccount.cs
│ │ │ ├── FormAddAccount.designer.cs
│ │ │ ├── FormAddAccount.resx
│ │ │ ├── FormAddCourse.cs
│ │ │ ├── FormAddCourse.designer.cs
│ │ │ ├── FormAddCourse.resx
│ │ │ ├── FormAddScore.cs
│ │ │ ├── FormAddScore.designer.cs
│ │ │ ├── FormAddScore.resx
│ │ │ ├── FormAddStudent.cs
│ │ │ ├── FormAddStudent.designer.cs
│ │ │ └── FormAddStudent.resx
│ │ ├── app.config
│ │ ├── Common.cs
│ │ ├── DBHelper.cs
│ │ ├── ElementForm
│ │ │ ├── FormAccount.cs
│ │ │ ├── FormAccount.Designer.cs
│ │ │ ├── FormAccount.resx
│ │ │ ├── FormCourse.cs
│ │ │ ├── FormCourse.Designer.cs
│ │ │ ├── FormCourse.resx
│ │ │ ├── FormModify.cs
│ │ │ ├── FormModify.Designer.cs
│ │ │ ├── FormModify.resx
│ │ │ ├── FormScore.cs
│ │ │ ├── FormScore.Designer.cs
│ │ │ ├── FormScore.resx
│ │ │ ├── FormStudents.cs
│ │ │ ├── FormStudents.Designer.cs
│ │ │ └── FormStudents.resx
│ │ ├── FormAbout.cs
│ │ ├── FormAbout.Designer.cs
│ │ ├── FormAbout.resx
│ │ ├── FormInquire.cs
│ │ ├── FormInquire.Designer.cs
│ │ ├── FormInquire.resx
│ │ ├── FormLogin.cs
│ │ ├── FormLogin.Designer.cs
│ │ ├── FormLogin.resx
│ │ ├── FormMain.cs
│ │ ├── FormMain.Designer.cs
│ │ ├── FormMain.resx
│ │ ├── FormMainWindow.cs
│ │ ├── FormMainWindow.Designer.cs
│ │ ├── FormMainWindow.resx
│ │ ├── FormMenu.cs
│ │ ├── FormMenu.Designer.cs
│ │ ├── FormMenu.resx
│ │ ├── FormWelcome.cs
│ │ ├── FormWelcome.Designer.cs
│ │ ├── FormWelcome.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── LOGIN.jpg
│ │ │ ├── newStu.gif
│ │ │ ├── newTeacher.gif
│ │ │ ├── newUser.gif
│ │ │ ├── question.gif
│ │ │ ├── search.gif
│ │ │ ├── searchTeacher.gif
│ │ │ ├── teacher.gif
│ │ │ ├── test.gif
│ │ │ └── WELCOME.jpg
│ │ ├── SearchForm
│ │ │ ├── FormAccountSearch.cs
│ │ │ ├── FormAccountSearch.Designer.cs
│ │ │ ├── FormAccountSearch.resx
│ │ │ ├── FormCourseSearch.cs
│ │ │ ├── FormCourseSearch.Designer.cs
│ │ │ ├── FormCourseSearch.resx
│ │ │ ├── FormScoreSearch.cs
│ │ │ ├── FormScoreSearch.designer.cs
│ │ │ ├── FormScoreSearch.resx
│ │ │ ├── FormStudentSearch.cs
│ │ │ ├── FormStudentSearch.Designer.cs
│ │ │ └── FormStudentSearch.resx
│ │ ├── SqlHelper.cs
│ │ ├── StudentManagerDataSet1.Designer.cs
│ │ ├── StudentManagerDataSet1.xsc
│ │ ├── StudentManagerDataSet1.xsd
│ │ ├── StudentManagerDataSet1.xss
│ │ ├── StudentManagerDataSet2.Designer.cs
│ │ ├── StudentManagerDataSet2.xsc
│ │ ├── StudentManagerDataSet2.xsd
│ │ ├── StudentManagerDataSet2.xss
│ │ ├── StudentManagerDataSet3.Designer.cs
│ │ ├── StudentManagerDataSet3.xsc
│ │ ├── StudentManagerDataSet3.xsd
│ │ ├── StudentManagerDataSet3.xss
│ │ ├── StudentManagerDataSet4.Designer.cs
│ │ ├── StudentManagerDataSet4.xsc
│ │ ├── StudentManagerDataSet4.xsd
│ │ ├── StudentManagerDataSet4.xss
│ │ ├── StudentManagerDataSet5.Designer.cs
│ │ ├── StudentManagerDataSet5.xsc
│ │ ├── StudentManagerDataSet5.xsd
│ │ ├── StudentManagerDataSet5.xss
│ │ ├── StudentManagerDataSet.Designer.cs
│ │ ├── StudentManagerDataSet.xsc
│ │ ├── StudentManagerDataSet.xsd
│ │ ├── StudentManagerDataSet.xss
│ │ ├── Student MI.csproj
│ │ └── UserHelper.cs
│ └── Student-MIS.sln
├── SMI数据库
│ ├── StudentManager_log.ldf
│ ├── StudentManager.mdf
│ └── StudentManager(数据库备份).bak
├── Student MI
│ ├── AddForm
│ │ ├── FormAddAccount.cs
│ │ ├── FormAddAccount.designer.cs
│ │ ├── FormAddAccount.resx
│ │ ├── FormAddCourse.cs
│ │ ├── FormAddCourse.designer.cs
│ │ ├── FormAddCourse.resx
│ │ ├── FormAddScore.cs
│ │ ├── FormAddScore.designer.cs
│ │ ├── FormAddScore.resx
│ │ ├── FormAddStudent.cs
│ │ ├── FormAddStudent.designer.cs
│ │ └── FormAddStudent.resx
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Resources
│ │ │ │ └── WELCOME.jpg
│ │ │ ├── Student MI.exe
│ │ │ ├── Student MI.exe.config
│ │ │ ├── Student MI.pdb
│ │ │ ├── Student MI.vshost.exe
│ │ │ ├── Student MI.vshost.exe.config
│ │ │ └── Student MI.vshost.exe.manifest
│ │ └── Release
│ │ ├── Student MI.exe.config
│ │ ├── Student MI.vshost.exe
│ │ ├── Student MI.vshost.exe.config
│ │ └── Student MI.vshost.exe.manifest
│ ├── Common.cs
│ ├── DBHelper.cs
│ ├── ElementForm
│ │ ├── FormAccount.cs
│ │ ├── FormAccount.Designer.cs
│ │ ├── FormAccount.resx
│ │ ├── FormCourse.cs
│ │ ├── FormCourse.Designer.cs
│ │ ├── FormCourse.resx
│ │ ├── FormModify.cs
│ │ ├── FormModify.Designer.cs
│ │ ├── FormModify.resx
│ │ ├── FormScore.cs
│ │ ├── FormScore.Designer.cs
│ │ ├── FormScore.resx
│ │ ├── FormStudents.cs
│ │ ├── FormStudents.Designer.cs
│ │ └── FormStudents.resx
│ ├── FormAbout.cs
│ ├── FormAbout.Designer.cs
│ ├── FormAbout.resx
│ ├── FormAddStu.cs
│ ├── FormAddStu.Designer.cs
│ ├── FormAddStu.resx
│ ├── FormInquire.cs
│ ├── FormInquire.Designer.cs
│ ├── FormInquire.resx
│ ├── FormInquires.cs
│ ├── FormInquires.Designer.cs
│ ├── FormInquires.resx
│ ├── FormLogin.cs
│ ├── FormLogin.Designer.cs
│ ├── FormLogin.resx
│ ├── FormMain.cs
│ ├── FormMain.Designer.cs
│ ├── FormMain.resx
│ ├── FormMainWindow.cs
│ ├── FormMainWindow.Designer.cs
│ ├── FormMainWindow.resx
│ ├── FormMenu.cs
│ ├── FormMenu.Designer.cs
│ ├── FormMenu.resx
│ ├── FormStudent.cs
│ ├── FormStudent.Designer.cs
│ ├── FormStudent.resx
│ ├── FormWelcome.cs
│ ├── FormWelcome.Designer.cs
│ ├── FormWelcome.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Student MI.csproj.FileListAbsolute.txt
│ │ │ ├── Student MI.csproj.GenerateResource.Cache
│ │ │ ├── Student MI.exe
│ │ │ ├── Student_MI.Form1.resources
│ │ │ ├── Student_MI.FormAbout.resources
│ │ │ ├── Student_MI.FormAccount.resources
│ │ │ ├── Student_MI.FormAddAccount.resources
│ │ │ ├── Student_MI.FormAddCourse.resources
│ │ │ ├── Student_MI.FormAddScore.resources
│ │ │ ├── Student_MI.FormAddStudent.resources
│ │ │ ├── Student_MI.FormCourse.resources
│ │ │ ├── Student_MI.FormInquire.resources
│ │ │ ├── Student_MI.FormLogin.resources
│ │ │ ├── Student_MI.FormMain.resources
│ │ │ ├── Student_MI.FormMainWindow.resources
│ │ │ ├── Student_MI.FormMenu.resources
│ │ │ ├── Student_MI.FormModify.resources
│ │ │ ├── Student_MI.FormScoreManage.resources
│ │ │ ├── Student_MI.FormSource.resources
│ │ │ ├── Student_MI.FormStudents.resources
│ │ │ ├── Student_MI.FormWelcome.resources
│ │ │ ├── Student MI.pdb
│ │ │ ├── Student_MI.Properties.Resources.resources
│ │ │ ├── Student_MI.SearchForm.FormAccountSearch.resources
│ │ │ ├── Student_MI.SearchForm.FormCourseSearch.resources
│ │ │ ├── Student_MI.SearchForm.FormStudentSearch.resources
│ │ │ └── TempPE
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet10.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet11.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet12.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet13.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet14.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet15.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet16.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet1.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet2.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet3.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet4.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet5.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet6.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet7.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet8.Designer.cs.dll
│ │ │ ├── StudentManagerDataSet9.Designer.cs.dll
│ │ │ └── StudentManagerDataSet.Designer.cs.dll
│ │ └── Release
│ │ ├── Student MI.csproj.FileListAbsolute.txt
│ │ └── TempPE
│ │ ├── Properties.Resources.Designer.cs.dll
│ │ ├── StudentManagerDataSet1.Designer.cs.dll
│ │ ├── StudentManagerDataSet2.Designer.cs.dll
│ │ ├── StudentManagerDataSet3.Designer.cs.dll
│ │ ├── StudentManagerDataSet4.Designer.cs.dll
│ │ ├── StudentManagerDataSet5.Designer.cs.dll
│ │ └── StudentManagerDataSet.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── ABOUT.jpg
│ │ ├── LOGIN-1.jpg
│ │ ├── LOGIN.jpg
│ │ ├── Main.jpg
│ │ ├── newStu.gif
│ │ ├── newTeacher.gif
│ │ ├── newUser.gif
│ │ ├── question.gif
│ │ ├── search.gif
│ │ ├── searchTeacher.gif
│ │ ├── teacher.gif
│ │ ├── test.gif
│ │ └── WELCOME.jpg
│ ├── SearchForm
│ │ ├── FormAccountSearch.cs
│ │ ├── FormAccountSearch.Designer.cs
│ │ ├── FormAccountSearch.resx
│ │ ├── FormCourseSearch.cs
│ │ ├── FormCourseSearch.Designer.cs
│ │ ├── FormCourseSearch.resx
│ │ ├── FormScoreSearch.cs
│ │ ├── FormScoreSearch.designer.cs
│ │ ├── FormScoreSearch.resx
│ │ ├── FormStudentSearch.cs
│ │ ├── FormStudentSearch.Designer.cs
│ │ └── FormStudentSearch.resx
│ ├── SqlHelper.cs
│ ├── StudentManagerDataSet1.Designer.cs
│ ├── StudentManagerDataSet1.xsc
│ ├── StudentManagerDataSet1.xsd
│ ├── StudentManagerDataSet1.xss
│ ├── StudentManagerDataSet2.Designer.cs
│ ├── StudentManagerDataSet2.xsc
│ ├── StudentManagerDataSet2.xsd
│ ├── StudentManagerDataSet2.xss
│ ├── StudentManagerDataSet3.Designer.cs
│ ├── StudentManagerDataSet3.xsc
│ ├── StudentManagerDataSet3.xsd
│ ├── StudentManagerDataSet3.xss
│ ├── StudentManagerDataSet4.Designer.cs
│ ├── StudentManagerDataSet4.xsc
│ ├── StudentManagerDataSet4.xsd
│ ├── StudentManagerDataSet4.xss
│ ├── StudentManagerDataSet5.Designer.cs
│ ├── StudentManagerDataSet5.xsc
│ ├── StudentManagerDataSet5.xsd
│ ├── StudentManagerDataSet5.xss
│ ├── StudentManagerDataSet.Designer.cs
│ ├── StudentManagerDataSet.xsc
│ ├── StudentManagerDataSet.xsd
│ ├── StudentManagerDataSet.xss
│ ├── Student MI.csproj
│ └── UserHelper.cs
├── Student-MIS.sln
├── Student-MIS.v12.suo
└── UpgradeLog.htm
24 directories, 295 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论