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

OpenGL

开发平台:

Visual C++

  1. #if !defined(AFX_DLG3DBOXMATERIALSET_H__BF2794F4_5095_44E7_9542_3C7A5BD43177__INCLUDED_)
  2. #define AFX_DLG3DBOXMATERIALSET_H__BF2794F4_5095_44E7_9542_3C7A5BD43177__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Dlg3dBoxMaterialSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlg3dBoxMaterialSet dialog
  10. class CDlg3dBoxMaterialSet : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlg3dBoxMaterialSet(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlg3dBoxMaterialSet)
  17. enum { IDD = IDD_DIALOG4 };
  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. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CDlg3dBoxMaterialSet)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CDlg3dBoxMaterialSet)
  42. // NOTE: the ClassWizard will add member functions here
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_DLG3DBOXMATERIALSET_H__BF2794F4_5095_44E7_9542_3C7A5BD43177__INCLUDED_)