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

📄 dlgmixing.h

📁 3D reconstruction, medical image processing from colons, using intel image processing for based clas
💻 H
字号:
#if !defined(AFX_DLGMIXING_H__64C60CE2_E8E2_4197_9C3D_AA6940103874__INCLUDED_)#define AFX_DLGMIXING_H__64C60CE2_E8E2_4197_9C3D_AA6940103874__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// DlgMixing.h : header file///////////////////////////////////////////////////////////////////////////////// RxDlgMixing dialog#include "DlgCommon.h"class RxBitmapButton;class RxRadioButton;class RxPushButton;// WM_NOTIFY message#define NM_DLG_MIXING_APPLY		0x0001#define NM_DLG_MIXING_CANCEL	0x0002typedef struct{	NMHDR			hdr;	int				nLevelStyle;	int				nMixingRate;} _NMDLG_MIXING;class RxDlgMixing : public RxDlgCommon{// Constructionpublic:	RxDlgMixing(CWnd* pParent = NULL);   // standard constructor	RxBitmapButton		*m_pBtnClose;	int					m_nRadioLevel;	RxRadioButton		*m_pBtnILevel;	RxRadioButton		*m_pBtnALevel;	int					m_nGripSize;	int					m_nMRateRangeMin;	int					m_nMRateRangeMax;	int					m_nMRatePo;	int					m_nMRatePi;	CRect				m_rcMRate;	BOOL				m_bSelected;	RxPushButton		*m_pBtnApply;// Operationspublic:	void		DrawMRate(CDC *pDC);	int			PoToPi(int nPos);	int			PiToPo(int nPixel);	void		SendMessageToParent();	void		SetRadioLevel(int nIndex);	int			GetRadioLevel();	void		SetMixingRate(int nRate);	int			GetMixingRate();// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(RxDlgMixing)	//}}AFX_VIRTUAL	virtual void OnDraw(CDC *pDC);	virtual void OnCancel();// Implementationprotected:	// Generated message map functions	//{{AFX_MSG(RxDlgMixing)	virtual BOOL OnInitDialog();	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);	afx_msg void OnDestroy();	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);	//}}AFX_MSG	afx_msg void OnControls(UINT nID);	DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_DLGMIXING_H__64C60CE2_E8E2_4197_9C3D_AA6940103874__INCLUDED_)

⌨️ 快捷键说明

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