搜索资源列表
RadioListBox_demo
- 在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 th
CustomTree
- 是一个 CTreeCtrl 用法的示例,给出了CTreeCtrl与Check Box 和 Radio buttown在一起的用法-CTreeCtrl is an example of usage, and given CTreeCtrl Check Box and Radio buttown together Usage
Lesson8Code
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -escape button cleverly achieved. How to make property pages and Wizard dialog box, the box integration on the composition (how to adjust the po
进度条、对话框设计
- 进度条的设计,掌握颜色选择器对话框的使用,文件选择器对话框的使用,使用JOptionPane类创建对话框,通过制作“设置字体”对话框,掌握列表框、单选按钮、组合框等组件的使用,了解打包工具JAR的使用 -progress of the design and master color selector dialog box use, the paper selector dialog box, use category JOptionPane create dialog, through th
逃跑按钮 的制作
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -escape button cleverly achieved. How to make property pages and Wizard dialog box, the box integration on the composition (how to adjust the po
usefulltools
- 如何制作属性页对话框和向导对话框,融合组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页-attribute pages on how to make and Wizard dialog box, integration portfolio box (box how to adjust the size composition), List box, radio button, check butto
DirectUI.zip
- 一个无窗口界面库,实现了大部分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
NewProPage
- 建立具有两个属性页的对话框,分别用以录入男女信息: 男方需要录入的信息: 姓名:(编辑框,最多5个汉字) 出生年份:(使用组合框,组合框不可输入,列出1950到本年度的所有年份,最近的年份在前面) 简历:(编辑框,内容比较多,要求能够多行输入) 婚否:(使用复选框) 民族:汉族,回族,藏族,其他(使用单选框) 女方需要录入的信息: 姓名:(编辑框,最多5个汉字) 年龄:(编辑框加微调按钮,范围为 20 – 60,输入范围为 0 – 188,并可通过
dialog
- 一个简单的对话框程序,用到多个控件,例如ListCtrl,Button,Radio,ComboBox等。-A simple dialog box procedure, used in a number of controls, such as ListCtrl, Button, Radio, ComboBox and so on.
jisuanqi
- 模仿日常生活中所使用的计算器,自行设计一个简单的计算器,能实现简单的计算功这是一个简单的对话框窗体设计,涉及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 si
we
- 利用从单选复选框中取得的值利用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
kjhg
- 利用从单选复选框中取得的值利用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
jee
- 利用从单选复选框中取得的值利用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
radio-list-box
- This cpp file have the process and implementation of radio button.-This is cpp file have the process and implementation of radio button.
avrfft
- 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 mo
grradio
- group radio box control
Visual_C--__MFC
- 按钮窗口(控件)在MFC中使用CButton表示,CButton包含了三种样式的按钮,Push Button,Check Box,Radio Box。所以在利用CButton对象生成按钮窗口时需要指明按钮的风格。-Button window (controls) in MFC CButton, The CButton includes three styles of button, Push the Button, Check Box, Radio Box. So you need to spe
Button-And-List
- 应用程序,其主窗口如图10-3所示,标题为“按钮与列表”。在这个窗口中,包含有三个标题,分别为Check Box、Radio Box和Combo Box的分组框。在Check Box分组框中,包含两个复选框Date和Time,以及Enable、Disable、Show Again和Hide the Clock Setting四个按钮;在Radio Box分组框中,含有两个子分组框、一个按钮和一个编辑框,子分组框名字分别为Sex Selecting和Age Range,它们分别包含了一组单选按钮,
checkboxaradiobox
- 以C++语言写成的,带MFC界面的小程序。能实现在文本编辑框中输入、在复选框和单选框中进行选择之后,点击提交按钮,所写的信息可以显示到静态文本框中的功能。-In C++ language written with MFC interface applet. Can achieve in the text edit box, check boxes and radio box for the selection, click the submit button, you can display t
计算器
- 模拟实现计算器的进制转换等功能,通过使用单选框,选择功能模版(Simulation to achieve the functions of the binary conversion of calculator and so on. By using the radio box, choose the function template.)