DlgMedian.h
上传用户:xjt2008yy
上传日期:2010-01-18
资源大小:272k
文件大小:2k
源码类别:

生物技术

开发平台:

Visual C++

  1. #if !defined(AFX_DLGMEDIAN_H__63E4C51C_3AFA_4A57_85C2_CB444BEEAE62__INCLUDED_)
  2. #define AFX_DLGMEDIAN_H__63E4C51C_3AFA_4A57_85C2_CB444BEEAE62__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgMedian.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgMedian dialog
  10. class CDlgMedian : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgMedian(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlgMedian)
  17. enum { IDD = IDD_DLG_ENHANCE_MEDIAN };
  18. // 滤波器中心位置X坐标
  19. int m_nFilterCenX;
  20. // 滤波器中心位置Y坐标
  21. int m_nFilterCenY;
  22. // 滤波器高度
  23. int m_nFilterHeight;
  24. // 滤波器宽度
  25. int m_nFilterWidth;
  26. // 滤波器类型
  27. int m_nFilterType;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CDlgMedian)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CDlgMedian)
  39. afx_msg void OnRadioMedian2dimen();
  40. afx_msg void OnRadioMedianHorizon();
  41. afx_msg void OnRadioMedianVertical();
  42. afx_msg void OnRadioMedianSelfdef();
  43. virtual void OnOK();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DLGMEDIAN_H__63E4C51C_3AFA_4A57_85C2_CB444BEEAE62__INCLUDED_)