Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

48 lines
1.2 KiB
C++

#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_)