MCComboBoxSample.h
上传用户:hzw123hzw
上传日期:2007-01-01
资源大小:18k
文件大小:1k
- // MCComboBoxSample.h : main header file for the MCCOMBOBOXSAMPLE application
- //
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CMCComboBoxSampleApp:
- // See MCComboBoxSample.cpp for the implementation of this class
- //
- class CMCComboBoxSampleApp : public CWinApp
- {
- public:
- CMCComboBoxSampleApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMCComboBoxSampleApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CMCComboBoxSampleApp)
- // 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()
- };
- /////////////////////////////////////////////////////////////////////////////