CMainFrame
基本解釋
- 框架類
英漢例句
- The control bars are allocated space in the frame window according to their Z-order, which initially is the order in which they are created (see CMainFrame:: OnCreate).
控件條在框架窗口中是按Z順序分配空間的,Z順序最初是控件條的創(chuàng)建順序(請(qǐng)參見(jiàn)CMainFrame::OnCreate)。 - -used WTL achieve similar Flashget interface of this program is to use the WTL CSplitterWindow and put CMainFrame CHorSplitterWindow partitioned.
用WTL實(shí)現(xiàn)類似flashget的界面 本程序是利用WTL的 CSplitterWindow 和 CHorSplitterWindow 把 CMainFrame 分隔而成。