#include <MainFrm.h>
Public Member Functions | |
virtual BOOL | OnCreateClient (LPCREATESTRUCT lpcs, CCreateContext *pContext) |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
virtual | ~CMainFrame () |
Protected Member Functions | |
CMainFrame () | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
Protected Attributes | |
CSplitterWnd | m_wndSplitter |
CStatusBar | m_wndStatusBar |
CToolBar | m_wndToolBar |
CMainFrame::CMainFrame | ( | ) | [protected] |
CMainFrame::~CMainFrame | ( | ) | [virtual] |
BOOL CMainFrame::OnCreateClient | ( | LPCREATESTRUCT | lpcs, | |
CCreateContext * | pContext | |||
) | [virtual] |
BOOL CMainFrame::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [virtual] |
int CMainFrame::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
CSplitterWnd CMainFrame::m_wndSplitter [protected] |
CStatusBar CMainFrame::m_wndStatusBar [protected] |
CToolBar CMainFrame::m_wndToolBar [protected] |