📄 bangyongview.h
字号:
// BangYongView.h : interface of the CBangYongView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_BANGYONGVIEW_H__A62197A2_5FDE_4BFB_AE02_E94F8B306F37__INCLUDED_)
#define AFX_BANGYONGVIEW_H__A62197A2_5FDE_4BFB_AE02_E94F8B306F37__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CBangYongView : public CView
{
protected: // create from serialization only
CBangYongView();
DECLARE_DYNCREATE(CBangYongView)
// Attributes
public:
CBangYongDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBangYongView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
CPoint dbhuan(CPoint p);
virtual ~CBangYongView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CBangYongView)
afx_msg void OnReadfile();
afx_msg void OnKjunzhi();
afx_msg void OnIsodata();
afx_msg void OnShuaxin();
afx_msg void OnShuoming();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in BangYongView.cpp
inline CBangYongDoc* CBangYongView::GetDocument()
{ return (CBangYongDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BANGYONGVIEW_H__A62197A2_5FDE_4BFB_AE02_E94F8B306F37__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -