www.pudn.com > 数控仿真与网络控制系统.rar > MainFrm.h


// MainFrm.h : interface of the CMainFrame class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_MAINFRM_H__7AAEBBCC_3504_11D4_8F58_006008B13CA9__INCLUDED_) 
#define AFX_MAINFRM_H__7AAEBBCC_3504_11D4_8F58_006008B13CA9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "ImageStatusBar.h" 
#include "FindDialog.h" 
class CMainFrame : public CFrameWnd 
{ 
	 
protected: // create from serialization only 
	CMainFrame(); 
	DECLARE_DYNCREATE(CMainFrame) 
 
// Attributes 
public: 
	static void CMainFrame::SaveZOrder(int val); 
	int CMainFrame::GetZOrderFromRegistry(); 
	void CMainFrame::SetZOrder(int val); 
	CString CMainFrame::AppPath(); 
	void CMainFrame::CheckStayOnTopMenu(int val); 
	CString CMainFrame::PathFromAbsolute(CString AbsolutePath); 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMainFrame) 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CMainFrame(); 
 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected:  // control bar embedded members 
	CImageStatusBar  m_wndStatusBar; 
	CToolBar    m_wndToolBar; 
	CReBar      m_wndReBar; 
	CDialogBar      m_wndDlgBar; 
 
 
// Generated message map functions 
protected: 
 
	//{{AFX_MSG(CMainFrame) 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg void OnChangefont(); 
	afx_msg void OnFind(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	afx_msg void OnFileProperties(); 
	afx_msg void OnClose(); 
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); 
	afx_msg void OnUpdateZOrder(); 
	afx_msg void OnDropFiles(HDROP hDropInfo); 
	afx_msg void OnSelectAll(); 
	afx_msg void OnInserttimedate(); 
	afx_msg void OnUpdateChangecolor(CCmdUI* pCmdUI); 
	afx_msg void OnOptions(); 
	afx_msg void OnVisitWebSite(); 
	afx_msg void OnCharmap(); 
	afx_msg void OnNewWindow(); 
	afx_msg void OnReplace(); 
	afx_msg void OnCompileTiaoshi(); 
	//}}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__7AAEBBCC_3504_11D4_8F58_006008B13CA9__INCLUDED_)