CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单文档 控件

搜索资源列表

  1. XP风格的控件源代码

    1下载:
  2. 这是一些xp风格的控件和界面,前几天用一个用户名上传了,结果此用户名和密码忘了,就用这个以前的用户名再传一边,它里面包含XP风格的对话框程序,单文档界面,各种控件。-This is some xp style controls and interface, a few days ago with a user who uploads a result, user names and passwords forgotten, with the user name before the new fi
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3846251
    • 提供者:王王
  1. 根据窗体大小改变控件大小

    0下载:
  2. 根据窗体大小改变各控件大小位置,可用于对话框程序,单文档视图程序,多文档视图程序-change the size of the control position, the dialog procedure can be used alone View Document procedures and documentation procedures View
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:52962
    • 提供者:陈明辉
  1. Exam10_signaldocument

    0下载:
  2. 一个简单的单文档控件演示程序,演示单文档控件是如何使用和开发的-a simple demonstration single document control procedures, presentations single document control is the use and development
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:52070
    • 提供者:guijie
  1. myEditor

    0下载:
  2. scintilla控件,支持高亮,折叠,行号. skinmagic皮肤. MFC单文档.
  3. 所属分类:源码下载

    • 发布日期:2011-01-02
    • 文件大小:1607500
    • 提供者:rui_biao
  1. TreeView.树状控件响应鼠标双击消息

    0下载:
  2. 树状控件响应鼠标双击消息,并将相应的消息显示在其父窗口:单文档中,treeview ctrl respond the message of mouse,and show the message to the single document.
  3. 所属分类:TreeView控件

    • 发布日期:2013-11-16
    • 文件大小:50289
    • 提供者:yang
  1. cbitmapbutton.rar

    0下载:
  2. 该代码主要是一个基于单文档的按钮控件的应用,主要包括:在按钮上载入位图,载入图标,其中按钮又包括:保持按钮,非保持按钮等,The code is primarily a document based on single-button control applications, including: the button on the loading bitmaps, loading icons, buttons which also include: maintaining the button
  3. 所属分类:Button control

    • 发布日期:2017-05-10
    • 文件大小:103217
    • 提供者:hasomeboy
  1. View.rar

    1下载:
  2. vc实现单文档分割,派生分割类,还有树形控件,还有多视图切换功能,vc single document segmentation, segmentation derived category, as well as tree controls, as well as multi-view switching function
  3. 所属分类:Windows编程

    • 发布日期:2017-04-13
    • 文件大小:88695
    • 提供者:温清林
  1. wndcls

    0下载:
  2. l 编写WM上的单文档(SDI)程序 n 添加画图菜单,菜单项有:点、矩形、圆角矩形、椭圆、弧。选择各菜单项后在View中画出相应的图形。 n 添加文本菜单,菜单项有:输出文本,用户选择后,弹出对话框(上面有一个Edit控件)提示用户输入文字,用户输入完成确定后,在View中输出刚才用户输入的文字。 l 编写WM上的图片浏览程序 n 在对话框上添加一个Button按钮、一个Edit控件。 n 单击Button按钮弹出文件选择对话框。 n 用户选择某个图片文件后,显示相应
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4869
    • 提供者:雷科柱
  1. vc_serialport_communication

    0下载:
  2. MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5354543
    • 提供者:liuyuefeng
  1. VisualFramework(ViewsTabsandSplitters)

    1下载:
  2. 一个基于单文档(SDI)的、使用MFC的简单界面框架;界面上主要表现的功能有:视图的拆分、Tab控件的功能、CEdit控件及其它一些视图窗体在拆分窗口中的叠加;主要特色:对控件代码进行了良好的封装,使用面向对象的观念对所有可视对象进行了统一的管理;-Based on Single Document (SDI), and a simple interface using MFC framework interface functions mainly include: the split vie
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:257812
    • 提供者:jiqiubo
  1. 035135

    0下载:
  2. 在基于单文档窗口中加载下侧对话框。可以在对话框上放置控件。- Based on a single document in the window side of the dialog box under the load. Can be placed in the dialog box controls.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2072781
    • 提供者:zhoujinfeng
  1. CButton

    0下载:
  2. 由VC++中的CButton类扩展的经典风格按钮,严格来说是由CButton的派生类CLinkButton为基础而制作,用此派生类制作的按钮外观类似静态控件类CStatic 产生的效果,当鼠标移到按钮上并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平效果,对Windows经典风格喜欢的朋友相信也会喜欢本款按钮。-By VC++ in the Class CButton button to expand the classical style, strictly spea
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:24266
    • 提供者:602
  1. basicprogramming

    0下载:
  2. 此程序包括最基础的MFC编程,其中包含如何建立单文档应用程序,MFC对话框基本控件的使用和经常使用到的知识点:对话框间的通讯。另外,其中包含详细的文档,对各个知识点进行了详细说明,有利于初学者快速入门-This program includes the most basic MFC programming, which includes how to create a single document application, MFC dialog controls the basic use a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1751204
    • 提供者:lksd
  1. ThreeInterfaceofVC

    0下载:
  2. 一个开发初级三切分界面的好例子,可用于将单文档界面切分成基于不同基类的三个界面,很好用的,可直接运行并修改成你所想的界面,可添加标准控件!-A development of the primary cut a good example of the interface, good use can be directly run and modify the interface as you think you can add standard controls!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:60416
    • 提供者:龙勇
  1. TabDlgDemo

    1下载:
  2. 在VISUAL C++ 的单文档中,进行菜单操作,并进行模式对话框的数据交换,同时还利用了TabPage控件的特性演示。-VISUAL C++ in a single document, to the menu operation, and conduct a modal dialog box for data exchange, but also made use of the characteristics of TabPage controls demo.
  3. 所属分类:Other windows programs

    • 发布日期:2015-05-23
    • 文件大小:494466
    • 提供者:李波
  1. skinMagic_crack

    0下载:
  2. SkinMagic是一个制作皮肤功能的界面库,支持Windows常用控件及窗口。支持了对话框,单文档界面,多文档界面。 >主要特点: >1,独立的界面定制功能将编程从界面制作中解脱出来, >2,支持各种windows平台,包括windows98,windownt4.0,windows2000,windowsxp,windows2003 >3,彻底换肤,包括标准控件,通用对话框等 >4,支持用户自定义的控件的换肤功能,支持对第三方控件的换肤,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2439834
    • 提供者:lunda8
  1. splitwindow

    0下载:
  2. VC++实现单文档静态窗口的拆分,并在窗口中添加控件-VC++ static single-document window split, and add controls in the window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:2032628
    • 提供者:戴丽华
  1. ButtonView

    0下载:
  2. 在单文档视图里面实现显示一些按钮控件,很有趣的-Achieved in a single document view which displays some button controls, very interesting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1946340
    • 提供者:杨元
  1. EditProject

    0下载:
  2. 这是一个很好的小程序,涉及单文档界面分割,生成缩略图,树形控件与formview控件互动,状态栏显示,适合编程起步者-This is a good little program, involving a single document interface division, thumbnail generation, tree controls with the formview control interaction, the status bar shows for starters Pro
  3. 所属分类:TreeView

    • 发布日期:2017-05-24
    • 文件大小:7972046
    • 提供者:段艳
  1. 24590323

    0下载:
  2. 一个简单的单文档控件演示程序,演示单文档控件是如何使用和开发的()
  3. 所属分类:组合框控件

    • 发布日期:2018-01-05
    • 文件大小:37888
    • 提供者:agesar
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com