home *** CD-ROM | disk | FTP | other *** search
-
- /******************************************************************
-
- $Archive: $
- $Workfile: $
- $Author: $
- $Date: $
- $Revision: $
-
- *******************************************************************/
-
- #if !defined (__MyPropertyPage4_h)
- #define __MyPropertyPage4_h
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage4 dialog
-
- class CMyPropertyPage4 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage4)
-
- // Construction
- public:
- CMyPropertyPage4();
- ~CMyPropertyPage4();
-
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage4)
- enum { IDD = IDD_PROPPAGE4 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage4)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage4)
- afx_msg void OnButton4();
- afx_msg void OnButton1();
- afx_msg void OnButton3();
- afx_msg void OnButton5();
- afx_msg void OnButton6();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // __MyPropertyPage4_h
-