serieslist.h

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

H
62
字号
#if !defined(AFX_SERIESLIST_H__43744A66_AAE2_4B82_9F5A_A520D181E08B__INCLUDED_)#define AFX_SERIESLIST_H__43744A66_AAE2_4B82_9F5A_A520D181E08B__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// SeriesList.h : header file///////////////////////////////////////////////////////////////////////////////// RxLoadSeriesList window// series list 俊辑 静捞绰 荤侩磊 皋矫瘤.#define UM_KEY_SELCHANGE_SERIES (WM_USER + 1225)#define UM_DELETE_SERIES (WM_USER + 1226)#define UM_COPY_SERIES (WM_USER + 1227)#define UM_SUBTRACT_SERIES (WM_USER + 1228)#include "commonlist.h"class RxLoadSeriesList : public RxCommonList{// Constructionpublic:	RxLoadSeriesList();// Attributespublic:// Operationspublic:// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(RxLoadSeriesList)	//}}AFX_VIRTUAL// Implementationpublic:	virtual ~RxLoadSeriesList();	// Generated message map functionsprotected:	//{{AFX_MSG(RxLoadSeriesList)	afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);	afx_msg void OnDeleteSeries();	afx_msg void OnCopySeries();	afx_msg void OnSubtractSeries();	afx_msg void OnStudySetFloat();	afx_msg void OnStudySetReference();	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};///////////////////////////////////////////////////////////////////////////////{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_SERIESLIST_H__43744A66_AAE2_4B82_9F5A_A520D181E08B__INCLUDED_)

⌨️ 快捷键说明

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