#if !defined(AFX_OPCREATESFDLG_H__37F62B85_7A0C_44F7_B573_ECC49454A934__INCLUDED_) #define AFX_OPCREATESFDLG_H__37F62B85_7A0C_44F7_B573_ECC49454A934__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // opcreatesfdlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // COpCreateSFDlg dialog class COpCreateSFDlg : public CDialog { // Construction public: COpCreateSFDlg(CWnd* pParent = NULL); // standard constructor COpCreateSFDlg(INT_PTR* pRet, CWnd* pParent = NULL); // Dialog Data //{{AFX_DATA(COpCreateSFDlg) enum { IDD = IDD_OP_SF_L_C }; CListCtrl m_sptList; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COpCreateSFDlg) public: virtual BOOL Create(UINT nID, CWnd* pParentWnd); virtual BOOL DestroyWindow(); virtual BOOL PreTranslateMessage(MSG* pMsg); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(COpCreateSFDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: INT_PTR* m_pRet; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OPCREATESFDLG_H__37F62B85_7A0C_44F7_B573_ECC49454A934__INCLUDED_)