SingleBarPage.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #if !defined(AFX_SINGLEBARPAGE_H__2270A60E_E875_4CE2_A683_4FD935DFCA6B__INCLUDED_)
  2. #define AFX_SINGLEBARPAGE_H__2270A60E_E875_4CE2_A683_4FD935DFCA6B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SingleBarPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSingleBarPage dialog
  10. class CSingleBarPage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CSingleBarPage)
  13. // Construction
  14. public:
  15. CSingleBarPage();
  16. ~CSingleBarPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CSingleBarPage)
  19. enum { IDD = IDD_BARPAGE };
  20. int m_nLower;
  21. int m_nUpper;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generate virtual function overrides
  25. //{{AFX_VIRTUAL(CSingleBarPage)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CSingleBarPage)
  33. // NOTE: the ClassWizard will add member functions here
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_SINGLEBARPAGE_H__2270A60E_E875_4CE2_A683_4FD935DFCA6B__INCLUDED_)