Скачиваний:
14
Добавлен:
01.05.2014
Размер:
1.32 Кб
Скачать
#if !defined(AFX_STATUSSLIDER1_H__B810D2BC_E52C_4C72_98FF_097D88FA43D2__INCLUDED_)
#define AFX_STATUSSLIDER1_H__B810D2BC_E52C_4C72_98FF_097D88FA43D2__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CStatusSlider window

class CStatusSlider : public CSliderCtrl
{
// Construction
public:
	CStatusSlider();
	BOOL Create(CStatusBar * parent, UINT id, DWORD style);

	__inline void Reposition() { CStatusControl::reposition(this); }

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStatusSlider)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CStatusSlider();

	// Generated message map functions
protected:
	//{{AFX_MSG(CStatusSlider)
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_STATUSSLIDER1_H__B810D2BC_E52C_4C72_98FF_097D88FA43D2__INCLUDED_)
Соседние файлы в папке ConvexHull