嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 一键输入账号密码源码
按键F8实现自动输入登陆账号框的值 TAB键密码框的值 回车键
.
├── C# 一键输入账号密码源码_F8一键登录.rar
├── accessfr
│ ├── 1.ico
│ ├── AboutBox1.Designer.cs
│ ├── AboutBox1.cs
│ ├── AboutBox1.resx
│ ├── Class1.cs
│ ├── 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
│ ├── Resources
│ │ ├── Thumbs.db
│ │ └── 密保.jpg
│ ├── Service References
│ ├── Thumbs.db
│ ├── accessfr.csproj
│ ├── accessfr.csproj.user
│ ├── accessfr_TemporaryKey.pfx
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Interop.ADOX.dll
│ │ │ ├── accessfr.vshost.exe.manifest
│ │ │ ├── config
│ │ │ │ ├── 1111111.ini
│ │ │ │ └── sendkey.ini
│ │ │ ├── pacht.ini
│ │ │ ├── product.mdb
│ │ │ ├── 我的程序.application
│ │ │ ├── 帮助文档.chm
│ │ │ ├── 我的程序.exe
│ │ │ ├── 我的程序.exe.config
│ │ │ ├── 我的程序.exe.manifest
│ │ │ ├── 我的程序.pdb
│ │ │ ├── 我的程序.vshost.application
│ │ │ ├── 我的程序.vshost.exe
│ │ │ └── 我的程序.vshost.exe.config
│ │ └── Release
│ │ ├── Interop.ADOX.dll
│ │ ├── 我的程序.application
│ │ ├── 我的程序.exe
│ │ ├── 我的程序.exe.config
│ │ ├── 我的程序.exe.manifest
│ │ └── 我的程序.pdb
│ ├── fwq.Designer.cs
│ ├── fwq.cs
│ ├── fwq.resx
│ ├── login.Designer.cs
│ ├── login.cs
│ ├── login.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Interop.ADOX.dll
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── accessfr.AboutBox1.resources
│ │ │ ├── accessfr.Form1.resources
│ │ │ ├── accessfr.Form2.resources
│ │ │ ├── accessfr.Properties.Resources.resources
│ │ │ ├── accessfr.csproj.FileListAbsolute.txt
│ │ │ ├── accessfr.csproj.GenerateResource.Cache
│ │ │ ├── accessfr.csproj.ResolveComReference.cache
│ │ │ ├── accessfr.fwq.resources
│ │ │ ├── accessfr.login.resources
│ │ │ ├── accessfr.order.resources
│ │ │ ├── accessfr.sendkey.resources
│ │ │ ├── accessfr.xtsd.resources
│ │ │ ├── pacht.ini
│ │ │ ├── product.mdb
│ │ │ ├── 我的程序.application
│ │ │ ├── 我的程序.exe
│ │ │ ├── 我的程序.exe.manifest
│ │ │ └── 我的程序.pdb
│ │ └── Release
│ │ ├── Interop.ADOX.dll
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── accessfr.Form1.resources
│ │ ├── accessfr.Form2.resources
│ │ ├── accessfr.Properties.Resources.resources
│ │ ├── accessfr.csproj.FileListAbsolute.txt
│ │ ├── accessfr.csproj.GenerateResource.Cache
│ │ ├── accessfr.csproj.ResolveComReference.cache
│ │ ├── accessfr.fwq.resources
│ │ ├── accessfr.help.resources
│ │ ├── accessfr.login.resources
│ │ ├── accessfr.order.resources
│ │ ├── accessfr.xtsd.resources
│ │ ├── pacht.ini
│ │ ├── product.mdb
│ │ ├── 我的程序.application
│ │ ├── 我的程序.exe
│ │ ├── 我的程序.exe.manifest
│ │ └── 我的程序.pdb
│ ├── order.Designer.cs
│ ├── order.cs
│ ├── order.resx
│ ├── sendkey.Designer.cs
│ ├── sendkey.cs
│ ├── sendkey.resx
│ ├── xtsd.Designer.cs
│ ├── xtsd.cs
│ └── xtsd.resx
├── 程序
│ ├── Interop.ADOX.dll
│ ├── config
│ │ ├── 1111111.ini
│ │ └── sendkey.ini
│ ├── pacht.ini
│ ├── product.mdb
│ ├── 帮助文档.chm
│ └── 我的程序.exe
├── 源码.rar
└── 程序.rar
16 directories, 109 files