www.pudn.com > VC写的MP3播放器源代码.zip > InnerDlg.h


#if !defined(AFX_INNERDLG_H__7EA7F0C2_4CE5_11D2_84EC_000000000000__INCLUDED_) 
#define AFX_INNERDLG_H__7EA7F0C2_4CE5_11D2_84EC_000000000000__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// InnerDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CInnerDlg dialog 
 
class CInnerDlg : public CDialog 
{ 
// Construction 
public: 
	CInnerDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CInnerDlg) 
	enum { IDD = DLG_ABOUT1 }; 
	CString	text; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CInnerDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CInnerDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point); 
	afx_msg void OnMouseMove(UINT nFlags, CPoint point); 
	afx_msg UINT OnNcHitTest(CPoint point); 
	afx_msg void OnMoving(UINT fwSide, LPRECT pRect); 
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	//}}AFX_MSG 
	afx_msg LRESULT OnEnterSM(WPARAM wp,LPARAM lp); 
	afx_msg LRESULT OnExitSM(WPARAM wp,LPARAM lp); 
 
	DECLARE_MESSAGE_MAP() 
private: 
	RECT	m_rect; 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_INNERDLG_H__7EA7F0C2_4CE5_11D2_84EC_000000000000__INCLUDED_)