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

📄 studylist.h

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 H
字号:
#if !defined(_STUDY_LIST_H_)#define _STUDY_LIST_H_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// RxLoadStudyList.h : header file///////////////////////////////////////////////////////////////////////////////// RxLoadStudyList window// patient list 俊辑 静捞绰 荤侩磊 皋矫瘤.#define UM_KEY_SELCHANGE_STUDY (WM_USER + 1220)#define UM_DELETE_STUDY (WM_USER + 1221)#define UM_COPY_STUDY (WM_USER + 1222)#define UM_COMMENT_STUDY (WM_USER + 1223)#define UM_COPY_TO_USER_STUDY (WM_USER + 1224)#include "commonlist.h"class RxLoadStudyList : public RxCommonList{// Constructionpublic:	RxLoadStudyList();// Attributespublic:	int m_iSelected;// Operationspublic:	void ClearAllData();// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(RxLoadStudyList)	//}}AFX_VIRTUAL// Implementationpublic:	virtual ~RxLoadStudyList();	// Generated message map functionsprotected:	//{{AFX_MSG(RxLoadStudyList)	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);	afx_msg void OnDestroy();	afx_msg void OnStudySetReference();	afx_msg void OnStudySetFloat();	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);	afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};///////////////////////////////////////////////////////////////////////////////{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(_STUDY_LIST_H_)

⌨️ 快捷键说明

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