This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+47
View File
@@ -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_)