⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 innerdlg.h

📁 完整的MP3播放器源码
💻 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_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -