BTNCOLOR.H
上传用户:xyjtyn
上传日期:2007-01-01
资源大小:85k
文件大小:1k
- // btncolor.h : main header file for the BTNCOLOR application
- //
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CBtncolorApp:
- // See btncolor.cpp for the implementation of this class
- //
- class CBtncolorApp : public CWinApp
- {
- public:
- CBtncolorApp();
- // Overrides
- virtual BOOL InitInstance();
- // Implementation
- //{{AFX_MSG(CBtncolorApp)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////