OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
SideBarCtrl.h
1#if !defined(AFX_SIDEBARCTRL_H__CC0DCA41_C330_11D5_A480_000102C2601F__INCLUDED_)
2#define AFX_SIDEBARCTRL_H__CC0DCA41_C330_11D5_A480_000102C2601F__INCLUDED_
3
4#if _MSC_VER > 1000
5#pragma once
6#endif // _MSC_VER > 1000
7// SideBarCtrl.h : header file
8//
9
11// CSideBarCtrl window
12
13class CSideBarCtrl : public CStatic
14{
15// Construction
16public:
17 CSideBarCtrl();
18
19// Attributes
20public:
21
22// Operations
23public:
24
25// Overrides
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(CSideBarCtrl)
28 //}}AFX_VIRTUAL
29
30// Implementation
31public:
32 virtual ~CSideBarCtrl();
33
34 // Generated message map functions
35protected:
36 //{{AFX_MSG(CSideBarCtrl)
37 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
38 afx_msg void OnPaint();
39 //}}AFX_MSG
40
41 void DrawGradient(CDC* pDC, const CRect &rcGrad, COLORREF clrStart, COLORREF clrEnd, BOOL bVertical, COLORREF clrDither = 0xFFFFFFFF );
42
43 DECLARE_MESSAGE_MAP()
44};
45
47
48//{{AFX_INSERT_LOCATION}}
49// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
50
51#endif // !defined(AFX_SIDEBARCTRL_H__CC0DCA41_C330_11D5_A480_000102C2601F__INCLUDED_)