Dsplit.h
上传用户:hnhlzg
上传日期:2013-10-19
资源大小:289k
文件大小:1k
源码类别:

数学计算

开发平台:

Visual C++

  1. // DSplit.h : main header file for the DSPLIT application
  2. //
  3. #if !defined(AFX_DSPLIT_H__76E949C7_9CAD_11D1_907F_00A024782894__INCLUDED_)
  4. #define AFX_DSPLIT_H__76E949C7_9CAD_11D1_907F_00A024782894__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #include "PinYuLuBoDib.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CDSplitApp:
  15. // See DSplit.cpp for the implementation of this class
  16. //
  17. class CDSplitApp : public CWinApp
  18. {
  19. public:
  20. CDSplitApp();
  21.     PinYuLuBoDib* m_pBitmap;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDSplitApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(CDSplitApp)
  30. afx_msg void OnAppAbout();
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //    DO NOT EDIT what you see in these blocks of generated code !
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_DSPLIT_H__76E949C7_9CAD_11D1_907F_00A024782894__INCLUDED_)