www.pudn.com > ±ÏÒµÁôÄî²á.rar > MySchoolPage.h


#if !defined(AFX_MYSCHOOLPAGE_H__533762FB_9C3A_415D_A8BA_1594138C6464__INCLUDED_) 
#define AFX_MYSCHOOLPAGE_H__533762FB_9C3A_415D_A8BA_1594138C6464__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MySchoolPage.h : header file 
// 
#include "ClasseManager.h" 
#include "Student.h" 
 
#include "Dib.h"	// Added by ClassView 
#include "WaveAudio.h"	// Added by ClassView 
#include "ButtonST.h"	// Added by ClassView 
///////////////////////////////////////////////////////////////////////////// 
// CMySchoolPage dialog 
 
class CMySchoolPage : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CMySchoolPage) 
 
// Construction 
public: 
	CMySchoolPage(); 
	~CMySchoolPage(); 
 
// Dialog Data 
	//{{AFX_DATA(CMySchoolPage) 
	enum { IDD = IDD_MYSCHOOL }; 
	CString	m_strSchool; 
	CString	m_MySchool; 
	//}}AFX_DATA 
 
public: 
	CButtonST m_FronPicbnt; 
	CButtonST m_NextPicbnt; 
	CWaveAudio m_WavLiuyan; 
	void Show(); 
	void GetPicture(); 
	CDib m_Picture; 
	CArraym_BgMusics; 
	CClasseManager *m_Classe; 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CMySchoolPage) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CMySchoolPage) 
	afx_msg BOOL OnEraseBkgnd(CDC* pDC); 
	virtual BOOL OnInitDialog(); 
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	afx_msg void OnPaint(); 
	afx_msg void OnForworadPhoto(); 
	afx_msg void OnNextPhoto(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYSCHOOLPAGE_H__533762FB_9C3A_415D_A8BA_1594138C6464__INCLUDED_)