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