转载自:http://www.cnblogs.com/happyPawpaw/archive/2012/10/19/2730478.html1按钮组件(Button)(1)Button组件常用样式SWT.PUSH按钮SWT.CHECK多选按钮SWT.RADIO单选按钮SWT.ARROW箭头按钮SWT...
分类:
其他好文 时间:
2014-05-26 16:12:58
阅读次数:
334
表单:
表单标签是这个标签和from特别像,几乎每个人都会写错,
即使知道,也会错滴,表单是最常见的标签,用于人机交互,最常见的就
是input标签,input标签中type有几个属性:text(文本框),password(密码),
checkbox(复选框),radio(单选框),hidden(隐藏框,submit(提交),reset(重置)select(选择)
eg:
用户名:...
分类:
Web程序 时间:
2014-05-25 21:55:41
阅读次数:
308
很多情况下,我们需要控件的背景是透明的,就是要求直接看到控件父窗口的背景颜色、背景位图,比如标签控件、单选Radio控件、复选Check控件,通常都要求在父窗口的背景上进行绘制。然而要求控件的画布透明,这个技术在GDI的文档中没有看到Microsoft作任何说明,当然还是有别的办法。其一:如果程序支...
分类:
其他好文 时间:
2014-05-23 02:55:14
阅读次数:
326
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo...
分类:
其他好文 时间:
2014-05-23 00:30:50
阅读次数:
415
注意两点
1.通过android:checkedButton="@+id/lunch"而不是item中的 android:checked="true"设置的某人被选中状态
<RadioGroup
android:layout_width="match_parent"
android:layout_height="wrap_content"
a...
分类:
其他好文 时间:
2014-05-23 00:04:35
阅读次数:
344
代码待优化,功能实现了,不兼容ie8以上, 相同name的radio可以实现切换的操作,
分享代码,共同学习进步 ...
分类:
Web程序 时间:
2014-05-18 19:44:42
阅读次数:
467
射频识别(英文:Radio Frequency
IDentification,缩写:RFID)是一种无线通信技术,可以通过无线电讯号识别特定目标并读写相关数据,而无需识别系统与特定目标之间建立机械或者光学接触。波长x频率=光速
分类:
其他好文 时间:
2014-05-17 18:42:55
阅读次数:
352
创建单选框Radio ,ID号IDC_RADIO_NAME1、获取单选框内容int
RadioState = ((CButton
*)GetDlgItem(IDC_RADIO_NAME))->GetCheck();//返回1表示选上,0表示没选上2、默认值设置
在初始化中添加((CButton *)...
分类:
其他好文 时间:
2014-05-16 20:43:56
阅读次数:
361
ShareThis - By Vikas VermaBluetooth low energy
(BLE) is a feature of Bluetooth 4.0 wireless radio technology, aimed at new,
principally low-power and ...
分类:
其他好文 时间:
2014-05-09 10:07:10
阅读次数:
448