搜索资源列表
v7330_XpGridFrame
- 主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下
cpropertygrid_static_library
- CPropertyGrid是基于MFC开发的一个属性表控件,它以表格的方式显示和输入数据,其功能和外观类似Visual Basic 6以及Visual Studio 2003的属性窗口。 CPropertyGrid支持的数据类型有:字符串、整数、浮点数、布尔型、度分秒、尺寸、颜色、字体、文件、按钮、列表、日期、时间等,而且可以根据需求进行扩展。 -CPropertyGrid MFC is based on the development of an attribute list co
propertysheetprogram
- 通过选择属性表单上组合框中的选项,并将选择结果显示在窗口中。-by choosing attribute combination box on the form of options and choices showed that the window.
短信ocx控件
- 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.ocx控件稳定支持本公司生产的短信猫设备,已对短信猫芯片调用此
PropSt
- 这是一个使用属性表的例子,但在使用组合框属性页里可以用组合框选中常用的控件,并在当页显示。在使用公共控件属性页里可选中线宽 半径来画圆-This is an example of using the attribute table, but use the combo box in the page attributes can be used in combination control, and when the page display. Control in the use of pub
Prop
- 属性表单的简单使用,当点击属性表单时会弹出对话框选择职业等,最终显示在文档上-Property form simple to use, when click on Properties dialog box will pop up form, choice of occupation and in the end appears in the document
Prop
- 利用MFC做的属性表单实例并在文档中显示选取的值-failed to translate
CPropertySheet
- 一个属性表单是由一个或多个属性页组成,它有效解决了大量信息无法在一个对话框上显示的问题,并提供了信息的分类和组织管理。我所做的属性表单主要是通过在三个属性页上的选择,来了解一个学生的所学专业、所选职业和期望月薪水平。-A property form is by one or more properties page composition, it effectively solve a lot of information is not in a dialog box is displayed
xuanxiangjiemianxianshi
- 介绍属性表单和向导的创建,融合讲解了组合框,列表框,单选按钮,复选框等等常用对话框控件的使用方法,以及在视类中获取属性页上用户所选择的数据并显示的方法。-Introduction to attribute the creation of forms and wizards fusion to explain the use of the common dialog control combo boxes, list boxes, radio buttons, check boxes, and s
tab3
- 应用TAB control+属性页制作的属性页,单文档,点击帮助里面的KAISHI菜单可以显示属性表对话框。-Properties page, single-document application the TAB control+ property page production, Click Help inside KAISHI menu can display the property sheet dialog box.
VStest
- 自己动手做的一个属性页表程序,用户可以填写(选择)自己的资料,并显示更新在视图上;你可以改编用作他用。-DIY a property page table program, the user can fill in (select) own data, and display update in the view You can be adapted to be used as he.
Prop
- 基于MFC创建包含三个属性页的属性表,通过选择不同属性之后,选择的结果将在窗口中再次显示-MFC created that contains three properties on the property sheet page by selecting different attributes after the results selected will be displayed in the window again
Qt_用户界面美工基础
- 在涉及到Qt 部件美工变成的时候首先要掌握CSS 级联样式表 级联样式表 (CSS) 包含应用于网页中的元素的样式规则。CSS 样式定义元素的显示方式以及元素在页中的放置位置。可以创建一个通用规则,只要 Web 浏览器遇到一个元素实例,或遇到一个分配给某个特定样式类的元素,该规则就立刻应用属性,而不是将属性逐个分配给页中的每个元素。 (When it comes to the Qt component art, you first have to master the CSS c