a
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
#if !defined(AFX_IOEXPSPTDLG_H__4A85EB1A_DB5A_43AD_915A_C6874F99097C__INCLUDED_)
|
||||
#define AFX_IOEXPSPTDLG_H__4A85EB1A_DB5A_43AD_915A_C6874F99097C__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// ioexpsptdlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CIOExpSptDlg dialog
|
||||
|
||||
class CIOExpSptDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CIOExpSptDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CIOExpSptDlg)
|
||||
enum { IDD = IDD_IO_EXP_SPT };
|
||||
CListCtrl m_sptList;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CIOExpSptDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CIOExpSptDlg)
|
||||
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
||||
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_IOEXPSPTDLG_H__4A85EB1A_DB5A_43AD_915A_C6874F99097C__INCLUDED_)
|
||||
Reference in New Issue
Block a user