基本信息
源码名称:C#winfrom入门学习源码(含登陆框、数据库操作)access数据库
源码大小:0.42M
文件格式:.rar
开发语言:C#
更新时间:2023-06-07
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#winfrom入门学习源码(含登陆框、数据库操作)access数据库
一个入门者用来学习C#的源码,包含登陆框、数据检索、datagridview操作、数据增加、删除、修改。
文件清单
└── chbb
├── chbb
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── chbb.exe
│ │ ├── chbb.exe.config
│ │ ├── chbb.mdb
│ │ ├── chbb.pdb
│ │ ├── chbb.vshost.exe
│ │ ├── chbb.vshost.exe.config
│ │ ├── MAIL18.ICO
│ │ └── msiexec.exe
│ ├── bmp
│ │ └── bg1.gif
│ ├── CardAdd.cs
│ ├── CardAdd.Designer.cs
│ ├── CardAdd.resx
│ ├── CardLevelDataSet.Designer.cs
│ ├── CardLevelDataSet.xsc
│ ├── CardLevelDataSet.xsd
│ ├── CardLevelDataSet.xss
│ ├── CardModify.cs
│ ├── CardModify.Designer.cs
│ ├── CardModify.resx
│ ├── chbb.csproj
│ ├── chbb.csproj.user
│ ├── chbbDataSet.Designer.cs
│ ├── chbbDataSetSpjg.Designer.cs
│ ├── chbbDataSetSpjg.xsc
│ ├── chbbDataSetSpjg.xsd
│ ├── chbbDataSetSpjg.xss
│ ├── chbbDataSet.xsc
│ ├── chbbDataSet.xsd
│ ├── chbbDataSet.xss
│ ├── chbb.mdb
│ ├── chbb.sln
│ ├── chbb.suo
│ ├── ClassDiagram1.cd
│ ├── DBHepler.cs
│ ├── ggfuncation.cs
│ ├── Login.cs
│ ├── Login.Designer.cs
│ ├── Login.resx
│ ├── Main.cs
│ ├── Main.Designer.cs
│ ├── Main.resx
│ ├── obj
│ │ ├── chbb.csproj.FileList.txt
│ │ └── Debug
│ │ ├── chbb.CardAdd.resources
│ │ ├── chbb.CardModify.resources
│ │ ├── chbb.csproj.GenerateResource.Cache
│ │ ├── chbb.exe
│ │ ├── chbb.Login.resources
│ │ ├── chbb.Main.resources
│ │ ├── chbb.pdb
│ │ ├── chbb.Properties.Resources.resources
│ │ ├── chbb.Spjgwh.resources
│ │ ├── chbb.SpxsAdd.resources
│ │ ├── chbb.SpxxAdd.resources
│ │ ├── chbb.Spxxback.resources
│ │ ├── chbb.spxx.resources
│ │ ├── Refactor
│ │ └── TempPE
│ │ ├── CardLevelDataSet.Designer.cs.dll
│ │ ├── chbbDataSet.Designer.cs.dll
│ │ └── chbbDataSetSpjg.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Spjgwh.cs
│ ├── Spjgwh.Designer.cs
│ ├── Spjgwh.resx
│ ├── SpxsAdd.cs
│ ├── SpxsAdd.Designer.cs
│ ├── SpxsAdd.resx
│ ├── SpxxAdd.cs
│ ├── SpxxAdd.Designer.cs
│ ├── SpxxAdd.resx
│ ├── Spxxback.cs
│ ├── Spxxback.Designer.cs
│ ├── Spxxback.resx
│ ├── spxx.cs
│ ├── spxx.Designer.cs
│ └── spxx.resx
└── user.txt
10 directories, 81 files
C#winfrom入门学习源码(含登陆框、数据库操作)access数据库
一个入门者用来学习C#的源码,包含登陆框、数据检索、datagridview操作、数据增加、删除、修改。
文件清单
└── chbb
├── chbb
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── chbb.exe
│ │ ├── chbb.exe.config
│ │ ├── chbb.mdb
│ │ ├── chbb.pdb
│ │ ├── chbb.vshost.exe
│ │ ├── chbb.vshost.exe.config
│ │ ├── MAIL18.ICO
│ │ └── msiexec.exe
│ ├── bmp
│ │ └── bg1.gif
│ ├── CardAdd.cs
│ ├── CardAdd.Designer.cs
│ ├── CardAdd.resx
│ ├── CardLevelDataSet.Designer.cs
│ ├── CardLevelDataSet.xsc
│ ├── CardLevelDataSet.xsd
│ ├── CardLevelDataSet.xss
│ ├── CardModify.cs
│ ├── CardModify.Designer.cs
│ ├── CardModify.resx
│ ├── chbb.csproj
│ ├── chbb.csproj.user
│ ├── chbbDataSet.Designer.cs
│ ├── chbbDataSetSpjg.Designer.cs
│ ├── chbbDataSetSpjg.xsc
│ ├── chbbDataSetSpjg.xsd
│ ├── chbbDataSetSpjg.xss
│ ├── chbbDataSet.xsc
│ ├── chbbDataSet.xsd
│ ├── chbbDataSet.xss
│ ├── chbb.mdb
│ ├── chbb.sln
│ ├── chbb.suo
│ ├── ClassDiagram1.cd
│ ├── DBHepler.cs
│ ├── ggfuncation.cs
│ ├── Login.cs
│ ├── Login.Designer.cs
│ ├── Login.resx
│ ├── Main.cs
│ ├── Main.Designer.cs
│ ├── Main.resx
│ ├── obj
│ │ ├── chbb.csproj.FileList.txt
│ │ └── Debug
│ │ ├── chbb.CardAdd.resources
│ │ ├── chbb.CardModify.resources
│ │ ├── chbb.csproj.GenerateResource.Cache
│ │ ├── chbb.exe
│ │ ├── chbb.Login.resources
│ │ ├── chbb.Main.resources
│ │ ├── chbb.pdb
│ │ ├── chbb.Properties.Resources.resources
│ │ ├── chbb.Spjgwh.resources
│ │ ├── chbb.SpxsAdd.resources
│ │ ├── chbb.SpxxAdd.resources
│ │ ├── chbb.Spxxback.resources
│ │ ├── chbb.spxx.resources
│ │ ├── Refactor
│ │ └── TempPE
│ │ ├── CardLevelDataSet.Designer.cs.dll
│ │ ├── chbbDataSet.Designer.cs.dll
│ │ └── chbbDataSetSpjg.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Spjgwh.cs
│ ├── Spjgwh.Designer.cs
│ ├── Spjgwh.resx
│ ├── SpxsAdd.cs
│ ├── SpxsAdd.Designer.cs
│ ├── SpxsAdd.resx
│ ├── SpxxAdd.cs
│ ├── SpxxAdd.Designer.cs
│ ├── SpxxAdd.resx
│ ├── Spxxback.cs
│ ├── Spxxback.Designer.cs
│ ├── Spxxback.resx
│ ├── spxx.cs
│ ├── spxx.Designer.cs
│ └── spxx.resx
└── user.txt
10 directories, 81 files