📄 wgs84pz90.h
字号:
#if !defined(AFX_WGS84PZ90_H__C309CBB5_4223_4664_A9B4_204E975B9094__INCLUDED_)
#define AFX_WGS84PZ90_H__C309CBB5_4223_4664_A9B4_204E975B9094__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Wgs84Pz90.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CWgs84Pz90 dialog
#include "coordtrans.h"
class CWgs84Pz90 : public CDialog
{
CCoordTrans m_trans;
// Construction
public:
CWgs84Pz90(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CWgs84Pz90)
enum { IDD = IDD_WGS_PZ_GDT };
int m_pbdu;
double m_pbfen;
double m_ph;
int m_pldu;
double m_plfen;
double m_px;
double m_py;
double m_pz;
int m_wbdu;
double m_wbfen;
double m_wh;
int m_wldu;
double m_wlfen;
double m_wx;
double m_wy;
double m_wz;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWgs84Pz90)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CWgs84Pz90)
afx_msg void OnTsWgsPzGdt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WGS84PZ90_H__C309CBB5_4223_4664_A9B4_204E975B9094__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -