搜索资源列表
在视图中嵌入文件选择对话框
- 在视图中嵌入文件选择对话框.zip-embedded in the document view options dialog. Zip
对话框上可分割的视图
- 在对话框上实现可分割的视图,自己作了一个CSplitControl类继承于CStatic,左键视图左右分割,右键上下分割。
CDlgPntTest.rar
- 在VC++ 中,基于视图文档的MFC打印预览及打印使用起来非常方便,但在基于对话框的结构中,没有集成打印预览及打印功能。本实例实现了基于对话框的打印预览及打印功能。
MFC对话框添加上视图做画板
- MFC单文档应用程序,点击菜单项弹出对话框,对话框上做了两个视图,点击对话框上的按钮可以画图和擦除
用非模式对话框实现与视图之间的数据交互
- 用非模式对话框实现与视图之间的数据交互,使图像能即时更新,Non-modal dialog box with the view of the data exchange between, so that images can be updated
对话框的程序中创建工具条和状态条.zip
- 演示如何在对话框的程序中创建菜单、工具条和状态条,就像文档视图界面一样!,a demonstration of how the process in the dialog box to create menus, and tool of the state, like the same document View interface!
MyDlg.zip
- 在对话框上添加可分割的视图,使用继承于CStatic类的CFligControl类,实现了视图的分割,Add in the dialog box can be separated from view, the use of inheritance in the CStatic class CFligControl category, achieved a view of the partition
实现单文档视图对话的功能
- 本文章实现单文档视图对话的功能,利用对话条建立对话框,This article dialogue to achieve a single view of the function of the document, the use of dialogue to establish dialog Article
Test
- 一个继电模拟测试系统,用VC编写,包括直流测试,UI测试,交流边频,差动测试,阻抗测试等。用拆分视图实现,左边是对话框,右边是图形界面,形象直观,而且程序中还有通过调用WEB页的方式对各模块的简短介绍,在初始界面,可以控制播放GIF动画,实现了两个视图同步播放。-Simulation tests of a relay system, using VC prepared, including the DC testing, UI testing, the exchange of side-freq
MyAplication
- 一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of
ViewInDlg
- 该例子演示在对话框中如何显示一个view,网上通常的例子可以解决视图改问题,如果是单文档视图中有对话框,该对话框中嵌入视图则容易出问题,本例能很好解决该问题-The demonstration example of how in the dialog box shows a view, the Internet is usually the case can be resolved view the issue of constitutional reform, if it is a singl
ViewOnDlg
- 在对话框上添加一个视图,对搞图形界面的朋友有点帮助-In the dialog box to add a view, a graphical interface to engage in a bit to help a friend
CommonDialog
- 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
CommonDialog
- 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
twopanes_src
- 在视图中嵌入文件选择对话框,压缩包里包含可执行的源文件 -View embedded document in the selection dialog box, compression bag contains an executable source file
Add_in_the_dialog_box_view_class
- 在对话框中添加视图类,可在一个对话框中添加多少视图。-Add in the dialog box view class can be at a dialog box to add the number of view.
ToDraw
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图
AddView
- 这是一个基于对话框的动态添加视图文件,在里面可以实现动态增加三维立体图像的展示等等。-This is a dialog based on the added dynamic view documents, which can be achieved in the dynamic increase of three-dimensional image display and so on.
testViewInDlg
- 对话框使用视图的例子,例子很简单,但能够让我们了解了对话框中视图怎么应用。-View examples of the use of the dialog box, for example, is very simple, but allows us to understand how the View dialog box application.
BeamDataManager0.2
- 一款基于VC++/Access的轻量级建筑横梁数据管理系统,具体完成的功能与建筑设计有关,这个就不太懂了。但是通过这个小系统你可以掌握VC中的ADO数据库操作,同时也可了解VC++的多视图(框架)显示数据、动态调用对话框模板等技术。-Based on a VC++/Access lightweight construction beams data management system to complete the function of specific design and construc