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

波变换

开发平台:

Visual C++

  1. // ChildFrm.cpp : implementation of the CChildFrame class
  2. //
  3. #include "stdafx.h"
  4. #include "小波变换.h"
  5. #include "ChildFrame.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CChildFrame
  13. I
  14. // ChildFrm.h : interface of the CChildFrame class
  15. //
  16. /////////////////////////////////////////////////////////////////////////////
  17. #if !defined(AFX_CHILDFRM_H__F604916C_698F_11D2_A679_0020AFD8B8B6__INCLUDED_)
  18. #define AFX_CHILDFRM_H__F604916C_698F_11D2_A679_0020AFD8B8B6__INCLUDED_
  19. #if _MSC_VER >= 1000
  20. #pragma once
  21. #endif // _MSC_VER >= 1000
  22. class CChildFrame : public CMDIChildWnd
  23. {
  24. DECLARE_DYNCREATE(CChildFrame)
  25. public:
  26. CChildFrame();
  27. // Attributes
  28. public:
  29. // Operations
  30. public:
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CChildFrame)
  34. public:
  35. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. public:
  39. virtual ~CChildFrame();
  40. #ifdef _DEBUG
  41. virtual void AssertValid() const;
  42. virtual void Dump(CDumpContext& dc) const;
  43. #endif
  44. // Generated message map functions
  45. protected:
  46. //{{AFX_MSG(CChildFrame)
  47. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_CHILDFRM_H__F604916C_698F_11D2_A679_0020AFD8B8B6__INCLUDED_)