shiqian0197view.h

来自「这是一个用ppt做的软件工程实习有关的资料」· C头文件 代码 · 共 90 行

H
90
字号
// shiqian0197View.h : interface of the CShiqian0197View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SHIQIAN0197VIEW_H__71F70C93_55EC_4584_81BB_BF7585EAFFA2__INCLUDED_)
#define AFX_SHIQIAN0197VIEW_H__71F70C93_55EC_4584_81BB_BF7585EAFFA2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CShiqian0197View : public CScrollView
{
protected: // create from serialization only
	CShiqian0197View();
	DECLARE_DYNCREATE(CShiqian0197View)

// Attributes
public:
	CShiqian0197Doc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CShiqian0197View)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

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

protected:
	LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam);
// Generated message map functions
protected:
	//{{AFX_MSG(CShiqian0197View)
	afx_msg void OnRawtobmp();
	afx_msg void OnXianxingbh();
	afx_msg void OnLvboTtlow();
	afx_msg void OnLvboFflow();
	afx_msg void OnLvboTthigh();
	afx_msg void OnLvboFfhigh();
	afx_msg void OnLvboMiddle();
	afx_msg void OnLvboUserdefined();
	afx_msg void OnGeoZoomBig();
	afx_msg void OnGeoZoomSmall();
	afx_msg void OnGeoMove();
	afx_msg void OnGeoRotate();
	afx_msg void OnTzMoravec();
	afx_msg void OnTzForstner();
	afx_msg void OnXingtaiTranstobinary();
	afx_msg void OnXingtaiFushiShuiping();
	afx_msg void OnXingtaiFushiChuizhi();
	afx_msg void OnXingtaiFushiQuanfangwei();
	afx_msg void OnXingtaiKaiyuansuan();
	afx_msg void OnXingtaiBiyunsuan();
	afx_msg void OnXingtaiPengzhangShuiping();
	afx_msg void OnXingtaiPengzhangChuizhi();
	afx_msg void OnXingtaiPengzhangQuanfangwei();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in shiqian0197View.cpp
inline CShiqian0197Doc* CShiqian0197View::GetDocument()
   { return (CShiqian0197Doc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_SHIQIAN0197VIEW_H__71F70C93_55EC_4584_81BB_BF7585EAFFA2__INCLUDED_)

⌨️ 快捷键说明

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