liset.h

    技术2022-05-20  37

    #if !defined(AFX_LISET_H__E13D6173_3DF7_4E3A_BB5D_A710E0E6516C__INCLUDED_)#define AFX_LISET_H__E13D6173_3DF7_4E3A_BB5D_A710E0E6516C__INCLUDED_

    #if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// Liset.h : header file//

    /// CLiset dialog

    class CLiset : public CDialog{// Constructionpublic:// CImageList m_ImageList; CLiset(CWnd* pParent = NULL);   // standard constructor

     void ListId(); void DispList(CString strFilter,int id);    HTREEITEM FindTreeItem(HTREEITEM hParent,CString str);// Dialog Data //{{AFX_DATA(CLiset) enum { IDD = IDD_DIALOG5 }; CTreeCtrl m_treectrl; CListCtrl m_listctrl; //}}AFX_DATA

     // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLiset) protected: virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support //}}AFX_VIRTUAL

    // Implementationprotected:

     // Generated message map functions //{{AFX_MSG(CLiset) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP()};

    //{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

    #endif // !defined(AFX_LISET_H__E13D6173_3DF7_4E3A_BB5D_A710E0E6516C__INCLUDED_)


    最新回复(0)