DrawGZGM.h
上传用户:fjejplh001
上传日期:2007-06-11
资源大小:324k
文件大小:1k
- #if !defined(AFX_DRAWGZGM_H__68D220BE_E4E4_4A49_B4DF_50ABACEECEB4__INCLUDED_)
- #define AFX_DRAWGZGM_H__68D220BE_E4E4_4A49_B4DF_50ABACEECEB4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DrawGZGM.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDrawGZGM dialog
- class CDrawGZGM : public CDialog
- {
- // Construction
- public:
- CDrawGZGM(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDrawGZGM)
- enum { IDD = IDD_DRAW_GZGM };
- double m_GZGMb;
- double m_GZGMh;
- double m_GZGMl;
- double m_GZGMRX;
- double m_GZGMRY;
- double m_GZGMRZ;
- double m_GZGMt;
- double m_GZGMtw;
- double m_GZGMx;
- double m_GZGMy;
- double m_GZGMz;
- float m_GZGMCB;
- float m_GZGMCG;
- float m_GZGMCR;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDrawGZGM)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDrawGZGM)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DRAWGZGM_H__68D220BE_E4E4_4A49_B4DF_50ABACEECEB4__INCLUDED_)