htuview.h

来自「本程序实现了自动平差的功能」· C头文件 代码 · 共 72 行

H
72
字号
#if !defined(AFX_HTUVIEW_H__67BE34E1_B1F9_11D6_8123_908DBD032145__INCLUDED_)
#define AFX_HTUVIEW_H__67BE34E1_B1F9_11D6_8123_908DBD032145__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HtuView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CHtuView view
#include "zoomview.h"
#include "treeviewfile.h"

class CHtuView : public CZoomView
{
protected:
	CHtuView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CHtuView)

// Attributes
public:
   	void savebitmap(HBITMAP hbmp,HDC hdc,CString filename);
	HBITMAP capturebitmap(CDC* pDC,CPoint luPoint,CRect bmprect);
	void Mysave(CString myfilename);
// Operations
public:
	
	double m_maxx;
	double m_miny;
	double m_max;
	CLjbiao* m_myljb;
	CArray<yz,yz>* m_yzarray;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHtuView)
	public:
	virtual void OnInitialUpdate();
	virtual void OnDraw(CDC* pDC);
	protected:
	 // overridden to draw this view
	//}}AFX_VIRTUAL

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

	// Generated message map functions
protected:
	//{{AFX_MSG(CHtuView)
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg void OnViewZoomin();
	afx_msg void OnViewZoomout();
	afx_msg void OnViewZoomfull();
	afx_msg void OnPppp();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_HTUVIEW_H__67BE34E1_B1F9_11D6_8123_908DBD032145__INCLUDED_)

⌨️ 快捷键说明

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