📄 outlook.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -