DlgRename.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:1k
- #if !defined(AFX_DLGRENAME_H__18029C16_549C_4BEF_A158_BB4835383E9B__INCLUDED_)
- #define AFX_DLGRENAME_H__18029C16_549C_4BEF_A158_BB4835383E9B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgRename.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgRename dialog
- class CDlgRename : public CDialog
- {
- // Construction
- public:
- CDlgRename(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgRename)
- enum { IDD = IDD_RENAME };
- CString m_strTemplate;
- UINT m_iStart;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgRename)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgRename)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGRENAME_H__18029C16_549C_4BEF_A158_BB4835383E9B__INCLUDED_)