基本信息
源码名称:通讯录 通讯录 很好的通讯录 C#+access数据库
源码大小:2.79M
文件格式:.rar
开发语言:C#
更新时间:2023-12-02
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
通讯录  通讯录  很好的通讯录   C# access数据库
通讯录 通讯录 很好的通讯录 C# access数据库

.
├── C#通讯录源代码
│   └── AddressList
│       ├── AddressList.csproj
│       ├── AddressList.csproj.user
│       ├── AddressList.exe
│       ├── AddressList.sln
│       ├── AddressList.suo
│       ├── Forms
│       │   ├── Form1.Designer.cs
│       │   ├── Form1.cs
│       │   ├── Form1.resx
│       │   ├── fmAboutBox.Designer.cs
│       │   ├── fmAboutBox.cs
│       │   ├── fmAboutBox.resx
│       │   ├── fmAddressData.Designer.cs
│       │   ├── fmAddressData.cs
│       │   ├── fmAddressData.resx
│       │   ├── fmBaseForm.Designer.cs
│       │   ├── fmBaseForm.cs
│       │   ├── fmBaseForm.resx
│       │   ├── fmChangePassWord.Designer.cs
│       │   ├── fmChangePassWord.cs
│       │   ├── fmChangePassWord.resx
│       │   ├── fmEditBaseForm.Designer.cs
│       │   ├── fmEditBaseForm.cs
│       │   ├── fmEditBaseForm.resx
│       │   ├── fmEditData.Designer.cs
│       │   ├── fmEditData.cs
│       │   ├── fmEditData.resx
│       │   ├── fmEditGroups.Designer.cs
│       │   ├── fmEditGroups.cs
│       │   ├── fmEditGroups.resx
│       │   ├── fmLogin.Designer.cs
│       │   ├── fmLogin.cs
│       │   ├── fmLogin.resx
│       │   ├── fmPreview.Designer.cs
│       │   ├── fmPreview.cs
│       │   └── fmPreview.resx
│       ├── Properties
│       │   ├── AssemblyInfo.cs
│       │   ├── Resources.Designer.cs
│       │   ├── Resources.resx
│       │   ├── Settings.Designer.cs
│       │   ├── Settings.settings
│       │   └── app.manifest
│       ├── Reports
│       │   ├── FriendsReport.cs
│       │   └── FriendsReport.rpt
│       ├── Resources
│       │   ├── 00473.bmp
│       │   ├── App.bmp
│       │   ├── AppTitle.PNG
│       │   ├── AppTitle.gif
│       │   ├── Close.PNG
│       │   ├── Delete.PNG
│       │   ├── EditIcon.PNG
│       │   ├── File.ico
│       │   ├── Filter.PNG
│       │   ├── HELPICON.JPG
│       │   ├── Key.JPG
│       │   ├── Mail.PNG
│       │   ├── NewIcon.PNG
│       │   ├── Options.PNG
│       │   ├── PrintHS.png
│       │   ├── PrintPreviewHS.png
│       │   ├── Refresh.PNG
│       │   ├── Search.PNG
│       │   ├── SendMail.PNG
│       │   ├── Thumbs.db
│       │   ├── UpLevel.png
│       │   ├── User.bmp
│       │   ├── User1.bmp
│       │   └── saveHS.png
│       ├── Utils
│       │   ├── CommonClass.cs
│       │   ├── Program.cs
│       │   └── Settings.cs
│       ├── addList.mdb
│       ├── app.config
│       ├── bin
│       │   └── Debug
│       │       ├── AddressList.exe
│       │       ├── AddressList.exe.config
│       │       ├── AddressList.pdb
│       │       ├── AddressList.vshost.exe
│       │       ├── AddressList.vshost.exe.config
│       │       ├── Interop.Excel.dll
│       │       ├── Interop.Microsoft.Office.Core.dll
│       │       ├── Interop.VBIDE.dll
│       │       ├── Reports
│       │       │   ├── FriendsReport.cs
│       │       │   └── FriendsReport.rpt
│       │       └── addList.mdb
│       ├── obj
│       │   ├── AddressList.csproj.FileList.txt
│       │   └── Debug
│       │       ├── AddressList.Forms.Form1.resources
│       │       ├── AddressList.Forms.fmAboutBox.resources
│       │       ├── AddressList.Forms.fmAddressData.resources
│       │       ├── AddressList.Forms.fmBaseForm.resources
│       │       ├── AddressList.Forms.fmChangePassWord.resources
│       │       ├── AddressList.Forms.fmEditBaseForm.resources
│       │       ├── AddressList.Forms.fmEditData.resources
│       │       ├── AddressList.Forms.fmEditGroups.resources
│       │       ├── AddressList.Forms.fmLogin.resources
│       │       ├── AddressList.Forms.fmPreview.resources
│       │       ├── AddressList.Properties.Resources.resources
│       │       ├── AddressList.Reports.FriendsReport.rpt
│       │       ├── AddressList.csproj.GenerateResource.Cache
│       │       ├── AddressList.csproj.ResolveComReference.cache
│       │       ├── AddressList.exe
│       │       ├── AddressList.pdb
│       │       ├── Interop.Excel.dll
│       │       ├── Interop.Microsoft.Office.Core.dll
│       │       ├── Interop.VBIDE.dll
│       │       ├── Refactor
│       │       ├── ResolveAssemblyReference.cache
│       │       └── TempPE
│       │           ├── Friends.cs.dll
│       │           ├── FriendsReport.cs.dll
│       │           ├── Properties.Resources.Designer.cs.dll
│       │           ├── Reports.CrystalReport1.cs.dll
│       │           ├── Reports.FriendsReport.cs.dll
│       │           └── addListDataSet.Designer.cs.dll
│       └── 龙腾教程网--软件教程 电脑教程 设计教程.url
└── 通讯录  通讯录  很好的通讯录   C# access数据库_C#通讯录源代码.rar

14 directories, 112 files