www.pudn.com > TabClient.rar > MainFrm.h


// MainFrm.h : interface of the CMainFrame class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_MAINFRM_H__ABD7BB1D_79E6_11D7_85DA_50784C70465E__INCLUDED_) 
#define AFX_MAINFRM_H__ABD7BB1D_79E6_11D7_85DA_50784C70465E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CMainFrame : public CFrameWnd 
{ 
	 
protected: // create from serialization only 
	CMainFrame(); 
	DECLARE_DYNCREATE(CMainFrame) 
 
// Attributes 
public: 
 
	CReBar			m_wndReBar;        //RebarÌõ 
	CToolBar		m_wndToolBar; 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMainFrame) 
	public: 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	BOOL CreateExToolBar(); 
	virtual ~CMainFrame(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected:  // control bar embedded members 
	CStatusBar  m_wndStatusBar; 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CMainFrame) 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg void OnSetmsg(); 
	afx_msg void OnUserpassChange(); 
	afx_msg void OnMsgRecieved(); 
	afx_msg void OnMsgSended(); 
	afx_msg void OnTelBook(); 
	afx_msg void OnLocSys(); 
	afx_msg void OnSysState(); 
	afx_msg void OnGetAllSimMsg(); 
	afx_msg void OnHelp(); 
	afx_msg void OnRefreshSel(); 
	afx_msg void OnRefreshAll(); 
	afx_msg void OnMsgDeleted(); 
	afx_msg void OnWriteMsg(); 
	afx_msg void OnSysRecord(); 
	afx_msg void OnSchoolReportCard(); 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MAINFRM_H__ABD7BB1D_79E6_11D7_85DA_50784C70465E__INCLUDED_)