www.pudn.com > MapDB.rar > ImportDlg.h
#if !defined(AFX_IMPORTDLG_H__BD214FCD_069B_4700_B495_2FCF6EB5F0F1__INCLUDED_)
#define AFX_IMPORTDLG_H__BD214FCD_069B_4700_B495_2FCF6EB5F0F1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ImportDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CImportDlg dialog
class CImportDlg : public CDialog
{
// Construction
public:
CImportDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CImportDlg)
enum { IDD = IDD_IMPORT_USR };
CString m_xyfile;
CString m_usrfile;
CString m_domfile;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CImportDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CImportDlg)
afx_msg void OnDomFile();
afx_msg void OnUsrFile();
afx_msg void OnXyFile();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IMPORTDLG_H__BD214FCD_069B_4700_B495_2FCF6EB5F0F1__INCLUDED_)