在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C# winform小项目集合

C# winform小项目集合

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.60M
  • 下载次数:22
  • 浏览次数:580
  • 发布时间:2021-11-17
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
里面包含很多简单易学的项目,很适合新手练习
【实例截图】
【核心代码】
4744300845192132882.zip
└── C#winform
├── DVD管理系统
│   ├── database
│   │   ├── dvdDB_log.ldf
│   │   └── dvdDB.mdf
│   ├── demo5
│   │   ├── App.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── demo5.exe
│   │   │   │   ├── demo5.exe.config
│   │   │   │   ├── demo5.pdb
│   │   │   │   ├── demo5.vshost.exe
│   │   │   │   ├── demo5.vshost.exe.config
│   │   │   │   └── demo5.vshost.exe.manifest
│   │   │   └── Release
│   │   │   ├── demo5.exe
│   │   │   ├── demo5.exe.config
│   │   │   └── demo5.pdb
│   │   ├── DBHelper.cs
│   │   ├── demo5.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── demo5.csproj.FileListAbsolute.txt
│   │   │   │   ├── demo5.csproj.GenerateResource.Cache
│   │   │   │   ├── demo5.csprojResolveAssemblyReference.cache
│   │   │   │   ├── demo5.exe
│   │   │   │   ├── demo5.Form1.resources
│   │   │   │   ├── demo5.pdb
│   │   │   │   ├── demo5.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── demo5.csproj.FileListAbsolute.txt
│   │   │   ├── demo5.csproj.GenerateResource.Cache
│   │   │   ├── demo5.csprojResolveAssemblyReference.cache
│   │   │   ├── demo5.exe
│   │   │   ├── demo5.Form1.resources
│   │   │   ├── demo5.pdb
│   │   │   ├── demo5.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── demo5.sln
│   └── demo5.v11.suo
├── 员工信息管理系统
│   ├── d.sql
│   ├── 员工信息管理系统
│   │   ├── App.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── 员工信息管理系统.exe
│   │   │   │   ├── 员工信息管理系统.exe.config
│   │   │   │   ├── 员工信息管理系统.pdb
│   │   │   │   ├── 员工信息管理系统.vshost.exe
│   │   │   │   ├── 员工信息管理系统.vshost.exe.config
│   │   │   │   └── 员工信息管理系统.vshost.exe.manifest
│   │   │   └── Release
│   │   │   ├── 员工信息管理系统.exe
│   │   │   ├── 员工信息管理系统.exe.config
│   │   │   ├── 员工信息管理系统.pdb
│   │   │   ├── 员工信息管理系统.vshost.exe
│   │   │   ├── 员工信息管理系统.vshost.exe.config
│   │   │   └── 员工信息管理系统.vshost.exe.manifest
│   │   ├── DBHelper.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Form2.cs
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── 员工信息管理系统.csproj.FileListAbsolute.txt
│   │   │   │   ├── 员工信息管理系统.csproj.GenerateResource.Cache
│   │   │   │   ├── 员工信息管理系统.csprojResolveAssemblyReference.cache
│   │   │   │   ├── 员工信息管理系统.exe
│   │   │   │   ├── 员工信息管理系统.Form1.resources
│   │   │   │   ├── 员工信息管理系统.Form2.resources
│   │   │   │   ├── 员工信息管理系统.pdb
│   │   │   │   └── 员工信息管理系统.Properties.Resources.resources
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 员工信息管理系统.csproj.FileListAbsolute.txt
│   │   │   ├── 员工信息管理系统.csproj.GenerateResource.Cache
│   │   │   ├── 员工信息管理系统.csprojResolveAssemblyReference.cache
│   │   │   ├── 员工信息管理系统.exe
│   │   │   ├── 员工信息管理系统.Form1.resources
│   │   │   ├── 员工信息管理系统.Form2.resources
│   │   │   ├── 员工信息管理系统.pdb
│   │   │   └── 员工信息管理系统.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── 员工信息管理系统.csproj
│   ├── 员工信息管理系统.sln
│   └── 员工信息管理系统.v11.suo
├── 图书信息管理系统
│   ├── AddBookForm.cs
│   ├── AddBookForm.Designer.cs
│   ├── AddBookForm.resx
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 图书信息管理系统.exe
│   │   │   ├── 图书信息管理系统.exe.config
│   │   │   ├── 图书信息管理系统.pdb
│   │   │   ├── 图书信息管理系统.vshost.exe
│   │   │   ├── 图书信息管理系统.vshost.exe.config
│   │   │   └── 图书信息管理系统.vshost.exe.manifest
│   │   └── Release
│   │   ├── 图书信息管理系统.exe
│   │   ├── 图书信息管理系统.exe.config
│   │   └── 图书信息管理系统.pdb
│   ├── BookDB_log.ldf
│   ├── BookDB.mdf
│   ├── BookManagerForm.cs
│   ├── BookManagerForm.Designer.cs
│   ├── BookManagerForm.resx
│   ├── DBHelper.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 图书信息管理系统.AddBookForm.resources
│   │   │   ├── 图书信息管理系统.BookManagerForm.resources
│   │   │   ├── 图书信息管理系统.csproj.FileListAbsolute.txt
│   │   │   ├── 图书信息管理系统.csproj.GenerateResource.Cache
│   │   │   ├── 图书信息管理系统.csprojResolveAssemblyReference.cache
│   │   │   ├── 图书信息管理系统.exe
│   │   │   ├── 图书信息管理系统.pdb
│   │   │   └── 图书信息管理系统.Properties.Resources.resources
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── 图书信息管理系统.AddBookForm.resources
│   │   ├── 图书信息管理系统.BookManagerForm.resources
│   │   ├── 图书信息管理系统.csproj.FileListAbsolute.txt
│   │   ├── 图书信息管理系统.csproj.GenerateResource.Cache
│   │   ├── 图书信息管理系统.csprojResolveAssemblyReference.cache
│   │   ├── 图书信息管理系统.exe
│   │   ├── 图书信息管理系统.pdb
│   │   └── 图书信息管理系统.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 图书信息管理系统.csproj
│   ├── 图书信息管理系统.sln
│   └── 图书信息管理系统.v11.suo
├── 学习查询系统
│   └── WindowsFormsApplication1
│   ├── WindowsFormsApplication1
│   │   ├── App.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── WindowsFormsApplication1.exe
│   │   │   │   ├── WindowsFormsApplication1.exe.config
│   │   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   │   ├── WindowsFormsApplication1.vshost.exe
│   │   │   │   ├── WindowsFormsApplication1.vshost.exe.config
│   │   │   │   └── WindowsFormsApplication1.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── DBHelper.cs
│   │   ├── InfoQueryForm.cs
│   │   ├── InfoQueryForm.Designer.cs
│   │   ├── InfoQueryForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│   │   │   ├── WindowsFormsApplication1.csproj.GenerateResource.Cache
│   │   │   ├── WindowsFormsApplication1.csprojResolveAssemblyReference.cache
│   │   │   ├── WindowsFormsApplication1.exe
│   │   │   ├── WindowsFormsApplication1.InfoQueryForm.resources
│   │   │   ├── WindowsFormsApplication1.MainForm.resources
│   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   └── WindowsFormsApplication1.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── WindowsFormsApplication1.csproj
│   ├── WindowsFormsApplication1.sln
│   └── WindowsFormsApplication1.v11.suo
├── 学校团体管理系统13
├── 学生信息查询15
├── 学生信息管理系统
│   ├── SCCE 2.0 G1 WinForms 综合测试 - 04.docx
│   ├── 学生信息管理系统
│   │   ├── App.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── 学生信息管理系统.exe
│   │   │   │   ├── 学生信息管理系统.exe.config
│   │   │   │   ├── 学生信息管理系统.pdb
│   │   │   │   ├── 学生信息管理系统.vshost.exe
│   │   │   │   ├── 学生信息管理系统.vshost.exe.config
│   │   │   │   └── 学生信息管理系统.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── DBHelper.cs
│   │   ├── InfoQueryForm.cs
│   │   ├── InfoQueryForm.Designer.cs
│   │   ├── InfoQueryForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 学生信息管理系统.csproj.FileListAbsolute.txt
│   │   │   ├── 学生信息管理系统.csproj.GenerateResource.Cache
│   │   │   ├── 学生信息管理系统.csprojResolveAssemblyReference.cache
│   │   │   ├── 学生信息管理系统.exe
│   │   │   ├── 学生信息管理系统.InfoQueryForm.resources
│   │   │   ├── 学生信息管理系统.MainForm.resources
│   │   │   ├── 学生信息管理系统.pdb
│   │   │   └── 学生信息管理系统.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── 学生信息管理系统.csproj
│   ├── 学生信息管理系统.sln
│   ├── 学生信息管理系统.v11.suo
│   └── 数据库
│   ├── StuInfo_log.ldf
│   └── StuInfo.mdf
├── 宿舍管理系统1(未完成)
│   ├── App.config
│   ├── bin
│   │   └── Debug
│   │   ├── 宿舍管理系统.exe.config
│   │   ├── 宿舍管理系统.vshost.exe
│   │   ├── 宿舍管理系统.vshost.exe.config
│   │   └── 宿舍管理系统.vshost.exe.manifest
│   ├── DBHelper.cs
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   └── 宿舍管理系统.csproj.FileListAbsolute.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 宿舍管理系统.csproj
│   ├── 宿舍管理系统.sln
│   └── 宿舍管理系统.v11.suo
├── 手机信息查询系统
│   └── 手机信息查询
│   ├── MobileManager_log.ldf
│   ├── MobileManager.mdf
│   ├── SCCE 2.0 G1 WinForms 综合测试 - 03.docx
│   ├── 手机信息查询
│   │   ├── App.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── MobileInfoWindows.exe
│   │   │   │   ├── MobileInfoWindows.exe.config
│   │   │   │   ├── MobileInfoWindows.pdb
│   │   │   │   ├── MobileInfoWindows.vshost.exe
│   │   │   │   ├── MobileInfoWindows.vshost.exe.config
│   │   │   │   ├── MobileInfoWindows.vshost.exe.manifest
│   │   │   │   ├── 手机信息查询.exe.config
│   │   │   │   ├── 手机信息查询.vshost.exe.config
│   │   │   │   └── 手机信息查询.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── DBHelper.cs
│   │   ├── MobileInfoFrom.cs
│   │   ├── MobileInfoFrom.Designer.cs
│   │   ├── MobileInfoFrom.resx
│   │   ├── MobileInfoWindows.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MobileInfoWindows.csproj.FileListAbsolute.txt
│   │   │   ├── MobileInfoWindows.csproj.GenerateResource.Cache
│   │   │   ├── MobileInfoWindows.csprojResolveAssemblyReference.cache
│   │   │   ├── MobileInfoWindows.exe
│   │   │   ├── MobileInfoWindows.MobileInfoFrom.resources
│   │   │   ├── MobileInfoWindows.pdb
│   │   │   ├── MobileInfoWindows.Properties.Resources.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── 手机信息查询.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 手机信息查询.sln
│   └── 手机信息查询.v11.suo
├── 手机信息管理系统
│   ├── m.sql
│   ├── 手机信息管理系统
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 手机信息管理系统.exe
│   │   │   ├── 手机信息管理系统.exe.config
│   │   │   ├── 手机信息管理系统.pdb
│   │   │   ├── 手机信息管理系统.vshost.exe
│   │   │   ├── 手机信息管理系统.vshost.exe.config
│   │   │   └── 手机信息管理系统.vshost.exe.manifest
│   │   ├── DBHelper.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Form2.cs
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.resx
│   │   ├── Form3.cs
│   │   ├── Form3.Designer.cs
│   │   ├── Form3.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 手机信息管理系统.csproj.FileListAbsolute.txt
│   │   │   ├── 手机信息管理系统.csproj.GenerateResource.Cache
│   │   │   ├── 手机信息管理系统.csprojResolveAssemblyReference.cache
│   │   │   ├── 手机信息管理系统.exe
│   │   │   ├── 手机信息管理系统.Form1.resources
│   │   │   ├── 手机信息管理系统.Form2.resources
│   │   │   ├── 手机信息管理系统.Form3.resources
│   │   │   ├── 手机信息管理系统.pdb
│   │   │   └── 手机信息管理系统.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── 手机信息管理系统.csproj
│   ├── 手机信息管理系统.sln
│   └── 手机信息管理系统.v11.suo
├── 手机销售管理系统12,16
│   ├── MobileDB.sql
│   └── 手机销售管理系统
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 手机销售管理系统.exe
│   │   │   ├── 手机销售管理系统.exe.config
│   │   │   ├── 手机销售管理系统.pdb
│   │   │   ├── 手机销售管理系统.vshost.exe
│   │   │   ├── 手机销售管理系统.vshost.exe.config
│   │   │   └── 手机销售管理系统.vshost.exe.manifest
│   │   └── Release
│   ├── DBHelper.cs
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── Form2.cs
│   ├── Form2.Designer.cs
│   ├── Form2.resx
│   ├── Form3.cs
│   ├── Form3.Designer.cs
│   ├── Form3.resx
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── 手机销售管理系统.csproj.FileListAbsolute.txt
│   │   ├── 手机销售管理系统.csproj.GenerateResource.Cache
│   │   ├── 手机销售管理系统.csprojResolveAssemblyReference.cache
│   │   ├── 手机销售管理系统.exe
│   │   ├── 手机销售管理系统.Form1.resources
│   │   ├── 手机销售管理系统.Form2.resources
│   │   ├── 手机销售管理系统.Form3.resources
│   │   ├── 手机销售管理系统.pdb
│   │   └── 手机销售管理系统.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 手机销售管理系统.csproj
│   ├── 手机销售管理系统.sln
│   └── 手机销售管理系统.v11.suo
├── 班级作业查询系统
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 班级作业查询系统.exe
│   │   │   ├── 班级作业查询系统.exe.config
│   │   │   ├── 班级作业查询系统.pdb
│   │   │   ├── 班级作业查询系统.vshost.exe
│   │   │   ├── 班级作业查询系统.vshost.exe.config
│   │   │   └── 班级作业查询系统.vshost.exe.manifest
│   │   └── Release
│   │   ├── 班级作业查询系统.exe
│   │   ├── 班级作业查询系统.exe.config
│   │   └── 班级作业查询系统.pdb
│   ├── DBHelper.cs
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── Form2.cs
│   ├── Form2.Designer.cs
│   ├── Form2.resx
│   ├── Form3.cs
│   ├── Form3.Designer.cs
│   ├── Form3.resx
│   ├── HomeWorkSys_log.ldf
│   ├── HomeWorkSys.mdf
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 班级作业查询系统.csproj.FileListAbsolute.txt
│   │   │   ├── 班级作业查询系统.csproj.GenerateResource.Cache
│   │   │   ├── 班级作业查询系统.csprojResolveAssemblyReference.cache
│   │   │   ├── 班级作业查询系统.exe
│   │   │   ├── 班级作业查询系统.Form1.resources
│   │   │   ├── 班级作业查询系统.Form2.resources
│   │   │   ├── 班级作业查询系统.Form3.resources
│   │   │   ├── 班级作业查询系统.pdb
│   │   │   └── 班级作业查询系统.Properties.Resources.resources
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── 班级作业查询系统.csproj.FileListAbsolute.txt
│   │   ├── 班级作业查询系统.csproj.GenerateResource.Cache
│   │   ├── 班级作业查询系统.csprojResolveAssemblyReference.cache
│   │   ├── 班级作业查询系统.exe
│   │   ├── 班级作业查询系统.Form1.resources
│   │   ├── 班级作业查询系统.Form2.resources
│   │   ├── 班级作业查询系统.Form3.resources
│   │   ├── 班级作业查询系统.pdb
│   │   └── 班级作业查询系统.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 班级作业查询系统.csproj
│   ├── 班级作业查询系统.sln
│   └── 班级作业查询系统.v11.suo
├── 登入验证8,10
├── 航班订票系统6
├── 英雄联盟小雨盒子
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 英雄联盟图片
│   │   │   │   ├── Garen.jpg
│   │   │   │   └── Thumbs.db
│   │   │   ├── 英雄联盟小雨盒子.exe
│   │   │   ├── 英雄联盟小雨盒子.exe.config
│   │   │   ├── 英雄联盟小雨盒子.pdb
│   │   │   ├── 英雄联盟小雨盒子.vshost.exe
│   │   │   ├── 英雄联盟小雨盒子.vshost.exe.config
│   │   │   └── 英雄联盟小雨盒子.vshost.exe.manifest
│   │   └── Release
│   │   ├── 英雄联盟小雨盒子.exe
│   │   ├── 英雄联盟小雨盒子.exe.config
│   │   └── 英雄联盟小雨盒子.pdb
│   ├── DBHelper.cs
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 英雄联盟小雨盒子.csproj.FileListAbsolute.txt
│   │   │   ├── 英雄联盟小雨盒子.csproj.GenerateResource.Cache
│   │   │   ├── 英雄联盟小雨盒子.csprojResolveAssemblyReference.cache
│   │   │   ├── 英雄联盟小雨盒子.exe
│   │   │   ├── 英雄联盟小雨盒子.Form1.resources
│   │   │   ├── 英雄联盟小雨盒子.pdb
│   │   │   └── 英雄联盟小雨盒子.Properties.Resources.resources
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── 英雄联盟小雨盒子.csproj.FileListAbsolute.txt
│   │   ├── 英雄联盟小雨盒子.csproj.GenerateResource.Cache
│   │   ├── 英雄联盟小雨盒子.csprojResolveAssemblyReference.cache
│   │   ├── 英雄联盟小雨盒子.exe
│   │   ├── 英雄联盟小雨盒子.Form1.resources
│   │   ├── 英雄联盟小雨盒子.pdb
│   │   └── 英雄联盟小雨盒子.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 英雄联盟小雨盒子.csproj
│   ├── 英雄联盟小雨盒子.sln
│   └── 英雄联盟小雨盒子.v11.suo
├── 超神商品管理系统
│   ├── App.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 超神商品管理系统.exe
│   │   │   ├── 超神商品管理系统.exe.config
│   │   │   ├── 超神商品管理系统.pdb
│   │   │   ├── 超神商品管理系统.vshost.exe
│   │   │   ├── 超神商品管理系统.vshost.exe.config
│   │   │   └── 超神商品管理系统.vshost.exe.manifest
│   │   └── Release
│   │   ├── 超神商品管理系统.exe
│   │   ├── 超神商品管理系统.exe.config
│   │   └── 超神商品管理系统.pdb
│   ├── DBHelper.cs
│   ├── DBShopManage_log.ldf
│   ├── DBShopManage.mdf
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── Form2.cs
│   ├── Form2.Designer.cs
│   ├── Form2.resx
│   ├── Form3.cs
│   ├── Form3.Designer.cs
│   ├── Form3.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 超神商品管理系统.csproj.FileListAbsolute.txt
│   │   │   ├── 超神商品管理系统.csproj.GenerateResource.Cache
│   │   │   ├── 超神商品管理系统.csprojResolveAssemblyReference.cache
│   │   │   ├── 超神商品管理系统.exe
│   │   │   ├── 超神商品管理系统.Form1.resources
│   │   │   ├── 超神商品管理系统.Form2.resources
│   │   │   ├── 超神商品管理系统.Form3.resources
│   │   │   ├── 超神商品管理系统.pdb
│   │   │   └── 超神商品管理系统.Properties.Resources.resources
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── 超神商品管理系统.csproj.FileListAbsolute.txt
│   │   ├── 超神商品管理系统.csproj.GenerateResource.Cache
│   │   ├── 超神商品管理系统.csprojResolveAssemblyReference.cache
│   │   ├── 超神商品管理系统.exe
│   │   ├── 超神商品管理系统.Form1.resources
│   │   ├── 超神商品管理系统.Form2.resources
│   │   ├── 超神商品管理系统.Form3.resources
│   │   ├── 超神商品管理系统.pdb
│   │   └── 超神商品管理系统.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 超神商品管理系统.csproj
│   ├── 超神商品管理系统.sln
│   └── 超神商品管理系统.v11.suo
├── 车辆管理系统
│   ├── AutoSys_log.ldf
│   ├── AutoSys.mdf
│   ├── 车辆管理系统
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 车辆管理系统.exe
│   │   │   ├── 车辆管理系统.exe.config
│   │   │   ├── 车辆管理系统.pdb
│   │   │   ├── 车辆管理系统.vshost.exe
│   │   │   ├── 车辆管理系统.vshost.exe.config
│   │   │   └── 车辆管理系统.vshost.exe.manifest
│   │   ├── DBHelper.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Form2.cs
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.resx
│   │   ├── Form3.cs
│   │   ├── Form3.Designer.cs
│   │   ├── Form3.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── 车辆管理系统.csproj.FileListAbsolute.txt
│   │   │   ├── 车辆管理系统.csproj.GenerateResource.Cache
│   │   │   ├── 车辆管理系统.csprojResolveAssemblyReference.cache
│   │   │   ├── 车辆管理系统.exe
│   │   │   ├── 车辆管理系统.Form1.resources
│   │   │   ├── 车辆管理系统.Form2.resources
│   │   │   ├── 车辆管理系统.Form3.resources
│   │   │   ├── 车辆管理系统.pdb
│   │   │   └── 车辆管理系统.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── 车辆管理系统.csproj
│   ├── 车辆管理系统.sln
│   └── 车辆管理系统.v11.suo
├── 餐厅日常订餐管理系统7
└── 高校信息管理系统
├── SchoolDB_log.ldf
├── SchoolDB.mdf
├── 高校信息管理系统
│   ├── App.config
│   ├── bin
│   │   └── Debug
│   │   ├── 高校信息管理系统.exe
│   │   ├── 高校信息管理系统.exe.config
│   │   ├── 高校信息管理系统.pdb
│   │   ├── 高校信息管理系统.vshost.exe
│   │   ├── 高校信息管理系统.vshost.exe.config
│   │   └── 高校信息管理系统.vshost.exe.manifest
│   ├── DBHelper.cs
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── Form2.cs
│   ├── Form2.Designer.cs
│   ├── Form2.resx
│   ├── Form3.cs
│   ├── Form3.Designer.cs
│   ├── Form3.resx
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   ├── 高校信息管理系统.csproj.FileListAbsolute.txt
│   │   ├── 高校信息管理系统.csproj.GenerateResource.Cache
│   │   ├── 高校信息管理系统.csprojResolveAssemblyReference.cache
│   │   ├── 高校信息管理系统.exe
│   │   ├── 高校信息管理系统.Form1.resources
│   │   ├── 高校信息管理系统.Form2.resources
│   │   ├── 高校信息管理系统.Form3.resources
│   │   ├── 高校信息管理系统.pdb
│   │   └── 高校信息管理系统.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── 高校信息管理系统.csproj
├── 高校信息管理系统.sln
└── 高校信息管理系统.v11.suo

140 directories, 629 files

标签:

实例下载地址

C# winform小项目集合

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警