CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 控件大小

搜索资源列表

  1. easysize_demo

    0下载:
  2. 要让对话框中的控件随着对话框大小的变化进行自动调整,是一件很头疼的事情,需要在WM_SIZE的响应函数中对所有的控件用MoveWindow()或者SetWindowPos()设置其变化比例,极其繁琐。EasySize是一个很好解决方案,用一些宏封装了内部的实现机制,使用起来方便快捷。-To make the dialog box changes the size of the control with the dialog box to automatically adjust is a ver
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:陈虎
  1. dialog

    0下载:
  2. 基于MFC界面的对话框大小的调整,可以动态的调整对话框中控件大小-the width and the heigth of MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.87mb
    • 提供者:李燕
  1. colorramp

    0下载:
  2. NUMERICGAUGE常用于与速度有关的数字显示,而速度常常有一些大小的限制。 NUMERICGAUGE自带的colorramp功能可以让程序的使用者对速度大小的限制一目了然,让我们避免了许多文字的说明。 但是,CVI和LabVIEW中默认情况下,对NUMERICGAUGE控件的colorramp显示功能是禁用的。附件的一个例子将让你立刻明白在CVI如何设置NUMERICGAUGE的colorramp属性。 -NUMERICGAUGE and speed are commonly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:136.47kb
    • 提供者:陈旭顺
  1. dv_foxhelp1

    0下载:
  2. Visual FoxPro 可以使用您已经安装的字体。字体决定了显示或打印文本的外观。另外,字体决定了控件的位置和大小。-Visual FoxPro can use your installed fonts. Font determines the display or print the text appearance. In addition, the font determines the location and size of the control.
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10.64mb
    • 提供者:seekworm
  1. my

    0下载:
  2. my.ocx控件实现了根据输入的数字字符串自动绘制出相应条形码(交叉二五码制)的功能。 添加了自定义属性页,可调节条形码数值、宽、高、是否输出校验符等参数,并可预览效果; 添加了颜色属性页,在其中可调节前景色和背景色; 添加了字体属性页,在其中可调节输出所用的字体、字形、大小、效果等;-my.ocx control to achieve a number of the input strings automatically draw the appropriate bar code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4.28mb
    • 提供者:古月颜
  1. tiaozhengkongjiandaxiao2

    0下载:
  2. 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:调整控件大小-This is an easy language source code, first of all do not understand the language, not poisonous, soft false problem will not explain, source: resize controls
  3. 所属分类:其他小程序

    • 发布日期:2017-04-27
    • 文件大小:12.22kb
    • 提供者:xiaomingw
  1. 4

    0下载:
  2. 控件移动及调整大小,很不错的易语言源码,适合易语言爱好者学习。-Control movement and adjust the size, very good and easy language source code for easy language enthusiasts to learn.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-06
    • 文件大小:5.22kb
    • 提供者:
  1. AutoSize

    0下载:
  2. 让窗体控件随窗口大小自动适应的VB代码,使窗体更加人性化-Automatically adapt to the form control with a window size of the VB code to make the form more user-friendly
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5.04kb
    • 提供者:G
  1. ThreeControl

    0下载:
  2. 第三方控件的使用包括打文件的上传 多文件上传的功能 能够上传文件的大小为1G-The use of third-party controls, including playing the file upload multiple file upload functionality to upload a file size of 1G
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:2.5mb
    • 提供者:历史
  1. VoiceMeterControl

    0下载:
  2. 用VC++可以控制声音大小的控件,可供初学者参考-VC++ can control the size of the control of sound reference for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:15.69kb
    • 提供者:小米
  1. 36848013VBPaoPao

    0下载:
  2. 窗体1: 1、添加任务栏图标,同步显示泡泡消息(亦可设置时间,自动显示消息)。 2、设置事件,让窗体在屏幕中闪烁,以达提醒的目的。 3、使用WindowsMediaPlayer控件,进行音乐文件的播放操作。 4、拖拽文件到窗体操作进行添加音乐文件播放列表,可修改成图片拖拽或其它文件拖拽。 5、用模块实现INI文件的读写操作,同步实现了软件版本号的读,写、存操作。 6、初学者用的CMD控件的位置,大小操作演示。 窗体2:
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:3.49kb
    • 提供者:杨勇
  1. easysize

    0下载:
  2. 本程序能让对话框中的控件随着对话框大小的变化进行自动调整-This program allows the controls in the dialog box to automatically adjust with the changes in the size of the dialog box
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:14.86kb
    • 提供者:张海
  1. find_file

    0下载:
  2. vc mfc简单应用 可以查看工程目录下文件的基本信息(路径、大小、最近访问时间、创建时间等) 用到视图列表控件的知识 可以选择大图标、小图标、列表、报告等模式-Vc MFC simple application Can view project directory file basic information (path, size, recent visit to time, creation time, etc.) Use the view list control k
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:4.57mb
    • 提供者:杨杰
  1. Sizer

    0下载:
  2. 动态加载控件,并调整控件大小位置。适用于动态窗体设计-Dynamic load control and adjust the size of the control position.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:321.94kb
    • 提供者:xianhua
  1. ResizeControl

    0下载:
  2. 非常实用的一款自动调整屏幕上控件大小的控件-Automatically adjust the screen controls the size of the control
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5.32kb
    • 提供者:baoyin
  1. MyTableControl

    0下载:
  2. MFC程序,从Cwnd派生,自绘CTabCtrl, 可以任意设置颜色,字体,Tab标签位置,动态切换字体,背景色,标签大小和位置,动态添加、删除Tab标签。(MFC program, derived from Cwnd, drawn from CTabCtrl, you can set the color, font, Tab tag position, dynamic switching font, background color, label size and location, dyna
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:259kb
    • 提供者:海林
  1. avsvsez

    0下载:
  2. 动态改变控件大小在程序中改变控件大小,当用户改变窗口大小的时候,控件随着窗口大小的变化,自动改变尺寸,()
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:18kb
    • 提供者:czxss
  1. Coding

    0下载:
  2. VC动态改变对话框大小,其中控件也跟着改变(VC dynamically changes the size of the dialog box, where the controls change as well)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:140kb
    • 提供者:kkcz
  1. 自动改变控件尺寸源代码,vc简单demo

    0下载:
  2. 自动改变控件尺寸源代码,vc简单demo(change control size when window is resizing automatic)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:33kb
    • 提供者:赵小强8888
  1. msdule

    0下载:
  2. 这是老外写的一个动态改变对话框及其控件大小的一个类,非常有价值!里面有操作的文档()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-23
    • 文件大小:74kb
    • 提供者:zentuwl
« 12 »
搜珍网 www.dssz.com