1 #if !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_)
2 #define AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_
3 
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 
8 // MfcControlPpg.h : Declaration of the CMfcControlPropPage property page class.
9 
10 ////////////////////////////////////////////////////////////////////////////
11 // CMfcControlPropPage : See MfcControlPpg.cpp.cpp for implementation.
12 
13 class CMfcControlPropPage : public COlePropertyPage
14 {
15 	DECLARE_DYNCREATE(CMfcControlPropPage)
16 	DECLARE_OLECREATE_EX(CMfcControlPropPage)
17 
18 // Constructor
19 public:
20 	CMfcControlPropPage();
21 
22 // Dialog Data
23 	//{{AFX_DATA(CMfcControlPropPage)
24 	enum { IDD = IDD_PROPPAGE_MFCCONTROL };
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 // Implementation
30 protected:
31 	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
32 
33 // Message maps
34 protected:
35 	//{{AFX_MSG(CMfcControlPropPage)
36 		// NOTE - ClassWizard will add and remove member functions here.
37 		//    DO NOT EDIT what you see in these blocks of generated code !
38 	//}}AFX_MSG
39 	DECLARE_MESSAGE_MAP()
40 
41 };
42 
43 //{{AFX_INSERT_LOCATION}}
44 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
45 
46 #endif // !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED)
47