?? gpspointdlg.h
字號:
// GpsPointDlg.h : header file
//
//{{AFX_INCLUDES()
//}}AFX_INCLUDES
#include "Mapx.h"
#if !defined(AFX_GPSPOINTDLG_H__4D768D2A_750C_456A_B419_87899932C9A6__INCLUDED_)
#define AFX_GPSPOINTDLG_H__4D768D2A_750C_456A_B419_87899932C9A6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CGpsPointDlg dialog
class CGpsPointDlg : public CDialog
{
// Construction
public:
CGpsPointDlg(CWnd* pParent = NULL); // standard constructor
COleVariant pntsVt;
BOOL Road(CMapX &map);
BOOL Point(CMapX &map);
BOOL Node(CMapX &map);
CMapXLayer NodeLay,PoiLay,RoadLay;
CMapXDataset dataSet;
//void GetPosition(CMapX &map,double longtitude, double latitude);
BOOL FomateDirection(CString & s, CMapX &map, double x1, double y1, double x2, double y2);
// Dialog Data
// Dialog Data
//{{AFX_DATA(CGpsPointDlg)
enum { IDD = IDD_GPSPOINT_DIALOG };
CButton m_Func;
CButton m_Pan;
CButton m_Zommout;
CButton m_ZommIN;
CMapX m_Map;
CString m_Latitude;
CString m_Longitude;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGpsPointDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CGpsPointDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnFunc();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GPSPOINTDLG_H__4D768D2A_750C_456A_B419_87899932C9A6__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -