a
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
#if !defined(AFX_OPEXECTDCESPTSELDLG_H__34AA9094_1228_4A2E_8E35_95DEC92EF6AA__INCLUDED_)
|
||||
#define AFX_OPEXECTDCESPTSELDLG_H__34AA9094_1228_4A2E_8E35_95DEC92EF6AA__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// opexectdcesptseldlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// COpExecTdCESptSelDlg dialog
|
||||
|
||||
class COpExecTdCESptSelDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
COpExecTdCESptSelDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(COpExecTdCESptSelDlg)
|
||||
enum { IDD = IDD_OP_TD_CESPT_S };
|
||||
CListCtrl m_ceSptList;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(COpExecTdCESptSelDlg)
|
||||
public:
|
||||
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(COpExecTdCESptSelDlg)
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnSize(UINT nType, int cx, int cy);
|
||||
afx_msg void OnCancelMode();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_OPEXECTDCESPTSELDLG_H__34AA9094_1228_4A2E_8E35_95DEC92EF6AA__INCLUDED_)
|
||||
Reference in New Issue
Block a user