MainFrame1.h
上传用户:aqingfeng
上传日期:2014-03-25
资源大小:1839k
文件大小:2k
源码类别:

波变换

开发平台:

Visual C++

  1. #if !defined(AFX_MAINFRAME1_H__DCC19E42_4516_4CC2_85EC_473C5C8B0D5A__INCLUDED_)
  2. #define AFX_MAINFRAME1_H__DCC19E42_4516_4CC2_85EC_473C5C8B0D5A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MainFrame1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMainFrame1 frame
  10. class CMainFrame1 : public CMiniFrameWnd
  11. {
  12. DECLARE_DYNCREATE(CMainFrame1)
  13. protected:
  14. CMainFrame1();           // protected constructor used by dynamic creation
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMainFrame1)
  22. public:
  23. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. #ifdef _DEBUG
  27. virtual void AssertValid() const;
  28. virtual void Dump(CDumpContext& dc) const;
  29. #endif
  30. protected:  // control bar embedded members
  31. CStatusBar  m_wndStatusBar;
  32. CToolBar    m_wndToolBar;
  33. protected:
  34. virtual ~CMainFrame1();
  35. // Generated message map functions
  36. //{{AFX_MSG(CMainFrame1)
  37. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_MAINFRM_H__F604916A_698F_11D2_A679_0020AFD8B8B6__INCLUDED_)