实例介绍
登陆界面源码,适合做程序验证入口登陆,对于初学c#的人来说非常适用
【实例截图】
【核心代码】
c登陆系统系统增强版
├── 登陆系统
│ ├── Finally.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.Designer.cs
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── Form3.Designer.cs
│ ├── Form3.cs
│ ├── Form3.resx
│ ├── HTMLPage1.htm
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── QQ拼音截图未命名.png
│ │ └── banner.jpg
│ ├── bin
│ │ └── Debug
│ │ ├── css
│ │ │ └── styles1.css
│ │ ├── deployment-guide
│ │ │ ├── NervousText.class
│ │ │ ├── applet-caching.html
│ │ │ ├── applet-compatibility.html
│ │ │ ├── applet.html
│ │ │ ├── autodl-files.html
│ │ │ ├── autodownload.html
│ │ │ ├── console.html
│ │ │ ├── contents.html
│ │ │ ├── cookie_support.html
│ │ │ ├── faq.html
│ │ │ ├── images
│ │ │ │ ├── advanced-2.gif
│ │ │ │ ├── advanced-3.gif
│ │ │ │ ├── advanced-network-settings-2.gif
│ │ │ │ ├── advanced-network-settings-3.gif
│ │ │ │ ├── advanced-network-settings.gif
│ │ │ │ ├── advanced.gif
│ │ │ │ ├── applet-runtime-settings.gif
│ │ │ │ ├── applet.gif
│ │ │ │ ├── applet.jpg
│ │ │ │ ├── certificates-2.gif
│ │ │ │ ├── certificates-3.gif
│ │ │ │ ├── certificates.gif
│ │ │ │ ├── console.gif
│ │ │ │ ├── general-2.gif
│ │ │ │ ├── general-3.gif
│ │ │ │ ├── general.gif
│ │ │ │ ├── java-2.gif
│ │ │ │ ├── java-3.gif
│ │ │ │ ├── java-console-1.gif
│ │ │ │ ├── java-runtime-settings-2.gif
│ │ │ │ ├── java-runtime-settings-3.gif
│ │ │ │ ├── java.gif
│ │ │ │ ├── javalogo52x88.gif
│ │ │ │ ├── jnlp-java-runtime-settings.gif
│ │ │ │ ├── jnlp-runtime-settings-2.gif
│ │ │ │ ├── jnlp-runtime-settings-3.gif
│ │ │ │ ├── security-2.gif
│ │ │ │ ├── security-3.gif
│ │ │ │ ├── security.gif
│ │ │ │ ├── update-2.gif
│ │ │ │ ├── update-3.gif
│ │ │ │ ├── update.gif
│ │ │ │ ├── warning_askgrant_notinca_true_mozilla.gif
│ │ │ │ ├── warning_askgrantdialog_false.gif
│ │ │ │ ├── warning_example_1.gif
│ │ │ │ ├── warning_expired_false.gif
│ │ │ │ ├── warning_expired_true.gif
│ │ │ │ ├── warning_notinca.gif
│ │ │ │ ├── warning_notinca_warning_false.gif
│ │ │ │ └── warning_notinca_warning_true.gif
│ │ │ ├── install-msi.html
│ │ │ ├── java-update.html
│ │ │ ├── jcp.html
│ │ │ ├── keystores.html
│ │ │ ├── language.html
│ │ │ ├── mm_menu.js
│ │ │ ├── overview.html
│ │ │ ├── pack200.html
│ │ │ ├── properties.html
│ │ │ ├── proxie_config.html
│ │ │ ├── repository.html
│ │ │ ├── security.html
│ │ │ ├── silent.html
│ │ │ ├── styles
│ │ │ │ └── style1.css
│ │ │ ├── tracing_logging.html
│ │ │ ├── upgrade-guide
│ │ │ │ ├── article-01.html
│ │ │ │ ├── article-02.html
│ │ │ │ ├── article-03.html
│ │ │ │ ├── article-04.html
│ │ │ │ ├── article-05.html
│ │ │ │ ├── article-06.html
│ │ │ │ ├── article-07.html
│ │ │ │ ├── article-08.html
│ │ │ │ ├── article-09.html
│ │ │ │ ├── article-10.html
│ │ │ │ ├── article-11.html
│ │ │ │ ├── article-12.html
│ │ │ │ ├── article-13.html
│ │ │ │ ├── article-14.html
│ │ │ │ ├── article-15.html
│ │ │ │ ├── article-16.html
│ │ │ │ ├── article-17.html
│ │ │ │ ├── article-17.txt
│ │ │ │ ├── article-18.html
│ │ │ │ ├── deployment.html
│ │ │ │ ├── index.html
│ │ │ │ └── styles
│ │ │ │ └── style1.css
│ │ │ └── version-format.html
│ │ ├── enhancements-1.5.0.html
│ │ ├── enhancements.html
│ │ ├── index.html
│ │ ├── upgrade-guide
│ │ │ └── index.html
│ │ ├── 登陆系统.exe
│ │ ├── 登陆系统.mdf
│ │ ├── 登陆系统.pdb
│ │ ├── 登陆系统.vshost.exe
│ │ ├── 登陆系统.vshost.exe.manifest
│ │ └── 登陆系统_log.ldf
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 登陆系统.Form1.resources
│ │ ├── 登陆系统.Form2.resources
│ │ ├── 登陆系统.Form3.resources
│ │ ├── 登陆系统.Properties.Resources.resources
│ │ ├── 登陆系统.csproj.FileListAbsolute.txt
│ │ ├── 登陆系统.csproj.GenerateResource.Cache
│ │ ├── 登陆系统.csprojResolveAssemblyReference.cache
│ │ ├── 登陆系统.exe
│ │ └── 登陆系统.pdb
│ ├── 验证码.cs
│ ├── 登陆系统.csproj
│ ├── 登陆系统.csproj.user
│ ├── 注册页面.htm
│ ├── 登陆系统.mdf
│ └── 登陆系统_log.LDF
└── 登陆系统.sln
16 directories, 140 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论