设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 编程开发 >> 网络编程 >> .net >> C#编写的一个简单的登陆界面对话框的原代码
精品推荐
.net点击TOP10
·我的.NET书架 (入门篇)
·.NET:是什么?将走向哪里?
·.NET 初 级 读 本
·在ASP.NET中把图片保存到SQL SERVER数据库
·从零开始学ASP.NET(基础篇)
·DataGrid导成Excel的例子
·ASP.Net Web Page深入探讨(一)
·.NET Petshop详解(三):petshop三层结构之MiddleTire
·.NET编程规范
·CHK文件恢复工具
网络编程点击TOP10
·ASP.NET 程序中常用的三十三种代码
·利用ASP.NET构建网上考试系统
·C#版的网站新闻发布系统
·设计ASP.NET新闻管理系统
·我的.NET书架 (入门篇)
·用ASP.NET和XML做的新闻系统
·.NET:是什么?将走向哪里?
·.NET 初 级 读 本
·十天学会ASP.net之第一天
·用C#实现木马程序
精选专题

C#编写的一个简单的登陆界面对话框的原代码

作者: 来源:网络文章 时间:2005-12-13 19:43:27

C#编写的一个简单的登陆界面对话框的原代码(2)   {
   this.label1 = new System.Windows.Forms.Label();
   this.label2 = new System.Windows.Forms.Label();
   this.label3 = new System.Windows.Forms.Label();
   this.textBox1 = new System.Windows.Forms.TextBox();
   this.textBox2 = new System.Windows.Forms.TextBox();
   this.button1 = new System.Windows.Forms.Button();
   this.button2 = new System.Windows.Forms.Button();
   this.SuspendLayout();
   //
   // label1
   //
   this.label1.Location = new System.Drawing.Point(128, 24);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(168, 16);
   this.label1.TabIndex = 0;
   this.label1.Text = "请您输入用户名和密码";
   //
   // label2
   //
   this.label2.Location = new System.Drawing.Point(56, 80);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(56, 16);
   this.label2.TabIndex = 1;
   this.label2.Text = "用 户 名";
   //
   // label3
   //
   this.label3.Location = new System.Drawing.Point(56, 120);
   this.label3.Name = "label3";
   this.label3.Size = new System.Drawing.Size(48, 16);
   this.label3.TabIndex = 2;
   this.label3.Text = "密   码";
   //
   // textBox1
   //
   this.textBox1.Location = new System.Drawing.Point(136, 72);
   this.textBox1.Name = "textBox1";
   this.textBox1.Size = new System.Drawing.Size(112, 21);
   this.textBox1.TabIndex = 3;

共4页 9 7 [1] [2] [3] [48 :>

C#编写的一个简单的登陆界面对话框的原代码 相关文章:
C#编写的一个简单的登陆界面对话框的原代码 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com