码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
GridView模板内控件值的获取
如何获得中EmptyDataTemplate的控件的值((TextBox)((Table)GridView1.Controls[0]).Rows[0].FindControl("BankCard")).Text;((DropDownList)((Table)GridView1.Controls[0]...
分类:其他好文   时间:2015-04-13 12:39:19    阅读次数:98
unigui TUniTreeView demo
unit untTree;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uniGUITypes, uniGUIAbstractClasses, ...
分类:其他好文   时间:2015-04-11 22:24:02    阅读次数:594
Devexpress VCL Build v2014 vol 14.2.5 发布
和xe8 几乎同一天出来,但是目前官方不支持xe8.The following sections list all minor and major changes in DevExpress VCL 14.2.5. Note that products, controls and libraries...
分类:其他好文   时间:2015-04-11 00:00:36    阅读次数:1357
在ASP.NET中,后台代码向页面写HTML代码
Literal lt = new Literal();lt.Text = "czbin的博客"; //定义lt中的文本,注意双引号要用"\"转义form1.Controls.Add(lt); //将lt中的html代码加入form1标签中(必须是runat="server"的)
分类:Web程序   时间:2015-04-10 19:22:28    阅读次数:127
操作TAB文件和TStringGrid赋值;
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,IniFiles, Grids, ExtCtrls, But.....
分类:其他好文   时间:2015-04-10 15:23:09    阅读次数:102
Delphi 拖动
interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) private { Private declaratio...
分类:Windows程序   时间:2015-04-09 15:05:49    阅读次数:132
HTML5视频
标签用于定义视频。案例1: 您的浏览器不支持video标签效果图1(浏览器支持)效果图2(浏览器不支持)注释:(1)controls 用于向用户显示播放、暂停和音量按钮,属性值为:controls;(2)autoplay 用于控制视频就绪后马上播放,属性值为:a...
分类:Web程序   时间:2015-04-09 14:59:31    阅读次数:201
HTML5音频
用来播放声音文件。案例1: 您的浏览器不支持audio标签效果图:(浏览器支持情况下)注释:(1)autoplay、controls、loop、preload等功能与视频功能类似,此处就不多解释了^-^;
分类:Web程序   时间:2015-04-09 14:59:13    阅读次数:129
MSCOMM电子秤参考
unitUnit1; interface usesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,OleCtrls,MSCommLib_TLB,StdCtrls,ExtCtrls; typeTForm1=class(TForm)Panel1:TPanel;Panel2:TPanel;CheckBox1:TCheckBox;MSComm:TMSComm;Memo1:TMemo;edtcomm:TEdit;La..
分类:其他好文   时间:2015-04-08 16:52:22    阅读次数:199
flex   HTTPService 封装以及 中文乱码
packagecom.boco.eoms.flex.service{ importcom.boco.eoms.flex.service.components.LoadingMask; publicclassRequestServer { importflash.net.URLVariables; importmx.controls.Alert; importmx.rpc.http.HTTPService; privatevarservice:HTTPService; publicfunction..
分类:Web程序   时间:2015-04-07 19:59:07    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!