TestComboListCtrlDlg.h
上传用户:htjk88
上传日期:2010-03-27
资源大小:29k
文件大小:2k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. // TestComboListCtrlDlg.h : header file
  2. //
  3. #if !defined(AFX_TESTCOMBOLISTCTRLDLG_H__F0DE9181_2CEF_4BB0_A267_1E8EE7ABDF50__INCLUDED_)
  4. #define AFX_TESTCOMBOLISTCTRLDLG_H__F0DE9181_2CEF_4BB0_A267_1E8EE7ABDF50__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTestComboListCtrlDlg dialog
  10. #include "ComboListCtrl.h"
  11. class CTestComboListCtrlDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CTestComboListCtrlDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CTestComboListCtrlDlg)
  18. enum { IDD = IDD_TESTCOMBOLISTCTRL_DIALOG };
  19. CComboListCtrl m_ListCtrl;
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CTestComboListCtrlDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. // Generated message map functions
  30. //{{AFX_MSG(CTestComboListCtrlDlg)
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  33. afx_msg void OnPaint();
  34. afx_msg HCURSOR OnQueryDragIcon();
  35. afx_msg void OnButton1();
  36. afx_msg void OnButton2();
  37. //}}AFX_MSG
  38. afx_msg LRESULT OnEndLabelEditVariableCriteria(WPARAM wParam, LPARAM lParam);
  39. afx_msg LRESULT PopulateComboList(WPARAM wParam, LPARAM lParam);
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_TESTCOMBOLISTCTRLDLG_H__F0DE9181_2CEF_4BB0_A267_1E8EE7ABDF50__INCLUDED_)