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

📄 usermessageview.h

📁 这是一个用户信息程序,仅供大家参考,如果有什么疑问,请给我发邮件,大家一起讨论!
💻 H
字号:
// UsermessageView.h : interface of the CUsermessageView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_USERMESSAGEVIEW_H__6DCE9D7D_02F0_4516_A5FD_8A50D188FCEE__INCLUDED_)
#define AFX_USERMESSAGEVIEW_H__6DCE9D7D_02F0_4516_A5FD_8A50D188FCEE__INCLUDED_
# define UM_MESSAGE WM_USER + 1
#include "TestDlg.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000



class CUsermessageView : public CView
{
protected: // create from serialization only
	CUsermessageView();
	DECLARE_DYNCREATE(CUsermessageView)

// Attributes
public:
	CUsermessageDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CUsermessageView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CUsermessageView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CUsermessageView)
	
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG		
	afx_msg void OnMessage();
	DECLARE_MESSAGE_MAP()
private:
	CTestDlg m_dlg;
};

#ifndef _DEBUG  // debug version in UsermessageView.cpp
inline CUsermessageDoc* CUsermessageView::GetDocument()
   { return (CUsermessageDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_USERMESSAGEVIEW_H__6DCE9D7D_02F0_4516_A5FD_8A50D188FCEE__INCLUDED_)

⌨️ 快捷键说明

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