ISAListTree.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
源码类别:

远程控制编程

开发平台:

C/C++

  1. // ISAListTree.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CISAListTree dialog
  5. #include "resource.h"
  6. class CISAListTree : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CISAListTree(CWnd* pParent = NULL);   // standard constructor
  11. CColorStatic m_color;
  12. // Dialog Data
  13. //{{AFX_DATA(CISAListTree)
  14. enum { IDD = IDD_ISA_PROP };
  15. CListCtrl m_listctrl;
  16. int m_width;
  17. //}}AFX_DATA
  18. CImageList* m_pimageList;
  19. int m_nIndex;
  20. void FillListCtrl();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CISAListTree)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CISAListTree)
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult);
  33. afx_msg void OnDestroy();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };