DlgTeapotSet.h
上传用户:eehhbb
上传日期:2022-08-03
资源大小:2550k
文件大小:2k
源码类别:

OpenGL

开发平台:

Visual C++

  1. #if !defined(AFX_DLGTEAPOTSET_H__21209231_6D5C_4E7F_A35D_8D7E12E4D78C__INCLUDED_)
  2. #define AFX_DLGTEAPOTSET_H__21209231_6D5C_4E7F_A35D_8D7E12E4D78C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgTeapotSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgTeapotSet dialog
  10. class CDlgTeapotSet : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgTeapotSet(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlgTeapotSet)
  17. enum { IDD = IDD_DIALOG2 };
  18. CString m_dlg_Ambient0;
  19. CString m_dlg_Ambient1;
  20. CString m_dlg_Ambient2;
  21. CString m_dlg_Diffuse0;
  22. CString m_dlg_Diffuse1;
  23. CString m_dlg_Diffuse2;
  24. CString m_dlg_Specular0;
  25. CString m_dlg_Specular1;
  26. CString m_dlg_Specular2;
  27. CString m_dlg_Emission0;
  28. CString m_dlg_Emission1;
  29. CString m_dlg_Emission2;
  30. CString m_dlg_Shininess;
  31. float m_teapot_tx;
  32. float m_teapot_ty;
  33. float m_teapot_tz;
  34. float m_teapot_radius;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CDlgTeapotSet)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CDlgTeapotSet)
  46. // NOTE: the ClassWizard will add member functions here
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_DLGTEAPOTSET_H__21209231_6D5C_4E7F_A35D_8D7E12E4D78C__INCLUDED_)