嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c# 图书管理系统
用c# 语言编写的图书管理系统 功能完全,用的是sql server数据库,压缩包里有数据库。
.
├── c# 图书管理系统.rar
└── 图书管理系统
├── 数据库
│ ├── 图书管理系统_Data.MDF
│ └── 图书管理系统_Log.LDF
├── 图书管理系统
│ ├── Component1.Designer.cs
│ ├── Component1.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── login11.jpg
│ ├── UserControl1.Designer.cs
│ ├── UserControl1.cs
│ ├── admain.Designer.cs
│ ├── admain.cs
│ ├── admain.resx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── WindowsFormsApplication1.exe
│ │ │ ├── WindowsFormsApplication1.pdb
│ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ ├── 图书管理系统.exe
│ │ │ ├── 图书管理系统.pdb
│ │ │ ├── 图书管理系统.vshost.exe
│ │ │ └── 图书管理系统.vshost.exe.manifest
│ │ └── Release
│ ├── bookback.Designer.cs
│ ├── bookback.cs
│ ├── bookback.resx
│ ├── bookborrow.Designer.cs
│ ├── bookborrow.cs
│ ├── bookborrow.resx
│ ├── bookmanage.Designer.cs
│ ├── bookmanage.cs
│ ├── bookmanage.resx
│ ├── frmreader.Designer.cs
│ ├── frmreader.cs
│ ├── frmreader.resx
│ ├── libraryinfromation.Designer.cs
│ ├── libraryinfromation.cs
│ ├── libraryinfromation.resx
│ ├── login.Designer.cs
│ ├── login.cs
│ ├── login.resx
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowsFormsApplication1.MainForm.resources
│ │ │ ├── WindowsFormsApplication1.Properties.Resources.resources
│ │ │ ├── WindowsFormsApplication1.admain.resources
│ │ │ ├── WindowsFormsApplication1.bookback.resources
│ │ │ ├── WindowsFormsApplication1.bookborrow.resources
│ │ │ ├── WindowsFormsApplication1.bookmanage.resources
│ │ │ ├── WindowsFormsApplication1.exe
│ │ │ ├── WindowsFormsApplication1.frmreader.resources
│ │ │ ├── WindowsFormsApplication1.libraryinfromation.resources
│ │ │ ├── WindowsFormsApplication1.login.resources
│ │ │ ├── WindowsFormsApplication1.pdb
│ │ │ ├── WindowsFormsApplication1.readerchange.resources
│ │ │ ├── WindowsFormsApplication1.searchbook.resources
│ │ │ ├── 图书管理系统.csproj.FileListAbsolute.txt
│ │ │ ├── 图书管理系统.exe
│ │ │ └── 图书管理系统.pdb
│ │ └── Release
│ ├── readerchange.Designer.cs
│ ├── readerchange.cs
│ ├── readerchange.resx
│ ├── searchbook.Designer.cs
│ ├── searchbook.cs
│ ├── searchbook.resx
│ ├── 图书管理系统.csproj
│ └── 图书管理系统.csproj.user
├── 图书管理系统.sln
└── 图书管理系统.suo
13 directories, 77 files