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

📄 framewnd.cpp

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 CPP
字号:
// FrameWnd.cpp : implementation file//#include "stdafx.h"#include "fusion.h"#include "FrameWnd.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// RxFrameWndRxFrameWnd::RxFrameWnd(){	m_wFrameAlign	= RXFRAME_ALIGN_OTHER;	m_nThickness	= 0;}RxFrameWnd::~RxFrameWnd(){}BEGIN_MESSAGE_MAP(RxFrameWnd, CWnd)	//{{AFX_MSG_MAP(RxFrameWnd)	//}}AFX_MSG_MAPEND_MESSAGE_MAP()/////////////////////////////////////////////////////////////////////////////// RxFrameWnd message handlersvoid RxFrameWnd::OnSwitchToMainMenu(BOOL bActive, int nOldMainMenuID, int nCurMainMenuID){}void RxFrameWnd::PostNcDestroy() {	CWnd::PostNcDestroy();	delete this;}

⌨️ 快捷键说明

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