Welcome![Sign In][Sign Up]
Location:
Search - radiobutton

Search list

[CSharpLED

Description: displays LED - derived from RadioButton very flexible. Adapt namespace (is currently "PCM"
Platform: | Size: 35840 | Author: Uwe Klaas | Hits:

[GUI DevelopRadioButtonDemo2

Description: 教会大家如何去使用一个RadioButton控件, 作为一个标准的Windows控件来学习-Church you how to use a RadioButton control, as a standard Windows controls to learn
Platform: | Size: 27648 | Author: 谢昭波 | Hits:

[androidActivity6

Description: android activity 多选、单选、toast功能!-android activity RadioGroup RadioButton CheckBox Toast
Platform: | Size: 45056 | Author: 刘允 | Hits:

[JSP/JavaRadioButton

Description: simple radio button example in java
Platform: | Size: 35840 | Author: aykut | Hits:

[JSP/Javaradiobutton

Description: radio button program
Platform: | Size: 2048 | Author: donna | Hits:

[Windows DevelopnumRadioButtonsChanged

Description: Flex中如何通过监听numRadioButtonsChanged事件,监测RadioButtonGroup中RadioButton发生变化-Flex, how to listen numRadioButtonsChanged events, monitoring RadioButtonGroup changes in the RadioButton
Platform: | Size: 1024 | Author: 人法地 | Hits:

[androidMyRadioButtonView

Description: android 重写了RadioButton组件,可以随意的为组件添加图片,设置图片和文字的样式-android rewrite the RadioButton component, you can optionally add an image for the component, set the style of pictures and text
Platform: | Size: 55296 | Author: 井华 | Hits:

[Button controllibbcr

Description: 可以做Button,Checkbox,RadioButton的图形按钮。使用时设置三个鼠标状态图片即可。-Can do Button, Checkbox, RadioButton graphical button. Use the mouse to set the state image to three.
Platform: | Size: 271360 | Author: alan zhang | Hits:

[CSharpDemo_RadioButton_CheckBox

Description: Demo - RadioButton、CheckBox-Demo- RadioButton、CheckBox
Platform: | Size: 131072 | Author: 7 | Hits:

[androidimagebuttonradiobutton

Description: 这个是android一个imagebutton,radiobutton,的一个小例子,拿来供大家学习参考-this is an example of android image button
Platform: | Size: 48128 | Author: 金天晴 | Hits:

[WEB CodeCh4-9

Description: 本人编写的教材上第四章,ASP.NET服务器控件的使用,本例是第9例RadioButton控件的使用-RadioButton Control
Platform: | Size: 3072 | Author: 陈长喜 | Hits:

[GUI DevelopDlgControl

Description: 介绍MF各种控件,不包含高级控件。包含源代码以及自己写得PPT教程。包含Edit Control,RadioButton,CheckBox,Slider Control,Progress Bar,Picture Control,Combo Box,List Control,,以及一些简单的界面修改比如字体和颜色。-A program to show mfc controls.
Platform: | Size: 1078272 | Author: caojian | Hits:

[Button controlCHECK

Description: 一个含有RadioButton控件、SPIN翻转控件、SLIDER控件使用的小例子。-One containing a RadioButton control SPIN Reverse Controls, SLIDER controls the use of small examples....
Platform: | Size: 119808 | Author: 乘风 | Hits:

[Button controlDibRadioButton

Description: 控件包含文件: 头文件 源文件 资源文件 DibRadioButton.h DibRadioButton.cpp Radio_button.bmp ==========================使用说明========================= 2008-1-8 1.修正了程序SetCheck后,导致位图的贴图错误等bug。 2.添加了设置控件以及文字的背景色设置。 3.添加了文字的字体颜色设置。 4.修正了些许其他的逻辑上的bug。 2008-1-2 1.将头文件和源文件纳入工程中,将资源文件Radio_button.bmp也导入工程资源,然后资源名称为:IDB_BITMAP_RADIO。 2.用RadioButton控件子类化,即用SubClassDlgItem。 3.必须调用DibRadioButton::SetSetsID(int nSetID)来设置当前RadioButton的套组(当前提供两套,橘红和嫩绿)。nSetID从1下标开始计算。即1表示第一套,2表示第二套。 4.可以调用CButton::SetCheck(int)来设置默认选中的RadioButton控件。 5.具体可以参考Demo程序。-1,修正了程序SetCheck后,导致划分的图最的贴图错误等错误。 2,新增了设定控件以及文字的背景各色设定。 3,新增了文字的字体颜色设定。 4,修正了些许其他的逻辑上的错误。 2,用的RadioButton控件子类化,即用SubClassDlgItem 。 3,必须调用DibRadioButton :: SetSetsID (INT 4。可以调用CButton的:: SetCheck (INT)来设定界面风格默认选中的单选按钮控件。 5。具体可以参考演示程序。
Platform: | Size: 10240 | Author: 谭黎明 | Hits:

[androidpullrefresh

Description: Spinner多种样式 有多选框 单选框-How Marquee Spinner variety of styles radiobutton
Platform: | Size: 75776 | Author: jiangxue | Hits:

[JSP/JavaTestUI

Description: android开发中常见的控件示例,包括button、TextView、EditText RadioGroup、RadioButton、CheckBox、 Spinner等 -android development example of common controls, including the button, the TextView the EditText RadioGroup, a RadioButton the CheckBox, Spinner, etc.
Platform: | Size: 62464 | Author: jianhaoran | Hits:

[JSP/JavaRadioButtonTest

Description: RadioButton的训练测试,一个测试单选按钮组的小程序-The RadioButton training test, a small program to test the radio button group
Platform: | Size: 1024 | Author: 周昊阳 | Hits:

[.netsilverlightControl

Description: Button类控件(包括Button,CheckBox,RadioButton,RepeatButton,ToggleButton): CheckBox还有RadioButton都可以看做是改变了外观的ToggleButton   而RepeatButton是一个可以响应鼠标连续点击的特殊Button   这里具体介绍下ToggleButton,它是三态按钮(就是有Indeterminate,Checked,Unchecked三种点击状态) 利用这个控件就可以很方便的实现以前需要写不少JavaScript代码实现的状态翻转的功能 Slider控件:Slider控件是一个非常重要的控件,特别是对网络多媒体播放器来说是必不可少的-Button class controls (Button, CheckBox, the RadioButton RepeatButton ToggleButton): CheckBox RadioButton can be seen as changing the appearance of the ToggleButton RepeatButton is a response to the special Button mouse clicks Intro here under ToggleButton, it is tri-state button (the Indeterminate click of the Checked and Unchecked three kinds of state) to take advantage of this control can easily realize the need to write a lot of JavaScript code to achieve the state of flip function Slider controls: Slider control is a very important control especially is essential for network multimedia player
Platform: | Size: 101376 | Author: sdfgawgoi | Hits:

[OtheridealForms

Description: Ideal forms,这个表单美化架构简单,基于jQuery框架,能够帮助web开发人员快速创建漂亮和界面友好的表单组件。 这个框架将普通的<input>表单元素改变为圆角的外观,并且加入非常吸引人的特效。并且其它的单选框和多选框也可以方便的定制。-Ideal forms, this form beautify architecture based on jQuery framework to help web developers quickly create a beautiful and user-friendly form components. This common framework will <input> Change the appearance of rounded form elements, and joined a very attractive effects. And other radiobutton and checkbox can be easily customized.
Platform: | Size: 20480 | Author: SAGVI | Hits:

[Othercheckb-radiobutton

Description: radiobuttons和复选框替换与一个更skinable版本。自定义styleable,但可访问radiobuttons和复选框。 -Replaces radiobuttons and checkboxes with a more skinable version. custom styleable, but accessible radiobuttons and checkboxes.
Platform: | Size: 45056 | Author: avmngo | Hits:
« 1 2 3 45 6 7 »

CodeBus www.codebus.net