MainFrame1.h
上传用户:aqingfeng
上传日期:2014-03-25
资源大小:1839k
文件大小:2k
- #if !defined(AFX_MAINFRAME1_H__DCC19E42_4516_4CC2_85EC_473C5C8B0D5A__INCLUDED_)
- #define AFX_MAINFRAME1_H__DCC19E42_4516_4CC2_85EC_473C5C8B0D5A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MainFrame1.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMainFrame1 frame
- class CMainFrame1 : public CMiniFrameWnd
- {
- DECLARE_DYNCREATE(CMainFrame1)
- protected:
- CMainFrame1(); // protected constructor used by dynamic creation
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMainFrame1)
- public:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected: // control bar embedded members
- CStatusBar m_wndStatusBar;
- CToolBar m_wndToolBar;
- protected:
- virtual ~CMainFrame1();
- // Generated message map functions
- //{{AFX_MSG(CMainFrame1)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINFRM_H__F604916A_698F_11D2_A679_0020AFD8B8B6__INCLUDED_)