#if !defined(AFX_CHARDDISKDLG_H__424B8941_0EAE_11D1_8B6B_444553540000__INCLUDED_)
#define AFX_CHARDDISKDLG_H__424B8941_0EAE_11D1_8B6B_444553540000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CHardDiskDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CHardDiskDlg dialog

class CHardDiskDlg : public CDialog
{
// Construction
public:
	CHardDiskDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CHardDiskDlg)
	enum { IDD = IDD_HARDDISK };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHardDiskDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	void	SetToDrive( char *newdrive, int item );
	// Generated message map functions
	//{{AFX_MSG(CHardDiskDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnHd1();
	afx_msg void OnHd2();
	afx_msg void OnHd3();
	afx_msg void OnHd4();
	virtual void OnOK();
	afx_msg void OnKillfocusHd2Edit();
	afx_msg void OnKillfocusHd1Edit();
	afx_msg void OnKillfocusHd3Edit();
	afx_msg void OnKillfocusHd4Edit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CHARDDISKDLG_H__424B8941_0EAE_11D1_8B6B_444553540000__INCLUDED_)
