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 // _MSC_VER > 1000
- // SingleBarPage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSingleBarPage dialog
- class CSingleBarPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CSingleBarPage)
- // Construction
- public:
- CSingleBarPage();
- ~CSingleBarPage();
- // Dialog Data
- //{{AFX_DATA(CSingleBarPage)
- enum { IDD = IDD_BARPAGE };
- int m_nLower;
- int m_nUpper;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CSingleBarPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSingleBarPage)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SINGLEBARPAGE_H__2270A60E_E875_4CE2_A683_4FD935DFCA6B__INCLUDED_)
|