www.pudn.com > mfcopentree.rar > NewName.h
#if !defined(AFX_NEWNAME_H__B482A125_D654_4D0C_964D_6C83BC51AA86__INCLUDED_)
#define AFX_NEWNAME_H__B482A125_D654_4D0C_964D_6C83BC51AA86__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NewName.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewName dialog
class CNewName : public CDialog
{
// Construction
public:
CNewName(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewName)
enum { IDD = IDD_DIALOG4 };
CString m_newname;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewName)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNewName)
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWNAME_H__B482A125_D654_4D0C_964D_6C83BC51AA86__INCLUDED_)