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

📄 digihelperview.h

📁 这个软件采用的是VC++语言
💻 H
字号:
// DigihelperView.h : interface of the CDigihelperView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_DIGIHELPERVIEW_H__BC04B534_2F0E_46A6_8B91_5645E71045AC__INCLUDED_)
#define AFX_DIGIHELPERVIEW_H__BC04B534_2F0E_46A6_8B91_5645E71045AC__INCLUDED_

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


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

// Attributes
public:
	CDigihelperDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDigihelperView)
	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:
	virtual ~CDigihelperView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CDigihelperView)
	afx_msg void OnBanBOX();
	afx_msg void OnMenuitem32778();
	afx_msg void OnMenuitem32779();
	afx_msg void OnMenuitem32780();
	afx_msg void OnMenuitem32774();
	afx_msg void OnMenuitem32776();
	afx_msg void OnMenuitem32777();
	afx_msg void OnMenuitem32787();
	afx_msg void OnMenuitem32788();
	afx_msg void OnMenuitem32789();
	afx_msg void OnMenuitem32790();
	afx_msg void OnMenuitem32791();
	afx_msg void OnMenuitem32792();
	afx_msg void OnMenuitem32793();
	afx_msg void OnMenuitem32797();
	afx_msg void OnMenuitem32803();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in DigihelperView.cpp
inline CDigihelperDoc* CDigihelperView::GetDocument()
   { return (CDigihelperDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_DIGIHELPERVIEW_H__BC04B534_2F0E_46A6_8B91_5645E71045AC__INCLUDED_)

⌨️ 快捷键说明

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