CButtonST_demo.h
上传用户:newyosio
上传日期:2007-01-01
资源大小:226k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // CButtonST_demo.h : main header file for the CBUTTONST_DEMO application
  2. //
  3. #if !defined(AFX_CBUTTONST_DEMO_H__E0078DA5_0782_11D2_8E55_9E80D52A2535__INCLUDED_)
  4. #define AFX_CBUTTONST_DEMO_H__E0078DA5_0782_11D2_8E55_9E80D52A2535__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. /////////////////////////////////////////////////////////////////////////////
  13. // CButtonST_App
  14. //
  15. class CButtonST_App : public CWinApp
  16. {
  17. public:
  18. CButtonST_App();
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CButtonST_App)
  22. public:
  23. virtual BOOL InitInstance();
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. //{{AFX_MSG(CButtonST_App)
  27. // NOTE - the ClassWizard will add and remove member functions here.
  28. //    DO NOT EDIT what you see in these blocks of generated code !
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_CBUTTONST_DEMO_H__E0078DA5_0782_11D2_8E55_9E80D52A2535__INCLUDED_)