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

Search list

[Other resourceengxx

Description: 查字典背单词系统,系统虽小,设计系统使用的知识点很多。 从结构化程序设计的角度来说,使用了结构化程序设计的三种基本结构:顺序结构,分支结构(简单分支、多分支、IF语句的嵌套调用),循环结构(步长型循环、扫描循环)。 从面向对象程序设计的角度来说,用到了各种对象:表单、表单集、标签控件、文本框控件、命令按钮控件、编辑框控件、选项按钮组控件、复选框控件、列表框控件、组合框控件、图象控件、计时器控件、表格控件。用到了以上控件的常用事件、属性和方法。多处用到了自定义属性和自定义方法,使用了表单参数的传递和表单结果的返回。 给出一个很好的随机数使用的实例,宏代换函数和类型测试函数应用,多处使用信息窗口和提示信息窗。 -word dictionary back system, the system may be small, the use of the system design knowledge many points. Judging from the structure of the program design perspective, the use of structured program design of the three basic structures : sequence, branch structure (simple branch, multi-branch, the nested IF statements calling), the cycle structure (step-cycle, scanning cycle). From the object-oriented programming point of view, the various objects used : Form, the form sets, control labeling, text box controls, Control orders button, edit box control, option buttons control group, the check box control, list box control, portfolio Box Controls Image control, timer controls, forms controls. Controls used in the above common, attributes and methods. Many uses since the definition of custom at
Platform: | Size: 499830 | Author: 李顺 | Hits:

[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: 66810 | Author: 张连成 | Hits:

[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:

[ComboBoxtestgroupbutton

Description: 这是用两个按钮来控制一个组合框控件的编程问题,,,,,!-This is the two buttons used to control a portfolio box controls programming problems ,,,,,!
Platform: | Size: 1882112 | Author: 王克强 | Hits:

[GUI DevelopGroupControl_demo

Description: GroupBox中的控件随着GroupBox的移动或隐藏而移动或隐藏。-GroupBox control of the movement with the GroupBox and mobile or concealed or hidden.
Platform: | Size: 118784 | Author: 张斌伟 | Hits:

[Other systemsengxx

Description: 查字典背单词系统,系统虽小,设计系统使用的知识点很多。 从结构化程序设计的角度来说,使用了结构化程序设计的三种基本结构:顺序结构,分支结构(简单分支、多分支、IF语句的嵌套调用),循环结构(步长型循环、扫描循环)。 从面向对象程序设计的角度来说,用到了各种对象:表单、表单集、标签控件、文本框控件、命令按钮控件、编辑框控件、选项按钮组控件、复选框控件、列表框控件、组合框控件、图象控件、计时器控件、表格控件。用到了以上控件的常用事件、属性和方法。多处用到了自定义属性和自定义方法,使用了表单参数的传递和表单结果的返回。 给出一个很好的随机数使用的实例,宏代换函数和类型测试函数应用,多处使用信息窗口和提示信息窗。 -word dictionary back system, the system may be small, the use of the system design knowledge many points. Judging from the structure of the program design perspective, the use of structured program design of the three basic structures : sequence, branch structure (simple branch, multi-branch, the nested IF statements calling), the cycle structure (step-cycle, scanning cycle). From the object-oriented programming point of view, the various objects used : Form, the form sets, control labeling, text box controls, Control orders button, edit box control, option buttons control group, the check box control, list box control, portfolio Box Controls Image control, timer controls, forms controls. Controls used in the above common, attributes and methods. Many uses since the definition of custom at
Platform: | Size: 499712 | Author: 李顺 | Hits:

[GUI Developsxgroupbox

Description: 很cool 的group控件类 用起来方便的很!下阿下巴-Very cool type of group control is very convenient to use! Under the chin, the Arab-Israeli
Platform: | Size: 28672 | Author: hxx | Hits:

[Windows DevelopXIcon_demo

Description: 一个应用在MFC中的控件源码,它允许在MFC中自带的Groupbox的标题头部中,根据需要动态的调整显示文字和图标。-An application of the control in the MFC source code, which allows the MFC in the title comes with Groupbox head, according to the adjustment dynamically display text and icons.
Platform: | Size: 48128 | Author: 马楠 | Hits:

[Othermyctrl

Description: 按钮控件及分组框的应用,例子短小精悍,往多多指点-Buttons and group box control application, for example, dapper, pointing to more
Platform: | Size: 34816 | Author: 张永康 | Hits:

[Windows DevelopStartMenu1

Description: 自己做的ActiveX系统配置控件,单击按钮打开开始菜单设置1对话框,实现: 在开始右键菜单中增加写字板、媒体播放器、空心接龙、三维弹球等程序菜单; 在开始菜单中隐藏我的电脑、我的文档、我的图片、我的音乐、网上邻居、控制面板、帮助等子菜单项; 在开始菜单中移除程序、用户名、个人标识程序列表、频繁使用的程序列表等子菜单; 在开始菜单中高亮显示新安装的程序组; 移除开始按钮的气球提示; 指定使用典型风格的开始菜单; 设置是否使用开始菜单的拖动功能; 设置“开始→文档”菜单的记录个数; 设置开始菜单的子菜单弹出时间; 可以部署在服务器上,适合在公共电脑等不方便带文件的场合进行快速系统配置,也适合嵌入到其它程序中,进行快速开发。-Make its own system configuration of ActiveX controls, click the Settings button to open the Start menu one dialog box, and realize: Right at the beginning of the menu to add WordPad, Media Player, hollow word, three-dimensional pinball menu, etc. On the Start menu to hide My Computer, My Documents, My Pictures, My Music, My Network Places, Control Panel, to help sub-menu items, etc. On the Start menu to remove the program, user name, personal identification procedures list, a list of frequently used procedures, such as sub-menu On the Start menu in the Highlight newly installed program group Remove the Start button balloon tips Designated use of the typical style of the Start menu Set whether or not to use the drag function of the Start menu Set "Start → Documents" menu record number Start Menu Settings sub-menu pop-up time Can be deployed on the server for computers in public with a document inconvenient forum for rapid system configuration, is also suita
Platform: | Size: 75776 | Author: | Hits:

[ComboBoxCheckableGroupboxDemo

Description: 一个对CStatic静态控件进行了扩展的示例,对CStatic控件增加了checkbox.-Often, we want to disable a set of controls in our dialog. A group box is a good control to categorise a few controls together, but unfortunately it cannot enable/disable its controls. I extended the CButton class and made it very simple to accomplish and it is encapsulated into one class. So, you can change the title of a group box into a check box or radio button (then you need more group boxes, of course). I must confess I borrowed some ideas of other talented programmers.
Platform: | Size: 34816 | Author: Athink | Hits:

[Windows DevelopControlColorTest

Description: 包括组合框、单选按钮、复选框和静态文本等控件的字体和背景色的修改。VC6/VC2005下调试通过-Change Group Box、Check Box、Static control s font and backup color . Build sussfully in VC6/VC2005
Platform: | Size: 32768 | Author: kent | Hits:

[Windows DevelopStyleToolkit

Description: 利用GDI+编写的一组真彩色多类型控件,如Vista\Aqua按钮、进度条、边条、编辑框等控件。我对源码进行了一些修改,以及加入一些重要的中文注释,以方便大家理解。本源码有两个重要的文件,一个是“StyleToolkitDlg.cpp”,它是程序运行的开始,有他来开始创建一系列的控件;另一个文件是“Layers.cpp”,程序中所有的控件都集中到这个模块中进行绘制。-The use of GDI+ to prepare a group of true color multi-type controls, such as Vista \ Aqua buttons, progress bar, brim, such as edit box control. I have some source code changes and the addition of some important Chinese notes to facilitate understanding. The source of two important documents, one is " StyleToolkitDlg.cpp" , it is the beginning of run, and he began to create a series of control Another document is " Layers.cpp" , all of the control procedures are concentrated in the mapping module.
Platform: | Size: 21976064 | Author: goldcicada | Hits:

[Button controlGroupControl_src

Description: CGroupControl is a CButton-derived class which assists with the use of group boxes (i.e., buttons with the BS_GROUPBOX style). The CGroupControl makes it easy to enable/disable, show/hide, or move a group. No code is required in the group s parent, as this is done automatically whenever the group control itself is enabled/disabled, shown/hidden, or moved. The control also includes a mechanism to allow you to perform any action on each control in a group.
Platform: | Size: 4096 | Author: tkha | Hits:

[ListView/ListBoxListCtrlDemo

Description: 成组的项的列表框控件的实现,并可以更改列表框的视图风格-Group of items list box control to achieve, and can change the list box view of style
Platform: | Size: 3574784 | Author: YUJIAN.XU | 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:

[ActiveX/DCOM/ATLex1

Description: 创建一个基于对话框的应用程序ex1。 ⑴将对话框的标题改为问卷调查; ⑵添加一个组框,组框的标题为“你的年龄”,在组框中添加三个单选按钮,标题分别为“<18”、“18~22”和“>22”; ⑶添加一个静态文本控件,标题为“你的性别:”,添加两个单选按钮,标题分别为“男”、“女”; ⑷添加一个组框,组框的标题为“你的爱好”,在组框中添加三个复选按钮,标题分别为“运动”、“上网”、“看书”; ⑸设置两组单选按钮的初始状态为:“18~22”、“男”为选中; ⑹单击“确定”按钮时,出现一个消息框,显示选择的内容。 -将中文译成英语 Create a dialog-based applications ex1. ⑴ to change the title of the dialog box questionnaire ⑵ Add a group box, set the box titled "Your age" in the group box to add three radio buttons, entitled "<18", "18 ~ 22" and "> 22" ⑶ add a static text control, entitled "Your gender:", add two radio buttons, entitled "Male", "Female" ⑷ Add a group box, set the box titled "Your love" in the group check box to add the three buttons, entitled "Movement", "Internet", "read" ⑸ two radio buttons to set the initial state as: "18 22", "M" is selected ⑹ click "OK" button, a message box to display the selected content
Platform: | Size: 2058240 | Author: 黄世爱 | Hits:

[GUI Develop26-control-example-the-source-code

Description:   26个VC++界面编程通用控件源代码实例:   如何获得指定点的控件指针   如何将编辑框中输入的字符转换为大写(小写)   如何设置和获得单选按钮的选中状态   如何设置和获得一组单选按钮的选中状态   如何设置列表控件的显示方式   如何设置组合框中列表框的宽度   如何实现带自动完成功能的组合框   如何实现位图按钮   如何使用滑块   如何使用进度条   如何使用列表框   如何使用旋转按钮   如何使用组合框   如何通过控件ID获得控件窗口指针   如何为控件添加工具提示   如何通过控件窗口指针获得控件ID   如何为控件添加工具提示   如何限制编辑框输入文本的长度   如何在按钮上显示图标   如何在列表控件中插入列   如何在列表框中添加水平滚动条   如何在组合框中显示文件列表 -26 a vc++ programming interface general control source code examples: How to get control of the pointer designated point How to edit box in of the input characters into capital (small) How to set up and get radio buttons selected state How to set up and get a group of selected state radio button How to set up the list control showing the way How to set up combo boxes the width of the list box How to realize the combination of complete function with automatic box How to realize a bitmap button How to use the slider How to use the progress bar How to use the list box How to use the rotating button How to use the combination box How to get control via the control ID window pointer How to add the tooltip control How to get control via the control window pointer ID How to add the tooltip control How to limit the length of the input text edit box How to button on the display icon How to insert listed in a list co
Platform: | Size: 7606272 | Author: 吕波 | Hits:

[GUI Developgrradio

Description: group radio box control
Platform: | Size: 4096 | Author: ckg | Hits:

[Tab Controlmodpicsoft

Description: VB6.0动态添加和删除控件组并添加滚动条 摘要:VB源码,控件组件,动态删除,控件组,滚动条 VB6.0动态添加和删除控件组并添加滚动条,按照一定的格式动态添加一个可显示图片和文字的自定义控件,并添加滚动条功能,当文本框控件中的内容较多时,滚动条会自动启用,是自定义控件,比Vb默认的要好用。源代码中定义了一个用于显示图片内容的图片框控件,支持BMP图片(*.BMP)|*.BMP|JPG图片(*.JPG)|*.JPG|GIF图片(*.GIF)|*.GIF|所有文件(*.*)的显示。-VB6.0 dynamically add and remove controls group and add scroll bars Abstract: VB source, control components, dynamic delete groups of controls, scroll bars VB6.0 dynamically add and remove controls group and add scroll bars, according to a certain format dynamically add a can display custom images and text, and add a scroll bar function, when the contents of a text box control more scroll bar is automatically enabled, a custom control than Vb default to use. Source code defines a picture to display the contents of the picture box control, support for BMP images (* BMP.) |* BMP | GIF Image (* GIF.) | |. JPG images (* JPG.) |.* JPG* . GIF | All files (**) is displayed.
Platform: | Size: 169984 | Author: xushengqin | Hits:
« 12 »

CodeBus www.codebus.net