⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 satcoordview.h

📁 GPS应用程序设计随书.程序源代码GPS应用程序设计随书.程序源代码
💻 H
字号:
// SatCoordView.h : interface of the CSatCoordView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SATCOORDVIEW_H__D3AAFE7F_145D_48BF_AED6_694C74F55728__INCLUDED_)
#define AFX_SATCOORDVIEW_H__D3AAFE7F_145D_48BF_AED6_694C74F55728__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "SatCoordDoc.h"


struct CHARTIME
{
	char	year;
	char	month;
	char	day;
	char	hour;
	char	minute;
	char	second;
};
		
class CSatCoordView : public CScrollView
{
protected: // create from serialization only
	CSatCoordView();
	DECLARE_DYNCREATE(CSatCoordView)

// Attributes
public:
	CSatCoordDoc* GetDocument();

// Operations
public:
	BOOL m_Flags;
	int	op;
	CHARTIME*	pSPT;
	CBitmap bitmap;
	int bitmapWidth;
	int bitmapHeight;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSatCoordView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnInitialUpdate();
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CSatCoordView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CSatCoordView)
	afx_msg void OnTransBj54Guass();
	afx_msg void OnTransXi80Guass();
	afx_msg void Ontransq();
	afx_msg void OnTransGuassBj54();
	afx_msg void OnGpscoord();
	afx_msg void OnViewWgstobj();
	afx_msg void OnViewSp3data();
	afx_msg void OnWgsGauss();
	afx_msg void OnBack();
	afx_msg void OnSevenTrans();
	afx_msg void OnWgsPz90();
	afx_msg void Onninetrans();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in SatCoordView.cpp
inline CSatCoordDoc* CSatCoordView::GetDocument()
   { return (CSatCoordDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SATCOORDVIEW_H__D3AAFE7F_145D_48BF_AED6_694C74F55728__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -