您的位置:首页 > 其它

Frame Window Classes (Architecture) - MSDN6翻译交流

2006-04-01 19:30 393 查看
BUG和建议请提出,谢谢!

Frame Window Classes (Architecture)

框架窗口类(体系)

In document/view architecture, frame windows are windows that contain a view window. They also support having control bars attached to them.

在文档/视图体系中,框架窗口是包含(一个)视图窗口的窗口。它们也支持在上面依附控件栏。

In multiple document interface (MDI) applications, the main window is derived from CMDIFrameWnd. It indirectly contains the documents’ frames, which are CMDIChildWnd objects. The CMDIChildWnd objects, in turn, contain the documents’ views.

在多文档界面(MDI)应用中,主窗口继承自CMDIFrameWnd。它(主窗口)间接地包含文档的框架,即CMDIChildWnd 物件。CMDIChildWnd 物件依次包含文档的(各个)视图。

In single document interface (SDI) applications, the main window, derived from CFrameWnd, contains the view of the current document.

在单文档界面(SDI)应用中,继承自CFrameWnd的主窗口包含了当前文档的视图。

CFrameWnd
The base class for an SDI application’s main frame window. Also the base class for all other frame window classes.
SDI应用的主框架窗口的基类。也是所有其它框架窗口类的基类。
CMDIFrameWnd
The base class for an MDI application’s main frame window.
MDI应用的主框架窗口的基类。
CMDIChildWnd
The base class for an MDI application’s document frame windows.
MDI应用的文档框架窗口的基类。
COleIPFrameWnd
Provides the frame window for a view when a server document is being edited in place.
(当服务器文档将在合适的位置被编辑时,为视图提供的框架窗口。)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息