#if !defined(AFX_CDRIVESMALLDLG_H__208B9F61_0AB3_11D1_8B6B_444553540000__INCLUDED_)
#define AFX_CDRIVESMALLDLG_H__208B9F61_0AB3_11D1_8B6B_444553540000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CDriveSmallDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDriveSmallDlg dialog

class CDriveSmallDlg : public CDialog
{
// Construction
public:
	CDriveSmallDlg(CWnd* pParent = NULL);   // standard constructor

private:
	char	temp_sio_filename[8][MAX_PATH];
	CComboBox *ComboBox;
	CButton		*cbCheckBox;
// Dialog Data
	//{{AFX_DATA(CDriveSmallDlg)
	enum { IDD = IDD_DRIVES_SMALL };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDriveSmallDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDriveSmallDlg)
	afx_msg void OnDriveclearSmall();
	virtual BOOL OnInitDialog();
	afx_msg void OnDrivecheckSmall();
	afx_msg void OnSelchangeDrivecomboSmall();
	afx_msg void OnDrivesmallFindfile();
	virtual void OnOK();
	afx_msg void OnKillfocusDrivesmallEdit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CDRIVESMALLDLG_H__208B9F61_0AB3_11D1_8B6B_444553540000__INCLUDED_)
