基本信息
源码名称:c#考试管理系统
源码大小:5.66M
文件格式:.zip
开发语言:C#
更新时间:2022-09-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 3 元 
   源码介绍
c#考试管理系统

.
├── BaseClass.cs
├── DB
│   ├── db_Exam_Data.MDF
│   └── db_Exam_Log.LDF
├── Exam.csproj
├── Exam.sln
├── ImageFolder
│   ├── Thumbs.db
│   ├── 加载界面.bmp
│   ├── 清空按钮.bmp
│   ├── 登录按钮.bmp
│   ├── 退出按钮.bmp
│   ├── 登录界面背景.bmp
│   └── 学生登录成功窗体.bmp
├── Microsoft.Office.Interop.Excel.dll
├── Microsoft.Office.Interop.Word.dll
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── bin
│   ├── Debug
│   │   ├── Exam.exe
│   │   ├── Exam.pdb
│   │   ├── Exam.vshost.exe
│   │   ├── Exam.vshost.exe.manifest
│   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   ├── Microsoft.Office.Interop.Excel.xml
│   │   ├── Microsoft.Office.Interop.Word.dll
│   │   ├── Microsoft.Office.Interop.Word.xml
│   │   ├── Microsoft.Vbe.Interop.dll
│   │   ├── office.dll
│   │   └── office.xml
│   └── Release
├── c#考试管理系统
│   ├── BaseClass.cs
│   ├── DB
│   │   └── dboks.sql
│   ├── Exam.csproj
│   ├── Exam.sln
│   ├── ImageFolder
│   │   ├── Thumbs.db
│   │   ├── 加载界面.bmp
│   │   ├── 清空按钮.bmp
│   │   ├── 登录按钮.bmp
│   │   ├── 退出按钮.bmp
│   │   ├── 登录界面背景.bmp
│   │   └── 学生登录成功窗体.bmp
│   ├── Microsoft.Office.Interop.Excel.dll
│   ├── Microsoft.Office.Interop.Word.dll
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Exam.exe
│   │   │   ├── Exam.pdb
│   │   │   ├── Exam.vshost.exe
│   │   │   ├── Exam.vshost.exe.manifest
│   │   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   │   ├── Microsoft.Office.Interop.Excel.xml
│   │   │   ├── Microsoft.Office.Interop.Word.dll
│   │   │   ├── Microsoft.Office.Interop.Word.xml
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── office.dll
│   │   │   └── office.xml
│   │   └── Release
│   ├── frmAdminAddJudgeExam.Designer.cs
│   ├── frmAdminAddJudgeExam.cs
│   ├── frmAdminAddJudgeExam.resx
│   ├── frmAdminAddSelectExam.Designer.cs
│   ├── frmAdminAddSelectExam.cs
│   ├── frmAdminAddSelectExam.resx
│   ├── frmAdminExamSet.Designer.cs
│   ├── frmAdminExamSet.cs
│   ├── frmAdminExamSet.resx
│   ├── frmAdminFillExam.Designer.cs
│   ├── frmAdminFillExam.cs
│   ├── frmAdminFillExam.resx
│   ├── frmAdminFindScore.Designer.cs
│   ├── frmAdminFindScore.cs
│   ├── frmAdminFindScore.resx
│   ├── frmAdminManage.Designer.cs
│   ├── frmAdminManage.cs
│   ├── frmAdminManage.resx
│   ├── frmAdminStudent.Designer.cs
│   ├── frmAdminStudent.cs
│   ├── frmAdminStudent.resx
│   ├── frmChangePwd.Designer.cs
│   ├── frmChangePwd.cs
│   ├── frmChangePwd.resx
│   ├── frmLogin.Designer.cs
│   ├── frmLogin.cs
│   ├── frmLogin.resx
│   ├── frmStartExam.Designer.cs
│   ├── frmStartExam.cs
│   ├── frmStartExam.resx
│   ├── frmStudentExam.Designer.cs
│   ├── frmStudentExam.cs
│   ├── frmStudentExam.resx
│   ├── from.gif
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Exam.Properties.Resources.resources
│   │   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   │   ├── Exam.csproj.GenerateResource.Cache
│   │   │   ├── Exam.csprojResolveAssemblyReference.cache
│   │   │   ├── Exam.exe
│   │   │   ├── Exam.frmAdminAddJudgeExam.resources
│   │   │   ├── Exam.frmAdminAddSelectExam.resources
│   │   │   ├── Exam.frmAdminExamSet.resources
│   │   │   ├── Exam.frmAdminFillExam.resources
│   │   │   ├── Exam.frmAdminFindScore.resources
│   │   │   ├── Exam.frmAdminManage.resources
│   │   │   ├── Exam.frmAdminStudent.resources
│   │   │   ├── Exam.frmChangePwd.resources
│   │   │   ├── Exam.frmLogin.resources
│   │   │   ├── Exam.frmStartExam.resources
│   │   │   ├── Exam.frmStudentExam.resources
│   │   │   ├── Exam.pdb
│   │   │   ├── Exam.shijuan.resources
│   │   │   ├── ResGen.read.1.tlog
│   │   │   ├── ResGen.write.1.tlog
│   │   │   └── TempPE
│   │   │       └── Properties.Resources.Designer.cs.dll
│   │   └── Exam.csproj.FileList.txt
│   ├── shijuan.Designer.cs
│   ├── shijuan.cs
│   └── shijuan.resx
├── frmAdminAddJudgeExam.Designer.cs
├── frmAdminAddJudgeExam.cs
├── frmAdminAddJudgeExam.resx
├── frmAdminAddSelectExam.Designer.cs
├── frmAdminAddSelectExam.cs
├── frmAdminAddSelectExam.resx
├── frmAdminExamSet.Designer.cs
├── frmAdminExamSet.cs
├── frmAdminExamSet.resx
├── frmAdminFillExam.Designer.cs
├── frmAdminFillExam.cs
├── frmAdminFillExam.resx
├── frmAdminFindScore.Designer.cs
├── frmAdminFindScore.cs
├── frmAdminFindScore.resx
├── frmAdminManage.Designer.cs
├── frmAdminManage.cs
├── frmAdminManage.resx
├── frmAdminStudent.Designer.cs
├── frmAdminStudent.cs
├── frmAdminStudent.resx
├── frmChangePwd.Designer.cs
├── frmChangePwd.cs
├── frmChangePwd.resx
├── frmLogin.Designer.cs
├── frmLogin.cs
├── frmLogin.resx
├── frmStartExam.Designer.cs
├── frmStartExam.cs
├── frmStartExam.resx
├── frmStudentExam.Designer.cs
├── frmStudentExam.cs
├── frmStudentExam.resx
├── from.gif
├── obj
│   ├── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Exam.Properties.Resources.resources
│   │   ├── Exam.csproj.FileListAbsolute.txt
│   │   ├── Exam.csproj.GenerateResource.Cache
│   │   ├── Exam.csprojResolveAssemblyReference.cache
│   │   ├── Exam.exe
│   │   ├── Exam.frmAdminAddJudgeExam.resources
│   │   ├── Exam.frmAdminAddSelectExam.resources
│   │   ├── Exam.frmAdminExamSet.resources
│   │   ├── Exam.frmAdminFillExam.resources
│   │   ├── Exam.frmAdminFindScore.resources
│   │   ├── Exam.frmAdminManage.resources
│   │   ├── Exam.frmAdminStudent.resources
│   │   ├── Exam.frmChangePwd.resources
│   │   ├── Exam.frmLogin.resources
│   │   ├── Exam.frmStartExam.resources
│   │   ├── Exam.frmStudentExam.resources
│   │   ├── Exam.pdb
│   │   ├── Exam.shijuan.resources
│   │   ├── ResGen.read.1.tlog
│   │   ├── ResGen.write.1.tlog
│   │   └── TempPE
│   │       └── Properties.Resources.Designer.cs.dll
│   └── Exam.csproj.FileList.txt
├── shijuan.Designer.cs
├── shijuan.cs
├── shijuan.resx
└── 好例子网_c#考试管理系统.zip

19 directories, 184 files