ComboExDemoDlg.h
上传用户:hbjdyb2005
上传日期:2021-01-26
资源大小:168k
文件大小:1k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // ComboExDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_COMBOEXDEMODLG_H__115F4226_5CD5_11D1_ABBA_00A0243D1382__INCLUDED_)
  4. #define AFX_COMBOEXDEMODLG_H__115F4226_5CD5_11D1_ABBA_00A0243D1382__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "ComboBoxEx.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CComboExDemoDlg dialog
  11. class CComboExDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CComboExDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CComboExDemoDlg)
  18. enum { IDD = IDD_COMBOEXDEMO_DIALOG };
  19. CComboBoxExt m_ComboBox;
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CComboExDemoDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(CComboExDemoDlg)
  30. virtual BOOL OnInitDialog();
  31. virtual void OnOK();
  32. afx_msg void OnSelchangeCombo();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_COMBOEXDEMODLG_H__115F4226_5CD5_11D1_ABBA_00A0243D1382__INCLUDED_)