www.pudn.com > 人体步态跟踪识别bate版.rar > ChooseDirDlg.h
#if !defined(AFX_CHOOSEDIRDLG_H__8EFCA0BE_89E4_4F90_9B2E_129B12D2CDE1__INCLUDED_)
#define AFX_CHOOSEDIRDLG_H__8EFCA0BE_89E4_4F90_9B2E_129B12D2CDE1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChooseDirDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChooseDirDlg dialog
#include "DriveCombo.h"
#include "DirectoryTree.h"
class CChooseDirDlg : public CDialog
{
// Construction
public:
CChooseDirDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CChooseDirDlg)
enum { IDD = IDD_CHOOSEDIR_DIALOG };
CEdit m_DirName;
CDirectoryTree m_DirTree;
CDriveCombo m_DriveList;
CString m_str;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChooseDirDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CChooseDirDlg)
afx_msg void OnSelchangeDriveCombo();
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHOOSEDIRDLG_H__E3CA63A2_23BA_11D7_B345_0050BA63278D__INCLUDED_)