www.pudn.com > ±ÏÒµÁôÄî²á.rar > MySheet.h
#if !defined(AFX_MYSHEET_H__73F72028_50FE_4D21_843A_A4F50839970C__INCLUDED_)
#define AFX_MYSHEET_H__73F72028_50FE_4D21_843A_A4F50839970C__INCLUDED_
#include "ButtonST.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MySheet.h : header file
//
#include "ClassmatePage.h"
#include "MySchoolPage.h"
#include "MyTeacherPage.h"
#include "ClasseManager.h"
#include "MyPropSheet.h"
#include "Music.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CMySheet dialog
class CMySheet : public CDialog
{
// Construction
public:
CMySheet(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMySheet)
enum { IDD = IDD_MYSHEET };
CStatic m_myPhoto;
//}}AFX_DATA
CMyPropSheet m_MySheet;
CClassmatePage m_ClassmatePage;
CMySchoolPage m_MySchoolPage;
CMyTeacherPage m_TeacherPage;
public:
CButtonST m_Closebnt;
CButtonST m_Pausebnt;
CButtonST m_Fronbnt;
CButtonST m_Nextbnt;
CButtonST m_Stopbnt;
CButtonST m_Playbnt;
CMusic m_Music;
int GetCurentMusic(CString str);
CArraym_BgMusics;
CClasseManager *m_Classe;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMySheet)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMySheet)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnForwardMusic();
afx_msg void OnNextMusic();
afx_msg void OnPalyMusic();
afx_msg void OnPauseMusic();
afx_msg void OnStopMusic();
afx_msg void OnPaint();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYSHEET_H__73F72028_50FE_4D21_843A_A4F50839970C__INCLUDED_)