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

OpenGL

开发平台:

Visual C++

  1. #if !defined(AFX_DLG3DBOXSIZESET_H__56132323_9786_49DC_A47D_03EB7CDABD26__INCLUDED_)
  2. #define AFX_DLG3DBOXSIZESET_H__56132323_9786_49DC_A47D_03EB7CDABD26__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Dlg3dBoxSizeSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlg3dBoxSizeSet dialog
  10. class CDlg3dBoxSizeSet : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlg3dBoxSizeSet(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlg3dBoxSizeSet)
  17. enum { IDD = IDD_DIALOG3 };
  18. float m_3dboxx0;
  19. float m_3dboxy0;
  20. float m_3dboxz0;
  21. float m_3dboxx1;
  22. float m_3dboxy1;
  23. float m_3dboxz1;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CDlg3dBoxSizeSet)
  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(CDlg3dBoxSizeSet)
  35. // NOTE: the ClassWizard will add member functions here
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DLG3DBOXSIZESET_H__56132323_9786_49DC_A47D_03EB7CDABD26__INCLUDED_)