RegListDLG.h
上传用户:lbr_007
上传日期:2019-05-31
资源大小:282k
文件大小:1k
- #if !defined(AFX_REGLISTDLG_H__9D3F4791_5CFD_49B7_8BF7_37ABF4485B66__INCLUDED_)
- #define AFX_REGLISTDLG_H__9D3F4791_5CFD_49B7_8BF7_37ABF4485B66__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RegListDLG.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // RegListDLG dialog
- class RegListDLG : public CDialog
- {
- // Construction
- public:
- RegListDLG(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(RegListDLG)
- enum { IDD = IDD_REGLIST_DLG };
- CListCtrl m_list;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(RegListDLG)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(RegListDLG)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REGLISTDLG_H__9D3F4791_5CFD_49B7_8BF7_37ABF4485B66__INCLUDED_)