The difference between MDI and SDI

本文详细对比了使用MFC构建的多文档界面(MDI)应用与单文档界面(SDI)应用的主要结构差异。MDI应用使用了CMDIFrameWnd作为顶级窗口基类,并利用CMDIChildWnd类来表示文档视图的子窗口;此外,还介绍了MDI应用如何通过CMultiDocTemplate创建文档模板。MDI应用通常具备至少两个菜单资源,以区分在文档打开与未打开状态下的不同显示需求。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 The chief structural differences between MDI and SDI applications built with MFC are as follows:

  •  

  • MDI applications derive their top-level frame window classes from CMDI-FrameWnd rather than CFrameWnd.

     

     

  • MDI applications use classes based on CMDIChildWnd to represent the child frame windows that frame views of their documents.

     

     

  • MDI applications use CMultiDocTemplate rather than CSingleDocTemplate to create document templates. The frame window class referenced in CMultiDocTemplate's constructor is the child frame window class rather than the top-level frame window class.

     

     

  • MDI applications have at least two menu resources, as opposed to SDI's one. One is displayed when no documents are open; the other is displayed when at least one document is open.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值