www.pudn.com > 人体步态跟踪识别bate版.rar > DriveCombo.h


#if !defined(AFX_DRIVECOMBO_H__08D4F1E2_A780_11D2_A177_0090270DD223__INCLUDED_) 
#define AFX_DRIVECOMBO_H__08D4F1E2_A780_11D2_A177_0090270DD223__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CDriveCombo window 
 
class CDriveCombo : public CComboBox 
{ 
	// Construction 
public: 
	CDriveCombo(); 
	 
	// Attributes 
public: 
	 
	// Operations 
public: 
	 
	// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDriveCombo) 
	//}}AFX_VIRTUAL 
	 
	// Implementation 
public: 
	virtual ~CDriveCombo(); 
	 
	BOOL Initialize(void);		// Initializes the combo box control 
	BOOL IsDriveReady(int);		// Whether or not the drive is ready 
	void ResetDrive(char);		// Resets the combo box to the last good drive 
	 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CDriveCombo) 
	//}}AFX_MSG 
	 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DRIVECOMBO_H__08D4F1E2_A780_11D2_A177_0090270DD223__INCLUDED_)