PropListBoxDlg.h
上传用户:liming
上传日期:2022-02-22
资源大小:23k
文件大小:2k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. // PropListBoxDlg.h : header file
  2. //
  3. #if !defined(AFX_PROPLISTBOXDLG_H__B8AE534A_3892_11D4_BC48_00105AA2186F__INCLUDED_)
  4. #define AFX_PROPLISTBOXDLG_H__B8AE534A_3892_11D4_BC48_00105AA2186F__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "PropertyList.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPropListBoxDlg dialog
  11. class CPropListBoxDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CPropListBoxDlg(CWnd* pParent = NULL); // standard constructor
  16. ~CPropListBoxDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CPropListBoxDlg)
  19. enum { IDD = IDD_PROPLISTBOX_DIALOG };
  20. CPropertyList m_propList;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CPropListBoxDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. CPropertyItem *propItem1,*propItem2,*propItem3,*propItem4,*propItem5;
  28. CPropertyItem *propItem6,*propItem7,*propItem8,*propItem9,*propItem10;
  29. CPropertyItem *propItem11,*propItem12,*propItem13,*propItem14,*propItem15;
  30. CPropertyItem *propItem16,*propItem17;
  31. // Implementation
  32. protected:
  33. HICON m_hIcon;
  34. // Generated message map functions
  35. //{{AFX_MSG(CPropListBoxDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. //}}AFX_MSG
  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_PROPLISTBOXDLG_H__B8AE534A_3892_11D4_BC48_00105AA2186F__INCLUDED_)