studylist.h

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

H
65
字号
#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 + =
减小字号Ctrl + -
显示快捷键?