fmwnd3doutline.h

来自「3D reconstruction, medical image process」· C头文件 代码 · 共 61 行

H
61
字号
#if !defined(AFX_FMWND3DOUTLINE_H__93B995A7_BEBC_4D41_8D69_182AC513421C__INCLUDED_)#define AFX_FMWND3DOUTLINE_H__93B995A7_BEBC_4D41_8D69_182AC513421C__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// FMWnd3DOutline.h : header file///////////////////////////////////////////////////////////////////////////////// RxFMWnd3DOutline window#include "FMWnd.h"class RxBitmapButton;class RxFMWnd3DOutline : public RxFMWnd{// Constructionpublic:	RxFMWnd3DOutline(UINT nSeries);// Attributespublic:	RxBitmapButton		*m_pBtnOrientA;			// Anterior	RxBitmapButton		*m_pBtnOrientP;			// Posterior	RxBitmapButton		*m_pBtnOrientL;			// Left	RxBitmapButton		*m_pBtnOrientR;			// Right	RxBitmapButton		*m_pBtnOrientH;			// Head	RxBitmapButton		*m_pBtnOrientF;			// Foot// Operationspublic:// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(RxFMWnd3DOutline)	//}}AFX_VIRTUAL	virtual void OnActivateWnd(BOOL bActivate, CWnd *pCurWnd, CWnd *pOldWnd);// Implementationpublic:	virtual ~RxFMWnd3DOutline();	// Generated message map functionsprotected:	//{{AFX_MSG(RxFMWnd3DOutline)	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);	afx_msg void OnDestroy();	afx_msg void OnSize(UINT nType, int cx, int cy);	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};///////////////////////////////////////////////////////////////////////////////{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_FMWND3DOUTLINE_H__93B995A7_BEBC_4D41_8D69_182AC513421C__INCLUDED_)

⌨️ 快捷键说明

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