www.pudn.com > SegExample.zip > SefFileDlg.h
#if !defined(AFX_SEFFILEDLG_H__27E1D8E6_FD04_4849_A348_ED7056F7B40A__INCLUDED_)
#define AFX_SEFFILEDLG_H__27E1D8E6_FD04_4849_A348_ED7056F7B40A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SefFileDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSefFileDlg dialog
class CSefFileDlg : public CDialog
{
// Construction
public:
CSefFileDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSefFileDlg)
enum { IDD = IDD_DIALOG1 };
CString m_strInp;
CString m_strOut;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSefFileDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSefFileDlg)
virtual void OnOK();
afx_msg void OnBrower();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SEFFILEDLG_H__27E1D8E6_FD04_4849_A348_ED7056F7B40A__INCLUDED_)