#if !defined(AFX_CDRIVEDIALOG_H__66F42321_05CF_11D1_8B6B_444553540000__INCLUDED_)
#define AFX_CDRIVEDIALOG_H__66F42321_05CF_11D1_8B6B_444553540000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CDriveDialog.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDriveDialog dialog

class CDriveDialog : public CDialog
{
// Construction
public:
	CDriveDialog(CWnd* pParent = NULL);   // standard constructor

private:
	BOOL	GetDiskImage( int disknum );
	void	SetButtons( void );
	void	StatusSelChange( int nComboID, HWND hwndComboBox );
	bool	DriveButton( int nButtonID, HWND hwndButton );
// Dialog Data
	//{{AFX_DATA(CDriveDialog)
	enum { IDD = IDD_DRIVES };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDriveDialog)
	protected:
	virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDriveDialog)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnClearDrives();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CDRIVEDIALOG_H__66F42321_05CF_11D1_8B6B_444553540000__INCLUDED_)
