summaryrefslogtreecommitdiff
path: root/win/Steppop.h
blob: eab2b6eb19a2d1fd81c023447d40e879a120c656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#if !defined(AFX_STEPPOP_H__105A59A6_586A_11D2_8202_D8BEE5C6EEBF__INCLUDED_)
#define AFX_STEPPOP_H__105A59A6_586A_11D2_8202_D8BEE5C6EEBF__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CStepPopup window

class CStepPopup : public CWnd
{
// Construction
public:
	CStepPopup();
	CStepPopup(CPoint pt, CWnd* pParentWnd);

// Attributes
public:
	CSliderCtrl m_Slider;

// Operations
public:

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

// Implementation
public:
	virtual ~CStepPopup();

	// Generated message map functions
protected:
	//{{AFX_MSG(CStepPopup)
	afx_msg void OnNcDestroy();
	afx_msg void OnKillFocus(CWnd* pNewWnd);
	afx_msg void OnActivateApp(BOOL bActive, ACTIVATEAPPPARAM hTask);
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

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

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STEPPOP_H__105A59A6_586A_11D2_8202_D8BEE5C6EEBF__INCLUDED_)