dlgpresetwindowing.h

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

H
72
字号
#if !defined(AFX_DLGPRESETWINDOWING_H__CF157623_3487_4780_822D_919297DB7880__INCLUDED_)#define AFX_DLGPRESETWINDOWING_H__CF157623_3487_4780_822D_919297DB7880__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// DlgPresetWindowing.h : header file///////////////////////////////////////////////////////////////////////////////// RxDlgPresetWindowing dialog#include "DlgCommon.h"class RxPresetWindowing;class RxPresetWindowingLC;class RxBitmapButton;class RxPushButton;class RxEditInt;class RxDlgPresetWindowing : public RxDlgCommon{// Constructionpublic:	RxDlgPresetWindowing(CWnd* pParent = NULL);   // standard constructor	int					m_iLevelMin, m_iLevelMax, m_iLevel;	int					m_iWidth;	RxPresetWindowing	*m_pPresetWindowing;	RxBitmapButton		*m_pBtnClose;	RxPresetWindowingLC	*m_pLCWindowing;	CListCtrl			*m_pLCHotKey;	CEdit				*m_pEdTitle;	RxEditInt			*m_pEdLevel;	RxEditInt			*m_pEdWidth;	RxPushButton		*m_pBtnAdd;	RxPushButton		*m_pBtnOk;	void		SetPresetWindowing	(RxPresetWindowing *pPresetWindowing,										int iLevelMin, int iLevelMax, int iLevel, int iWidth);// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(RxDlgPresetWindowing)	public:	virtual BOOL PreTranslateMessage(MSG* pMsg);	//}}AFX_VIRTUAL	virtual void OnDraw(CDC *pDC);// Implementationprotected:	// Generated message map functions	//{{AFX_MSG(RxDlgPresetWindowing)	virtual BOOL OnInitDialog();	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);	afx_msg void OnDestroy();	//}}AFX_MSG	afx_msg void OnListCtrlChanged(NMHDR* pNMHDR, LRESULT* pResult);	afx_msg void OnBtnAdd();	DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_DLGPRESETWINDOWING_H__CF157623_3487_4780_822D_919297DB7880__INCLUDED_)

⌨️ 快捷键说明

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