home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 21 / IOPROG_21.ISO / SOFT / PROPVIEW.ZIP / DevStudio / MyProjects / MdLessPpsh / ModelessPpsh.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-20  |  1.4 KB  |  53 lines

  1. #if !defined(AFX_MODELESSPPSH_H__DE9611DB_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)
  2. #define AFX_MODELESSPPSH_H__DE9611DB_F003_11D1_A7E2_E88B6FC70000__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // ModelessPpsh.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CModelessPpsh
  12.  
  13. class CModelessPpsh : public CPropertySheet
  14. {
  15.     DECLARE_DYNAMIC(CModelessPpsh)
  16.  
  17. // Construction
  18. public:
  19.     CModelessPpsh(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  20.     CModelessPpsh(LPCTSTR pszCaption = "", CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CModelessPpsh)
  31.     public:
  32.     virtual BOOL OnInitDialog();
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. public:
  37.     virtual ~CModelessPpsh();
  38.  
  39.     // Generated message map functions
  40. protected:
  41.     //{{AFX_MSG(CModelessPpsh)
  42.         // NOTE - the ClassWizard will add and remove member functions here.
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47. /////////////////////////////////////////////////////////////////////////////
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_MODELESSPPSH_H__DE9611DB_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)
  53.