DrawGZGM.h
Upload User: fjejplh001
Upload Date: 2007-06-11
Package Size: 324k
Code Size: 1k
Category:

3D Graphic

Development Platform:

Visual C++

  1. #if !defined(AFX_DRAWGZGM_H__68D220BE_E4E4_4A49_B4DF_50ABACEECEB4__INCLUDED_)
  2. #define AFX_DRAWGZGM_H__68D220BE_E4E4_4A49_B4DF_50ABACEECEB4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DrawGZGM.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDrawGZGM dialog
  10. class CDrawGZGM : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDrawGZGM(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDrawGZGM)
  17. enum { IDD = IDD_DRAW_GZGM };
  18. double m_GZGMb;
  19. double m_GZGMh;
  20. double m_GZGMl;
  21. double m_GZGMRX;
  22. double m_GZGMRY;
  23. double m_GZGMRZ;
  24. double m_GZGMt;
  25. double m_GZGMtw;
  26. double m_GZGMx;
  27. double m_GZGMy;
  28. double m_GZGMz;
  29. float m_GZGMCB;
  30. float m_GZGMCG;
  31. float m_GZGMCR;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CDrawGZGM)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CDrawGZGM)
  43. // NOTE: the ClassWizard will add member functions here
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DRAWGZGM_H__68D220BE_E4E4_4A49_B4DF_50ABACEECEB4__INCLUDED_)