搜索资源列表
XMLGUI_doc.zip
- The proposed library, XMLGUI, is a tool for developing user-customizable applications. A user can change the size and position of any control on dialogs, form views, or property pages; change captions of the controls using any language; change styles
tab属性页控键
- tab实现属性页的操作 没有用外加的类 只需要系统体空的控键就可以了-tab achieve operational attributes pages plus the useless category need only system-air control on the keys
ftool
- 一个算得上比较实用的程序了,综合属性页及其他一些控件,另外还完成了一个遍历文件系统的类,这个程序主要用来删除冗余文件的,是根据文件的md5值来区分的-a more practical can be said of the procedure, the Composite attributes pages and other controls, and also completed a traverse file system type, the procedure used mainly to
ResiablePage
- ResiablePage类实现了属性页中控件自适应调整功能。应用该类,可以根据屏幕尺寸调整属性页大小,然后根据属性页来动态调整其控件的位置和尺寸。-ResiablePage category achieved a page attribute controls adaptive function. Applications such, the screen size can be adjusted based on attributes page size, According to Page
Property_demo
- 一个属性页的例子,具体展示了属性页类在MFC中的应用
Property1
- 当一个基于对话框的程序中有相当多的控件时,你一定会想到使用属性页来将这些控件分类放置。本方案的例子请见源代码打包文件中的Property1部分 在对话框上放置一个Tab Control的控件,再在对话框上放置所需的控件(本例放置了2个按钮,试图在每个标签中显示一个)。然后利用Class Wizard来为Tab Control控件创建一个控件变量,该变量是CTabCtrl类的,再为其他控件也创建相应的控件类。
类似vcTAB分页类
- 该代码例子提供了类型VC界面中的信息提示窗宽的属性页格式-the code examples provided VC type of interface information suggested window width attributes page format
TabbedView
- 该例实现了属性页CBCGTabView类,并有实例可供参考.
VC属性页
- 将通过对CProPertySheet类和CProPertyPage类的学习,学会把多个对话框集中起来,通过标签来激活各个界面.-through right CProPertySheet CProPertyPage category and type of learning and learn how to put together a number of dialog, through various labels to activate the interface.
豪华手机数码类网上交易购物平台整站程序
- 后台管理: admin/login.asp 帐户/密码:admin/admin 豪华手机数码类网上交易购物平台整站打包,由致力于电子商务网上购物网站管理系统的http://www.maxtang.cn开发.本系统适合于电子商务商城,电子商务商城购物系统,网上购物系统,在线购物系统,购物软件,电子商务购物,电子商务商城购物,电子商务网站商城购物,电子购物系统,购物车系统,asp购物系统,虚拟购物系统,购物平台,购物系统下载,购物软件下载.电子商务购物网站管理系统是基于WEB开发的大型购物
MFC程序员的WTL指南
- 序言 3 第一章ATL 界面类 4 1.1、对本书的总体介绍 4 1.2、对这一章的简单介绍 5 1.2.1、ATL 背景知识 ATL 和 WTL 的发展历史 5 1.2.2、ATL风格模板 6 1.3、ATL 窗口类 8 1.3.1、定义一个窗口的实现 8 1.3.2、填写消息映射链 9 1.3.3、高级消息映射链和嵌入类 11 1.3.4、ATL程序的结构 13 1.3.5、ATL中的对话框 15 第二章WTL 界面基类 18 2.1、WTL 总体印象 18 2.
CMyTabSheet
- 自己封装的一个属性页控件
XMLGUI_doc
- The proposed library, XMLGUI, is a tool for developing user-customizable applications. A user can change the size and position of any control on dialogs, form views, or property pages; change captions of the controls using any language; change styles
Resizeable_Wizard97
- VC++编程,有源代码,属性表页类,wizard97风格,大小可调-VC++ Programming, active code page attribute table category, wizard97 style, size adjustable
TabSheet
- /*********************************************************************** * 本类名称:属性对话框编程调用类库(VC++版) * 支持功能:动态添加、移除属性页;动态修改属性页标题;设置活动属性页;获取属性页的属性等。 * 编写人员:Coderui * 编写日期:2009年02月03日 * 最后更新:2009年02月09日 * 联系邮箱:coderui@163.com * 作者博客:
vc5787822444
- CTabCtrl控件实现属性页功能在视图窗口内加入CTabCtrl控件,设变量名为m_tab,新建两个对话框属性设为Child,None,用ClassWizard生成新的类,基类为Cdialog,分别为Cpage1,Cpage2,ID号分别为IDD_DIALOG1,IDD_DIALOG2。在CtestView内加入两个变量,Cpage1 page1;Cpage2 page2。 -Property page implementation CTabCtrl control functions
DirectXCapture2
- 一个捕捉视频和音频到AVI文件的.NET类库。 功能特性包括:1.列举硬件。2.音视频设置接口(例如帧率,画面大小)。3.支持音视频解压。4.视频预览。5.支持电视调谐器。6. 支持交叉和音频混合器。7.检索设备的能力。8.查看驱动属性页。9.包含一个msdn风格文档。-A .NET class library for capturing video and audio to AVI files. This article presents a class library for cap
tabsetdlg_src
- 不使用PropertySheet的tabbed dialogs多页面对话框,映射对话框的类都是从CDialog继承过来的,比属性页生成多页面对话框简单多了,便于添加到文档/视图内。-Create tabbed dialogs without using property sheet and simplify the process of generating tabbed dialogs and easily add to doc/view program for property setups
ex13a
- 本示例包含了默认菜单、弹出菜单、属性对话框(Property Sheet)以及Rich Edit Contro控件的综合应用。在编写属性对话框时,必须把四个属性页(CPropertyPage)类写在同一头文件,以及同一个源文件中,否则它们显示不出来--这是一个VC++编辑中很奇怪的问题。
labview
- 本系统由主对话框模块、系统配置模块、仿真算法模块、曲线输出模块等四大模块组成。 主对话框模块:VC++设计界面的优越性更体现在其对话框的设计,所以本程序选择基于对话框的Windows程序(MFC微软基础类风格)。由于VC++6.0提供了大量的控件,用户只需用鼠标将需要的控件拖到用户区的位置即可。 属性表模块:设置了对个对象的属性,每个属性页对应一个对话框,所以设计了四个属性页:CPageDHL、CPageCJ、CPageQK、CPageSmith,这四个属性页类分别对应:单回路控制、串级