www.pudn.com > tab2ESRIshapefile.zip > Tab2ShpDlg.h


// Tab2ShpDlg.h : header file 
// 
 
#if !defined(AFX_TAB2SHPDLG_H__CCB933C3_F33C_4E9E_BF1B_70690B504A07__INCLUDED_) 
#define AFX_TAB2SHPDLG_H__CCB933C3_F33C_4E9E_BF1B_70690B504A07__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "CJSearchEdit.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CTab2ShpDlg dialog 
 
class CTab2ShpDlg : public CDialog 
{ 
// Construction 
public: 
	void MakeDir( CString strPath ); 
	BOOL Convert0(CString strFilePath, CString strDstPath); 
	BOOL Convert(CString strFilePath, CString strDstPath); 
	BOOL Convert2(CString strFilePath, CString strDstPath); 
	CTab2ShpDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CTab2ShpDlg) 
	enum { IDD = IDD_TAB2SHP_DIALOG }; 
	CProgressCtrl	m_ctrlProgress; 
	CCJSearchEdit	m_ctrlEditImut; 
	CCJSearchEdit	m_ctrlEditSrc; 
	CCJSearchEdit	m_ctrlEditDst; 
	CString	m_strImut; 
	CString	m_strDstPath; 
	CString	m_strSrcPath; 
	BOOL	m_nSingleFile; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTab2ShpDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CTab2ShpDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnStart(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TAB2SHPDLG_H__CCB933C3_F33C_4E9E_BF1B_70690B504A07__INCLUDED_)