1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #if !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_)
20 #define AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_
26 // MfcControlPpg.h : Declaration of the CMfcControlPropPage property page class.
29 // CMfcControlPropPage : See MfcControlPpg.cpp.cpp for implementation.
31 class CMfcControlPropPage
: public COlePropertyPage
33 DECLARE_DYNCREATE(CMfcControlPropPage
)
34 DECLARE_OLECREATE_EX(CMfcControlPropPage
)
38 CMfcControlPropPage();
41 //{{AFX_DATA(CMfcControlPropPage)
42 enum { IDD
= IDD_PROPPAGE_MFCCONTROL
};
43 // NOTE - ClassWizard will add data members here.
44 // DO NOT EDIT what you see in these blocks of generated code !
49 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
53 //{{AFX_MSG(CMfcControlPropPage)
54 // NOTE - ClassWizard will add and remove member functions here.
55 // DO NOT EDIT what you see in these blocks of generated code !
61 //{{AFX_INSERT_LOCATION}}
62 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
64 #endif // !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED)
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */