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