a
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
#if !defined(AFX_IOEXPDMSDLG_H__F3B213E1_ED08_4134_A324_2316766EEE9F__INCLUDED_)
|
||||
#define AFX_IOEXPDMSDLG_H__F3B213E1_ED08_4134_A324_2316766EEE9F__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// ioexpdmsdlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CIOExpDmsDlg dialog
|
||||
|
||||
class CIOExpDmsDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CIOExpDmsDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CIOExpDmsDlg)
|
||||
enum { IDD = IDD_IO_EXP_DMS };
|
||||
CTreeCtrl m_dmsTree;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CIOExpDmsDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CIOExpDmsDlg)
|
||||
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnClickTreeExpDms(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnSelchangingTreeExpDms(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_IOEXPDMSDLG_H__F3B213E1_ED08_4134_A324_2316766EEE9F__INCLUDED_)
|
||||
Reference in New Issue
Block a user