CButtonST_Demo.h
上传用户:yangxun008
上传日期:2008-03-25
资源大小:3863k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. #if !defined(AFX_CBUTTONST_DEMO_H__1448653D_8903_4DFB_8A4B_5E97CC76910F__INCLUDED_)
  2. #define AFX_CBUTTONST_DEMO_H__1448653D_8903_4DFB_8A4B_5E97CC76910F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #ifndef __AFXWIN_H__
  7. #error include 'stdafx.h' before including this file for PCH
  8. #endif
  9. #include "resource.h" // main symbols
  10. class CCButtonST_DemoApp : public CWinApp
  11. {
  12. public:
  13. CCButtonST_DemoApp();
  14. // Overrides
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL(CCButtonST_DemoApp)
  17. public:
  18. virtual BOOL InitInstance();
  19. //}}AFX_VIRTUAL
  20. // Implementation
  21. //{{AFX_MSG(CCButtonST_DemoApp)
  22. //}}AFX_MSG
  23. DECLARE_MESSAGE_MAP()
  24. };
  25. /////////////////////////////////////////////////////////////////////////////
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  28. #endif