Welcome![Sign In][Sign Up]
Location:
Search - radio box

Search list

[Button controlcheck控制gorup组框-说明

Description: 本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleStyle of China (BS_AUTOCHECKBOX)// Default box to check m_groupZ.SetGroupID already in class (1) m_groupQ.SetTitleStyle (BS_AUTORADIOBUTTON) m_groupQ.SetGroupID (0) m_groupQ. SetCheck (1) m_groupD.SetTitleStyle (BS_AUTORADIOBUTTON) m_groupD.SetGroupID (0) SetTitleStyle : 1BS_AUTOCHECKBOX function : a square box .2 BS_AUTORADIOBUTTON : prototype box SetGroupID function : as a parameter : I do
Platform: | Size: 563200 | Author: 张连成 | Hits:

[ToolBar在工具栏上添加通用控件

Description: 在工具栏上添加COMBOBOX,EditBox,ProgressCtrl,Slider控件根据相同的道理您还可以添加其他控件复选框、单选按钮-the toolbar add COMBOBOX, EditBox, ProgressCtrl, Slider Control to the same token you can also add other controls check box, radio button, etc.
Platform: | Size: 24576 | Author: 罗萧 | Hits:

[ListView/ListBoxRadioListBox_demo

Description: 在ListBox框中实现Radio Button的功能,选择是互斥.并可以选择是否将ListBox透明显示.透明显示后界面类似直接用Radio Button-box achieve Radio Button function, the choice is mutually exclusive. And can choose whether to show ListBox transparent. After the show transparent interface similar to the direct use of Radio Button
Platform: | Size: 13312 | Author: wave | Hits:

[GUI DevelopCustomTree

Description: 是一个 CTreeCtrl 用法的示例,给出了CTreeCtrl与Check Box 和 Radio buttown在一起的用法-CTreeCtrl is an example of usage, and given CTreeCtrl Check Box and Radio buttown together Usage
Platform: | Size: 2978816 | Author: 金鑫 | Hits:

[PropertySheetbbbzhlx

Description: 模式和非模式对话框,使用了属性页内嵌PropertySHEET,里面还给出了多个控件的使用,例如:TREE,TAB,RADIO等等多个控件的使用,还有进程条控件-model and non-model dialog box, use the attributes embedded PropertySHEET page, there is also a number of controls in use, such as : TREE, TAB, etc. RADIO control over the use, There process of the controls
Platform: | Size: 97280 | Author: zgc | Hits:

[Windows CEbmpbtn_wince_evc

Description: WINCE下的多功能位图按钮实现 可作为单选按钮,普通按钮,CHECKBOX等样式使用-WINCE under the multi-function button bitmap realize radio button can be used as ordinary button, CHECKBOX styles such as the use of
Platform: | Size: 2048 | Author: gsj | Hits:

[SCMTEA5767radio

Description: 这个是一个收音盒的驱动程序,在很多地方用得上。-This is a radio box driver, useful in many places.
Platform: | Size: 4096 | Author: bs1234 | Hits:

[Button controllabel

Description: 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLORREF crText) CLabel& SetText(const CString& strText) CLabel& SetFontBold(BOOL bBold) CLabel& SetFontName(const CString& strFont) CLabel& SetFontUnderline(BOOL bSet) CLabel& SetFontItalic(BOOL bSet) CLabel& SetFontSize(int nSize) CLabel& SetSunken(BOOL bSet) CLabel& SetBorder(BOOL bSet) CLabel& FlashText(BOOL bActivate) CLabel& FlashBackground(BOOL bActivate) CLabel& SetLink(BOOL bLink) CLabel& SetLinkCursor(HCURSOR hCursor) // Attributes public: protected: void ReconstructFont() COLORREF m_crText HBRUSH m_hBrush HBRUSH m_hwndBrush LOGFONT m_lf CFont m_font CString m_strText BOOL m_bState BOOL m_bTimer BOOL m_bLink FlashType m_Type HCURSOR m_hCursor // Operations-A static text box can change the font, size, color, class enum FlashType (None, Text, Background) class CLabel: public CStatic (//Constructionpublic: CLabel () CLabel
Platform: | Size: 2048 | Author: sunrise | Hits:

[CSharpXPTable_demo

Description: xp风格的伸缩面板 包括各种radio button, table, text box 和背景程序运行-xp style extendable panels include a variety of radio button, table, text box and the background program is running
Platform: | Size: 1561600 | Author: nan he | Hits:

[OS programqidong

Description: 利用VC++编程实现程序自动启动。在主界面对话框中有编辑框(EDIT BOX),圆形按钮(RADIO BUTTON)和普通按钮(COMMON BUTTON)组成-Use VC++ Programming process starts automatically. Dialog box in the main interface has edit box (EDIT BOX), radio button (RADIO BUTTON) and the general button (COMMON BUTTON) component
Platform: | Size: 2048 | Author: 刘学良 | Hits:

[Dialog_WindowDirectUI

Description: 一个无窗口界面库,实现了大部分windows控件如button, radio, static, single-line edit, dropdown combo box, list view等。-A direct UI likes MSN s DirectUIHWND, The most normal Windows controls, like button, radio, static, single-line edit, dropdown combo box, list view, etc. have been owner drawn in the same generic window.
Platform: | Size: 120832 | Author: luxizhu | Hits:

[Dialog_Windowdialog

Description: 一个简单的对话框程序,用到多个控件,例如ListCtrl,Button,Radio,ComboBox等。-A simple dialog box procedure, used in a number of controls, such as ListCtrl, Button, Radio, ComboBox and so on.
Platform: | Size: 1925120 | Author: huohongyan | Hits:

[Otherjisuanqi

Description: 模仿日常生活中所使用的计算器,自行设计一个简单的计算器,能实现简单的计算功这是一个简单的对话框窗体设计,涉及Botton,Editox,Static Text,Radio Botton,Group Box等控件,主要响应事件为BN_CLICKED。能。 -Imitation of life used in the calculator, to design a simple calculator, a simple calculation to achieve success is a simple dialog form design, involving Botton, Editox, Static Text, Radio Botton, Group Box and other control The main response to the incident as BN_CLICKED. Can.
Platform: | Size: 344064 | Author: yuanyudong | Hits:

[GUI Developwe

Description: 利用从单选复选框中取得的值利用vb中的函数绘制直线,可以更改直线的方向,类型,粗细-Obtained from the radio box using the value of the function using vb draw a straight line, you can change the direction of the line, type, thickness
Platform: | Size: 5120 | Author: ji | Hits:

[GUI Developkjhg

Description: 利用从单选复选框中取得的值利用vb中的函数绘制直线,可以更改直线的方向,类型,粗细-Obtained from the radio box using the value of the function using vb draw a straight line, you can change the direction of the line, type, thickness
Platform: | Size: 5120 | Author: oo | Hits:

[Windows Developjee

Description: 利用从单选复选框中取得的值利用vb中的函数绘制直线,可以更改直线的方向,类型,粗细-Obtained from the radio box using the value of the function using vb draw a straight line, you can change the direction of the line, type, thickness
Platform: | Size: 5120 | Author: gh | Hits:

[Dialog_WindowNewProPage

Description: 建立具有两个属性页的对话框,分别用以录入男女信息: 男方需要录入的信息: 姓名:(编辑框,最多5个汉字) 出生年份:(使用组合框,组合框不可输入,列出1950到本年度的所有年份,最近的年份在前面) 简历:(编辑框,内容比较多,要求能够多行输入) 婚否:(使用复选框) 民族:汉族,回族,藏族,其他(使用单选框) 女方需要录入的信息: 姓名:(编辑框,最多5个汉字) 年龄:(编辑框加微调按钮,范围为 20 – 60,输入范围为 0 – 188,并可通过微调按钮修改) 简历:(因为简历内容一般都比较多,因此要求能够多行输入) 婚否:(使用复选框) 民族:汉族,回族,藏族,其他(建议使用单选框) -To establish dialog with two property pages, respectively, for men and women entered the information: the man need to input the information: Name: (edit box, up to 5 characters) Year of Birth: (use a combo box, combo box can not enter, lists 1950 to the current year all years, the most recent year in front) resume: (edit box, more content, requires the ability to multi-line input) Marriage: (check boxes) National: Han, Hui, Tibetan, and other (using radio box) the woman need to input the information: Name: (edit box, up to 5 characters) Age: (edit box plus spinner, the range of 20- 60, the input range of 0- 188, and can be modified through the spinner) Resume: (more than normal because of resume content, it requires the ability to multi-line input) Marriage: (check boxes) National: Han, Hui, Tibetan, and other (recommended one box)
Platform: | Size: 2307072 | Author: liuyadong | Hits:

[Button controlradio-list-box

Description: This cpp file have the process and implementation of radio button.-This is cpp file have the process and implementation of radio button.
Platform: | Size: 1024 | Author: ali | Hits:

[SCMavrfft

Description: SG12232C graphic LCD液晶编程-This is an evaluation use of a small graphics LCD module. Last summer, SG12232C graphic LCD module has been sold sold for 1500 Yens from Akizuki Denshi and I bought it. However I could not find good application for the LCD module and it was going to go to junk box :-) so that I tried to use the LCD module temporary. Only displaying any still image is not cool, first I tried to display an audio wave form in real-time like a digital oscilloscope, and then an FFT spectrum analysis too. The spectrum monitor seems to achived nice performance, in view of it is realized with a cheap microcontroller. This can also be applied to radio frequency band.
Platform: | Size: 81920 | Author: lupo | Hits:

[GUI Developgrradio

Description: group radio box control
Platform: | Size: 4096 | Author: ckg | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net