cDlgMorphErosion.h
上传用户:gdjinyi
上传日期:2013-02-01
资源大小:1701k
文件大小:2k
源码类别:

源码/资料

开发平台:

Visual C++

  1. #if !defined(AFX_CDLGMORPHEROSION_H__82B6CF03_D5E6_11D4_9AF2_0000B4C23285__INCLUDED_)
  2. #define AFX_CDLGMORPHEROSION_H__82B6CF03_D5E6_11D4_9AF2_0000B4C23285__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // cDlgMorphErosion.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // cDlgMorphErosion dialog
  10. class cDlgMorphErosion : public CDialog
  11. {
  12. // Construction
  13. public:
  14. cDlgMorphErosion(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(cDlgMorphErosion)
  17. enum { IDD = IDD_DLG_MORPHErosion };
  18. CButton m_Control9;
  19. CButton m_Control8;
  20. CButton m_Control7;
  21. CButton m_Control6;
  22. CButton m_Control5;
  23. CButton m_Control4;
  24. CButton m_Control3;
  25. CButton m_Control2;
  26. CButton m_Control1;
  27. int m_nMode;
  28. int m_nStructure1;
  29. int m_nStructure2;
  30. int m_nStructure3;
  31. int m_nStructure4;
  32. int m_nStructure5;
  33. int m_nStructure6;
  34. int m_nStructure7;
  35. int m_nStructure8;
  36. int m_nStructure9;
  37. //}}AFX_DATA
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(cDlgMorphErosion)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. // Generated message map functions
  47. //{{AFX_MSG(cDlgMorphErosion)
  48. afx_msg void Oncustom();
  49. afx_msg void OnVert();
  50. afx_msg void OnHori();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_CDLGMORPHEROSION_H__82B6CF03_D5E6_11D4_9AF2_0000B4C23285__INCLUDED_)