资源简介
本系统未采用C#实现MDI——多文档窗口,因为考虑到C#的该技术与java类似,而暑期java实训时,曾用过类似的方法做过停车场管理系统,所以想为这次的系统注入一点新鲜的血液,所以本系统设计的主题采用了了C#的C#TreeView 实现。
选用c#实现。学生信息管理系统。
本系统包括两类用户:学生、管理员。
**管理员功能:**
1. 可以通过系统来添加管理员信息、修改管理员信息、添加学生信息、修改学生信息;
2. 开设课程、查询课程、录入成绩、统计成绩、修改成绩、修改个人密码等;
**学生功能**
1. 通过系统来选择课程、查询课程、显示自己的课表、查询自己的成绩单、修改个人密码等等。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace test1
{
public partial class aboutForm : Form
{
public aboutForm()
{
InitializeComponent();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 533 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\README.md
文件 1951611 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\学生选课及成绩查询管理系统的设计与开发报告.docx
文件 1704 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\数据库\2.sql
文件 80885 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\imgs\1.jpg
文件 101873 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\imgs\2.jpg
文件 344 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\aboutForm.cs
文件 2754 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\aboutForm.Designer.cs
文件 5698 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\aboutForm.resx
文件 4705 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addgradeForm.cs
文件 11355 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addgradeForm.Designer.cs
文件 5698 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addgradeForm.resx
文件 2375 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addmanForm.cs
文件 6577 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addmanForm.Designer.cs
文件 5698 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addmanForm.resx
文件 2417 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addstuForm.cs
文件 13909 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addstuForm.Designer.cs
文件 5698 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addstuForm.resx
文件 458 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addteacForm.cs
文件 10022 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addteacForm.Designer.cs
文件 5698 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\addteacForm.resx
文件 418 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\app.config
文件 374272 2020-01-05 18:07 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\bin\Debug\test1.exe
文件 418 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\bin\Debug\test1.exe.config
文件 357888 2020-01-05 18:07 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\bin\Debug\test1.pdb
文件 22984 2020-01-06 11:02 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\bin\Debug\test1.vshost.exe
文件 418 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\bin\Debug\test1.vshost.exe.config
文件 490 2018-04-12 07:35 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\bin\Debug\test1.vshost.exe.manifest
文件 6684 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\chooseForm.cs
文件 12396 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\chooseForm.Designer.cs
文件 5698 2015-05-17 18:14 C#学生成绩管理系统\information-management-system-of-students-master\源代码\test1\test1\chooseForm.resx
............此处省略111个文件信息
评论
共有 条评论