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

Search list

[GUI DevelopUndoDemo

Description: CStackableGroupBox允许你创建一个对话框资源,对其中的控件用GroupBox控件进行分组,允许你有选择的显示某几组控件。便于代码的管理-CStackableGroupBox permit you to create a dialog box resources, one of the control group with GroupBox controls, allowing you to select the display has a several groups of controls. Code to facilitate the management of
Platform: | Size: 104448 | Author: 丁剑青 | Hits:

[Static controlSxGroupBoxTest

Description: 可灵活自定义字体和外框线的大小和颜色和颜色的groupbox控件,内有相关的函数接口方便调用,是一个继承类。内有源码和示例程序。-The flexibility to customize the fonts, and outline the size and color lines and color of the groupbox control-related functions within the interface to facilitate the call, is a derived class. There are source and sample programs.
Platform: | Size: 57344 | Author: mentian | Hits:

[GUI DevelopCheckBoxTabCtrl

Description:
Platform: | Size: 110592 | Author: 李少东 | Hits:

[Delphi VCLStartupandShutdown

Description: 这里说的是用delphi制作定时关机的小软件 用到了GroupBox label edit button timer-Startup and Shutdown
Platform: | Size: 4199424 | Author: fyt | Hits:

[Static controlXGroupBox_demo

Description: 这是GroupBox的自绘,很是难得、少见,给界面增色不少。-This is a self-GroupBox painting, it is a rare, rare, to the interface considerably.
Platform: | Size: 165888 | Author: 黄士译 | Hits:

[CSharpCheckBox

Description: C#WinForm中一组CheckBox实现单选,加个GroupBox(或其它容器) 把几个CheckBox 放到容器中。实现CheckBox_CheckedChanged事件。 -C# WinForm CheckBox in the realization of a group of radio, add a GroupBox (or other container) into several CheckBox into the container. Achieve CheckBox_CheckedChanged event.
Platform: | Size: 2048 | Author: 小志 | Hits:

[GUI DevelopSecretLevel

Description: 此功能实现了一个可以把多种控件整体移动,调整位置的功能。 主要用了自己编写的一个GROUPBOX的类 。大家可以试试,很方便的。-This feature implements a variety of controls as a whole can move, adjust the position of the function. Mainly used for the preparation of a GROUPBOX his class. We can try, it is convenient.
Platform: | Size: 5709824 | Author: 张三丰 | Hits:

[GUI DevelopCheckableGroupboxDemo

Description: checkable groupbox control for c-checkable groupbox control for c++
Platform: | Size: 14336 | Author: saeed | Hits:

[Delphi VCLGroupBoxEx

Description: GroupBox Control with colored bevel and background
Platform: | Size: 1024 | Author: raphahz | Hits:

[ComboBoxUXThemeGroupBox_src

Description: c# 开发环境,一个具有XP风络的组合框控件源码-a groupbox contrl with xp style
Platform: | Size: 51200 | Author: jone | Hits:

[Othersurvey

Description: 主要用于Groupbox和RadioGroup的练习-it is used for Groupbox and RadioGroup the two controls exercise.
Platform: | Size: 350208 | Author: 梁川 | Hits:

[GUI DevelopCGroupBox

Description: CGroupBox class. Implementation of the GroupBox control
Platform: | Size: 2048 | Author: Kofan | Hits:

[Software EngineeringgroupBox

Description: 扩展下拉框功能。对他进行了分组。相比普通的想拉开,这个功能更强大,很实用-Expansion of the function of the drop-down box. Packet to him. Ordinary compared want to pull, the more powerful it is practical
Platform: | Size: 5120 | Author: wuxiuyu | Hits:

[CSharpButton-And-List

Description: 应用程序,其主窗口如图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,它们分别包含了一组单选按钮,此外还有一个名字为Show the Sex and Age的按钮;在Combo Box分组框中,有一个Course分组框(其中包含三个单选按钮)、一个名字为Record的下拉列表框、一个Show_Combo按钮和一个编辑框。 -Application, the main window shown in Figure 10-3, titled "button list. In this window contains three headings, Check Box, Radio Box and Combo Box group box. Check Box groupbox contains two check boxes, Date and Time, as well as the Enable, Disable, Show Again and Hide the Clock Setting four buttons Radio Box groupbox contains two sub-group box, a button and a edit box, sub-group box name is Sex Selecting and Age the Range of a group of radio buttons are included, in addition to a name to Show the Sex and Age button packet box in the Combo Box, a Course packet box (which contains three radio buttons), a name for the Record drop-down list box, a Show_Combo button and an edit box.
Platform: | Size: 36864 | Author: 谢生龙 | Hits:

[Delphi VCLdb_manpower

Description: 批量打印工作证,这是一个Delphi源码,数据库使用的是Access,本程序可以实现用姓名查找某个人的工作证并打印,也可以打印所有人的工作证。本例是用Qreport打印控件编写的打印模版,使用了QRLable标签控件、QRDBText显示数据文本控件、QRShape图形控件。注意:来电的号码和查询的号码必须一至,否则查询的客户信息会不准确。   Delphi批量打印工作证实现过程:   (1)新建一个标准工程,创建一个新窗体,默认名为Form1。   (2)在BDE的Standard标签页中选择两个GroupBox控件放在Form1窗体上,并分别设置Align的属性为alLeft、alClient。   (3)在BDE的Data Controls标签页中选择两个DBGrid控件分别放在两个GroupBox上,并设置DBGrid的Align属性为alClient。   (4)在BDE的Standard标签页中选择Panel控件放在Form1窗体上,并设置Align的属性为alBottom。   (5)在BDE的Standard标签页中选择Button控件放在Panel上。   (6)在BDE的System标签面中选择Timer控件放在Form1窗体上。   (7)获取电话号的主要程序代码。    -Batch printing work permit, which is a Delphi source code, using the Access database, the program can achieve Name Find a personal work permit and print can also print a work permit for all. This case is to to control written Qreport Print Print templates, use the QRLable label control, QRDBText, the data text controls, QRShape, graphical controls. Note: the caller s number and the number of queries must be one to inaccurate or query customer information. Delphi batch printing work permit implementation process: (1) to create a new standard project, to create a new form, default named the Form1. (2) BDE Standard tab, select two GroupBox controls on the Form1 form and set the the properties for alLeft alClient Align. Align property (3) in the BDE Data Controls tab, select two DBGrid control were placed in two GroupBox and set the DBGrid alClient. (4) BDE Standard tab, select Panel control on the Form1 form, and set the Align attribute alBottom. (5) in the Standard tab in the BDE B
Platform: | Size: 116736 | Author: 何朝飞 | Hits:

[ComboBoxradiobutton

Description: 简单的复选框与单选框操作,包含Radiobutton 、checkBox控件、groupBox与Button控件-Simple check box and radio button operation, contains Radiobutton, Checkbox control, GroupBox and Button controls
Platform: | Size: 1024 | Author: 成先 | Hits:

[CSharpmeihuaGroupBox

Description: C#美化GroupBox的源代码,这样看上去的GroupBox是不是更有内涵了?我比较喜欢这种风格哦,想知道如何实现的,那么就快快下载本实例源码吧-C# beautify the the GroupBox source code, it looks GroupBox is not more content? I prefer this style Oh, want to know how to achieve it, then quickly download the source code examples
Platform: | Size: 16384 | Author: zpudn84 | Hits:

[GUI DevelopButtonClass

Description: 按键类的用发,基本事例,希望对大家有用button[] = { BS_PUSHBUTTON, TEXT("PUSHBUTTON"), BS_DEFPUSHBUTTON, TEXT("DEFPUSHBUTTON"), BS_CHECKBOX, TEXT("CHECKBOX"), BS_AUTOCHECKBOX, TEXT("AUTOCHECKBOX"), BS_RADIOBUTTON, TEXT("RADIOBUTTON"), BS_3STATE, TEXT("3STATE"), BS_AUTO3STATE, TEXT("AUTO3STATE"), BS_GROUPBOX, TEXT("GROUPBOX"), BS_AUTORADIOBUTTON, TEXT("AUTORADIOBUTTON"), BS_OWNERDRAW, TEXT("OWNERDRAW") } -button[] = { BS_PUSHBUTTON, TEXT("PUSHBUTTON"), BS_DEFPUSHBUTTON, TEXT("DEFPUSHBUTTON"), BS_CHECKBOX, TEXT("CHECKBOX"), BS_AUTOCHECKBOX, TEXT("AUTOCHECKBOX"), BS_RADIOBUTTON, TEXT("RADIOBUTTON"), BS_3STATE, TEXT("3STATE"), BS_AUTO3STATE, TEXT("AUTO3STATE"), BS_GROUPBOX, TEXT("GROUPBOX"), BS_AUTORADIOBUTTON, TEXT("AUTORADIOBUTTON"), BS_OWNERDRAW, TEXT("OWNERDRAW") }
Platform: | Size: 764928 | Author: 梁小魁 | Hits:

[Graph programGroupBox

Description: 用MFC做的简单界面,是个简单滴组合控件,新手入门的不错-Using MFC to do a simple interface, a simple combination control, the new well
Platform: | Size: 165888 | Author: 周爽 | Hits:

[Delphi VCLgroupboxANDradiogroup

Description: 一個演示groupbox和radiogroup的使用方法的程序-Groupbox and radiogroup a demo program using the method
Platform: | Size: 183296 | Author: chou | Hits:
« 1 2 34 »

CodeBus www.codebus.net