📄 vcexpshi10view.h
字号:
// VCexpshi10View.h : interface of the CVCexpshi10View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VCEXPSHI10VIEW_H__4A32C6AC_4DA1_47B8_95B1_68831CE29A4C__INCLUDED_)
#define AFX_VCEXPSHI10VIEW_H__4A32C6AC_4DA1_47B8_95B1_68831CE29A4C__INCLUDED_
#include "Circle.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CVCexpshi10View : public CView
{
protected: // create from serialization only
CVCexpshi10View();
DECLARE_DYNCREATE(CVCexpshi10View)
// Attributes
public:
CVCexpshi10Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVCexpshi10View)
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:
//COblist* plist;
virtual ~CVCexpshi10View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CVCexpshi10View)
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnShow();
afx_msg void OnColor();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
COLORREF m_clr;
// COblist *plist;
//Cpoint m_point;
// int i;
// Circle *circles;
};
#ifndef _DEBUG // debug version in VCexpshi10View.cpp
inline CVCexpshi10Doc* CVCexpshi10View::GetDocument()
{ return (CVCexpshi10Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VCEXPSHI10VIEW_H__4A32C6AC_4DA1_47B8_95B1_68831CE29A4C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -