www.pudn.com > LECTEUR-MP3.zip > NewDirDlg.h


#if !defined(AFX_NEWDIRDLG_H__FF29C81D_56F3_41BF_A374_F40E8B408A25__INCLUDED_) 
#define AFX_NEWDIRDLG_H__FF29C81D_56F3_41BF_A374_F40E8B408A25__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// NewDirDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// NewDirDlg dialog 
 
/*iMode 0 = Nouveau 
		1 = Renomer*/ 
 
//--------------------------------------------- 
class NewDirDlg : public CDialog 
{ 
// Construction 
public: 
	NewDirDlg(CWnd* pParent = NULL, int iMode = 0, CString strOldName = "");   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(NewDirDlg) 
	enum { IDD = IDD_NEW_DIR_DLG }; 
	CStatic	m_Titre; 
	CEdit	m_Edit; 
	//}}AFX_DATA 
 
 
	CString GetName() {return m_strName;} 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(NewDirDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	CString m_strOldName; 
	CString m_strName; 
	int m_iMode; 
 
	// Generated message map functions 
	//{{AFX_MSG(NewDirDlg) 
	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_NEWDIRDLG_H__FF29C81D_56F3_41BF_A374_F40E8B408A25__INCLUDED_)