www.pudn.com > gpsCE080506.rar > PathDlg.h


#if !defined(AFX_PATHDLG_H__AB723D67_A35C_4210_AF61_10BB071EBD90__INCLUDED_) 
#define AFX_PATHDLG_H__AB723D67_A35C_4210_AF61_10BB071EBD90__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// PathDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CPathDlg dialog 
 
class CPathDlg : public CDialog 
{ 
// Construction 
public: 
	BOOL isNavShell; 
	BOOL isActiveRe; 
	int treeNum; 
	CString pathStr; 
	CString pathName; 
	CString strTemp; 
	HTREEITEM htreemain,htree[30]; 
	CString directory; 
	WIN32_FIND_DATA lpFileData,lpFileDataNext; 
	HANDLE file; 
	HANDLE firstFile; 
	CString pathlist; 
 
	CPathDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CPathDlg) 
	enum { IDD = IDD_FINDPATH }; 
	CTreeCtrl	m_tree; 
	CString	m_path; 
	int	m_navStart; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPathDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CPathDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnButton1(); 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg BOOL OnEraseBkgnd(CDC* pDC); 
	afx_msg void OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnPaint(); 
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	afx_msg void OnCheck1(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PATHDLG_H__AB723D67_A35C_4210_AF61_10BB071EBD90__INCLUDED_)