SimplifyDiag.h
上传用户:lin85885
上传日期:2013-04-27
资源大小:796k
文件大小:1k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. #if !defined(AFX_SIMPLIFYDIAG_H__7377D9E3_C8D5_11D3_91F5_0000E83E7EBA__INCLUDED_)
  2. #define AFX_SIMPLIFYDIAG_H__7377D9E3_C8D5_11D3_91F5_0000E83E7EBA__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SimplifyDiag.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSimplifyDiag dialog
  10. class CSimplifyDiag : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSimplifyDiag(int nFace, CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CSimplifyDiag)
  17. enum { IDD = IDD_SIMPLIFY };
  18. CEdit m_cEditRate;
  19. CEdit m_cEditFace;
  20. int m_nInputMode;
  21. int m_nFaceNo;
  22. float m_fRate;
  23. CString m_sText;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CSimplifyDiag)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CSimplifyDiag)
  35. afx_msg void OnFace();
  36. afx_msg void OnRate();
  37. virtual BOOL OnInitDialog();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_SIMPLIFYDIAG_H__7377D9E3_C8D5_11D3_91F5_0000E83E7EBA__INCLUDED_)