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

生物技术

开发平台:

Visual C++

  1. #if !defined(AFX_DLGSMOOTH_H__C3C270A3_299B_4E53_ADC8_FEE54D770B97__INCLUDED_)
  2. #define AFX_DLGSMOOTH_H__C3C270A3_299B_4E53_ADC8_FEE54D770B97__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgSmooth.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgSmooth dialog
  10. class CDlgSmooth : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void UpdateEdit();
  15. // 模板数组
  16. double *m_pdbTemp;
  17. // 声名模板类型
  18. int m_nTemType;
  19. CDlgSmooth(CWnd* pParent = NULL);   // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(CDlgSmooth)
  22. enum { IDD = IDD_DLG_ENHANCE_SMOOTH };
  23. // 模板中心X坐标
  24. int m_nSmthTemCenX;
  25. // 模板中心Y坐标
  26. int m_nSmthTemCenY;
  27. // 模板系数
  28. double m_dbSmthTemCoef;
  29. // 模板高度
  30. int m_nSmthTemHeight;
  31. // 模板宽度
  32. int m_nSmthTemWidth;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CDlgSmooth)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CDlgSmooth)
  44. afx_msg void OnRadioAvertem();
  45. afx_msg void OnRadioGuasstem();
  46. afx_msg void OnRadioSelftem();
  47. afx_msg void OnKillfocusEditSelftemHeight();
  48. afx_msg void OnKillfocusEditSelftemWidth();
  49. virtual void OnOK();
  50. afx_msg void OnChangeEditSelftemWidth();
  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_DLGSMOOTH_H__C3C270A3_299B_4E53_ADC8_FEE54D770B97__INCLUDED_)