Page2.h
上传用户:sjtdsyy
上传日期:2020-03-26
资源大小:76k
文件大小:1k
- #if !defined(AFX_PAGE2_H__63B76D5A_4176_4B25_8B4F_98E535F91F7B__INCLUDED_)
- #define AFX_PAGE2_H__63B76D5A_4176_4B25_8B4F_98E535F91F7B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Page2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPage2 dialog
- class CPage2 : public CDialog
- {
- // Construction
- public:
- CPage2(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CPage2)
- enum { IDD = IDD_DIALOG2 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPage2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPage2)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PAGE2_H__63B76D5A_4176_4B25_8B4F_98E535F91F7B__INCLUDED_)