基本信息
源码名称:窗体中输入密码登陆程序
源码大小:0.06M
文件格式:.zip
开发语言:C#
更新时间:2022-03-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 1 元 
   源码介绍

窗体中输入密码登陆程序

创建SQL数据库,将密码保存与表中,窗体中输入密码登陆程序

.
├── 密码登陆
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Form2.Designer.cs
│   ├── Form2.cs
│   ├── Form2.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Tools.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 密码登陆.exe
│   │   │   ├── 密码登陆.pdb
│   │   │   ├── 密码登陆.vshost.exe
│   │   │   └── 密码登陆.vshost.exe.manifest
│   │   └── Release
│   ├── obj
│   │   └── x86
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── GenerateResource.read.1.tlog
│   │       │   ├── GenerateResource.write.1.tlog
│   │       │   ├── TempPE
│   │       │   ├── 密码登陆.Form1.resources
│   │       │   ├── 密码登陆.Form2.resources
│   │       │   ├── 密码登陆.Properties.Resources.resources
│   │       │   ├── 密码登陆.csproj.FileListAbsolute.txt
│   │       │   ├── 密码登陆.exe
│   │       │   └── 密码登陆.pdb
│   │       └── Release
│   └── 密码登陆.csproj
├── 密码登陆.sln
├── 密码登陆.suo
├── 好例子网_密码窗体登陆.zip
└── 文字转语音.suo

10 directories, 32 files