BTNCOLOR.H
上传用户:xyjtyn
上传日期:2007-01-01
资源大小:85k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // btncolor.h : main header file for the BTNCOLOR application
  2. //
  3. #ifndef __AFXWIN_H__
  4. #error include 'stdafx.h' before including this file for PCH
  5. #endif
  6. #include "resource.h"       // main symbols
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CBtncolorApp:
  9. // See btncolor.cpp for the implementation of this class
  10. //
  11. class CBtncolorApp : public CWinApp
  12. {
  13. public:
  14. CBtncolorApp();
  15. // Overrides
  16. virtual BOOL InitInstance();
  17. // Implementation
  18. //{{AFX_MSG(CBtncolorApp)
  19. afx_msg void OnAppAbout();
  20. // NOTE - the ClassWizard will add and remove member functions here.
  21. //    DO NOT EDIT what you see in these blocks of generated code !
  22. //}}AFX_MSG
  23. DECLARE_MESSAGE_MAP()
  24. };
  25. /////////////////////////////////////////////////////////////////////////////