📄 noflashview.h
字号:
// NoFlashView.h : interface of the CNoFlashView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_NOFLASHVIEW_H__FA1A18CC_AB46_454B_A58E_16A677ABFD76__INCLUDED_)
#define AFX_NOFLASHVIEW_H__FA1A18CC_AB46_454B_A58E_16A677ABFD76__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CNoFlashView : public CView
{
protected: // create from serialization only
CNoFlashView();
DECLARE_DYNCREATE(CNoFlashView)
// Attributes
public:
CNoFlashDoc* GetDocument();
int nWidth;
int nHeight;
// Operations
public:
int left1,left2;
CRect rect1 ,rect2;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNoFlashView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
virtual BOOL DestroyWindow();
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
void OnDraw(CDC* pDC, BOOL flag);
virtual ~CNoFlashView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CNoFlashView)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnPaint();
afx_msg void OnFlash();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in NoFlashView.cpp
inline CNoFlashDoc* CNoFlashView::GetDocument()
{ return (CNoFlashDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NOFLASHVIEW_H__FA1A18CC_AB46_454B_A58E_16A677ABFD76__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -