DlgBaseHeight.h
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGBASEHEIGHT_H__FB09CB35_A762_487A_AE53_D067996CE8D6__INCLUDED_)
  2. #define AFX_DLGBASEHEIGHT_H__FB09CB35_A762_487A_AE53_D067996CE8D6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgBaseHeight.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgBaseHeight dialog
  10. #include "MainFrm.h"
  11. #include "3D0214Doc.h"
  12. #include "3D0214View.h"
  13. class CDlgBaseHeight : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CDlgBaseHeight(CWnd* pParent = NULL);   // standard constructor
  18. void SetBaseHeight();
  19. IScenePtr m_ipScene;
  20. // Dialog Data
  21. //{{AFX_DATA(CDlgBaseHeight)
  22. enum { IDD = IDD_DIG_BASEHEIGHT };
  23. CComboBox m_combo_layers;
  24. CComboBox m_combo_currentlayer;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CDlgBaseHeight)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CDlgBaseHeight)
  36. virtual BOOL OnInitDialog();
  37. virtual void OnOK();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_DLGBASEHEIGHT_H__FB09CB35_A762_487A_AE53_D067996CE8D6__INCLUDED_)