ISAListTree.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // ISAListTree.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CISAListTree dialog
- #include "resource.h"
- class CISAListTree : public CDialog
- {
- // Construction
- public:
- CISAListTree(CWnd* pParent = NULL); // standard constructor
- CColorStatic m_color;
- // Dialog Data
- //{{AFX_DATA(CISAListTree)
- enum { IDD = IDD_ISA_PROP };
- CListCtrl m_listctrl;
- int m_width;
- //}}AFX_DATA
- CImageList* m_pimageList;
- int m_nIndex;
- void FillListCtrl();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CISAListTree)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CISAListTree)
- virtual BOOL OnInitDialog();
- afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };