1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #if !defined(AFX_SINGLEBARPAGE_H__2270A60E_E875_4CE2_A683_4FD935DFCA6B__INCLUDED_)
- #define AFX_SINGLEBARPAGE_H__2270A60E_E875_4CE2_A683_4FD935DFCA6B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class CSingleBarPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CSingleBarPage)
- public:
- CSingleBarPage();
- ~CSingleBarPage();
-
- enum { IDD = IDD_BARPAGE };
- int m_nLower;
- int m_nUpper;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
-
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|