home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / fshedcode-072212.zip / ColorsPage.h < prev    next >
C/C++ Source or Header  |  2010-09-13  |  2KB  |  73 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //    License (GPLv2+):
  3. //    This program is free software; you can redistribute it and/or modify
  4. //    it under the terms of the GNU General Public License as published by
  5. //    the Free Software Foundation; either version 2 of the License, or
  6. //    (at your option) any later version.
  7. //
  8. //    This program is distributed in the hope that it will be useful, but
  9. //    WITHOUT ANY WARRANTY; without even the implied warranty of
  10. //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  11. //    General Public License for more details.
  12. //
  13. //    You should have received a copy of the GNU General Public License
  14. //    along with this program; if not, write to the Free Software
  15. //    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. /////////////////////////////////////////////////////////////////////////////
  17.  
  18. #if !defined(AFX_COLORSPAGE_H__85B9F4E0_EC90_11D5_B8AF_00105A180AE9__INCLUDED_)
  19. #define AFX_COLORSPAGE_H__85B9F4E0_EC90_11D5_B8AF_00105A180AE9__INCLUDED_
  20.  
  21. #if _MSC_VER >= 1000
  22. #pragma once
  23. #endif // _MSC_VER >= 1000
  24. // ColorsPage.h : header file
  25. //
  26.  
  27. #include "ColorBtn.h"
  28. /////////////////////////////////////////////////////////////////////////////
  29. // CColorsPage dialog
  30.  
  31. class CColorsPage : public CPropertyPage
  32. {
  33.     DECLARE_DYNCREATE(CColorsPage)
  34.  
  35. // Construction
  36. public:
  37.     CColorsPage();
  38.     ~CColorsPage();
  39.  
  40. // Dialog Data
  41.     //{{AFX_DATA(CColorsPage)
  42.     enum { IDD = IDD_COLOR_PAGE };
  43.     CColorBtn    m_clrbtnText;
  44.     CColorBtn    m_clrbtnSep;
  45.     CColorBtn    m_clrbtnSelBack;
  46.     CColorBtn    m_clrbtnSel;
  47.     CColorBtn    m_clrbtnBookmark;
  48.     CColorBtn    m_clrbtnBack;
  49.     //}}AFX_DATA
  50.  
  51.  
  52. // Overrides
  53.     // ClassWizard generate virtual function overrides
  54.     //{{AFX_VIRTUAL(CColorsPage)
  55.     protected:
  56.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  57.     //}}AFX_VIRTUAL
  58.  
  59. // Implementation
  60. protected:
  61.     // Generated message map functions
  62.     //{{AFX_MSG(CColorsPage)
  63.     afx_msg void OnReset();
  64.     //}}AFX_MSG
  65.     DECLARE_MESSAGE_MAP()
  66.  
  67. };
  68.  
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  71.  
  72. #endif // !defined(AFX_COLORSPAGE_H__85B9F4E0_EC90_11D5_B8AF_00105A180AE9__INCLUDED_)
  73.