outlook.h

来自「数据库学生成绩管理系统 VC源码 ①输出: a 学生分类查询课程成绩」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_OUTLOOK_H__3BCC4965_DDCE_452D_9717_184C98B8DADE__INCLUDED_)
#define AFX_OUTLOOK_H__3BCC4965_DDCE_452D_9717_184C98B8DADE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// outlook.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Coutlook view

class Coutlook : public CView
{
protected:
	Coutlook();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(Coutlook)

// Attributes
public:
	//列表框
	CCJOutlookBar	m_OutlookBar;
	//翻页控件
	CCJPagerCtrl	m_Pager;
	CRect			m_pRect;
	CImageList		m_ImageList;

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

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

	// Generated message map functions
protected:
	//{{AFX_MSG(Coutlook)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnSelEndOK(UINT lParam, LONG wParam);
	afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	//}}AFX_MSG
	afx_msg long OnOutbarNotify(WPARAM wParam, LPARAM lParam);
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_OUTLOOK_H__3BCC4965_DDCE_452D_9717_184C98B8DADE__INCLUDED_)

⌨️ 快捷键说明

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