onlbuttondown.cpp

来自「MFC界面:1.模拟立方体摄像机成像2.区域录属判别. 实验一:点击实验一下的」· C++ 代码 · 共 60 行

CPP
60
字号
// OnLButtonDown.cpp : implementation file
//

#include "stdafx.h"
#include "computer.h"
#include "OnLButtonDown.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown

IMPLEMENT_DYNCREATE(OnLButtonDown, CView)

//DEL OnLButtonDown::OnLButtonDown()
//DEL {
//DEL }

//DEL OnLButtonDown::~OnLButtonDown()
//DEL {
//DEL }


BEGIN_MESSAGE_MAP(OnLButtonDown, CView)
	//{{AFX_MSG_MAP(OnLButtonDown)
		// NOTE - the ClassWizard will add and remove mapping macros here.
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown drawing

//DEL void OnLButtonDown::OnDraw(CDC* pDC)
//DEL {
//DEL 	CDocument* pDoc = GetDocument();
//DEL 	// TODO: add draw code here
//DEL }

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown diagnostics

#ifdef _DEBUG
//DEL void OnLButtonDown::AssertValid() const
//DEL {
//DEL 	CView::AssertValid();
//DEL }

//DEL void OnLButtonDown::Dump(CDumpContext& dc) const
//DEL {
//DEL 	CView::Dump(dc);
//DEL }
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown message handlers

⌨️ 快捷键说明

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