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

📄 serieslist.h

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -