CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - 图片大小

搜索资源列表

  1. Win32(Splash)

    0下载:
  2. 简单的软件启动画面, 根据图片大小自动适应.-Simple software startup screen, according to image size automatically adapt.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:471.55kb
    • 提供者:宋毅枫
  1. test666

    1下载:
  2. 这是基于对话框的程序,对话框空间中显示图片,当图片大于控件大小,显示滚动条。- This is based on the dialog box procedure, the dialog box shown in picture space, when the image is larger than the control size, show a scroll bar.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1.85mb
    • 提供者:zhoujinfeng
  1. Custom Draw Panel

    0下载:
  2. 项目中经常用到需要自定义风格的圆角窗口,以前我们都是放一个背景图片,但是当窗口大小不一样时,固定大小的背景边框圆角会被拉伸变得很难看,所以自己写了一个 panel VCL。 自绘 panel 组件,背景,边框都可使用图片自定义,可使用透明png实现圆角,自适应窗口大小。 -Custom draw panel VCL。
  3. 所属分类:对话框与窗口

    • 发布日期:2013-05-13
    • 文件大小:180.01kb
    • 提供者:Jack
  1. scorllBitmapWnd

    0下载:
  2. 自绘带滚动条的显示图片控件,需要OnLButtonDown消息需要WS_CHILD | WS_VISIBLE | SS_NOTIFY 窗口样式 使用方法: DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY m_PicShowWnd.Create(_T(""), lStyle, CRect(5, 5, 100, 30),this,102) m_PicShowWnd.ShowWindow(true) 通过程序控
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:3.79kb
    • 提供者:zhx
  1. Test

    0下载:
  2. 单文档界面的客户区用图片显示,并且随着单文档大小改变显示大小,效果不错-show picture with suitable size
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-21
    • 文件大小:6.2mb
    • 提供者:王德旺
  1. Bitmap

    0下载:
  2. 显示图片,读取图片,能拉伸图片到指定大小-Display pictures, read the image, which can stretch up to the specified size image
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:何鑫
  1. BitDemo

    0下载:
  2. 在视图贴位图图,图片大小随窗口的大小变化而适应-View maps, image size with the window size changes
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-07
    • 文件大小:32.83kb
    • 提供者:mengfiy
  1. dlg

    0下载:
  2. 背景图片的使用,功能清晰简单,非常易于理解;另外试图增加字体大小调整,尚未完成-Background image to use, clear and straightforward, very easy to understand another attempt to increase the font size adjustment, has not been completed
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1.41mb
    • 提供者:丁力
  1. display

    0下载:
  2. 可以读取剪切板上传过来的bmp位图文件路径,并按照图片的大小显示出来-From the clipboard can be read over the bmp bitmap file path and size of the image displayed in accordance with
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:272.22kb
    • 提供者:imusun
  1. DisplayW

    0下载:
  2. 通过调用函数,显示文字和图片,可以自己设置文字的字体,颜色,大小-By calling the function, display text and pictures, can set the text font, color, size
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-09
    • 文件大小:23.43mb
    • 提供者:aleasa
  1. xintest

    0下载:
  2. 利用opencv 在vc++6.0上,基于对话框的,读入图片,图片可以根据picture控件的大小调整-opencv vc++6.0 dialog box,read picture,picture can be adjust
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-13
    • 文件大小:3.71mb
    • 提供者:ckx1028
  1. QuickWindow

    0下载:
  2. 封装win32 sdk Window,无边框,可拖动位置,可拖拽大小,可设置背景图片,可设置透明度-Package win32 sdk Window, borderless, draggable location, drag the size, you can set the background image, you can set the transparency
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:6.85kb
    • 提供者:capric f
  1. PicSee

    0下载:
  2. VC++游览大图查看图片的小程序,通称图片浏览器,主要是使用了VC++中的BitBlt 函数和有滚动条的视图类CScrollView共同编写而成,其实实现的功能很普通,在Windows电脑上似乎见怪不怪了,功能描述:即使图片的大小超过窗口的大小,也能够通过拖动滚动条看到图片的每个部位。-VC++ tour big picture view picture of a small program, known as picture viewer, mainly used VC++ the BitBl
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:30.91kb
    • 提供者:单哥
  1. ShowPic

    0下载:
  2. 是一个显示图片的C++图片的程序,可以打开BMP图片,并且修改图片的大小,使之适合控件框的大小-about showing an picture by C++
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.78mb
    • 提供者:胡雨
  1. photodlg

    0下载:
  2. 自定义图片显示对话框,能够将任意大小照片自适应显示在对话框客户区。-Custom picture display dialog box, be able to display the size of any size adaptive display in the dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:
  1. 04446352

    0下载:
  2. 批量修改图片大小,支持大部分图片, 易语言编写()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:cnmmxnicaxvop
搜珍网 www.dssz.com