dlgmapattset.h
资源名称:QGIS.rar [点击查看]
上传用户:oybseng
上传日期:2015-04-27
资源大小:7831k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- #if !defined(AFX_DLGMAPATTSET_H__DB68CDCC_D75D_42A8_B224_E4A59F065F3E__INCLUDED_)
- #define AFX_DLGMAPATTSET_H__DB68CDCC_D75D_42A8_B224_E4A59F065F3E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // dlgmapattset.h : header file
- //
- #include "../include/Resource.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDlgMapAttSet dialog
- class CDlgMapAttSet : public CDialog
- {
- // Construction
- public:
- CDlgMapAttSet(CWnd* pParent = NULL); // standard constructor
- public:
- CString GetMapUnit();
- void InitCombox();
- // Dialog Data
- //{{AFX_DATA(CDlgMapAttSet)
- enum { IDD = IDD_DIALOG_MAP_ATT_SET };
- CComboBox m_comUnit;
- double m_fRightY;
- double m_fRightX;
- double m_fLeftY;
- double m_fLeftX;
- double m_lMapScale;
- //}}AFX_DATA
- int m_nUnitType;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgMapAttSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgMapAttSet)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGMAPATTSET_H__DB68CDCC_D75D_42A8_B224_E4A59F065F3E__INCLUDED_)