CalFrame.h
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_CALFRAME_H__634A37FE_F0DC_11D2_8F48_00805FBDCBE4__INCLUDED_)
  2. #define AFX_CALFRAME_H__634A37FE_F0DC_11D2_8F48_00805FBDCBE4__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // CalFrame.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCalculatorFrame frame
  10. #include "standard.h"
  11. class _declspec(dllexport) CCalculatorFrame : public CChildFrame
  12. {
  13. public:
  14. CCalculatorFrame();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CCalculatorFrame)
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CCalculatorFrame)
  23. protected:
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CCalculatorFrame();
  29. // Generated message map functions
  30. //{{AFX_MSG(CCalculatorFrame)
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_CALFRAME_H__634A37FE_F0DC_11D2_8F48_00805FBDCBE4__INCLUDED_)