在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#制作图书馆管理系统 论文+ 代码+数据库+截图

C#制作图书馆管理系统 论文+ 代码+数据库+截图

一般编程问题

下载此实例

实例介绍

【实例简介】
C#制作图书馆管理系统 文档 代码 都有 是个很成功的毕业论文 值得推荐和下载

【实例截图】

【核心代码】

毕业论文-勿动

├── 毕业论文(学生:刘飞).doc
├── 毕业论文1.doc
├── 毕业论文模板.doc
└── 图书馆管理系统
    ├── book
    │   ├── Untitled-1.html
    │   ├── 截图
    │   │   ├── Thumbs.db
    │   │   ├── 图片1.png
    │   │   └── 主界面.bmp
    │   ├── 新建 文本文档.txt
    │   └── 说明.doc
    ├── image
    │   ├── 1.ico
    │   ├── 2.ico
    │   ├── 3.ico
    │   ├── 4.ico
    │   ├── App2.ico
    │   ├── BallOut.wav
    │   ├── BrickHit.wav
    │   ├── CLSDFOLD.ICO
    │   ├── DRIVE.ICO
    │   ├── ICON3.ICO
    │   ├── MYCOMP.ICO
    │   ├── OPENFOLD.ICO
    │   ├── PaddleHit.wav
    │   ├── Thumbs.db
    │   ├── WallHit.wav
    │   ├── Wincustomize2.ico
    │   └── XTRD-star_yellow.ico
    ├── 读者类别设置
    │   ├── DataSet1.Designer.cs
    │   ├── DataSet1.xsc
    │   ├── DataSet1.xsd
    │   ├── DataSet1.xss
    │   ├── DataSet2.Designer.cs
    │   ├── DataSet2.xsc
    │   ├── DataSet2.xsd
    │   ├── DataSet2.xss
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   └── Debug
    │   │       ├── 读者类别设置.exe
    │   │       ├── 读者类别设置.pdb
    │   │       └── 读者类别设置.vshost.exe
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Refactor
    │   │   │   ├── TempPE
    │   │   │   │   ├── DataSet1.Designer.cs.dll
    │   │   │   │   └── DataSet2.Designer.cs.dll
    │   │   │   ├── 读者类别设置.Form1.resources
    │   │   │   ├── 读者类别设置.Properties.Resources.resources
    │   │   │   ├── 读者类别设置.csproj.GenerateResource.Cache
    │   │   │   ├── 读者类别设置.exe
    │   │   │   └── 读者类别设置.pdb
    │   │   └── 读者类别设置.csproj.FileList.txt
    │   └── 读者类别设置.csproj
    ├── 读者类别设置.sln
    ├── 图书馆管理系统
    │   ├── CrystalReport1.cs
    │   ├── CrystalReport1.rpt
    │   ├── CrystalReport2.cs
    │   ├── CrystalReport2.rpt
    │   ├── CrystalReport3.cs
    │   ├── CrystalReport3.rpt
    │   ├── CrystalReport4.cs
    │   ├── CrystalReport4.rpt
    │   ├── DataSet1.Designer.cs
    │   ├── DataSet1.xsc
    │   ├── DataSet1.xsd
    │   ├── DataSet1.xss
    │   ├── DataSet2.Designer.cs
    │   ├── DataSet2.xsc
    │   ├── DataSet2.xsd
    │   ├── DataSet2.xss
    │   ├── DataSet3.Designer.cs
    │   ├── DataSet3.xsc
    │   ├── DataSet3.xsd
    │   ├── DataSet3.xss
    │   ├── DataSet4.Designer.cs
    │   ├── DataSet4.xsc
    │   ├── DataSet4.xsd
    │   ├── DataSet4.xss
    │   ├── DataSet5.Designer.cs
    │   ├── DataSet5.xsc
    │   ├── DataSet5.xsd
    │   ├── DataSet5.xss
    │   ├── DataSet6.Designer.cs
    │   ├── DataSet6.xsc
    │   ├── DataSet6.xsd
    │   ├── DataSet6.xss
    │   ├── DataSet7.Designer.cs
    │   ├── DataSet7.xsc
    │   ├── DataSet7.xsd
    │   ├── DataSet7.xss
    │   ├── DataSet8.Designer.cs
    │   ├── DataSet8.xsc
    │   ├── DataSet8.xsd
    │   ├── DataSet8.xss
    │   ├── DataSet9.Designer.cs
    │   ├── DataSet9.xsc
    │   ├── DataSet9.xsd
    │   ├── DataSet9.xss
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Form2.Designer.cs
    │   ├── Form2.cs
    │   ├── Form2.resx
    │   ├── Form3.Designer.cs
    │   ├── Form3.cs
    │   ├── Form3.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── 001.jpg
    │   │   ├── 002.jpg
    │   │   ├── 003.jpg
    │   │   ├── 004.jpg
    │   │   ├── 1.ico
    │   │   ├── 3.ico
    │   │   ├── 76267.jpg
    │   │   ├── 865.gif
    │   │   ├── Thumbs.db
    │   │   ├── bj.jpg
    │   │   ├── bj0.jpg
    │   │   ├── bj1.jpg
    │   │   ├── ok.jpg
    │   │   ├── print.gif
    │   │   ├── print1.gif
    │   │   ├── save.gif
    │   │   ├── 修改.bmp
    │   │   ├── 关闭.bmp
    │   │   ├── 删除.bmp
    │   │   ├── 刷新.bmp
    │   │   ├── 取消.bmp
    │   │   ├── 搜索.bmp
    │   │   ├── 新增.bmp
    │   │   ├── 上记录.bmp
    │   │   ├── 下记录.bmp
    │   │   ├── 尾记录.bmp
    │   │   └── 首记录.bmp
    │   ├── Selectbook.Designer.cs
    │   ├── Selectbook.cs
    │   ├── Selectbook.resx
    │   ├── TextFile1.txt
    │   ├── bin
    │   │   └── Debug
    │   │       ├── AxInterop.WMPLib.dll
    │   │       ├── Interop.WMPLib.dll
    │   │       ├── 读者类别设置.exe
    │   │       ├── 读者类别设置.pdb
    │   │       ├── 图书馆管理系统.exe
    │   │       ├── 图书馆管理系统.pdb
    │   │       └── 图书馆管理系统.vshost.exe
    │   ├── libbook.mdf
    │   ├── libbook_log.ldf
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── AxInterop.WMPLib.dll
    │   │   │   ├── Interop.WMPLib.dll
    │   │   │   ├── Refactor
    │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   ├── TempPE
    │   │   │   │   ├── CrystalReport1.cs.dll
    │   │   │   │   ├── CrystalReport2.cs.dll
    │   │   │   │   ├── CrystalReport3.cs.dll
    │   │   │   │   ├── CrystalReport4.cs.dll
    │   │   │   │   ├── CrystalReport5.cs.dll
    │   │   │   │   ├── DataSet1.Designer.cs.dll
    │   │   │   │   ├── DataSet2.Designer.cs.dll
    │   │   │   │   ├── DataSet3.Designer.cs.dll
    │   │   │   │   ├── DataSet4.Designer.cs.dll
    │   │   │   │   ├── DataSet5.Designer.cs.dll
    │   │   │   │   ├── DataSet6.Designer.cs.dll
    │   │   │   │   ├── DataSet7.Designer.cs.dll
    │   │   │   │   ├── DataSet8.Designer.cs.dll
    │   │   │   │   ├── DataSet9.Designer.cs.dll
    │   │   │   │   └── Properties.Resources.Designer.cs.dll
    │   │   │   ├── 图书馆管理系统.CrystalReport1.rpt
    │   │   │   ├── 图书馆管理系统.CrystalReport2.rpt
    │   │   │   ├── 图书馆管理系统.CrystalReport3.rpt
    │   │   │   ├── 图书馆管理系统.CrystalReport4.rpt
    │   │   │   ├── 图书馆管理系统.CrystalReport5.rpt
    │   │   │   ├── 图书馆管理系统.Form1.resources
    │   │   │   ├── 图书馆管理系统.Form2.resources
    │   │   │   ├── 图书馆管理系统.Form3.resources
    │   │   │   ├── 图书馆管理系统.Properties.Resources.resources
    │   │   │   ├── 图书馆管理系统.Selectbook.resources
    │   │   │   ├── 图书馆管理系统.csproj.GenerateResource.Cache
    │   │   │   ├── 图书馆管理系统.csproj.ResolveComReference.cache
    │   │   │   ├── 图书馆管理系统.exe
    │   │   │   ├── 图书馆管理系统.pdb
    │   │   │   ├── 图书馆管理系统.帮助.resources
    │   │   │   ├── 图书馆管理系统.报表.resources
    │   │   │   ├── 图书馆管理系统.登录窗.resources
    │   │   │   ├── 图书馆管理系统.图书借阅.resources
    │   │   │   ├── 图书馆管理系统.图书归还.resources
    │   │   │   ├── 图书馆管理系统.图书征定.resources
    │   │   │   ├── 图书馆管理系统.图书注销.resources
    │   │   │   ├── 图书馆管理系统.图书盘点.resources
    │   │   │   ├── 图书馆管理系统.图书罚款.resources
    │   │   │   ├── 图书馆管理系统.图书验收.resources
    │   │   │   ├── 图书馆管理系统.报表窗体.resources
    │   │   │   ├── 图书馆管理系统.续证管理.resources
    │   │   │   ├── 图书馆管理系统.读者类型.resources
    │   │   │   ├── 图书馆管理系统.出版社管理.resources
    │   │   │   ├── 图书馆管理系统.图书管管理.resources
    │   │   │   ├── 图书馆管理系统.管理员信息.resources
    │   │   │   ├── 图书馆管理系统.借书证件管理.resources
    │   │   │   ├── 图书馆管理系统.图书档案管理.resources
    │   │   │   ├── 图书馆管理系统.图书类型设置.resources
    │   │   │   ├── 图书馆管理系统.读者档案管理.resources
    │   │   │   ├── 图书馆管理系统.读者类别设置.resources
    │   │   │   ├── 图书馆管理系统.读者类型管理.resources
    │   │   │   ├── 图书馆管理系统.逾期图书清单.resources
    │   │   │   ├── 图书馆管理系统.关于图书馆系统.resources
    │   │   │   └── 图书馆管理系统.读者档案管理表打印.resources
    │   │   └── 图书馆管理系统.csproj.FileList.txt
    │   ├── 帮助.Designer.cs
    │   ├── 报表.Designer.cs
    │   ├── 帮助.cs
    │   ├── 报表.cs
    │   ├── 帮助.resx
    │   ├── 报表.resx
    │   ├── 帮助.txt
    │   ├── 登录窗.Designer.cs
    │   ├── 登录窗.cs
    │   ├── 登录窗.resx
    │   ├── 图书借阅.Designer.cs
    │   ├── 图书归还.Designer.cs
    │   ├── 图书征定.Designer.cs
    │   ├── 图书注销.Designer.cs
    │   ├── 图书盘点.Designer.cs
    │   ├── 图书罚款.Designer.cs
    │   ├── 图书验收.Designer.cs
    │   ├── 报表窗体.Designer.cs
    │   ├── 系统面版.Designer.cs
    │   ├── 续证管理.Designer.cs
    │   ├── 读者类型.Designer.cs
    │   ├── 图书借阅.cs
    │   ├── 图书归还.cs
    │   ├── 图书征定.cs
    │   ├── 图书注销.cs
    │   ├── 图书盘点.cs
    │   ├── 图书罚款.cs
    │   ├── 图书验收.cs
    │   ├── 报表窗体.cs
    │   ├── 系统面版.cs
    │   ├── 续证管理.cs
    │   ├── 读者类型.cs
    │   ├── 图书借阅.resx
    │   ├── 图书归还.resx
    │   ├── 图书征定.resx
    │   ├── 图书注销.resx
    │   ├── 图书盘点.resx
    │   ├── 图书罚款.resx
    │   ├── 图书验收.resx
    │   ├── 报表窗体.resx
    │   ├── 系统面版.resx
    │   ├── 续证管理.resx
    │   ├── 读者类型.resx
    │   ├── 新建文件夹
    │   │   ├── DataSet1.Designer.cs
    │   │   ├── DataSet1.xsc
    │   │   ├── DataSet1.xsd
    │   │   ├── DataSet1.xss
    │   │   ├── DataSet2.Designer.cs
    │   │   ├── DataSet2.xsc
    │   │   ├── DataSet2.xsd
    │   │   ├── DataSet2.xss
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.cs
    │   │   ├── Form1.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── 读者类别设置.exe
    │   │   │       ├── 读者类别设置.pdb
    │   │   │       └── 读者类别设置.vshost.exe
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Refactor
    │   │   │   │   ├── TempPE
    │   │   │   │   │   ├── DataSet1.Designer.cs.dll
    │   │   │   │   │   └── DataSet2.Designer.cs.dll
    │   │   │   │   ├── 读者类别设置.Form1.resources
    │   │   │   │   ├── 读者类别设置.Properties.Resources.resources
    │   │   │   │   ├── 读者类别设置.csproj.GenerateResource.Cache
    │   │   │   │   ├── 读者类别设置.exe
    │   │   │   │   └── 读者类别设置.pdb
    │   │   │   └── 读者类别设置.csproj.FileList.txt
    │   │   └── 读者类别设置.csproj
    │   ├── 出版社管理.Designer.cs
    │   ├── 图书管管理.Designer.cs
    │   ├── 管理员信息.Designer.cs
    │   ├── 出版社管理.cs
    │   ├── 图书管管理.cs
    │   ├── 管理员信息.cs
    │   ├── 出版社管理.resx
    │   ├── 图书管管理.resx
    │   ├── 管理员信息.resx
    │   ├── 借书证件管理.Designer.cs
    │   ├── 图书档案管理.Designer.cs
    │   ├── 图书类型设置.Designer.cs
    │   ├── 读者档案管理.Designer.cs
    │   ├── 读者类别设置.Designer.cs
    │   ├── 读者类型管理.Designer.cs
    │   ├── 逾期图书清单.Designer.cs
    │   ├── 借书证件管理.cs
    │   ├── 图书档案管理.cs
    │   ├── 图书类型设置.cs
    │   ├── 读者档案管理.cs
    │   ├── 读者类别设置.cs
    │   ├── 读者类型管理.cs
    │   ├── 逾期图书清单.cs
    │   ├── 感动天感动地.mp3
    │   ├── 借书证件管理.resx
    │   ├── 图书档案管理.resx
    │   ├── 图书类型设置.resx
    │   ├── 读者档案管理.resx
    │   ├── 读者类别设置.resx
    │   ├── 读者类型管理.resx
    │   ├── 逾期图书清单.resx
    │   ├── 关于图书馆系统.Designer.cs
    │   ├── 关于图书馆系统.cs
    │   ├── 图书馆管理系统.csproj
    │   ├── 图书馆管理系统.csproj.user
    │   ├── 关于图书馆系统.resx
    │   ├── 图书馆管理系统.sql
    │   ├── 读者档案管理表打印.Designer.cs
    │   ├── 读者档案管理表打印.cs
    │   └── 读者档案管理表打印.resx
    ├── 图书馆管理系统.sln
    └── 图书馆管理系统.suo

29 directories, 327 files


网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警