发布时间:2015-10-28 11:54:01
点击(此处)折叠或打开using System; using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using Sys.........【阅读全文】
发布时间:2015-10-28 07:59:40
点击(此处)折叠或打开using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using Syst.........【阅读全文】
发布时间:2015-10-20 20:15:22
LinkCliked 事件是LinkCliked控件的主要事件,当单击LinkCliked控件内的链接文本时触发 在窗体上双击LinkCliked控件,将在代码中添加LinkCliked事件处理程序的框架,然后再框架内部添加相应代码即可 提示:窗体或控件的大多数事件处理程序,都是可以通过 “ 属性 .........【阅读全文】
发布时间:2015-10-17 08:47:30
1.图片<img src="/attachment/201510/17/30029642_1445042703mwkk.png" width="618" height="452" alt="" /><br /><br /><br /><br /><br />2.代码如下:<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code114')">此处</span>)折叠或打开</p.........【阅读全文】
发布时间:2015-10-17 08:38:28
Lable 控件的功能是显示不能编辑的文本信息,一般用于在窗体上进行文字说明。标签有 Name(名称),AutoSize(自动尺寸),<br />BackColor(背景色) ,BorderStyle(边框),Enable(可用),Font(字体),ForeColor(前景色),Image(图像), Location(位置)<br />Locked(锁定),Size(尺寸),Text.........【阅读全文】