MCComboBoxSample.h
上传用户:hzw123hzw
上传日期:2007-01-01
资源大小:18k
文件大小:1k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // MCComboBoxSample.h : main header file for the MCCOMBOBOXSAMPLE 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. // CMCComboBoxSampleApp:
  9. // See MCComboBoxSample.cpp for the implementation of this class
  10. //
  11. class CMCComboBoxSampleApp : public CWinApp
  12. {
  13. public:
  14. CMCComboBoxSampleApp();
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CMCComboBoxSampleApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. //{{AFX_MSG(CMCComboBoxSampleApp)
  23. // NOTE - the ClassWizard will add and remove member functions here.
  24. //    DO NOT EDIT what you see in these blocks of generated code !
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. /////////////////////////////////////////////////////////////////////////////