码迷,mamicode.com
首页 >  
搜索关键字:activate button    ( 10968个结果
定义全局变量
在PS2.0下,button 可以直接调用在 checkbox里面定义的变量,如下:$checkbox1_CheckedChanged={ #TODO: Place custom script here if ($checkbox1.Checked) { $a= 1 } else { $a = 0 ...
分类:其他好文   时间:2014-08-15 01:20:36    阅读次数:215
XE6支持64位跨平台开发,非常方便
如需开发位64位的项目,只需在上图Target Platform目标平台鼠标右键选择Add Platform即可然后下拉列表框选择相应的平台按OK键默认选中的是32平台,如果需要开发64位平台的,只需双击上图中的64-bit Windows,或者鼠标右键选择Activate即可,开发出来的应用就是6...
分类:其他好文   时间:2014-08-14 13:41:48    阅读次数:187
Android layout属性之gravity和layout_gravity
gravity用来描述当前view的内容在view中的位置。例如 那么hello就会出现在按钮的最下方。如果当前view是个view group,例如 那按钮会出现在layout的最下方。对这个例子,也就是屏幕的最下方。如果把button的宽高都改为match_parent那对于 button...
分类:移动开发   时间:2014-08-14 13:35:38    阅读次数:266
给最小化托盘增加右键菜单
在窗体上拖一个ContextMenuStrip控件,然后private void notifyIcon1_MouseClick(object sender, MouseEventArgs e) { if (e.Button == System.Windows.Fo...
分类:其他好文   时间:2014-08-14 13:13:48    阅读次数:208
yii框架下使用bootstrap时,判断checkbox、radioButtonList和dropDownList的js方法
1、首先设置button按钮的id:'htmlOptions'=>array('id'=>'buttonStateful') 例如: widget('bootstrap.widgets.TbButton', array('buttonType'=>'submit', 'type'=>'primary', 'label'=>'提交...
分类:Web程序   时间:2014-08-14 10:59:38    阅读次数:324
Android 实现用户列表信息滑动删除功能和选择删除功能
在项目开发过程中,常常需要对用户列表的信息进行删除的操作。Android中常用的删除操作方式有两种 ,一种就是类似微信的滑动出现删除按钮方式,还有一种是通过CheckBox进行选择,然后通过按钮进行删除的方式。本来的实例集成上述的两种操作方式来实现用户列表删除的效果。 设计思路:在适配器类MyAdapter一个滑动删除按钮显示或隐藏的Map,一个用于CheckBox是否选中的Map和一个与MainAcitivyt进行数据交互的接口ContentsDeleteListener,同时该接口包含两个方法,con...
分类:移动开发   时间:2014-08-13 22:29:55    阅读次数:403
UVa - 12664 - Interesting Calculator
先上题目:12664 Interesting CalculatorThere is an interesting calculator. It has 3 rows of button.? Row 1: button 0, 1, 2, 3, . . . , 9. Pressing each butt...
分类:其他好文   时间:2014-08-13 22:00:07    阅读次数:264
如何实现按下回车键实现搜索
然后为Form标签设置一个属性defaultbutton,代码如下如此一来按下回车键后,就会自动触发button事件,从而实现搜索
分类:其他好文   时间:2014-08-13 21:33:57    阅读次数:389
委托参数的逆变性
读了深入理解C#书中的 5.3.1 委托参数的逆变性,记录一下。先看一段代码:public Form1(){ InitializeComponent(); Button button1 = new Button {Text = "Click me 1", Location = new P...
分类:其他好文   时间:2014-08-13 18:27:36    阅读次数:174
The square chest
The square chestSophia pressed the button in front of her, slamming her fist against it. The door rumbled and appeared to do nothing.“Oh man, that’s n...
分类:其他好文   时间:2014-08-13 18:13:26    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!