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

📄 showiconview.h

📁 字体显示.画点阵等嵌入式
💻 H
字号:
// showiconView.h : interface of the CShowiconView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SHOWICONVIEW_H__14652259_6697_414C_9C11_AAF5AA32E75C__INCLUDED_)
#define AFX_SHOWICONVIEW_H__14652259_6697_414C_9C11_AAF5AA32E75C__INCLUDED_

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


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

// Attributes
public:
	CShowiconDoc* GetDocument();

// Operations
public:
	void CH_Show_Lock(CDC *pDC);
	void CH_Show_Favour(CDC *pDC);
	void CH_Show_Dollar(CDC *pDC);
	void CH_Show_Button(CDC *pDC);

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CShowiconView)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in showiconView.cpp
inline CShowiconDoc* CShowiconView::GetDocument()
   { return (CShowiconDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_SHOWICONVIEW_H__14652259_6697_414C_9C11_AAF5AA32E75C__INCLUDED_)

⌨️ 快捷键说明

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