实例介绍
这是我的课程设,虽然界面是看别人的,但功能实现代码完全自己编写的,界面还可以,功能很完。
【实例截图】
【核心代码】
宿舍管理系统
└── 宿舍管理系统
├── 宿舍管理系统
│ ├── AddCharge.cs
│ ├── AddCharge.Designer.cs
│ ├── AddCharge.resx
│ ├── AddDormCheck.cs
│ ├── AddDormCheck.Designer.cs
│ ├── AddDormCheck.resx
│ ├── AddDorm.cs
│ ├── AddDorm.Designer.cs
│ ├── AddDorm.resx
│ ├── AddRegis.cs
│ ├── AddRegis.Designer.cs
│ ├── AddRegis.resx
│ ├── AddRepair.cs
│ ├── AddRepair.Designer.cs
│ ├── AddRepair.resx
│ ├── AddStudent.cs
│ ├── AddStudent.Designer.cs
│ ├── AddStudent.resx
│ ├── AddUser.cs
│ ├── AddUser.Designer.cs
│ ├── AddUser.resx
│ ├── bin
│ │ └── Debug
│ │ ├── 宿舍管理系统.exe
│ │ ├── 宿舍管理系统.pdb
│ │ ├── 宿舍管理系统.vshost.exe
│ │ └── 宿舍管理系统.vshost.exe.manifest
│ ├── ChargeInfo.cs
│ ├── ChargeModify.cs
│ ├── ChargeModify.Designer.cs
│ ├── ChargeModify.resx
│ ├── CheckModify.cs
│ ├── CheckModify.Designer.cs
│ ├── CheckModify.resx
│ ├── CheckRecord.cs
│ ├── DormInfo.cs
│ ├── DormModify.cs
│ ├── DormModify.Designer.cs
│ ├── DormModify.resx
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── image
│ │ ├── carbonfighters_Tornado.jpg
│ │ ├── oe_calendar.gif
│ │ ├── oe_drafts.gif
│ │ ├── oe_notes.gif
│ │ ├── oe_outbox.gif
│ │ ├── oe_outlooktoday.gif
│ │ ├── oe_tasks.gif
│ │ └── Overlooking Rio.jpg
│ ├── Main.cs
│ ├── Main.Designer.cs
│ ├── Main.resx
│ ├── ModifyPassword.cs
│ ├── ModifyPassword.Designer.cs
│ ├── ModifyPassword.resx
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 宿舍管理系统.AddCharge.resources
│ │ ├── 宿舍管理系统.AddDormCheck.resources
│ │ ├── 宿舍管理系统.AddDorm.resources
│ │ ├── 宿舍管理系统.AddRegis.resources
│ │ ├── 宿舍管理系统.AddRepair.resources
│ │ ├── 宿舍管理系统.AddStudent.resources
│ │ ├── 宿舍管理系统.AddUser.resources
│ │ ├── 宿舍管理系统.ChargeModify.resources
│ │ ├── 宿舍管理系统.CheckModify.resources
│ │ ├── 宿舍管理系统.csproj.FileListAbsolute.txt
│ │ ├── 宿舍管理系统.DormModify.resources
│ │ ├── 宿舍管理系统.exe
│ │ ├── 宿舍管理系统.Form1.resources
│ │ ├── 宿舍管理系统.Main.resources
│ │ ├── 宿舍管理系统.ModifyPassword.resources
│ │ ├── 宿舍管理系统.pdb
│ │ ├── 宿舍管理系统.Properties.Resources.resources
│ │ ├── 宿舍管理系统.RegisterModify.resources
│ │ ├── 宿舍管理系统.RepairModify.resources
│ │ ├── 宿舍管理系统.SelectCharge.resources
│ │ ├── 宿舍管理系统.SelectDormCheck.resources
│ │ ├── 宿舍管理系统.selectDorm.resources
│ │ ├── 宿舍管理系统.SelectRegister.resources
│ │ ├── 宿舍管理系统.SelectRepair.resources
│ │ ├── 宿舍管理系统.SelectStudent.resources
│ │ └── 宿舍管理系统.StudentModify.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RegisterInfo.cs
│ ├── RegisterModify.cs
│ ├── RegisterModify.Designer.cs
│ ├── RegisterModify.resx
│ ├── RepairInfo.cs
│ ├── RepairModify.cs
│ ├── RepairModify.Designer.cs
│ ├── RepairModify.resx
│ ├── SelectCharge.cs
│ ├── SelectCharge.Designer.cs
│ ├── SelectCharge.resx
│ ├── SelectDormCheck.cs
│ ├── SelectDormCheck.Designer.cs
│ ├── SelectDormCheck.resx
│ ├── selectDorm.cs
│ ├── selectDorm.Designer.cs
│ ├── selectDorm.resx
│ ├── SelectRegister.cs
│ ├── SelectRegister.Designer.cs
│ ├── SelectRegister.resx
│ ├── SelectRepair.cs
│ ├── SelectRepair.Designer.cs
│ ├── SelectRepair.resx
│ ├── SelectStudent.cs
│ ├── SelectStudent.Designer.cs
│ ├── SelectStudent.resx
│ ├── StudentInfo.cs
│ ├── StudentModify.cs
│ ├── StudentModify.Designer.cs
│ ├── StudentModify.resx
│ ├── UserInfo.cs
│ └── 宿舍管理系统.csproj
├── 宿舍管理系统.sln
└── 宿舍管理系统.suo
10 directories, 126 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论