calendarbar.h

来自「RFID读卡器源码,vc.net编写,bcgp界面控件」· C头文件 代码 · 共 61 行

H
61
字号
#if !defined(AFX_CALENDARBAR_H__101F55C6_C155_49A9_A302_79601100D2B7__INCLUDED_)
#define AFX_CALENDARBAR_H__101F55C6_C155_49A9_A302_79601100D2B7__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCalendarBar window

class CCalendarBar : public CWnd
{
// Construction
public:
	CCalendarBar();

// Attributes
public:
	CBCGPCalendarBar	m_arBars [12];
	CSize				m_sizeCalendar;
	int					m_nMyCalendarsY;
	int					m_nVisibleCalendars;
	CImageList			m_Images;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCalendarBar)
	public:
	virtual BOOL Create(const RECT& rect, CWnd* pParentWnd, UINT nID = (UINT)-1);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CCalendarBar();

	// Generated message map functions
protected:
	//{{AFX_MSG(CCalendarBar)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnPaint();
	afx_msg void OnSettingChange(UINT uFlags, LPCTSTR lpszSection);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	void ReposBars ();
};

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

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

#endif // !defined(AFX_CALENDARBAR_H__101F55C6_C155_49A9_A302_79601100D2B7__INCLUDED_)

⌨️ 快捷键说明

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