实例介绍
利用C#开发的图书馆管理系统的源代码(利用DotNetBar设计界面),WinApp,主要功能都已经完成。所有的sql语句在sql目录里。本项目在打开前请安装DotNetBar(我的其他资源里有)。
【实例截图】
【核心代码】
4744302543452898123.rar
├── BLL
│ ├── AdminInfo.cs
│ ├── app.config
│ ├── ApplicationConfig.cs
│ ├── bin
│ │ └── Debug
│ │ ├── BLL.dll
│ │ ├── BLL.dll.config
│ │ ├── BLL.pdb
│ │ ├── DAL.dll
│ │ └── DAL.pdb
│ ├── BLL.csproj
│ ├── BLL.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SearchTypeEnum.cs
│ ├── Study
│ │ ├── HeaterEventArgs.cs
│ │ └── SWWWaterHeater.cs
│ ├── SysAutoProcess.cs
│ └── Utility.cs
├── DAL
│ ├── Admin.cs
│ ├── app.config
│ ├── BaseConnection.cs
│ ├── bin
│ │ └── Debug
│ │ ├── DAL.dll
│ │ ├── DAL.dll.config
│ │ └── DAL.pdb
│ ├── Book.cs
│ ├── BorrowInfo.cs
│ ├── DAL.csproj
│ ├── DAL.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Reader.cs
│ └── Search.cs
├── Fodder
│ ├── icons
│ │ └── DecodeField.ico
│ ├── images
│ │ ├── adminadd.png
│ │ ├── adminadmin.png
│ │ ├── bg.jpg
│ │ ├── bookadd.png
│ │ ├── bookadmin.png
│ │ ├── booklend.png
│ │ ├── bookreturn.png
│ │ ├── exit.png
│ │ ├── loginkey.jpg
│ │ ├── noprofile.jpeg
│ │ ├── Reader0002.jpg.jpg
│ │ ├── readeradd.png
│ │ ├── readeradmin.png
│ │ ├── searchbtn.ico
│ │ ├── search.png
│ │ └── sysconfig.png
│ ├── loading
│ │ ├── loading10.gif
│ │ ├── loading11.gif
│ │ ├── loading12.gif
│ │ ├── loading13.gif
│ │ ├── loading14.gif
│ │ ├── loading15.gif
│ │ ├── loading16.gif
│ │ ├── loading17.gif
│ │ ├── loading18.gif
│ │ ├── loading19.gif
│ │ ├── loading1.gif
│ │ ├── loading20.gif
│ │ ├── loading21.gif
│ │ ├── loading22.gif
│ │ ├── loading23.gif
│ │ ├── loading24.gif
│ │ ├── loading25.gif
│ │ ├── loading26.gif
│ │ ├── loading27.gif
│ │ ├── loading28.gif
│ │ ├── loading29.gif
│ │ ├── loading2.gif
│ │ ├── loading30.gif
│ │ ├── loading31.gif
│ │ ├── loading32.gif
│ │ ├── loading33.gif
│ │ ├── loading34.gif
│ │ ├── loading35.gif
│ │ ├── loading36.gif
│ │ ├── loading37.gif
│ │ ├── loading39.gif
│ │ ├── loading3.gif
│ │ ├── loading40.gif
│ │ ├── loading41.gif
│ │ ├── loading42.gif
│ │ ├── loading43.gif
│ │ ├── loading44.gif
│ │ ├── loading45.gif
│ │ ├── loading46.gif
│ │ ├── loading47.gif
│ │ ├── loading48.gif
│ │ ├── loading49.gif
│ │ ├── loading4.gif
│ │ ├── loading50.gif
│ │ ├── loading51.gif
│ │ ├── loading5.gif
│ │ ├── loading6.gif
│ │ ├── loading7.gif
│ │ ├── loading8.gif
│ │ ├── loading9.gif
│ │ └── READ ME!!.txt
│ └── menuimages
│ ├── addnewitem.bmp
│ ├── ClassView.bmp
│ ├── copy.bmp
│ ├── CSharpFile.bmp
│ ├── CSharpForm.bmp
│ ├── CSharpProject.bmp
│ ├── CSharpProjectFolder.bmp
│ ├── CSharpResourceFile.bmp
│ ├── cut.bmp
│ ├── exit.ico
│ ├── FindInFiles.bmp
│ ├── NavigateBackwards.bmp
│ ├── NavigateForwards.bmp
│ ├── newproject.bmp
│ ├── open.bmp
│ ├── paste.bmp
│ ├── saveall.bmp
│ ├── save.bmp
│ ├── search.ico
│ ├── SolutionExplorer.bmp
│ ├── SolutionFileFolderView.bmp
│ ├── SolutionProperties.bmp
│ ├── SolutionRefresh.bmp
│ ├── SolutionShowHiddenFiles.bmp
│ ├── StartProject.bmp
│ ├── Toolbox.bmp
│ └── undo.bmp
├── LibSetup
│ ├── Debug
│ │ ├── LibSetup.msi
│ │ └── setup.exe
│ ├── LibSetup.vdproj
│ └── Release
├── slnLibrary.sln
├── Sql
│ └── Sql.sql
├── Study
│ ├── bin
│ │ └── Debug
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Study.exe
│ │ └── Study.pdb
│ ├── FormMain.cs
│ ├── FormMain.Designer.cs
│ ├── FormMain.resx
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResGen.read.1.tlog
│ │ ├── ResGen.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── Study.csproj.FileListAbsolute.txt
│ │ ├── Study.exe
│ │ ├── Study.FormMain.resources
│ │ ├── Study.pdb
│ │ ├── Study.Properties.Resources.resources
│ │ └── TempPE
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Study.csproj
│ └── Study.csproj.user
└── WinApp
├── Admin
│ ├── FormAdminAdd.cs
│ ├── FormAdminAdd.Designer.cs
│ ├── FormAdminAdd.resx
│ ├── FormAdminAdmin.cs
│ ├── FormAdminAdmin.Designer.cs
│ ├── FormAdminAdmin.resx
│ ├── FormAdminDetail.cs
│ ├── FormAdminDetail.Designer.cs
│ └── FormAdminDetail.resx
├── App.config
├── bin
│ └── Debug
│ ├── BLL.dll
│ ├── BLL.pdb
│ ├── DAL.dll
│ ├── DAL.pdb
│ ├── WinApp.application
│ ├── WinApp.exe
│ ├── WinApp.exe.config
│ ├── WinApp.exe.manifest
│ ├── WinApp.pdb
│ ├── WinApp.vshost.exe
│ └── WinApp.vshost.exe.config
├── Book
│ ├── FormBookAdmin.cs
│ ├── FormBookAdmin.Designer.cs
│ └── FormBookAdmin.resx
├── BorrowAndReturn
│ ├── FormBorrowBook.cs
│ ├── FormBorrowBook.Designer.cs
│ ├── FormBorrowBook.resx
│ ├── FormReturnBook.cs
│ ├── FormReturnBook.Designer.cs
│ └── FormReturnBook.resx
├── CustomControl
│ ├── BlockBase.cs
│ ├── BlockBase.Designer.cs
│ ├── BorrowInfoBlock.cs
│ ├── BorrowInfoBlock.Designer.cs
│ └── BorrowInfoBlock.resx
├── FormLogin.cs
├── FormLogin.Designer.cs
├── FormLogin.resx
├── FormMain.cs
├── FormMain.Designer.cs
├── FormMain.resx
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── ResGen.read.1.tlog
│ ├── ResGen.write.1.tlog
│ ├── ResolveAssemblyReference.cache
│ ├── TempPE
│ ├── WinApp.application
│ ├── WinApp.csproj.FileListAbsolute.txt
│ ├── WinApp.CustomControl.BorrowInfoBlock.resources
│ ├── WinApp.exe
│ ├── WinApp.exe.manifest
│ ├── WinApp.FormAdminAdd.resources
│ ├── WinApp.FormAdminAdmin.resources
│ ├── WinApp.FormAdminDetail.resources
│ ├── WinApp.FormBookAdmin.resources
│ ├── WinApp.FormBorrowBook.resources
│ ├── WinApp.FormLogin.resources
│ ├── WinApp.FormMain.resources
│ ├── WinApp.FormReaderAdmin.resources
│ ├── WinApp.FormReturnBook.resources
│ ├── WinApp.FormSearch.resources
│ ├── WinApp.FormSysConfig.resources
│ ├── WinApp.FormSysProcess.resources
│ ├── WinApp.pdb
│ └── WinApp.Properties.Resources.resources
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Reader
│ ├── FormReaderAdmin.cs
│ ├── FormReaderAdmin.Designer.cs
│ └── FormReaderAdmin.resx
├── Search
│ ├── FormSearch.cs
│ ├── FormSearch.Designer.cs
│ └── FormSearch.resx
├── SysInfo
│ ├── FormSysConfig.cs
│ ├── FormSysConfig.Designer.cs
│ ├── FormSysConfig.resx
│ ├── FormSysProcess.cs
│ ├── FormSysProcess.Designer.cs
│ └── FormSysProcess.resx
├── WinApp.csproj
├── WinApp.csproj.user
└── WinApp_TemporaryKey.pfx
45 directories, 250 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论