实例介绍
C# C/S小区物业管理系统。怒舔毕业设计的人下吧,
【实例截图】
【核心代码】
myCommunity
└── myCommunity
├── myCommunity
│ ├── AddBuilding.cs
│ ├── AddBuilding.Designer.cs
│ ├── AddBuilding.resx
│ ├── AddCarPos.cs
│ ├── AddCarPos.Designer.cs
│ ├── AddCarPos.resx
│ ├── AddComplaint.cs
│ ├── AddComplaint.Designer.cs
│ ├── AddComplaint.resx
│ ├── AddMoveOutFrm.cs
│ ├── AddMoveOutFrm.Designer.cs
│ ├── AddMoveOutFrm.resx
│ ├── AddOtherAmountFrm.cs
│ ├── AddOtherAmountFrm.Designer.cs
│ ├── AddOtherAmountFrm.resx
│ ├── AddOwnersInfoFrm.cs
│ ├── AddOwnersInfoFrm.Designer.cs
│ ├── AddOwnersInfoFrm.resx
│ ├── AddProperty.cs
│ ├── AddProperty.Designer.cs
│ ├── AddProperty.resx
│ ├── AddRepair.cs
│ ├── AddRepair.Designer.cs
│ ├── AddRepair.resx
│ ├── AddUser.cs
│ ├── AddUser.Designer.cs
│ ├── AddUser.resx
│ ├── advSearchFrm.cs
│ ├── advSearchFrm.Designer.cs
│ ├── advSearchFrm.resx
│ ├── amountPayFrm.cs
│ ├── amountPayFrm.Designer.cs
│ ├── amountPayFrm.resx
│ ├── amountQueryFrm.cs
│ ├── amountQueryFrm.Designer.cs
│ ├── amountQueryFrm.resx
│ ├── amountRegistFrm.cs
│ ├── amountRegistFrm.Designer.cs
│ ├── amountRegistFrm.resx
│ ├── baseClass
│ │ └── SqlConnn.cs
│ ├── bin
│ │ └── Debug
│ │ ├── myCommunity.exe
│ │ ├── myCommunity.pdb
│ │ └── myCommunity.vshost.exe
│ ├── buildingFrm.cs
│ ├── buildingFrm.Designer.cs
│ ├── buildingFrm.resx
│ ├── carPositionFrm.cs
│ ├── carPositionFrm.Designer.cs
│ ├── carPositionFrm.resx
│ ├── changePwdFrm.cs
│ ├── changePwdFrm.Designer.cs
│ ├── changePwdFrm.resx
│ ├── commonPropertyFrm.cs
│ ├── commonPropertyFrm.Designer.cs
│ ├── commonPropertyFrm.resx
│ ├── commonRepairFrm.cs
│ ├── commonRepairFrm.Designer.cs
│ ├── commonRepairFrm.resx
│ ├── complaintFrm.cs
│ ├── complaintFrm.Designer.cs
│ ├── complaintFrm.resx
│ ├── hyPayFrm.cs
│ ├── hyPayFrm.Designer.cs
│ ├── hyPayFrm.resx
│ ├── hyQueryFrm.cs
│ ├── hyQueryFrm.Designer.cs
│ ├── hyQueryFrm.resx
│ ├── hyRegistFrm.cs
│ ├── hyRegistFrm.Designer.cs
│ ├── hyRegistFrm.resx
│ ├── loginFrm.cs
│ ├── loginFrm.Designer.cs
│ ├── loginFrm.resx
│ ├── mainFrm.cs
│ ├── mainFrm.Designer.cs
│ ├── mainFrm.resx
│ ├── moveFrm.cs
│ ├── moveFrm.Designer.cs
│ ├── moveFrm.resx
│ ├── myCommunity.csproj
│ ├── myCommunity.csproj.user
│ ├── obj
│ │ ├── Debug
│ │ │ ├── myCommunity.AddBuilding.resources
│ │ │ ├── myCommunity.AddCarPos.resources
│ │ │ ├── myCommunity.AddComplaint.resources
│ │ │ ├── myCommunity.AddMoveOutFrm.resources
│ │ │ ├── myCommunity.AddOtherAmountFrm.resources
│ │ │ ├── myCommunity.AddOwnersInfoFrm.resources
│ │ │ ├── myCommunity.AddProperty.resources
│ │ │ ├── myCommunity.AddRepair.resources
│ │ │ ├── myCommunity.AddUser.resources
│ │ │ ├── myCommunity.advSearchFrm.resources
│ │ │ ├── myCommunity.amountPayFrm.resources
│ │ │ ├── myCommunity.amountQueryFrm.resources
│ │ │ ├── myCommunity.amountRegistFrm.resources
│ │ │ ├── myCommunity.buildingFrm.resources
│ │ │ ├── myCommunity.carPositionFrm.resources
│ │ │ ├── myCommunity.changePwdFrm.resources
│ │ │ ├── myCommunity.commonPropertyFrm.resources
│ │ │ ├── myCommunity.commonRepairFrm.resources
│ │ │ ├── myCommunity.complaintFrm.resources
│ │ │ ├── myCommunity.csproj.GenerateResource.Cache
│ │ │ ├── myCommunity.exe
│ │ │ ├── myCommunity.hyPayFrm.resources
│ │ │ ├── myCommunity.hyQueryFrm.resources
│ │ │ ├── myCommunity.hyRegistFrm.resources
│ │ │ ├── myCommunity.loginFrm.resources
│ │ │ ├── myCommunity.mainFrm.resources
│ │ │ ├── myCommunity.moveFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.amountPayFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.amountQueryFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.amountRegistFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.buildingFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.carPositionFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.commonPropertyFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.commonRepairFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.complaintFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.hyPayFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.hyQueryFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.hyRegistFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.loginFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.mainFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.moveFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.otherAmountFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.ownerFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.ownerRepairFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.ownerReportFrm.resources
│ │ │ ├── myCommunity.obj.Debug.myCommunity.Properties.Resources.resources
│ │ │ ├── myCommunity.operatorFrm.resources
│ │ │ ├── myCommunity.otherAmountFrm.resources
│ │ │ ├── myCommunity.ownerFrm.resources
│ │ │ ├── myCommunity.ownerRepairFrm.resources
│ │ │ ├── myCommunity.ownerReportFrm.resources
│ │ │ ├── myCommunity.pdb
│ │ │ ├── myCommunity.Properties.Resources.resources
│ │ │ ├── myCommunity.searchFrm.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ ├── CrystalReport1.cs.dll
│ │ │ ├── myCommunityDataSet1.Designer.cs.dll
│ │ │ ├── myCommunityDataSet.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── myCommunity.csproj.FileList.txt
│ ├── operatorFrm.cs
│ ├── operatorFrm.Designer.cs
│ ├── operatorFrm.resx
│ ├── otherAmountFrm.cs
│ ├── otherAmountFrm.Designer.cs
│ ├── otherAmountFrm.resx
│ ├── ownerFrm.cs
│ ├── ownerFrm.Designer.cs
│ ├── ownerFrm.resx
│ ├── ownerRepairFrm.cs
│ ├── ownerRepairFrm.Designer.cs
│ ├── ownerRepairFrm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 登录背景.jpg
│ │ └── 背景.jpg
│ ├── searchFrm.cs
│ ├── searchFrm.Designer.cs
│ └── searchFrm.resx
├── myCommunity.sln
└── myCommunity.suo
10 directories, 166 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)