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

  1. #if !defined(AFX_PG1_H__DE9611DC_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)
  2. #define AFX_PG1_H__DE9611DC_F003_11D1_A7E2_E88B6FC70000__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // Pg1.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPg1 dialog
  12.  
  13. class CPg1 : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CPg1)
  16.  
  17. // Construction
  18. public:
  19.     CPg1();
  20.     ~CPg1();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CPg1)
  24.     enum { IDD = IDD_PAGE1 };
  25.         // NOTE - ClassWizard will add data members here.
  26.         //    DO NOT EDIT what you see in these blocks of generated code !
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generate virtual function overrides
  32.     //{{AFX_VIRTUAL(CPg1)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CPg1)
  41.         // NOTE: the ClassWizard will add member functions here
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44.  
  45. };
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_PG1_H__DE9611DC_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)
  51.