dlgmapattset.h
上传用户:oybseng
上传日期:2015-04-27
资源大小:7831k
文件大小:1k
源码类别:

GDI/图象编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGMAPATTSET_H__DB68CDCC_D75D_42A8_B224_E4A59F065F3E__INCLUDED_)
  2. #define AFX_DLGMAPATTSET_H__DB68CDCC_D75D_42A8_B224_E4A59F065F3E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // dlgmapattset.h : header file
  7. //
  8. #include "../include/Resource.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgMapAttSet dialog
  11. class CDlgMapAttSet : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgMapAttSet(CWnd* pParent = NULL);   // standard constructor
  16. public:
  17. CString GetMapUnit();
  18. void InitCombox();
  19. // Dialog Data
  20. //{{AFX_DATA(CDlgMapAttSet)
  21. enum { IDD = IDD_DIALOG_MAP_ATT_SET };
  22. CComboBox m_comUnit;
  23. double m_fRightY;
  24. double m_fRightX;
  25. double m_fLeftY;
  26. double m_fLeftX;
  27. double m_lMapScale;
  28. //}}AFX_DATA
  29. int m_nUnitType;
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CDlgMapAttSet)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CDlgMapAttSet)
  40. virtual BOOL OnInitDialog();
  41. virtual void OnOK();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_DLGMAPATTSET_H__DB68CDCC_D75D_42A8_B224_E4A59F065F3E__INCLUDED_)