⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dodadvw.h

📁 The project demonstrates many Windows common controls, including the extensive use of image lists. T
💻 H
字号:
// DoDadvw.h : interface of the CDoDadsView class
//
/////////////////////////////////////////////////////////////////////////////

class CDoDadsView : public CView
{
protected: // create from serialization only
	CDoDadsView();
	DECLARE_DYNCREATE(CDoDadsView)

// Attributes
public:
	CDoDadsDoc* GetDocument();

// Operations
public:

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

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

protected:
	BOOL	m_bRegistered;


// Generated message map functions
protected:
	//{{AFX_MSG(CDoDadsView)
	afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
	afx_msg void OnViewHotkey();
	afx_msg void OnViewSpinner();
	afx_msg void OnViewToolbar();
	afx_msg void OnViewStatistics();
	afx_msg void OnViewAnimation();
	afx_msg void OnViewAddresses();
	afx_msg void OnViewExposure();
	afx_msg void OnViewProgress();
	afx_msg void OnViewMaskedimages();
	//}}AFX_MSG
	afx_msg LONG OnHotKeyMessage(UINT, LONG);
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in DoDadvw.cpp
inline CDoDadsDoc* CDoDadsView::GetDocument()
   { return (CDoDadsDoc*)m_pDocument; }
#endif

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

⌨️ 快捷键说明

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