1*5c66ce18SAndrew Rist /**************************************************************
2*5c66ce18SAndrew Rist  *
3*5c66ce18SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*5c66ce18SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*5c66ce18SAndrew Rist  * distributed with this work for additional information
6*5c66ce18SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*5c66ce18SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*5c66ce18SAndrew Rist  * "License"); you may not use this file except in compliance
9*5c66ce18SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*5c66ce18SAndrew Rist  *
11*5c66ce18SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*5c66ce18SAndrew Rist  *
13*5c66ce18SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*5c66ce18SAndrew Rist  * software distributed under the License is distributed on an
15*5c66ce18SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*5c66ce18SAndrew Rist  * KIND, either express or implied.  See the License for the
17*5c66ce18SAndrew Rist  * specific language governing permissions and limitations
18*5c66ce18SAndrew Rist  * under the License.
19*5c66ce18SAndrew Rist  *
20*5c66ce18SAndrew Rist  *************************************************************/
21*5c66ce18SAndrew Rist 
22cdf0e10cSrcweir #if !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_)
23cdf0e10cSrcweir #define AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_
24cdf0e10cSrcweir 
25cdf0e10cSrcweir #if _MSC_VER > 1000
26cdf0e10cSrcweir #pragma once
27cdf0e10cSrcweir #endif // _MSC_VER > 1000
28cdf0e10cSrcweir 
29cdf0e10cSrcweir // MfcControlPpg.h : Declaration of the CMfcControlPropPage property page class.
30cdf0e10cSrcweir 
31cdf0e10cSrcweir ////////////////////////////////////////////////////////////////////////////
32cdf0e10cSrcweir // CMfcControlPropPage : See MfcControlPpg.cpp.cpp for implementation.
33cdf0e10cSrcweir 
34cdf0e10cSrcweir class CMfcControlPropPage : public COlePropertyPage
35cdf0e10cSrcweir {
36cdf0e10cSrcweir 	DECLARE_DYNCREATE(CMfcControlPropPage)
37cdf0e10cSrcweir 	DECLARE_OLECREATE_EX(CMfcControlPropPage)
38cdf0e10cSrcweir 
39cdf0e10cSrcweir // Constructor
40cdf0e10cSrcweir public:
41cdf0e10cSrcweir 	CMfcControlPropPage();
42cdf0e10cSrcweir 
43cdf0e10cSrcweir // Dialog Data
44cdf0e10cSrcweir 	//{{AFX_DATA(CMfcControlPropPage)
45cdf0e10cSrcweir 	enum { IDD = IDD_PROPPAGE_MFCCONTROL };
46cdf0e10cSrcweir 		// NOTE - ClassWizard will add data members here.
47cdf0e10cSrcweir 		//    DO NOT EDIT what you see in these blocks of generated code !
48cdf0e10cSrcweir 	//}}AFX_DATA
49cdf0e10cSrcweir 
50cdf0e10cSrcweir // Implementation
51cdf0e10cSrcweir protected:
52cdf0e10cSrcweir 	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
53cdf0e10cSrcweir 
54cdf0e10cSrcweir // Message maps
55cdf0e10cSrcweir protected:
56cdf0e10cSrcweir 	//{{AFX_MSG(CMfcControlPropPage)
57cdf0e10cSrcweir 		// NOTE - ClassWizard will add and remove member functions here.
58cdf0e10cSrcweir 		//    DO NOT EDIT what you see in these blocks of generated code !
59cdf0e10cSrcweir 	//}}AFX_MSG
60cdf0e10cSrcweir 	DECLARE_MESSAGE_MAP()
61cdf0e10cSrcweir 
62cdf0e10cSrcweir };
63cdf0e10cSrcweir 
64cdf0e10cSrcweir //{{AFX_INSERT_LOCATION}}
65cdf0e10cSrcweir // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
66cdf0e10cSrcweir 
67cdf0e10cSrcweir #endif // !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED)
68